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

Gregory Colpart reg at foulademer.gcolpart.com
Sun May 31 21:22:47 UTC 2009


The following commit has been merged in the debian-sid branch:
commit ef8796fb85f1aadf7ed8355c2462c38db1f50c53
Author: Gregory Colpart <reg at foulademer.gcolpart.com>
Date:   Sun May 31 23:16:53 2009 +0200

    Improve debian/rules to build twice

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

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



More information about the pkg-horde-hackers mailing list