This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository abyss.
commit 9b3c58d71e39ad6d684344ee42515883f9d800e5 Author: Andreas Tille <[email protected]> Date: Sun Dec 11 14:23:12 2016 +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 9fd85b9..68737b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ abyss (2.0.2-2) UNRELEASED; urgency=medium * FTBFS on mips and other big-endian architectures (Thanks for the patch to Daniel Knezevic <[email protected]>) Closes: #847574 + * debhelper 10 -- Andreas Tille <[email protected]> Sun, 11 Dec 2016 14:21:23 +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 5755b57..b6edbcb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), dh-autoreconf, python-markdown, libboost-graph-dev, diff --git a/debian/rules b/debian/rules index f27dbf9..04a90c7 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- --with-mpi=/usr/lib/openmpi override_dh_auto_build: - dh_auto_build --parallel + dh_auto_build markdown_py -f README.html README.md override_dh_auto_install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/abyss.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
