Author: arand-guest Date: 2011-05-14 21:30:58 +0000 (Sat, 14 May 2011) New Revision: 12376
Modified: non-free/packages/trunk/assaultcube/debian/changelog non-free/packages/trunk/assaultcube/debian/rules Log: add get-orig-source Modified: non-free/packages/trunk/assaultcube/debian/changelog =================================================================== --- non-free/packages/trunk/assaultcube/debian/changelog 2011-05-14 21:30:45 UTC (rev 12375) +++ non-free/packages/trunk/assaultcube/debian/changelog 2011-05-14 21:30:58 UTC (rev 12376) @@ -1,8 +1,9 @@ assaultcube (1.1.0.4+dfsg-2) UNRELEASED; urgency=low * Correct license in lintian override comment + * Add a get-orig-source target - -- Arand Nash <[email protected]> Sat, 14 May 2011 16:54:36 +0100 + -- Arand Nash <[email protected]> Sat, 14 May 2011 19:12:34 +0100 assaultcube (1.1.0.4+dfsg-1) unstable; urgency=low Modified: non-free/packages/trunk/assaultcube/debian/rules =================================================================== --- non-free/packages/trunk/assaultcube/debian/rules 2011-05-14 21:30:45 UTC (rev 12375) +++ non-free/packages/trunk/assaultcube/debian/rules 2011-05-14 21:30:58 UTC (rev 12376) @@ -6,3 +6,6 @@ %: dh $@ --sourcedirectory=source/src + +get-orig-source: + uscan --noconf --force-download --rename --repack --download-current-version --destdir=. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

