Author: bbk-guest Date: 2010-05-01 11:51:55 +0000 (Sat, 01 May 2010) New Revision: 10968
Modified: packages/trunk/playonlinux/debian/changelog packages/trunk/playonlinux/debian/rules Log: refresh debian/rules Modified: packages/trunk/playonlinux/debian/changelog =================================================================== --- packages/trunk/playonlinux/debian/changelog 2010-05-01 10:29:20 UTC (rev 10967) +++ packages/trunk/playonlinux/debian/changelog 2010-05-01 11:51:55 UTC (rev 10968) @@ -1,9 +1,10 @@ -playonlinux (3.7.6-1) unstable; urgency=low +playonlinux (3.7.6-1) UNRELEASED; urgency=low * New upstream release. - * Switch to dpkg-source 3.0 (quilt) format + * Switch to dpkg-source 3.0 (quilt) format. + * Refresh debian/rules, remove any quilt references. - -- Bertrand Marc <[email protected]> Sat, 01 May 2010 11:51:58 +0200 + -- Bertrand Marc <[email protected]> Sat, 01 May 2010 13:51:23 +0200 playonlinux (3.7.3-1) unstable; urgency=low Modified: packages/trunk/playonlinux/debian/rules =================================================================== --- packages/trunk/playonlinux/debian/rules 2010-05-01 10:29:20 UTC (rev 10967) +++ packages/trunk/playonlinux/debian/rules 2010-05-01 11:51:55 UTC (rev 10968) @@ -9,31 +9,23 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/quilt/quilt.make - - -configure: configure-stamp -configure-stamp: patch - dh_testdir - touch configure-stamp - - build: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir - touch $@ + touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp - dh_clean + rm -f build-stamp + dh_clean install: build dh_testdir dh_testroot dh_prep + dh_installdirs chmod -x CHANGELOG chmod -R -x+X etc/ @@ -69,4 +61,4 @@ binary-arch: build install binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

