[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.17-3-g0f1980f

Antti-Juhani Kaijanaho ajk at debian.org
Sun Feb 6 09:18:05 UTC 2011


The following commit has been merged in the master branch:
commit 0f1980faca0da6f8f9a235e113a40c57cc884f8f
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Sun Feb 6 11:17:51 2011 +0200

    debian/rules: Override prefix and sysconfdir even for building
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 2106af2..bc7c281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 dctrl-tools (2.18) UNRELEASED; urgency=low
 
-  * 
+  * debian/rules: Override prefix and sysconfdir even for building
+    Closes: #607359 (doesn't read /etc/grep-dctrl.rc)
+    Reported by Jakub Wilk <jwilk at debian.org>
+    Closes: #611596 (experimental's version of grep-dctrl doesn't grep anything)
+    Reported by Rogério Brito <rbrito at ime.usp.br>
 
- -- Antti-Juhani Kaijanaho <ajk at debian.org>  Sat, 04 Dec 2010 21:09:31 +0200
+ -- Antti-Juhani Kaijanaho <ajk at debian.org>  Sun, 06 Feb 2011 11:12:20 +0200
 
 dctrl-tools (2.17) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 1502da9..7d460e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,7 @@
 %:
 	dh $@
 
+override_dh_auto_build:
+	dh_auto_build -- prefix=/usr sysconfdir=/etc
 override_dh_auto_install:
 	dh_auto_install -- prefix=/usr sysconfdir=/etc

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list