[med-svn] r20508 - trunk/packages/vcftools/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Nov 16 14:23:29 UTC 2015
Author: tille
Date: 2015-11-16 14:23:28 +0000 (Mon, 16 Nov 2015)
New Revision: 20508
Removed:
trunk/packages/vcftools/trunk/debian/install
trunk/packages/vcftools/trunk/debian/vcftools.lintian-overrides
Modified:
trunk/packages/vcftools/trunk/debian/changelog
trunk/packages/vcftools/trunk/debian/rules
Log:
Adapt to new build system, remove unneeded overrides
Modified: trunk/packages/vcftools/trunk/debian/changelog
===================================================================
--- trunk/packages/vcftools/trunk/debian/changelog 2015-11-16 14:02:05 UTC (rev 20507)
+++ trunk/packages/vcftools/trunk/debian/changelog 2015-11-16 14:23:28 UTC (rev 20508)
@@ -5,6 +5,7 @@
Closes: #805287
* Remove unneeded get-orig-source script
* Adapt to new build system
+ * Delete unneeded overrides
-- Andreas Tille <tille at debian.org> Mon, 16 Nov 2015 14:09:02 +0100
Deleted: trunk/packages/vcftools/trunk/debian/install
===================================================================
--- trunk/packages/vcftools/trunk/debian/install 2015-11-16 14:02:05 UTC (rev 20507)
+++ trunk/packages/vcftools/trunk/debian/install 2015-11-16 14:23:28 UTC (rev 20508)
@@ -1,2 +0,0 @@
-bin usr
-lib/perl5/site_perl/* usr/share/perl5
Modified: trunk/packages/vcftools/trunk/debian/rules
===================================================================
--- trunk/packages/vcftools/trunk/debian/rules 2015-11-16 14:02:05 UTC (rev 20507)
+++ trunk/packages/vcftools/trunk/debian/rules 2015-11-16 14:23:28 UTC (rev 20508)
@@ -9,6 +9,11 @@
%:
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_installchangelogs:
dh_installchangelogs src/perl/ChangeLog
Deleted: trunk/packages/vcftools/trunk/debian/vcftools.lintian-overrides
===================================================================
--- trunk/packages/vcftools/trunk/debian/vcftools.lintian-overrides 2015-11-16 14:02:05 UTC (rev 20507)
+++ trunk/packages/vcftools/trunk/debian/vcftools.lintian-overrides 2015-11-16 14:23:28 UTC (rev 20508)
@@ -1,5 +0,0 @@
-# the compiler flags are used
-vcftools: hardening-no-fortify-functions usr/bin/vcftools
-# this string does not appear in sources, it is just some binary blob
-# fixed upstream in 0.1.12
-#vcftools: spelling-error-in-binary usr/bin/vcftools teH the
More information about the debian-med-commit
mailing list