Author: vcheng Date: 2015-12-21 23:11:19 +0000 (Mon, 21 Dec 2015) New Revision: 15649
Modified: packages/trunk/supertux/debian/changelog packages/trunk/supertux/debian/watch Log: supertux: update debian/watch Modified: packages/trunk/supertux/debian/changelog =================================================================== --- packages/trunk/supertux/debian/changelog 2015-12-21 23:04:04 UTC (rev 15648) +++ packages/trunk/supertux/debian/changelog 2015-12-21 23:11:19 UTC (rev 15649) @@ -3,6 +3,7 @@ * New upstream release. * Remove debian/menu file as per tech-ctte decision in #741573. * Update Homepage field in d/control. + * Update debian/watch to point to correct upstream tarball. -- Vincent Cheng <[email protected]> Mon, 21 Dec 2015 14:54:44 -0800 Modified: packages/trunk/supertux/debian/watch =================================================================== --- packages/trunk/supertux/debian/watch 2015-12-21 23:04:04 UTC (rev 15648) +++ packages/trunk/supertux/debian/watch 2015-12-21 23:11:19 UTC (rev 15649) @@ -1,2 +1,2 @@ version=3 -https://github.com/SuperTux/supertux/tags .*/v+(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) +https://github.com/SuperTux/supertux/releases .*/releases/download/.*/supertux-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

