[med-svn] r19910 - trunk/packages/vcftools/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sun Aug 9 07:53:32 UTC 2015


Author: tille
Date: 2015-08-09 07:53:31 +0000 (Sun, 09 Aug 2015)
New Revision: 19910

Modified:
   trunk/packages/vcftools/trunk/debian/changelog
   trunk/packages/vcftools/trunk/debian/copyright
   trunk/packages/vcftools/trunk/debian/rules
Log:
Fix lintian issues and upload to unstable


Modified: trunk/packages/vcftools/trunk/debian/changelog
===================================================================
--- trunk/packages/vcftools/trunk/debian/changelog	2015-08-09 07:49:32 UTC (rev 19909)
+++ trunk/packages/vcftools/trunk/debian/changelog	2015-08-09 07:53:31 UTC (rev 19910)
@@ -1,9 +1,11 @@
-vcftools (0.1.13+dfsg-1) UNRELEASED; urgency=medium
+vcftools (0.1.13+dfsg-1) unstable; urgency=medium
 
   * New upstream version
   * Adapt to new uscan
   * cme fix dpkg-control
   * Priority: optional
+  * Fix permission of example files
+  * DEP5 fix
 
  -- Andreas Tille <tille at debian.org>  Sun, 09 Aug 2015 08:15:47 +0200
 

Modified: trunk/packages/vcftools/trunk/debian/copyright
===================================================================
--- trunk/packages/vcftools/trunk/debian/copyright	2015-08-09 07:49:32 UTC (rev 19909)
+++ trunk/packages/vcftools/trunk/debian/copyright	2015-08-09 07:53:31 UTC (rev 19910)
@@ -8,6 +8,12 @@
 Copyright: 2009 - 2011, Adam Auton   (cpp)
            2009 - 2011, Petr Danecek (perl)
 License: GPL-3
+
+Files: debian/*
+Copyright: 2011 Thorsten Alteholz <debian at alteholz.de>
+License: GPL-3
+
+License: GPL-3
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
@@ -24,8 +30,3 @@
  On Debian systems, the complete text of the GNU General
  Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
 
-Files: debian/*
-Copyright: 2011 Thorsten Alteholz <debian at alteholz.de>
-License: GPL-3
- This program is free software: you can redistribute it and/or modify
-

Modified: trunk/packages/vcftools/trunk/debian/rules
===================================================================
--- trunk/packages/vcftools/trunk/debian/rules	2015-08-09 07:49:32 UTC (rev 19909)
+++ trunk/packages/vcftools/trunk/debian/rules	2015-08-09 07:53:31 UTC (rev 19910)
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+
 %:
 	dh $@ 
 
@@ -14,6 +16,10 @@
 override_dh_installchangelogs:
 	dh_installchangelogs perl/ChangeLog
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/$(DEBPKGNAME)/usr/share/doc/vcftools/examples/*
+
 get-orig-source:
 	mkdir -p ../tarballs
 	uscan --verbose --force-download --repack --compression xz --destdir=../tarballs --no-symlink




More information about the debian-med-commit mailing list