[Pkg-running-devel] [garmin-forerunner-tools] 03/06: * Bump debhelper compatibility to 9 * Drop "dh_clean -k" call in favor of dh_prep

Christian Perrier bubulle at moszumanska.debian.org
Tue Mar 29 20:18:30 UTC 2016


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

bubulle pushed a commit to branch master
in repository garmin-forerunner-tools.

commit 5d543b66907189bc437c22e297ecb5208d29fd4d
Author: Christian Perrier <bubulle at debian.org>
Date:   Tue Mar 29 07:24:40 2016 +0200

    * Bump debhelper compatibility to 9
    * Drop "dh_clean -k" call in favor of dh_prep
---
 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 a04b742..536f74d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ garmin-forerunner-tools (0.10repacked-8) UNRELEASED; urgency=medium
       clean.
     * fix clean target to not fail.* 
   * Add gbp.conf to specify gz as upstream tarball compression type
+  * Bump debhelper compatibility to 9
+  * Drop "dh_clean -k" call in favor of dh_prep
 
  -- Christian Perrier <bubulle at debian.org>  Mon, 28 Mar 2016 18:50:11 +0200
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index f021e3d..572c1bd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian running develpment group <pkg-running-devel at lists.alioth.debi
 Uploaders: Noèl Köthe <noel at debian.org>,
  Ralf Treinen <treinen at debian.org>,
  Christian Perrier <bubulle at debian.org>
-Build-Depends: debhelper (>= 5.0.45), dh-autoreconf, pkg-config, libusb-1.0-0-dev (>= 1.0.9)
+Build-Depends: debhelper (>= 9~), dh-autoreconf, pkg-config, libusb-1.0-0-dev (>= 1.0.9)
 Standards-Version: 3.9.5
 Homepage: http://garmintools.googlecode.com
 Vcs-Git: git://git.debian.org/git/pkg-running/garmin-forerunner-tools.git
diff --git a/debian/rules b/debian/rules
index 12e9713..5aec1c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) DESTDIR=$(INSTALLDIR) install
 	cd doc/man; $(MAKE) DESTDIR=$(INSTALLDIR) install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/garmin-forerunner-tools.git



More information about the Pkg-running-devel mailing list