This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 4cc6d20663fcb5c38f45352a7bcd0d43f5e7b947 Author: Arand Nash <[email protected]> Date: Tue Mar 8 19:46:25 2011 +0000 Depend on imagemagick for icon convert --- rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules b/rules index 04e84a5..9ef2ace 100755 --- a/rules +++ b/rules @@ -11,3 +11,7 @@ %: dh $@ --sourcedirectory=src + +override_dh_auto_build: + convert -shave 8x8 -resize 32x32 src/site/bits/favicon.png debian/redeclipse.xpm + dh_auto_build -- 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

