[debian-edu-commits] debian-edu/ 203/437: Generated.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:36 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 0357279127e7ed403df5bfb38584e6bcfd70ebe2
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Jul 22 21:09:21 2008 +0000

    Generated.
---
 art/splash/Makefile.in | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/art/splash/Makefile.in b/art/splash/Makefile.in
index 7cdd714..e1a58f6 100644
--- a/art/splash/Makefile.in
+++ b/art/splash/Makefile.in
@@ -361,15 +361,12 @@ install-data-local: $(XPMGZS)
 # This do not work properly because of #477791.
 	ln -s splashimages/splash-debian-edu.xpm.gz $(DESTDIR)$(grubdir)/splash.xpm.gz
 
-# Generate grub image from usplash image for now.  Need to be XPM, 14 colors,
+# Generate grub image from usplash image for now.  Need to be XPM, 14 colors 8 bit RGB,
 # 640x480 pixels.  Compression is optional but speed up the boot with modern machines.
-# First convert to JPEG, then to XPM, to make sure the color entries in
-# the XPM are understood by grub.
 splash-debian-edu.xpm:
 	$(MAKE) -C ../usplash background_640x480.png
-	convert -resize 640x480 -colors 14 -background black \
-	    ../usplash/background_640x480.png splash-debian-edu.jpeg
-	convert -colors 14 -background black splash-debian-edu.jpeg splash-debian-edu.xpm
+	convert -resize 640x480 -colors 14 -background black -depth 8 \
+	    ../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