This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository staden-io-lib.
commit efb1cca79d2b13be7be5f0401c9575c3d6c76401 Author: Andreas Tille <[email protected]> Date: Mon Sep 25 10:03:45 2017 +0200 Disable parallel build which was forced by debhelper 10 --- debian/changelog | 6 ++++-- debian/rules | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f891856..f293230 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -staden-io-lib (1.14.9-2) UNRELEASED; urgency=medium +staden-io-lib (1.14.9-2) unstable; urgency=medium * Update copyright + * Disable parallel build which was forced by debhelper 10 + Closes: #876699 - -- Andreas Tille <[email protected]> Mon, 25 Sep 2017 08:31:41 +0200 + -- Andreas Tille <[email protected]> Mon, 25 Sep 2017 08:56:42 +0200 staden-io-lib (1.14.9-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 91cbccc..4793f17 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ testdir=debian/$(srcname)-examples/usr/share/doc/$(srcname)/test export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ --no-parallel override_dh_install-arch: dh_install -a -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/staden-io-lib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
