[Pkg-sdl-commits] [sdlpango] 06/11: * Switch to debhelper compat level v10 - dh flags --parallel are not needed - autoreconf is invoked by default
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Tue Jun 27 19:10:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to branch master
in repository sdlpango.
commit 7a42c218b61fc9811330487e86f2b7d3b328b03f
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Tue Jun 27 19:09:18 2017 +0200
* Switch to debhelper compat level v10
- dh flags --parallel are not needed
- autoreconf is invoked by default
---
debian/changelog | 3 +++
debian/control | 3 +--
debian/rules | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 347aae9..bf84684 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ sdlpango (0.1.2-7) UNRELEASED; urgency=low
* Add watch file
* Bump Policy Standars-Version to 4.0.0 (no changes needed)
* Update Vcs-* URLs
+ * Switch to debhelper compat level v10
+ - dh flags --parallel are not needed
+ - autoreconf is invoked by default
[ Gianfranco Costamagna ]
* Bump std-version to 3.9.6.
diff --git a/debian/control b/debian/control
index 3b0b00a..497e8be 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.de
Uploaders: Felix Geyer <fgeyer at debian.org>,
Manuel A. Fernandez Montecelo <mafm at debian.org>
Standards-Version: 4.0.0
-Build-Depends: debhelper (>= 9~),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libsdl1.2-dev,
libpango1.0-dev
Vcs-Git: https://anonscm.debian.org/git/pkg-sdl/packages/sdlpango.git
diff --git a/debian/rules b/debian/rules
index a47894d..fca578f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
- dh $@ --parallel --with autoreconf
+ dh $@
override_dh_autoreconf:
dh_autoreconf --as-needed
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdlpango.git
More information about the pkg-sdl-commits
mailing list