[pkg-horde] [SCM] Debian Horde Packages repository: gollem package branch, debian-sid, updated. ce81ad1fb665f7ea5cf093b56a28f47cc6dab9c2

Gregory Colpart gcolpart at ioakim2.evolix.net
Tue Aug 3 00:51:27 UTC 2010


The following commit has been merged in the debian-sid branch:
commit ce81ad1fb665f7ea5cf093b56a28f47cc6dab9c2
Author: Gregory Colpart <gcolpart at ioakim2.evolix.net>
Date:   Tue Aug 3 02:38:47 2010 +0200

    touch conf.bak.php instead of conf.php.bak in debian/rules

diff --git a/debian/changelog b/debian/changelog
index 43050d5..63fc355 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ gollem (1.1.1+debian0-1) unstable; urgency=low
   * Repack source package to remove embeds prototype.js (Closes: #555254) 
   * Update to standards version 3.9.1, no further required changes. 
   * Improve watch file because source package is now repacked. 
+  * touch conf.bak.php instead of conf.php.bak in debian/rules. 
 
- -- Gregory Colpart <reg at debian.org>  Tue, 03 Aug 2010 02:27:10 +0200
+ -- Gregory Colpart <reg at debian.org>  Tue, 03 Aug 2010 02:38:11 +0200
 
 gollem (1.1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 862e4a9..b5afbb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ install: build
 	done
 	cp config/conf.xml debian/gollem/etc/horde/gollem/
 	touch debian/gollem/etc/horde/gollem/conf.php
-	touch debian/gollem/etc/horde/gollem/conf.php.bak
+	touch debian/gollem/etc/horde/gollem/conf.bak.php
 #	chown www-data:root debian/gollem/etc/horde/gollem/conf.php
 #	chown www-data:root debian/gollem/etc/horde/gollem/conf.php.bak
 	dh_link etc/horde/gollem usr/share/horde3/gollem/config

-- 
Debian Horde Packages repository: gollem package



More information about the pkg-horde-hackers mailing list