[pkg-horde] [SCM] Debian Horde Packages repository: sork-forwards-h3 package branch, debian-sid, updated. 491bf862e3eab7e4c4c8c9b859120d9546652228

Gregory Colpart reg at foulademer.gcolpart.com
Sun May 31 20:02:09 UTC 2009


The following commit has been merged in the debian-sid branch:
commit 491bf862e3eab7e4c4c8c9b859120d9546652228
Author: Gregory Colpart <reg at foulademer.gcolpart.com>
Date:   Sun May 31 21:49:36 2009 +0200

    Improve debian/rules to build twice

diff --git a/debian/changelog b/debian/changelog
index 0b1a8d1..3168893 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ sork-forwards-h3 (3.1-1) unstable; urgency=low
   * Bump debhelper compat level to 5. 
   * Add Homepage field.
   * Add Vcs-* fields in debian/control. 
+  * Improve debian/rules to build twice.
 
- -- Gregory Colpart <reg at debian.org>  Sun, 31 May 2009 21:44:01 +0200
+ -- Gregory Colpart <reg at debian.org>  Sun, 31 May 2009 21:48:07 +0200
 
 sork-forwards-h3 (3.0.1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d7fd3bf..f1dbb18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ install: build
 	cp -a docs/CREDITS debian/sork-forwards-h3/usr/share/horde3/forwards/docs
 
 	#### no exec right for .php files (lintian warnings) ####
-	find ./ -name "*.php" -exec chmod -x '{}' \;
+	find debian/sork-forwards-h3/usr/share/horde3 -name "*.php" -exec chmod -x '{}' \;
 
 	#### create htaccess  to restrict acess by web ####
 	echo "Deny from all" > debian/sork-forwards-h3/etc/horde/forwards3/.htaccess

-- 
Debian Horde Packages repository: sork-forwards-h3 package



More information about the pkg-horde-hackers mailing list