[SCM] sord/master: Explicitly set mandir in debian/rules to avoid FTBFS

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 26 09:56:55 UTC 2011


The following commit has been merged in the master branch:
commit 5c42811b0b9e6dc6010683a9482d4a62418a0a65
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 26 11:56:39 2011 +0200

    Explicitly set mandir in debian/rules to avoid FTBFS

diff --git a/debian/rules b/debian/rules
index 279cf07..4e18b96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,12 @@ WAF = ./waf
 	dh $@
 
 override_dh_auto_configure:
-	$(WAF) configure --prefix=/usr --strict --debug --docs
+	$(WAF) configure \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+		--strict \
+		--debug \
+		--docs
 
 override_dh_auto_build:
 	$(WAF)

-- 
sord packaging



More information about the pkg-multimedia-commits mailing list