[atlas-cpp] 05/06: Update dh compat to 10

Olek Wojnar olek-guest at moszumanska.debian.org
Tue Sep 5 21:02:06 UTC 2017


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

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

commit ac456e0cd6ab9e42686f8ef2e763359ecc7de945
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Tue Sep 5 14:23:55 2017 -0500

    Update dh compat to 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 6 +++---
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1f7db66..69c1703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ atlas-cpp (0.6.4-1) unstable; urgency=medium
   * Update standards to 4.1.0
     - d/control: document new standards version
     - d/copyright: use https in Format field
+  * Update dh compat to 10
 
  -- Olek Wojnar <olek-dev at wojnar.org>  Tue, 05 Sep 2017 13:59:11 -0500
 
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 07ef365..7336ba2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Olek Wojnar <olek-dev at wojnar.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                dh-autoreconf,
                libbz2-dev,
                zlib1g-dev,
diff --git a/debian/rules b/debian/rules
index 1071d36..0ead8d4 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_auto_build-indep:
 	$(MAKE) docs

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



More information about the Pkg-games-commits mailing list