This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch master in repository redeclipse-data.
commit e3c67990383238789c45aca77d2943be7bfc4971 Author: Martin Erik Werner <[email protected]> Date: Sun Feb 11 21:06:32 2018 +0100 Avoid pointless dpkg default make includes Remove Makefile includes of dpkg default defines, which was previously used for get-orig-source target. --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index 929b3a2..7c658b6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

