This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository clanlib.
commit e1d4abbb6c660e09d715b31d4624f3e346a94192 Author: Markus Koschany <[email protected]> Date: Wed Jul 26 01:05:22 2017 +0200 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 3 insertions(+), 4 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 90dccb6..05c50da 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Uploaders: Sam Hocevar <[email protected]>, Barry deFreese <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10), bzip2, libesd0-dev, libfreetype6-dev, diff --git a/debian/rules b/debian/rules index 966cc09..c41a216 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ CONFIG_FLAGS := \ --prefix=/usr --mandir=/usr/share/man %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" ./configure $(CONFIG_FLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/clanlib.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

