This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 3c4fc26479c5cb200444e41c13d1233086dfa020 Author: Arand Nash <[email protected]> Date: Sun May 15 15:47:18 2011 +0100 Don't include license.txt in package --- rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules b/rules index 26ff745..8aecb19 100755 --- a/rules +++ b/rules @@ -17,6 +17,9 @@ override_dh_auto_build: convert 'src/redeclipse.ico[1]' debian/redeclipse.xpm dh_auto_build +override_dh_auto_install: + dh_auto_install -- --exclude="license.txt" + override_dh_strip: dh_strip -predeclipse --dbg-package=redeclipse-dbg dh_strip -- 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

