This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tecnoballz.
commit a547fb663398c6edf0731c218e5820cfbb20390c Author: Peter Pentchev <[email protected]> Date: Thu Feb 17 09:08:09 2011 +0000 Bump the debhelper compatibility level to 7: - use dh_prep instead of dh_clean -k - let dh_clean remove *-stamp by itself - whee, dh_installchangelogs picks up CHANGES now --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 4 +--- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index b2380fb..d78d371 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ tecnoballz (0.92-4) UNRELEASED; urgency=low * Remove Alexis Sukrieh from the list of Uploaders. Closes: #613740 * Convert to the 3.0 (quilt) source format. * Add misc:Depends to the binary packages. + * Bump the debhelper compatibility level to 7: + - let dh_clean remove the *-stamp files + - use dh_prep instead of dh_clean -k + - dh_installchangelogs picks up the CHANGES file now -- Peter Pentchev <[email protected]> Thu, 17 Feb 2011 10:35:58 +0200 diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index d8d34de..9066ef1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 5.0.0), autoconf, automake, libsdl-mixer1.2-dev, +Build-Depends: debhelper (>= 7), autoconf, automake, libsdl-mixer1.2-dev, libmikmod2-dev, libxext-dev, libvorbis-dev, libogg-dev, libsmpeg-dev, libxxf86dga-dev, libxxf86vm-dev, autotools-dev, diff --git a/debian/rules b/debian/rules index ae312b5..4ec309f 100755 --- a/debian/rules +++ b/debian/rules @@ -45,8 +45,6 @@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean - rm -f build-stamp - rm -f configure-stamp rm -f config.status config.log rm -f config.sub config.guess rm -f configure @@ -63,7 +61,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # building the main package $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tecnoballz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

