This is an automated email from the git hooks/post-receive script. evgeni pushed a commit to branch master in repository unshield.
commit ec6622428d31cd52fd9d2711406be0b20abe8135 Author: Evgeni Golov <[email protected]> Date: Sat Apr 30 11:43:19 2016 +0200 do not use dh-autoreconf anymore --- debian/control | 2 +- debian/rules | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index d92d30f..3ff7f94 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: unshield Section: utils Priority: optional Maintainer: Evgeni Golov <[email protected]> -Build-Depends: debhelper (>= 9), zlib1g-dev (>= 1.2.1), dh-autoreconf, cmake +Build-Depends: debhelper (>= 9), zlib1g-dev (>= 1.2.1), cmake Standards-Version: 3.9.4 Homepage: https://github.com/twogood/unshield/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/unshield.git diff --git a/debian/rules b/debian/rules index 9f1fcbd..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,3 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf - -override_dh_autoreconf: - dh_autoreconf ./bootstrap + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unshield.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

