This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository dawg.git.
commit ebdb2137daeec6a244b40e6981b477b5bf37694f Author: Andreas Tille <[email protected]> Date: Wed Jan 4 08:50:51 2017 +0100 debhelper 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a25c3eb..f1437c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dawg (1.2-2) UNRELEASED; urgency=medium * Add citation * Homepage vanished but project is on Github - use this as homepage * cme fix dpkg-control + * debhelper 10 -- Andreas Tille <[email protected]> Wed, 04 Jan 2017 08:44:59 +0100 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 df31844..87db91c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Kevin Murray <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), cmake, bison, flex diff --git a/debian/rules b/debian/rules index 049e8b5..8de536e 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ DEBPKGNAME=dawg # main packaging script based on dh7 syntax %: - dh $@ --parallel + dh $@ # dh_make generated override targets -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dawg.git.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
