Author: ryan Date: 2009-11-08 19:52:08 +0000 (Sun, 08 Nov 2009) New Revision: 10495
Modified: packages/trunk/pente/debian/changelog packages/trunk/pente/debian/clean packages/trunk/pente/debian/control packages/trunk/pente/debian/rules Log: update dh7 usage Modified: packages/trunk/pente/debian/changelog =================================================================== --- packages/trunk/pente/debian/changelog 2009-11-08 19:33:43 UTC (rev 10494) +++ packages/trunk/pente/debian/changelog 2009-11-08 19:52:08 UTC (rev 10495) @@ -2,8 +2,9 @@ * Update my email address * set Standards-Version to 3.8.3 + * update dh7 usage - -- Ryan Niebur <[email protected]> Sun, 08 Nov 2009 11:33:10 -0800 + -- Ryan Niebur <[email protected]> Sun, 08 Nov 2009 11:35:40 -0800 pente (2.2.5-6) unstable; urgency=low Modified: packages/trunk/pente/debian/clean =================================================================== --- packages/trunk/pente/debian/clean 2009-11-08 19:33:43 UTC (rev 10494) +++ packages/trunk/pente/debian/clean 2009-11-08 19:52:08 UTC (rev 10495) @@ -5,3 +5,4 @@ config.* configure Makefile- +obj-* Modified: packages/trunk/pente/debian/control =================================================================== --- packages/trunk/pente/debian/control 2009-11-08 19:33:43 UTC (rev 10494) +++ packages/trunk/pente/debian/control 2009-11-08 19:52:08 UTC (rev 10495) @@ -1,7 +1,7 @@ Source: pente Section: games Priority: optional -Build-Depends: debhelper (>= 7.0.0), libncurses5-dev, libx11-dev, x11proto-core-dev, libxt-dev, quilt, autoconf +Build-Depends: debhelper (>= 7.0.50), libncurses5-dev, libx11-dev, x11proto-core-dev, libxt-dev, quilt (>= 0.46-7), autoconf Maintainer: Debian Games Team <[email protected]> Uploaders: Ryan Niebur <[email protected]> Standards-Version: 3.8.3 Modified: packages/trunk/pente/debian/rules =================================================================== --- packages/trunk/pente/debian/rules 2009-11-08 19:33:43 UTC (rev 10494) +++ packages/trunk/pente/debian/rules 2009-11-08 19:52:08 UTC (rev 10495) @@ -1,29 +1,17 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make +%: + dh --with quilt $@ -build: build-stamp -build-stamp: $(QUILT_STAMPFN) - autoconf - dh build - touch build-stamp +install: + dh --with quilt $@ -clean: unpatch - rm -fr obj-* - dh clean +CMD=$(subst override_,,$@) -install: build - dh --before dh_auto_install install - # it ignores DESTDIR, so lets just do it ourselves - mv pente pente.old - cp $(shell readlink -f pente) pente - dh --after dh_auto_install install - mv pente.old pente +override_dh_auto_configure: + autoconf + $(CMD) -binary-indep: build install - -binary-arch: build install - dh binary-arch - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +override_dh_auto_install: + # it ignores DESTDIR, so lets just do it ourselves + mv $(shell readlink -f pente) pente _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

