Author: bbk-guest Date: 2015-10-18 13:43:37 +0000 (Sun, 18 Oct 2015) New Revision: 15551
Modified: packages/trunk/trigger/debian/changelog packages/trunk/trigger/debian/rules Log: Replace depreciated dh_clean -k with dh_prep. Modified: packages/trunk/trigger/debian/changelog =================================================================== --- packages/trunk/trigger/debian/changelog 2015-10-18 13:42:18 UTC (rev 15550) +++ packages/trunk/trigger/debian/changelog 2015-10-18 13:43:37 UTC (rev 15551) @@ -7,6 +7,7 @@ * New upstream release. * Update watchfile, thanks to Tobias Frost (Closes: #789268). * Add myself as uploader. + * debian/rules: replace depreciated dh_clean -k with dh_prep. -- Bertrand Marc <[email protected]> Sun, 18 Oct 2015 12:08:57 +0200 Modified: packages/trunk/trigger/debian/rules =================================================================== --- packages/trunk/trigger/debian/rules 2015-10-18 13:42:18 UTC (rev 15550) +++ packages/trunk/trigger/debian/rules 2015-10-18 13:43:37 UTC (rev 15551) @@ -71,7 +71,7 @@ install: build $(MANPAGES) dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # yay, we do it by hand :) cp trigger debian/$(PACKAGE)/usr/games/trigger-rally _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

