Author: sargentd-guest Date: 2008-03-17 23:20:35 +0000 (Mon, 17 Mar 2008) New Revision: 6156
Modified: packages/trunk/bouncy/debian/changelog packages/trunk/bouncy/debian/watch Log: update debian/watch to correctly find out upstream version but why has the debian version a datestamp appended? Modified: packages/trunk/bouncy/debian/changelog =================================================================== --- packages/trunk/bouncy/debian/changelog 2008-03-17 23:12:59 UTC (rev 6155) +++ packages/trunk/bouncy/debian/changelog 2008-03-17 23:20:35 UTC (rev 6156) @@ -1,3 +1,10 @@ +bouncy (0.6.20071104-3) UNRELEASED; urgency=low + + [ Evgeni Golov ] + * debian/watch: try to find out upstream version (Closes: #450144) + + -- Ansgar Burchardt <[EMAIL PROTECTED]> Tue, 18 Mar 2008 00:11:11 +0100 + bouncy (0.6.20071104-2) unstable; urgency=low [ Miriam Ruiz ] Modified: packages/trunk/bouncy/debian/watch =================================================================== --- packages/trunk/bouncy/debian/watch 2008-03-17 23:12:59 UTC (rev 6155) +++ packages/trunk/bouncy/debian/watch 2008-03-17 23:20:35 UTC (rev 6156) @@ -1,9 +1,8 @@ # Watch control file for uscan # See uscan(1) for format -# Compulsory line, this is a version 3 file version=3 -# Examine a Webpage -# <Webpage URL> <string match> -http://www.pyweek.org/e/bouncy/ bouncy-(.*)\.tgz +opts="uversionmangle=s/^/0./" \ + http://www.pyweek.org/e/bouncy/ \ + http://media\.pyweek\.org/dl/3/bouncy/bouncy-post-r(.*)\.tgz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

