This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit c092fceebaf5a4de00b653e2f87f6c00a14edd3a Author: Martin Erik Werner <[email protected]> Date: Fri Dec 2 18:09:12 2011 +0100 d/rules: exclude d/tmp in dh_prep --- rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rules b/rules index 016f1e0..74c2dcb 100755 --- a/rules +++ b/rules @@ -34,8 +34,11 @@ override_dh_strip: dh_strip -predeclipse-server --dbg-package=redeclipse-server-dbg dh_strip -override_dh_install: - dh_install --exclude="license.txt" +override_dh_prep: + dh_prep --exclude=debian/tmp + +override_dh_auto_install: + dh_auto_install --exclude="license.txt" URL=https://redeclipse.svn.sourceforge.net/svnroot/redeclipse REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*[+~]svn([0-9]+).*,\1,p') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

