This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository darkradiant.
commit 5b28d319941d3f0c4fd2dcbe79fdd7be4f4d3520 Author: Tobias Frost <[email protected]> Date: Sun Dec 11 12:42:44 2016 +0100 Bump d/compat to 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 3 +-- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5dd8eaa..1f0104e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ darkradiant (2.1.0-1) UNRELEASED; urgency=medium * New upstream release. * Update copyright years. + * Bump d/compat to 10 -- Tobias Frost <[email protected]> Sat, 10 Dec 2016 15:17:09 +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 8506fdf..ecb626c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Tobias Frost <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), dh-autoreconf, ftgl-dev, gettext, diff --git a/debian/rules b/debian/rules index d5e38aa..ddf6f7a 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all - export DEB_CFLAGS_MAINT_APPEND+= -Wdate-time export DEB_CXXFLAGS_MAINT_APPEND+= -Wdate-time @@ -15,7 +14,7 @@ export DEB_CFLAGS_MAINT_APPEND += -DDEB_BUILD_DATE=\"$$SOURCE_DATE_EPOCH_STR\" export DEB_CXXFLAGS_MAINT_APPEND += -DDEB_BUILD_DATE=\"$$SOURCE_DATE_EPOCH_STR\" %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_autoreconf: dh_autoreconf ./autogen.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkradiant.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

