Author: bbk-guest Date: 2011-11-01 10:46:07 +0000 (Tue, 01 Nov 2011) New Revision: 12757
Modified: packages/trunk/pingus/debian/changelog packages/trunk/pingus/debian/rules Log: debian/rules: add build-arch and build-indep Modified: packages/trunk/pingus/debian/changelog =================================================================== --- packages/trunk/pingus/debian/changelog 2011-11-01 10:44:10 UTC (rev 12756) +++ packages/trunk/pingus/debian/changelog 2011-11-01 10:46:07 UTC (rev 12757) @@ -5,8 +5,10 @@ * No more configure target. * debian/rules: Changelog is called NEWS. * Use new bin and data organisation in debian/rules and install file. + * debian/rules: add build-arch and build-indep targets to make lintian + happy. - -- Bertrand Marc <[email protected]> Tue, 01 Nov 2011 11:43:06 +0100 + -- Bertrand Marc <[email protected]> Tue, 01 Nov 2011 11:45:24 +0100 pingus (0.7.3-1) unstable; urgency=low Modified: packages/trunk/pingus/debian/rules =================================================================== --- packages/trunk/pingus/debian/rules 2011-11-01 10:44:10 UTC (rev 12756) +++ packages/trunk/pingus/debian/rules 2011-11-01 10:46:07 UTC (rev 12757) @@ -14,7 +14,9 @@ cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/g' > options.cache touch $@ -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: configure-stamp dh_testdir scons $(SCONS_OPTS) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

