Author: roam-guest Date: 2009-04-04 13:09:50 +0000 (Sat, 04 Apr 2009) New Revision: 9392
Modified: packages/trunk/cookietool/debian/changelog packages/trunk/cookietool/debian/rules Log: Reorder the dh_* invocations in the "install" and "binary-arch" targets to mimic the behavior of the dh(1) helper tool. Modified: packages/trunk/cookietool/debian/changelog =================================================================== --- packages/trunk/cookietool/debian/changelog 2009-04-04 13:05:08 UTC (rev 9391) +++ packages/trunk/cookietool/debian/changelog 2009-04-04 13:09:50 UTC (rev 9392) @@ -22,6 +22,8 @@ * Remove some cruft from the rules file. * Build with -Werror if the "werror" build option is specified. * Add the 04-compiler-warnings patch to fix some compiler warnings. + * Reorder the dh_* invocations in the "install" and "binary-arch" + targets just the way the dh(1) helper tool would do -- Peter Pentchev <[email protected]> Fri, 03 Apr 2009 16:18:42 +0300 Modified: packages/trunk/cookietool/debian/rules =================================================================== --- packages/trunk/cookietool/debian/rules 2009-04-04 13:05:08 UTC (rev 9391) +++ packages/trunk/cookietool/debian/rules 2009-04-04 13:09:50 UTC (rev 9392) @@ -35,6 +35,11 @@ dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$D + dh_installdocs + dh_installchangelogs + dh_installman doc/cdbsplit.6 doc/cookietool.6 doc/cdbdiff.6 + dh_compress + dh_fixperms # Build architecture-independent files here. binary-indep: build install @@ -44,14 +49,9 @@ binary-arch: build install dh_testdir dh_testroot - dh_installdocs - dh_installman doc/cdbsplit.6 doc/cookietool.6 doc/cdbdiff.6 - dh_installchangelogs dh_strip - dh_compress - dh_fixperms + dh_shlibdeps dh_installdeb - dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

