[debian-edu-commits] debian-edu/ 46/437: Correct build example for the syslinux splash image, after fixing the build rules in debian-cd.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:22 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 f12fe3c09003881fa46cfbcf3aad5a1d2fb9a4f5
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Sep 2 11:00:52 2006 +0000

    Correct build example for the syslinux splash image, after fixing the build rules in debian-cd.
---
 art/splash/Makefile.am | 5 ++++-
 art/splash/README      | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/art/splash/Makefile.am b/art/splash/Makefile.am
index 390d8c8..648b271 100644
--- a/art/splash/Makefile.am
+++ b/art/splash/Makefile.am
@@ -19,6 +19,9 @@ debian-edu-splash.xpm.gz: debian-edu-splash.png
 	convert debian-edu-splash.png debian-edu-splash.xpm
 	gzip -9 debian-edu-splash.xpm
 
+debian-edu-splash.rle: debian-edu-splash.png
+	pngtopnm < $^ | ppmquant 16 | ppmtolss16 "#ffffff=7" "#000000=0" > $@
+
 EXTRA_DIST = $(splash_DATA)
 
-CLEANFILES = debian-edu-splash.xpm.gz
+CLEANFILES = debian-edu-splash.xpm.gz debian-edu-splash.rle
diff --git a/art/splash/README b/art/splash/README
index ae2fcc5..0fb1a3a 100644
--- a/art/splash/README
+++ b/art/splash/README
@@ -25,4 +25,4 @@ syslinux itself.
 The PNG passed to debian-cd is processed like this:
 
   pngtopnm < splash.png | ppmquant 16 | \
-    ppmtolss16 "#ffffff=7" "#000000=15" > splash.rle
+    ppmtolss16 "#ffffff=7" "#000000=0" > splash.rle

-- 
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