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 <[email protected]>
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 <[email protected]>  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 <[email protected]>
 Uploaders: Olek Wojnar <[email protected]>
-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 <[email protected]>
            2012-2013 Stephen M. Webb <[email protected]>
-           2016 Olek Wojnar <[email protected]>
+           2016-2017 Olek Wojnar <[email protected]>
 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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to