[med-svn] r14359 - trunk/packages/trimmomatic/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Aug 7 10:10:05 UTC 2013
Author: tille
Date: 2013-08-07 10:10:04 +0000 (Wed, 07 Aug 2013)
New Revision: 14359
Modified:
trunk/packages/trimmomatic/trunk/debian/changelog
trunk/packages/trimmomatic/trunk/debian/get-orig-source
Log:
debian/get-orig-source: use new uscan if available
Modified: trunk/packages/trimmomatic/trunk/debian/changelog
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/changelog 2013-08-07 09:51:44 UTC (rev 14358)
+++ trunk/packages/trimmomatic/trunk/debian/changelog 2013-08-07 10:10:04 UTC (rev 14359)
@@ -4,6 +4,7 @@
- DEP5
- Add Files-Excluded to document what was removed from original source
* debian/watch: handle +dfsg suffix
+ * debian/get-orig-source: use new uscan if available
-- Andreas Tille <tille at debian.org> Tue, 04 Sep 2012 12:37:31 +0200
Modified: trunk/packages/trimmomatic/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/get-orig-source 2013-08-07 09:51:44 UTC (rev 14358)
+++ trunk/packages/trimmomatic/trunk/debian/get-orig-source 2013-08-07 10:10:04 UTC (rev 14359)
@@ -1,6 +1,12 @@
#!/bin/sh
-# get source for beast-mcmc from SVN because there is no source tarball distribution
+# get source for trimmomatic and delete *.JARs from it
+if uscan --help | grep -q -- --repack-compression ; then
+ echo "Use new enhanced uscan"
+ uscan --verbose --force-download --repack-compression xz
+ exit
+fi
+
set -e
NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
UNAME=`echo $NAME | sed -e 's/^t/T/' -e 's/$/-Src/'`
More information about the debian-med-commit
mailing list