Author: evgeni Date: 2011-05-17 17:01:28 +0000 (Tue, 17 May 2011) New Revision: 12399
Modified: packages/trunk/slimevolley/debian/changelog packages/trunk/slimevolley/debian/rules packages/trunk/slimevolley/debian/watch Log: Add a get-orig-source target to create DFSG-free tarball. Use http://download.tuxfamily.org/slime/next/ in the watchfile. Modified: packages/trunk/slimevolley/debian/changelog =================================================================== --- packages/trunk/slimevolley/debian/changelog 2011-05-17 13:57:51 UTC (rev 12398) +++ packages/trunk/slimevolley/debian/changelog 2011-05-17 17:01:28 UTC (rev 12399) @@ -1,12 +1,14 @@ -slimevolley (2.4.2-2) UNRELEASED; urgency=low +slimevolley (2.4.2+dfsg-1) UNRELEASED; urgency=low * Team upload. * Link to libm to prevent FTBFS with --no-add-needed. Closes: #615775 * Slightly improve descriptions. * Add more copyright information about the font for the mushrooms theme. + * Add a get-orig-source target to create DFSG-free tarball. + * Use http://download.tuxfamily.org/slime/next/ in the watchfile. - -- Evgeni Golov <[email protected]> Mon, 16 May 2011 10:56:08 +0200 + -- Evgeni Golov <[email protected]> Tue, 17 May 2011 18:59:56 +0200 slimevolley (2.4.2-1) unstable; urgency=low Modified: packages/trunk/slimevolley/debian/rules =================================================================== --- packages/trunk/slimevolley/debian/rules 2011-05-17 13:57:51 UTC (rev 12398) +++ packages/trunk/slimevolley/debian/rules 2011-05-17 17:01:28 UTC (rev 12399) @@ -81,5 +81,16 @@ dh_md5sums dh_builddeb +get-orig-source: + mkdir get-orig-source-tmp + uscan --download-current-version --destdir=get-orig-source-tmp && \ + cd get-orig-source-tmp && \ + tar xzf slimevolley_2.4.2.orig.tar.gz && \ + cp slimevolley-2.4.2/data/themes/mushrooms/police.ttf \ + slimevolley-2.4.2/data/themes/default/police.ttf && \ + tar zcf ../../slimevolley_2.4.2+dfsg.orig.tar.gz slimevolley-2.4.2 && \ + cd .. + $(RM) -rf get-orig-source-tmp + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure Modified: packages/trunk/slimevolley/debian/watch =================================================================== --- packages/trunk/slimevolley/debian/watch 2011-05-17 13:57:51 UTC (rev 12398) +++ packages/trunk/slimevolley/debian/watch 2011-05-17 17:01:28 UTC (rev 12399) @@ -1,3 +1,3 @@ # See uscan(1) for details about this file. version=3 -http://download.tuxfamily.org/slime/slimevolley_([\d.]+)\.tar\.gz +http://download.tuxfamily.org/slime/next/slimevolley_([\d.]+)\.orig\.tar\.gz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

