Author: mkoch Date: 2009-10-01 18:29:25 +0000 (Thu, 01 Oct 2009) New Revision: 10719
Modified: trunk/jajuk/debian/changelog trunk/jajuk/debian/watch Log: fix watch file to handle upstream SVN tags correctly Modified: trunk/jajuk/debian/changelog =================================================================== --- trunk/jajuk/debian/changelog 2009-10-01 14:19:42 UTC (rev 10718) +++ trunk/jajuk/debian/changelog 2009-10-01 18:29:25 UTC (rev 10719) @@ -1,3 +1,9 @@ +jajuk (1.8.1+svn5138-2) UNRELEASED; urgency=low + + * Fixed watch file. + + -- Michael Koch <[email protected]> Thu, 01 Oct 2009 20:28:10 +0200 + jajuk (1.8.1+svn5138-1) unstable; urgency=low * New upstream release Modified: trunk/jajuk/debian/watch =================================================================== --- trunk/jajuk/debian/watch 2009-10-01 14:19:42 UTC (rev 10718) +++ trunk/jajuk/debian/watch 2009-10-01 18:29:25 UTC (rev 10719) @@ -1,3 +1,3 @@ version=3 -opts="uversionmangle=s/_/\./,dversionmangle=s/[+~]svn.*//" \ +opts="uversionmangle=s/_/\./g,dversionmangle=s/[+~]svn.*//" \ http://jajuk.svn.sourceforge.net/viewvc/jajuk/tags/ release-([0-9_].*)/ debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

