[atlas-cpp] 02/05: Update dh compat to 10
Olek Wojnar
olek-guest at moszumanska.debian.org
Mon Jan 1 00:36:22 UTC 2018
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 a90e0a3361ddc0fb83cc562f41d6744c3bc25649
Author: Olek Wojnar <olek-dev at wojnar.org>
Date: Tue Sep 5 14:23:55 2017 -0500
Update dh compat to 10
---
debian/changelog | 3 +++
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 6 +++---
debian/triggers | 1 -
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1b56bc1..51dfc86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ atlas-cpp (0.6.3-4) unstable; urgency=medium
* Update standards to 4.1.1
- d/control: document new standards version
- d/copyright: use https in Format field
+ * Update dh compat to 10
+ - Update d/rules
+ - Remove unnecessary ldconfig trigger
-- Olek Wojnar <olek-dev at wojnar.org> Sun, 15 Oct 2017 13:26:22 -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 4da047d..87b1b9d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +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),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
libbz2-dev,
zlib1g-dev,
dpkg-dev (>= 1.16.1.1)
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
diff --git a/debian/triggers b/debian/triggers
deleted file mode 100644
index dd86603..0000000
--- a/debian/triggers
+++ /dev/null
@@ -1 +0,0 @@
-activate-noawait ldconfig
--
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