Projects
Kolab:3.4:Updates
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 42
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.2.8-0~kolab2) unstable; urgency=low + + * Upon removal of the package, disable apache2 site + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 09 Apr 2014 13:10:00 +0200 + irony (0.2.8-0~kolab1) unstable; urgency=low * New snapshot
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/iRony" ]; then + a2ensite iRony + fi + reload_apache reload + ;; +esac +
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.2.8-0~kolab1 +Version: 0.2.8-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
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
.