This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository hhsuite.
commit 78a198cc61efac67b430471a79ae1719ae9d4994 Author: Andreas Tille <[email protected]> Date: Wed Jan 18 12:04:43 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 32bbc8f..a0e021d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ hhsuite (3.0~beta2+dfsg-2) UNRELEASED; urgency=medium * Really fix watch file to fetch latest version + * debhelper 10 -- Andreas Tille <[email protected]> Wed, 18 Jan 2017 12:03:25 +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 61baec2..0f29d49 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Laszlo Kajan <[email protected]>, Sascha Steinbiss <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), libffindex0-dev (>= 0.9.9.6-2), cmake, texlive-latex-base, diff --git a/debian/rules b/debian/rules index 2109c33..67903ef 100755 --- a/debian/rules +++ b/debian/rules @@ -47,4 +47,4 @@ get-orig-source: uscan --verbose --force-download --destdir=../tarballs %: - dh $@ --parallel --builddirectory=mybuild + dh $@ --builddirectory=mybuild -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hhsuite.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
