This is an automated email from the git hooks/post-receive script. fgeyer pushed a commit to branch master in repository blobby.
commit 3279d8ef1db695bbeed1236442d1ffe5a0c7f4e4 Author: Felix Geyer <[email protected]> Date: Fri May 1 10:13:10 2015 +0200 Fix FTBFS when building only arch-all packages. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 08ff205..b31eed0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ blobby (1.0-2) UNRELEASED; urgency=medium - d/rules: Don't store mtime in png files. * Remove obsolete/duplicate sections from the copyright file. * Bump Standards-Version to 3.9.6, no changes needed. + * Fix FTBFS when building only arch-all packages. -- Felix Geyer <[email protected]> Sun, 26 Apr 2015 19:26:58 +0200 diff --git a/debian/rules b/debian/rules index 462eba6..b816e85 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_install: dh_install --fail-missing +ifneq (,$(filter blobby, $(shell dh_listpackages))) convert -transparent black data/gfx/ball01.bmp \ +set date:create +set date:modify -define png:exclude-chunk=time \ debian/blobby/usr/share/icons/hicolor/64x64/apps/blobby.png @@ -16,6 +17,7 @@ override_dh_install: convert -transparent black data/gfx/ball01.bmp -resize 32x32 \ +set date:create +set date:modify -define png:exclude-chunk=time \ debian/blobby/usr/share/pixmaps/blobby.xpm +endif override_dh_installchangelogs: dh_installchangelogs ChangeLog -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/blobby.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

