This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit d8bf4715573d4e102acb2839853c6c6fffc03de1 Author: Arand Nash <[email protected]> Date: Sun May 15 16:33:48 2011 +0100 override install instead of auto_install --- rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules b/rules index 5b46e1f..16c54bd 100755 --- a/rules +++ b/rules @@ -10,8 +10,8 @@ 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_install: + dh_install --exclude="license.txt" override_dh_strip: dh_strip -predeclipse --dbg-package=redeclipse-dbg -- 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

