Projects
Kolab:3.4:Updates
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 62
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +kolab-syncroton (2.3-0~kolab3) unstable; urgency=low + + * renamed apache config from sitename to sitename.conf + + -- Daniel Hoffend <dh@dotlan.net> Sep, 14 Sep 2014 00:54:02 +0100 + kolab-syncroton (2.3-0~kolab2) unstable; urgency=low * update database on upgrade
View file
debian.rules
Changed
@@ -16,8 +16,6 @@ dh_install --list-missing -XLICENSE # Some PHP files seem to be executable find debian/kolab-syncroton/usr/share/kolab-syncroton/lib -type f -name "*php" -perm +1 -print0 | xargs -r0 chmod -x - # The apache configuration file is incorrectly named .conf - mv debian/kolab-syncroton/etc/apache2/sites-available/kolab-syncroton.conf debian/kolab-syncroton/etc/apache2/sites-available/kolab-syncroton override_dh_compress: dh_compress -X.sql
View file
debian.tar.gz/postinst
Changed
@@ -36,8 +36,8 @@ fixperms update_database a2enmod rewrite >/dev/null 2>&1 || true - if [ -e "/etc/apache2/sites-available/kolab-syncroton" -a ! -e "/etc/apache2/sites-enabled/kolab-syncroton" ]; then - a2ensite kolab-syncroton + if [ -e "/etc/apache2/sites-available/kolab-syncroton.conf" -a ! -e "/etc/apache2/sites-enabled/kolab-syncroton.conf" ]; then + a2ensite kolab-syncroton.conf fi reload_apache reload ;;
View file
debian.tar.gz/preinst
Added
@@ -0,0 +1,30 @@ +#!/bin/sh + +set -e + +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 + upgrade|install) + # rename old apache/http sites rom sitename to sitename.conf + if [ -e /etc/apache2/sites-available/kolab-syncroton -a ! -e /etc/apache2/sites-available/kolab-syncroton.conf ]; then + if [ -h /etc/apache2/sites-enabled/kolab-syncroton ]; then + a2dissite kolab-syncroton + fi + mv /etc/apache2/sites-available/kolab-syncroton /etc/apache2/sites-available/kolab-syncroton.conf + a2ensite kolab-syncroton.conf + reload_apache + fi + ;; +esac + +exit 0 +
View file
kolab-syncroton.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-syncroton Binary: kolab-syncroton Architecture: all -Version: 2.3~dev20140626-0~kolab2 +Version: 2.3~dev20140626-0~kolab3 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
.