Projects
Kolab:Winterfell
chwala
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 13
View file
chwala.dsc
Changed
@@ -2,12 +2,12 @@ Source: chwala Binary: chwala Architecture: all -Version: 0.5~dev20161115-0~kolab3.1 +Version: 0.5~dev20161115-0~kolab4 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/ Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 8), psa | bash Package-List: roundcubemail deb web extra Files:
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +chwala (0.5~dev20161115-0~kolab4) unsable; urgency=low + + * Fix log rotation on Plesk platforms + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabys.com> Wed, 10 May 2017 12:12:12 +0100 + chwala (0.5~dev20161115-0~kolab3.1) unsable; urgency=low * Enhance packaging
View file
debian.control
Changed
@@ -3,7 +3,7 @@ Priority: extra Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 8), psa | bash Homepage: http://www.chwala.org/ Standards-Version: 3.9.3
View file
debian.rules
Changed
@@ -6,11 +6,19 @@ %: dh $@ +override_dh_auto_configure: + if [ -f "/etc/plesk-release" ]; then \ + sed -i -e 's/www-data adm/roundcube_sysuser roundcube_sysgroup/g' debian/chwala.logrotate ; \ + fi + 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.conf + if [ ! -f "/etc/plesk-release" ]; then \ + mkdir -p $(CURDIR)/debian/chwala/etc/apache2/sites-available ; \ + install -pm 644 $(CURDIR)/doc/chwala.conf \ + $(CURDIR)/debian/chwala/etc/apache2/sites-available/chwala.conf ; \ + fi # prepare for symbolic links, throw away unneeded code (same as in .spec file) rm -rf $(CURDIR)/debian/chwala/usr/share/chwala/lib/ext/Auth
View file
debian.tar.gz/postinst
Changed
@@ -9,6 +9,7 @@ /var/cache/chwala \ /var/lib/chwala \ /var/log/chwala + chmod 750 \ /var/cache/chwala \ /var/lib/chwala \ @@ -24,28 +25,19 @@ fi } -update_database() { - /usr/share/roundcubemail/bin/updatedb.sh \ - --dir /usr/share/doc/chwala/SQL/ \ - --package chwala \ - >/dev/null 2>&1 || : -} - case "$1" in configure) fixperms - update_database - a2enmod rewrite >/dev/null 2>&1 || true + if [ ! -f "/etc/plesk-release" ]; then + a2enmod rewrite >/dev/null 2>&1 || true - if [ -f "/etc/plesk-release" ]; then - exit 0 - fi + if [ -e "/etc/apache2/sites-available/chwala.conf" -a ! -e "/etc/apache2/sites-enabled/chwala.conf" ]; then + a2ensite chwala.conf + fi - if [ -e "/etc/apache2/sites-available/chwala.conf" -a ! -e "/etc/apache2/sites-enabled/chwala.conf" ]; then - a2ensite chwala.conf + reload_apache reload fi - reload_apache reload ;; esac
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
.