Author: goneri Date: 2009-01-13 21:11:09 +0000 (Tue, 13 Jan 2009) New Revision: 8644
Modified: packages/trunk/kraptor/debian/changelog packages/trunk/kraptor/debian/watch Log: * Fix the watch file so can compare Debian and upstream versions (apr_03_2004 => 0.0.20040403) Modified: packages/trunk/kraptor/debian/changelog =================================================================== --- packages/trunk/kraptor/debian/changelog 2009-01-13 20:01:13 UTC (rev 8643) +++ packages/trunk/kraptor/debian/changelog 2009-01-13 21:11:09 UTC (rev 8644) @@ -15,8 +15,12 @@ * Update debhelper build-dep to 5 to sync with compat * Add Homepage field and remove Webpage from description - -- Jon Dowland <[email protected]> Thu, 12 Jul 2007 11:32:49 +0100 + [ Gonéri Le Bouder ] + * Fix the watch file so can compare Debian and upstream versions + (apr_03_2004 => 0.0.20040403) + -- Gonéri Le Bouder <[email protected]> Tue, 13 Jan 2009 22:08:40 +0100 + kraptor (0.0.20040403-4) unstable; urgency=low * changed MASK_WORD_TYPE to unsigned long int according to a suggestion Modified: packages/trunk/kraptor/debian/watch =================================================================== --- packages/trunk/kraptor/debian/watch 2009-01-13 20:01:13 UTC (rev 8643) +++ packages/trunk/kraptor/debian/watch 2009-01-13 21:11:09 UTC (rev 8644) @@ -3,5 +3,7 @@ # Compulsory line, this is a version 3 file version=3 - -http://sf.net/kraptor/kraptor_final(.*)\.tar\.gz +opts="uversionmangle=s/jan/01/;s/feb/02/;s/mar/03/;s/apr/04/; \ +s/may/05;s/jun/06/;s/aug/08;s/sep/09;s/oct/10;s/nov/11;s/dec/12; \ +s/(\d{2})_(\d{2})_(\d{4})/0.0.$3$1$2/" \ +http://sf.net/kraptor/kraptor_final_(.*)\.tar\.gz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

