Projects
Kolab:16:TestingLinked
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.4.0-0~kolab4) unstable; urgency=low + + * Smoothen upgrade path + + -- Christoph Erhardt <kolab@sicherha.de> Sun, 04 Jun 2017 11:27:27 +0200 + irony (0.4.0-0~kolab3) unstable; urgency=low * Fix iRony apache site configuration
View file
debian.rules
Changed
@@ -15,7 +15,7 @@ if ! -f "/etc/plesk-release" ; then \ mkdir -p $(CURDIR)/debian/irony/etc/apache2/sites-available ; \ cp -a $(CURDIR)/debian/iRony.conf \ - $(CURDIR)/debian/irony/etc/apache2/sites-available/irony.conf ; \ + $(CURDIR)/debian/irony/etc/apache2/sites-available/iRony.conf ; \ fi mkdir -p $(CURDIR)/debian/irony/etc/iRony/
View file
debian.tar.gz/preinst
Changed
@@ -14,7 +14,7 @@ case "$1" in upgrade|install) - # rename old apache/http sites rom sitename to sitename.conf + # rename old apache/http sites from sitename to sitename.conf if -e /etc/apache2/sites-available/iRony -a ! -e /etc/apache2/sites-available/iRony.conf ; then if -h /etc/apache2/sites-enabled/iRony ; then a2dissite iRony @@ -23,8 +23,16 @@ a2ensite iRony.conf reload_apache fi + # fixup accidental creation of irony.conf in 0.4.0-0~kolab1 + if -e /etc/apache2/sites-available/irony.conf -a ! -e /etc/apache2/sites-available/iRony.conf ; then + if -h /etc/apache2/sites-enabled/irony.conf ; then + a2dissite irony.conf + fi + mv /etc/apache2/sites-available/irony.conf /etc/apache2/sites-available/iRony.conf + a2ensite iRony.conf + reload_apache + fi ;; esac exit 0 -
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.4.0-0~kolab3 +Version: 0.4.0-0~kolab4 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
.