Author: kibi-guest Date: 2007-10-31 21:25:13 +0000 (Wed, 31 Oct 2007) New Revision: 4512
Modified: packages/trunk/pingus/debian/changelog packages/trunk/pingus/debian/watch Log: Watch file: only match pingus-$version, and no longer pingus-$anything Modified: packages/trunk/pingus/debian/changelog =================================================================== --- packages/trunk/pingus/debian/changelog 2007-10-31 21:20:17 UTC (rev 4511) +++ packages/trunk/pingus/debian/changelog 2007-10-31 21:25:13 UTC (rev 4512) @@ -12,6 +12,8 @@ [Cyril Brulebois] * Renamed “XS-Vcs-*” to “Vcs-*”, now officially supported by dpkg. * Removed the Homepage from the long descriptions. + * Updated watch file to only match pingus-$version (digits and dots), + and not pingus-sound-$version. -- Miriam Ruiz <[EMAIL PROTECTED]> Wed, 31 Oct 2007 13:31:48 +0000 Modified: packages/trunk/pingus/debian/watch =================================================================== --- packages/trunk/pingus/debian/watch 2007-10-31 21:20:17 UTC (rev 4511) +++ packages/trunk/pingus/debian/watch 2007-10-31 21:25:13 UTC (rev 4512) @@ -4,4 +4,4 @@ # Compulsory line, this is a version 3 file version=3 -http://pingus.seul.org/files/pingus-(.*)\.tar\.bz2 +http://pingus.seul.org/files/pingus-([\d.]+)\.tar\.bz2 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

