This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch master in repository eris.
commit f6fcd330944e99df29b136011e3ebf7472c4efc6 Author: Olek Wojnar <[email protected]> Date: Sun Dec 31 21:12:33 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 9e11360..1a36c89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ eris (1.3.23-6) unstable; urgency=medium - d/control: document new standards version - d/copyright: use https in Format field - d/watch: use https + * Update dh compat to 10 + - Update d/rules + - Remove unnecessary ldconfig trigger -- Olek Wojnar <[email protected]> Sun, 31 Dec 2017 20:59:13 -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 94dc71b..308f0a4 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), libatlas-cpp-0.6-dev (>= 0.6.3), libglib2.0-dev, libmercator-0.3-dev (>= 0.3.3), diff --git a/debian/rules b/debian/rules index 8d9268a..17de5c2 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_auto_clean: rm -rf docs @@ -12,8 +12,8 @@ override_dh_auto_clean: override_dh_auto_build-indep: $(MAKE) docs -override_dh_install: - dh_install --fail-missing -X.la -X.a +override_dh_missing: + dh_missing --fail-missing -X.la -X.a override_dh_strip: dh_strip --dbgsym-migration='liberis-1.3-21-dbg (<< 1.3.23-1)' 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/eris.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

