This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit fbde9dc23f33f86608fd183c56fff7c9343eaf4c Author: Martin Erik Werner <[email protected]> Date: Fri Dec 2 15:46:48 2011 +0100 do icon build after normal build to not loose d/tmp dir --- rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules b/rules index 213be15..016f1e0 100755 --- a/rules +++ b/rules @@ -9,6 +9,7 @@ override_dh_auto_clean: make -C src/enet/ distclean override_dh_auto_build: + dh_auto_build -- client server cube2font install -d debian/tmp/usr/share/icons/hicolor/16x16/apps \ debian/tmp/usr/share/icons/hicolor/32x32/apps \ debian/tmp/usr/share/icons/hicolor/48x48/apps \ @@ -27,7 +28,6 @@ override_dh_auto_build: debian/tmp/usr/share/icons/hicolor/64x64/apps/redeclipse.png convert 'src/redeclipse.ico[3]' \ debian/tmp/usr/share/icons/hicolor/128x128/apps/redeclipse.png - dh_auto_build -- client server cube2font 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

