[SCM] Debian packaging of libfilesys-smbclient-perl branch, master, updated. b13cdb4d2f9d5c0e6f085d8e0516b0432d21e309

Xavier Guimard x.guimard at free.fr
Sat Dec 8 08:56:05 UTC 2012


The following commit has been merged in the master branch:
commit b31bbe8616fbfedb3f7d13db645e0a2dc9c6bfe5
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Dec 7 22:10:44 2012 +0100

    Force dh_auto_configure to use Makefile.PL

diff --git a/debian/rules b/debian/rules
index 2200f34..9931f1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,14 @@
 #!/usr/bin/make -f
 
+PERL   ?= /usr/bin/perl
+
 %:
 	dh $@
 
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f config.h config.log config.status
+
+override_dh_auto_configure:
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+

-- 
Debian packaging of libfilesys-smbclient-perl



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