Projects
Kolab:3.4:Updates
chwala
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 36
View file
chwala.dsc
Changed
@@ -2,7 +2,7 @@ Source: chwala Binary: chwala Architecture: all -Version: 0.2-0~kolab8 +Version: 0.2-0~kolab9 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://kolab.org/about/chwala/
View file
debian.changelog
Changed
@@ -1,3 +1,10 @@ +chwala (0.2-0~kolab9) unstable; urgency=low + + * Disable chwala apache site when removed + * create correct sites-availabe/chwala configuration + + -- Daniel Hoffend <dh@dotlan.net> Tue, 25 Feb 2014 13:37:23 +0200 + chwala (0.2-0~kolab8) unstable; urgency=low * Disable chwala apache site when removed
View file
debian.rules
Changed
@@ -9,6 +9,9 @@ override_dh_install: dh_install -XLICENSE -X.gitignore + mkdir -p $(CURDIR)/debian/chwala/etc/apache2/sites-available + install -pm 644 $(CURDIR)/doc/chwala.conf $(CURDIR)/debian/chwala/etc/apache2/sites-available/chwala + # prepare for symbolic links, throw away unneeded code (same as in .spec file) rm -rf $(CURDIR)/debian/chwala/usr/share/chwala/lib/ext/Auth rm -rf $(CURDIR)/debian/chwala/usr/share/chwala/lib/ext/HTTP
View file
debian.tar.gz/dirs
Changed
@@ -1,4 +1,3 @@ -etc/apache2/sites-available usr/share/chwala usr/share/chwala/public_html usr/share/chwala/lib
View file
debian.tar.gz/install
Changed
@@ -1,3 +1,2 @@ lib/ usr/share/chwala/ public_html/ usr/share/chwala/ -doc/chwala.conf etc/apache2/sites-available/chwala
View file
debian.tar.gz/preinst
Added
@@ -0,0 +1,18 @@ +#!/bin/sh + +set -e + +case "$1" in + upgrade|install) + # old version had problems with the apache conf created as directoy instead of file + if [ -e "/etc/apache2/sites-available/chwala/chwala.conf" ]; then + DIR=$(mktemp -d) + mv /etc/apache2/sites-available/chwala/* $DIR/ + rmdir /etc/apache2/sites-available/chwala/ + mv $DIR/chwala.conf /etc/apache2/sites-available/chwala + rmdir $DIR + fi + ;; +esac + +exit 0
View file
debian.tar.gz/prerm
Changed
@@ -13,7 +13,7 @@ case "$1" in remove) if [ -e "/etc/apache2/sites-enabled/chwala" ]; then - a2ensite chwala + a2dissite chwala fi reload_apache reload ;;
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
.