Author: ebourg-guest Date: 2014-02-11 11:10:20 +0000 (Tue, 11 Feb 2014) New Revision: 17762
Modified: trunk/cglib/debian/changelog trunk/cglib/debian/watch Log: debian/watch: Match only the 2.x releases Modified: trunk/cglib/debian/changelog =================================================================== --- trunk/cglib/debian/changelog 2014-02-11 11:04:54 UTC (rev 17761) +++ trunk/cglib/debian/changelog 2014-02-11 11:10:20 UTC (rev 17762) @@ -7,6 +7,8 @@ * Switch to debhelper level 9 * debian/rules: Add a clean target to allow rebuilds * debian/copyright: Fixed a typo + * debian/watch: Match only the 2.x releases (cglib 3 is packaged in + libcglib3-java) -- Emmanuel Bourg <[email protected]> Tue, 11 Feb 2014 11:28:10 +0100 Modified: trunk/cglib/debian/watch =================================================================== --- trunk/cglib/debian/watch 2014-02-11 11:04:54 UTC (rev 17761) +++ trunk/cglib/debian/watch 2014-02-11 11:10:20 UTC (rev 17762) @@ -1,8 +1,3 @@ -# watch control file for uscan version=3 -# Options - -# Site Version Script -opts=dversionmangle=s/\.dfsg\.\d+$//,uversionmangle=s/_/./ \ - http://sf.net/cglib/cglib-src-([\d_.]+)\.jar \ - debian debian/orig-tar.sh +opts=dversionmangle=s/\+dfsg.*$//,uversionmangle=s/_/./ \ +http://sf.net/cglib/cglib-src-(2\.[\d_.]+)\.jar debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

