Author: evgeni Date: 2010-08-16 07:21:28 +0000 (Mon, 16 Aug 2010) New Revision: 11265
Modified: packages/trunk/pokerth/debian/changelog packages/trunk/pokerth/debian/watch Log: Update debian/watch We do not need to strip dfsg from the version anymore. Detect -betaX as ~betaX. Modified: packages/trunk/pokerth/debian/changelog =================================================================== --- packages/trunk/pokerth/debian/changelog 2010-08-16 07:18:22 UTC (rev 11264) +++ packages/trunk/pokerth/debian/changelog 2010-08-16 07:21:28 UTC (rev 11265) @@ -1,8 +1,11 @@ pokerth (0.8~beta2-1) experimental; urgency=low * New upstream beta release. + * debian/watch: + + We do not need to strip dfsg from the version anymore. + + Detect -betaX as ~betaX. - -- Evgeni Golov <[email protected]> Mon, 16 Aug 2010 09:15:34 +0200 + -- Evgeni Golov <[email protected]> Mon, 16 Aug 2010 09:20:18 +0200 pokerth (0.8~beta1-1) experimental; urgency=low Modified: packages/trunk/pokerth/debian/watch =================================================================== --- packages/trunk/pokerth/debian/watch 2010-08-16 07:18:22 UTC (rev 11264) +++ packages/trunk/pokerth/debian/watch 2010-08-16 07:21:28 UTC (rev 11265) @@ -1,3 +1,3 @@ version=3 -opts=dversionmangle=s/\+dfsg// \ +opts=uversionmangle=s/-beta/~beta/ \ http://sf.net/pokerth/ PokerTH-(.*)[-.]src\.tar\.bz2 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

