[SCM] Debian packaging of perlindex branch, master, updated. d29979648ddcb4fa3b6cf27db33c5ffa37f7fb80

Damyan Ivanov dmn at debian.org
Wed Jan 25 14:58:05 UTC 2012


The following commit has been merged in the master branch:
commit fdd251ec223436ac53ef78c171631b6c61306329
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Jan 25 16:12:31 2012 +0200

    rules: invoke upstream build system with INDEXDIR in /var/cache
    
    otherwise the index files end up in /usr/share/man
    Closes: #657312

diff --git a/debian/rules b/debian/rules
index f150be4..ce33613 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@
 
+override_dh_auto_build:
+	INDEXDIR=/var/cache/perlindex dh_auto_build
+
 override_dh_auto_clean:
 	dh_auto_clean
 	debconf-updatepo

-- 
Debian packaging of perlindex



More information about the Pkg-perl-cvs-commits mailing list