[med-svn] r17870 - trunk/packages/fastqc/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Aug 28 11:37:27 UTC 2014


Author: tille
Date: 2014-08-28 11:37:27 +0000 (Thu, 28 Aug 2014)
New Revision: 17870

Modified:
   trunk/packages/fastqc/trunk/debian/changelog
   trunk/packages/fastqc/trunk/debian/rules
   trunk/packages/fastqc/trunk/debian/watch
Log:
xz compression for repackaged upstream source; uversionmangle instead of dversionmangle to get correct
    upstream tarball name


Modified: trunk/packages/fastqc/trunk/debian/changelog
===================================================================
--- trunk/packages/fastqc/trunk/debian/changelog	2014-08-28 11:35:23 UTC (rev 17869)
+++ trunk/packages/fastqc/trunk/debian/changelog	2014-08-28 11:37:27 UTC (rev 17870)
@@ -1,6 +1,9 @@
 fastqc (0.11.2+dfsg-3) UNRELEASED; urgency=medium
 
   * d/control: Adapt Vcs-Fields to new location
+  * d/rules: xz compression for repackaged upstream source
+  * d/watch: uversionmangle instead of dversionmangle to get correct
+    upstream tarball name
 
  -- Andreas Tille <tille at debian.org>  Thu, 28 Aug 2014 13:34:32 +0200
 

Modified: trunk/packages/fastqc/trunk/debian/rules
===================================================================
--- trunk/packages/fastqc/trunk/debian/rules	2014-08-28 11:35:23 UTC (rev 17869)
+++ trunk/packages/fastqc/trunk/debian/rules	2014-08-28 11:37:27 UTC (rev 17870)
@@ -8,14 +8,4 @@
 
 get-orig-source:
 	mkdir -p ../tarballs
-	uscan --verbose --force-download --repack --destdir ../tarballs
-	# Alternatively you might like to use the following uscan command
-	# that requires devscripts > 2.12.4 which is not yet released at
-	# the time writing.  The code can be obtained via
-	#   git clone git://tille@git.debian.org/git/users/tille/devscripts.git
-	# and then use scripts/uscan.pl
-	# uscan --verbose --force-download --repack-compression xz --destdir ../tarballs
-
-override_dh_clean:
-	rm -f fastqc.jar
-	dh_clean
+	uscan --verbose --force-download --repack --compression xz --destdir ../tarballs

Modified: trunk/packages/fastqc/trunk/debian/watch
===================================================================
--- trunk/packages/fastqc/trunk/debian/watch	2014-08-28 11:35:23 UTC (rev 17869)
+++ trunk/packages/fastqc/trunk/debian/watch	2014-08-28 11:37:27 UTC (rev 17870)
@@ -1,3 +1,3 @@
 version=3
-opts="dversionmangle=s/\+dfsg//g" \
+opts="uversionmangle=s//+dfsg/g" \
   http://www.bioinformatics.babraham.ac.uk/projects/download.html fastqc/fastqc_v([.\d]+)_source\.zip




More information about the debian-med-commit mailing list