Author: goneri Date: 2008-06-17 14:56:53 +0000 (Tue, 17 Jun 2008) New Revision: 7423
Modified: packages/trunk/gamine/debian/changelog packages/trunk/gamine/debian/watch Log: * fix the watch file to avoid a false positive with upstream 0.0.1-1 release. Modified: packages/trunk/gamine/debian/changelog =================================================================== --- packages/trunk/gamine/debian/changelog 2008-06-17 12:53:36 UTC (rev 7422) +++ packages/trunk/gamine/debian/changelog 2008-06-17 14:56:53 UTC (rev 7423) @@ -1,3 +1,10 @@ +gamine (0.0.1-4) unstable; urgency=low + + * fix the watch file to avoid a false positive with upstream 0.0.1-1 + release. + + -- Gonéri Le Bouder <[EMAIL PROTECTED]> Tue, 17 Jun 2008 17:21:29 +0200 + gamine (0.0.1-3) unstable; urgency=low [ Gonéri Le Bouder ] Modified: packages/trunk/gamine/debian/watch =================================================================== --- packages/trunk/gamine/debian/watch 2008-06-17 12:53:36 UTC (rev 7422) +++ packages/trunk/gamine/debian/watch 2008-06-17 14:56:53 UTC (rev 7423) @@ -4,6 +4,6 @@ # Compulsory line, this is a version 3 file version=3 -# Find new files on sourceforge, for debscripts >= 2.9 -opts="uversionmangle=s/-/\./" \ -http://gnunux.info/projets/gamine/ gamine-([\d.-]*)\.tgz +# Avoid a false positive with the 0.0.1-1 release +opts="uversionmangle=s/0.0.1\-1/0.0.1/" \ +http://gnunux.info/projets/gamine/ gamine-([\d\.-]*)\.tgz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

