[debian-edu-commits] debian-edu/ 191/437: Enforce resizing.
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:49:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit ca5a7d8f28ca4590fd9c8bf16900578466fb2966
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sat May 17 18:13:39 2008 +0000
Enforce resizing.
---
art/splash/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/art/splash/Makefile.am b/art/splash/Makefile.am
index a02ee1b..c4cae78 100644
--- a/art/splash/Makefile.am
+++ b/art/splash/Makefile.am
@@ -28,7 +28,7 @@ install-data-local: $(XPMGZS)
# 640x480 pixels. Compression is optional but speed up the boot with modern machines.
splash-debian-edu.xpm:
$(MAKE) -C ../usplash background_640x480.png
- convert -colors 14 ../usplash/background_640x480.png splash-debian-edu.xpm
+ convert -resize 640x480 -colors 14 ../usplash/background_640x480.png splash-debian-edu.xpm
splash-debian-edu.xpm.gz: splash-debian-edu.xpm
gzip -9 < $^ > $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list