[libwfut] 02/03: Update dh compat to 10
Olek Wojnar
olek-guest at moszumanska.debian.org
Wed Sep 6 01:58:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
olek-guest pushed a commit to branch master
in repository libwfut.
commit 7e48f6c309792ca978611b35a4892b464d03cad6
Author: Olek Wojnar <olek-dev at wojnar.org>
Date: Tue Sep 5 20:07:48 2017 -0500
Update dh compat to 10
---
debian/changelog | 3 ++-
debian/compat | 2 +-
debian/control | 3 +--
debian/python-libwfut-0.2.install | 3 ++-
debian/rules | 6 +++---
5 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cfb9bb4..1a852ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
libwfut (0.2.3-5) unstable; urgency=high
* Update symbols for GCC 7 (Closes: #853516)
+ * Update dh compat to 10
- -- Olek Wojnar <olek-dev at wojnar.org> Tue, 05 Sep 2017 19:51:06 -0500
+ -- Olek Wojnar <olek-dev at wojnar.org> Tue, 05 Sep 2017 20:04:33 -0500
libwfut (0.2.3-4) unstable; urgency=medium
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 c65ffcb..5199dff 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Priority: optional
Section: libs
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),
dh-python,
libcurl4-gnutls-dev,
libsigc++-2.0-dev,
diff --git a/debian/python-libwfut-0.2.install b/debian/python-libwfut-0.2.install
index 0695d9a..dcdcfa2 100644
--- a/debian/python-libwfut-0.2.install
+++ b/debian/python-libwfut-0.2.install
@@ -1 +1,2 @@
-usr/lib/python*/*/libwfut/*
+usr/lib/python*/*/libwfut/*.py
+usr/lib/python*/*/libwfut/*.so
diff --git a/debian/rules b/debian/rules
index ee63463..6fe5828 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --parallel --with autoreconf,python2
+ dh $@ --with python2
-override_dh_install:
- dh_install --fail-missing -X.la -X.a -X.pyo -X.pyc
+override_dh_missing:
+ dh_missing --fail-missing -X.la -X.a -X.pyo -X.pyc
override_dh_strip:
dh_strip --dbgsym-migration='libwfut-0.2-1-dbg (<< 0.2.3-4)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libwfut.git
More information about the Pkg-games-commits
mailing list