This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix-plugins.
commit 9d87265811497906f8e9982e86939ca36889271e Author: Peter Pentchev <[email protected]> Date: Fri Feb 26 23:44:19 2010 +0000 Bump the debhelper compat level to 7, use dh_prep instead of dh_clean -k. --- debian/changelog | 4 +++- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5b5975..9072f5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low - TODO: debhelper 7, dh, overrides, then 8 + TODO: debhelper: dh, overrides, then 8 TODO: dh --with autotools_dev TODO: dpkg-buildflags @@ -27,6 +27,8 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low * Complete the short description of the fenix-plugins-system package. * Add a dummy watch file explaining why there is no watch file. * Bump Standards-Version to 3.9.1 with no changes. + * Bump the debhelper compatibility level to 7: + - use dh_prep instead of dh_clean -k -- Peter Pentchev <[email protected]> Thu, 25 Nov 2010 16:09:06 +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 e90c76a..9b531f1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | automake1.9, +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake1.10 | automake1.9, zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool Standards-Version: 3.9.1 diff --git a/debian/rules b/debian/rules index 491e220..b5f3aec 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Build architecture-independent files here. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix-plugins.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

