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

Gregory Colpart reg at foulademer.gcolpart.com
Sat Aug 8 11:10:27 UTC 2009


The following commit has been merged in the debian-sid branch:
commit f9e6fc33092920120941591ce426997b1f0a0fc3
Author: Gregory Colpart <reg at foulademer.gcolpart.com>
Date:   Sat Aug 8 13:07:04 2009 +0200

    Add a remplacement in debian/rules to avoid a bug due to FHS. (Closes: #531066)

diff --git a/debian/changelog b/debian/changelog
index 8e8aa2d..7477979 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ingo1 (1.2.1-2) unstable; urgency=low
 
   [ Gregory Colpart ]
   * Correct Gitweb URL in Vcs-Browser field.
+  * Add a remplacement in debian/rules to avoid a bug due to FHS. (Closes: #531066)
   * UNRELEASED.
 
   [ Mathieu Parent ]
@@ -10,7 +11,7 @@ ingo1 (1.2.1-2) unstable; urgency=low
   * When using Kolab, other backends are removed
     (See https://www.intevation.de/roundup/kolab/issue3758)
 
- -- Mathieu Parent <math.parent at gmail.com>  Tue, 14 Jul 2009 14:20:58 +0200
+ -- Gregory Colpart <reg at debian.org>  Sat, 08 Aug 2009 12:50:32 +0200
 
 ingo1 (1.2.1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index ad22aac..d6eca31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,11 @@ install: build
 	#chown www-data:root debian/ingo1/etc/horde/ingo1/conf.php
 	dh_link etc/horde/ingo1 usr/share/horde3/ingo/config
 
+    #### change made for program run with no problems ###
+	cat config/prefs.php.dist | \
+		sed -e "7,10s at require_once dirname(__FILE__) . '/../lib/Storage.php';@require_once '/usr/share/horde3/ingo/lib/Storage.php';@" > \
+		debian/ingo1/etc/horde/ingo1/prefs.php
+
 	#### create htaccess  to restrict acess by web ####
 	echo "Deny from all" > debian/ingo1/etc/horde/ingo1/.htaccess
 

-- 
Debian Horde Packages repository: ingo1 package



More information about the pkg-horde-hackers mailing list