This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository pbseqlib.
commit a82b7e442400f2f5f1a2f0c918b917b096388082 Author: Afif Elghraoui <[email protected]> Date: Mon Dec 19 23:49:48 2016 -0800 Update to debhelper compat 10 --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 d397083..a57b66c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Afif Elghraoui <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-exec, python, zlib1g-dev, diff --git a/debian/rules b/debian/rules index 04ac123..503bf6f 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ export DEB_CXXFLAGS_MAINT_APPEND=-O3 export LDLIBS += -lpbbam %: - dh $@ --parallel + dh $@ override_dh_auto_configure: ./configure.py PREFIX=/usr/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbseqlib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
