[wfmath] 02/03: Update dh compat to 10

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


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

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

commit 6276a10426560dc07c101b496d67372943c86a93
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Tue Sep 5 16:44:32 2017 -0500

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

diff --git a/debian/changelog b/debian/changelog
index 19791a7..76efc61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wfmath (1.0.2+dfsg1-4) unstable; urgency=high
 
   * Update symbols for GCC 7 (Closes: #853706)
+  * Update dh compat to 10
 
  -- Olek Wojnar <olek-dev at wojnar.org>  Tue, 05 Sep 2017 16:32:09 -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 4f2fc34..9d61edf 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),
                dpkg-dev (>= 1.16.1.1),
                g++ (>= 4:7)
 Build-Depends-Indep: doxygen
diff --git a/debian/copyright b/debian/copyright
index aebf964..46508bf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,7 +25,7 @@ License: GPL-2+
 Files: debian/*
 Copyright: 2002 Michael Koch <konqueror at gmx.de>
            2012-2013 Stephen M. Webb <stephen.webb at bregmasoft.ca>
-           2016 Olek Wojnar <olek-dev at wojnar.org>
+           2016-2017 Olek Wojnar <olek-dev at wojnar.org>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/debian/rules b/debian/rules
index 4ce5fec..bd34c46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility-inlines-hidden
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 
 override_dh_autoreconf:
@@ -13,8 +13,8 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules
 
-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) -C doc docs

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



More information about the Pkg-games-commits mailing list