Author: tille Date: 2015-05-02 19:55:09 +0000 (Sat, 02 May 2015) New Revision: 19126
Modified: trunk/packages/fastqc/trunk/debian/changelog trunk/packages/fastqc/trunk/debian/control trunk/packages/fastqc/trunk/debian/watch Log: deban/watch: fix version mangling Modified: trunk/packages/fastqc/trunk/debian/changelog =================================================================== --- trunk/packages/fastqc/trunk/debian/changelog 2015-05-02 19:35:32 UTC (rev 19125) +++ trunk/packages/fastqc/trunk/debian/changelog 2015-05-02 19:55:09 UTC (rev 19126) @@ -2,6 +2,7 @@ * New upstream version * cme fix dpkg-control + * deban/watch: fix version mangling -- Andreas Tille <[email protected]> Sat, 02 May 2015 21:31:54 +0200 Modified: trunk/packages/fastqc/trunk/debian/control =================================================================== --- trunk/packages/fastqc/trunk/debian/control 2015-05-02 19:35:32 UTC (rev 19125) +++ trunk/packages/fastqc/trunk/debian/control 2015-05-02 19:55:09 UTC (rev 19126) @@ -18,8 +18,7 @@ Package: fastqc Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, +Depends: ${misc:Depends}, ${java:Depends}, libsam-java, libjbzip2-java, Modified: trunk/packages/fastqc/trunk/debian/watch =================================================================== --- trunk/packages/fastqc/trunk/debian/watch 2015-05-02 19:35:32 UTC (rev 19125) +++ trunk/packages/fastqc/trunk/debian/watch 2015-05-02 19:55:09 UTC (rev 19126) @@ -1,3 +1,3 @@ version=3 -opts="uversionmangle=s//+dfsg/g" \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ http://www.bioinformatics.babraham.ac.uk/projects/download.html fastqc/fastqc_v([.\d]+)_source\.zip _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
