[varconf] 03/03: Bump debhelper compatibility level to 10

Olek Wojnar olek-guest at moszumanska.debian.org
Sun Sep 3 03:44:43 UTC 2017


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

olek-guest pushed a commit to branch master
in repository varconf.

commit 057b0df33865efdae0a06904be3d665e7a790127
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sat Sep 2 21:26:57 2017 -0500

    Bump debhelper compatibility level to 10
---
 debian/changelog | 3 ++-
 debian/compat    | 2 +-
 debian/control   | 3 +--
 debian/rules     | 6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 426342c..31f0759 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
 varconf (1.0.1-4) unstable; urgency=high
 
+  * Update dh compat to 10
   * Update symbols for GCC 7 (Closes: #853388)
   * Update standards to 4.1.0
     - d/control: document new standards version
     - d/copyright: use https in Format field
   * Update d/copyright: new copyright year for debian directory
 
- -- Olek Wojnar <olek-dev at wojnar.org>  Sat, 02 Sep 2017 19:25:17 -0500
+ -- Olek Wojnar <olek-dev at wojnar.org>  Sat, 02 Sep 2017 22:01:28 -0500
 
 varconf (1.0.1-3) unstable; urgency=high
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 9b67033..cf7b289 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Olek Wojnar <olek-dev at wojnar.org>
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                libsigc++-2.0-dev (>= 2.4.1-2),
                dpkg-dev (>= 1.16.1.1)
 Standards-Version: 4.1.0
diff --git a/debian/rules b/debian/rules
index 1d2f4be..59f54f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
-override_dh_install:
-	dh_install --fail-missing -X.la -X.a
+override_dh_missing:
+	dh_missing --fail-missing -X.la -X.a
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='libvarconf-1.0-8v5-dbg (<< 1.0.1-1)'

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



More information about the Pkg-games-commits mailing list