[debian-edu-commits] debian-edu/ 426/437: Build grub image from SVG using convert from imagemagick, optipng, advancecomp. Add these as build dependencies.
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:50:00 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 a5b9aff2045b4fa56539bfd425c4c4101dff5d1a
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu Aug 8 20:24:04 2013 +0000
Build grub image from SVG using convert from imagemagick, optipng,
advancecomp. Add these as build dependencies.
---
art/splash/Makefile.am | 14 +++++++-------
art/splash/debian-edu-splash.png | Bin 398213 -> 0 bytes
debian/changelog | 5 +++++
debian/control | 2 +-
4 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/art/splash/Makefile.am b/art/splash/Makefile.am
index d902c47..f962ffc 100644
--- a/art/splash/Makefile.am
+++ b/art/splash/Makefile.am
@@ -5,14 +5,14 @@ splash_DATA = $(SPLASH) debian-edu-splash-grub.png
grub2splashdir= /usr/share/desktop-base/
-# Draft build rule for the PNG using the SVG as the source
-#debian-edu-splash.png: debian-edu-splash.svg
-# convert $^ $@
-# optipng -o4 -i0 -fix $@
-# advpng -z4 $@
+# Build rule for the PNG using the SVG as the source
+debian-edu-splash.png: debian-edu-splash.svg
+ convert $^ $@
+ optipng -o4 -i0 -fix $@
+ advpng -z4 $@
-debian-edu-splash-grub.png:
- cp background-grub2.png $@
+debian-edu-splash-grub.png: debian-edu-splash.png
+ cp $^ $@
EXTRA_DIST = $(splash_DATA)
diff --git a/art/splash/debian-edu-splash.png b/art/splash/debian-edu-splash.png
deleted file mode 100644
index dd28fd4..0000000
Binary files a/art/splash/debian-edu-splash.png and /dev/null differ
diff --git a/debian/changelog b/debian/changelog
index 00e9665..3b0cf51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
debian-edu-artwork (0.44-1) UNRELEASED; urgency=low
+ [ Wolfgang Schweer ]
* Fix grub image (colour space: indexed -> RGB; density 72x72).
+ [ Petter Reinholdtsen ]
+ * Build grub image from SVG using convert from imagemagick, optipng,
+ advancecomp. Add these as build dependencies.
+
-- Wolfgang Schweer <wschweer at arcor.de> Thu, 08 Aug 2013 14:38:31 +0200
debian-edu-artwork (0.43-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5ab1349..b6375ff 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
Priority: extra
Maintainer: Debian Edu developers <debian-edu at lists.debian.org>
Uploaders: Petter Reinholdtsen <pere at debian.org>, Holger Levsen <holger at debian.org>
-Build-Depends: debhelper (>= 8.1.0~), cdbs, rdfind, symlinks
+Build-Depends: debhelper (>= 8.1.0~), cdbs, rdfind, symlinks, imagemagick, optipng, advancecomp
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-edu/trunk/src/debian-edu-artwork/
Vcs-Svn: svn://anonscm.debian.org/debian-edu/trunk/src/debian-edu-artwork/
--
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