This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository darkradiant.
commit 3450c005dc26294dcb9808c312d12ddce6914456 Author: Tobias Frost <[email protected]> Date: Tue May 3 19:21:31 2016 +0200 Run autogen.sh as upstream removed some files like ChangeLog --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index c253c1d..7e3e5b9 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --parallel --with autoreconf +override_dh_autoreconf: + dh_autoreconf ./autogen.sh + override_dh_auto_configure: dh_auto_configure -- --disable-nls --enable-darkmod-plugins -- 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

