Projects
Kolab:3.4
kolab-freebusy
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
debian.changelog
Changed
@@ -1,9 +1,25 @@ -kolab-freebusy (1.0.2-2) unstable; urgency=low +kolab-freebusy (1.0.2-3~kolab1) unstable; urgency=low - * Depend on kolab-utils + * call dh_install in debian.rules + * added postinst to fix permissions and reload apache + * added logrotate script + + -- Daniel Hoffend <dh@dotlan.net> Mon, 25 Nov 2013 10:27:02 +0200 +kolab-freebusy (1.0.2-2~kolab2) unstable; urgency=low + + * Depend on kolab-utils + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 15 Nov 2013 12:00:22 +0200 +kolab-freebusy (1.0.2-1~kolab1) unstable; urgency=low + + * moved copy lib/vendor/web from debian.rules to debian/install + * added log directory + * added symlinks for config and log directory + + -- Daniel Hoffend <dh@dotlan.net> Mon, 25 Nov 2013 01:59:12 +0200 + kolab-freebusy (1.0.2-1) unstable; urgency=low * Initial release
View file
debian.rules
Changed
@@ -13,13 +13,9 @@ dh $@ override_dh_install: - mkdir -p $(CURDIR)/debian/kolab-freebusy/usr/share/kolab-freebusy/ - cp -a $(CURDIR)/lib $(CURDIR)/vendor $(CURDIR)/web $(CURDIR)/debian/kolab-freebusy/usr/share/kolab-freebusy/ - mv $(CURDIR)/debian/kolab-freebusy/usr/share/kolab-freebusy/web $(CURDIR)/debian/kolab-freebusy/usr/share/kolab-freebusy/public_html - - mkdir -p $(CURDIR)/debian/kolab-freebusy/etc/kolab-freebusy - install -m 644 $(CURDIR)/config/config.ini.sample $(CURDIR)/debian/kolab-freebusy/etc/kolab-freebusy/ - + dh_install --list-missing -XLICENSE + # install sample config + install -m 644 $(CURDIR)/config/config.ini.sample $(CURDIR)/debian/kolab-freebusy/etc/kolab-freebusy/config.ini # Install apache2 configuration mkdir -p $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available install -pm 644 $(CURDIR)/debian/apache2.conf $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available/kolab-freebusy
View file
debian.tar.gz/dirs
Added
@@ -0,0 +1,3 @@ +etc/kolab-freebusy +usr/share/kolab-freebusy/public_html/ +var/log/kolab-freebusy
View file
debian.tar.gz/install
Added
@@ -0,0 +1,3 @@ +lib usr/share/kolab-freebusy/ +vendor usr/share/kolab-freebusy/ +web/* usr/share/kolab-freebusy/public_html/
View file
debian.tar.gz/kolab-freebusy.logrotate
Added
@@ -0,0 +1,8 @@ +/var/log/kolab-freebusy/freebusy.log { + create 0640 www-data adm + compress + missingok + notifempty + rotate 52 + weekly +}
View file
debian.tar.gz/links
Added
@@ -0,0 +1,2 @@ +etc/kolab-freebusy /usr/share/kolab-freebusy/config +var/log/kolab-freebusy /usr/share/kolab-freebusy/log
View file
debian.tar.gz/postinst
Added
@@ -0,0 +1,37 @@ +#!/bin/sh + +set -e + +#EXTRA# +#DEBHELPER# + +fixperms() { + chown -R www-data:adm \ + /var/log/kolab-freebusy + chmod 750 \ + /var/log/kolab-freebusy +} + +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 + configure) + fixperms + a2enmod rewrite >/dev/null 2>&1 || true + if [ -e "/etc/apache2/sites-available/kolab-freebusy" -a ! -e "/etc/apache2/sites-enabled/kolab-freebusy" ]; then + a2ensite kolab-freebusy + fi + reload_apache reload + ;; +esac + +exit 0 +
View file
kolab-freebusy.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-freebusy Binary: kolab-freebusy Architecture: all -Version: 1.0.2-2 +Version: 1.0.2-3~kolab1 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
.