[fenix] 89/127: Bump the debhelper compatibility level to 7 with only a minor dh_clean -k => dh_prep change.

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit af64b3f325040e659ee40609966a787bc820712a
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Nov 25 21:48:23 2010 +0000

    Bump the debhelper compatibility level to 7 with only a minor
    dh_clean -k => dh_prep change.
---
 debian/changelog | 2 ++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c214571..88a8d30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ fenix (0.92a.dfsg1-6) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1 with no changes.
   * Fix some spelling mistakes in both the upstream source and some of
     the Debian packaging files.
+  * Bump the debhelper compatibility level to 7:
+    - use dh_prep instead of dh_clean -k
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 25 Nov 2010 13:25:18 +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 403ebc5..7866903 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bdefreese at debian.org>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), autotools-dev,
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 7), autotools-dev,
  libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgif-dev, libpng12-dev,
  libsmpeg-dev, libmikmod2-dev, libvorbis-dev
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index be7b0b0..a906fe0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 	cd $(CURDIR)/debian/tmp/usr/bin/ && \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list