This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libapache-mod-jk.
commit 95bab5585baecdb9bbf665bf11bbe68621e22407 Author: Markus Koschany <[email protected]> Date: Sat Oct 8 15:24:13 2016 +0200 Switch to compat level 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 831e84d..8ef1cba 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Build-Depends: apache2-dev, autotools-dev, - debhelper (>= 9), + debhelper (>= 10), dh-apache2, libtool Build-Depends-Indep: diff --git a/debian/rules b/debian/rules index ac77a31..08a7831 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_CFLAGS_MAINT_APPEND = -D_LARGEFILE_SUPPORT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $(shell dpkg-buildflags --get CPPFLAGS) %: - dh $@ --with autotools_dev,apache2 --sourcedirectory=native + dh $@ --with apache2 --sourcedirectory=native override_dh_auto_configure: dh_auto_configure -- --with-apxs=/usr/bin/apxs2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libapache-mod-jk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

