Projects
Kolab:3.4
kolab-freebusy
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 16
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +kolab-freebusy (1.0.2-3~kolab3) unstable; urgency=low + + * Remove apache site configuration on package removal + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 09 Apr 2014 12:00:22 +0200 + kolab-freebusy (1.0.2-3~kolab1) unstable; urgency=low * call dh_install in debian.rules
View file
debian.tar.gz/prerm
Added
@@ -0,0 +1,21 @@ +#!/bin/bash + +reload_apache() +{ + if apache2ctl configtest 2>/dev/null; then + invoke-rc.d apache2 $1 || true + else + echo "Your apache2 configuration is broken, so we're not restarting it for you." + fi +} + + +case "$1" in + remove) + if [ -e "/etc/apache2/sites-enabled/kolab-freebusy" ]; then + a2ensite kolab-freebusy + fi + reload_apache reload + ;; +esac +
View file
kolab-freebusy.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-freebusy Binary: kolab-freebusy Architecture: all -Version: 1.0.2-3~kolab1 +Version: 1.0.2-3~kolab3 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Homepage: http://www.kolab.org Standards-Version: 3.9.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.