Author: tille Date: 2012-11-07 12:17:12 +0000 (Wed, 07 Nov 2012) New Revision: 12497
Modified: trunk/packages/babraham/fastqc/trunk/debian/copyright trunk/packages/babraham/fastqc/trunk/debian/rules Log: Some binary JARs without source need to be removed from upstream source. To do this I shamelessly use not yet released uscan - to lazy to write a full get-orig-source target to do this. Modified: trunk/packages/babraham/fastqc/trunk/debian/copyright =================================================================== --- trunk/packages/babraham/fastqc/trunk/debian/copyright 2012-11-07 11:19:22 UTC (rev 12496) +++ trunk/packages/babraham/fastqc/trunk/debian/copyright 2012-11-07 12:17:12 UTC (rev 12497) @@ -1,6 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: fastqc +Upstream-Name: FastQC Source: http://www.bioinformatics.babraham.ac.uk/projects/fastqc/ +Files-Excluded: *.jar Files: * Copyright: Simon Adrews <[email protected]> Modified: trunk/packages/babraham/fastqc/trunk/debian/rules =================================================================== --- trunk/packages/babraham/fastqc/trunk/debian/rules 2012-11-07 11:19:22 UTC (rev 12496) +++ trunk/packages/babraham/fastqc/trunk/debian/rules 2012-11-07 12:17:12 UTC (rev 12497) @@ -9,3 +9,9 @@ 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://[email protected]/git/users/tille/devscripts.git + # and then use scripts/uscan.pl + # uscan --verbose --force-download --repack-compression xz --destdir ../tarballs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
