[med-svn] r20582 - trunk/packages/vcftools/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Nov 30 15:45:09 UTC 2015
Author: tille
Date: 2015-11-30 15:45:08 +0000 (Mon, 30 Nov 2015)
New Revision: 20582
Modified:
trunk/packages/vcftools/trunk/debian/changelog
trunk/packages/vcftools/trunk/debian/rules
Log:
Set Perl module dir in configure option
Modified: trunk/packages/vcftools/trunk/debian/changelog
===================================================================
--- trunk/packages/vcftools/trunk/debian/changelog 2015-11-30 12:06:41 UTC (rev 20581)
+++ trunk/packages/vcftools/trunk/debian/changelog 2015-11-30 15:45:08 UTC (rev 20582)
@@ -1,3 +1,10 @@
+vcftools (0.1.14+dfsg-2) unstable; urgency=medium
+
+ * Set Perl module dir in configure option
+ Closes: #806708
+
+ -- Andreas Tille <tille at debian.org> Mon, 30 Nov 2015 16:41:36 +0100
+
vcftools (0.1.14+dfsg-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/vcftools/trunk/debian/rules
===================================================================
--- trunk/packages/vcftools/trunk/debian/rules 2015-11-30 12:06:41 UTC (rev 20581)
+++ trunk/packages/vcftools/trunk/debian/rules 2015-11-30 15:45:08 UTC (rev 20582)
@@ -9,10 +9,8 @@
%:
dh $@ --with autoreconf
-override_dh_install:
- dh_install
- mv debian/$(DEBPKGNAME)/usr/share/perl/5.20.2 debian/$(DEBPKGNAME)/usr/share/perl5
- rmdir debian/$(DEBPKGNAME)/usr/share/perl
+override_dh_auto_configure:
+ dh_auto_configure -- --with-pmdir=/usr/share/perl5
override_dh_installchangelogs:
dh_installchangelogs src/perl/ChangeLog
More information about the debian-med-commit
mailing list