[debian-edu-commits] debian-edu/ 12/437: Make sure only the usplash .so file is in the usplash theme binary package. Make sure all images are included in the artwork binary package.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:20 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 d2bbe2b09f857a603b5963b2dabd1a649ed66575
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Aug 1 13:24:31 2006 +0000

    Make sure only the usplash .so file is in the usplash theme binary package.  Make sure all images are included in the artwork binary package.
---
 art/usplash/Makefile.am           | 12 ++++++++----
 debian/debian-edu-artwork.install |  1 +
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/art/usplash/Makefile.am b/art/usplash/Makefile.am
index 504a69b..ac1eaa5 100644
--- a/art/usplash/Makefile.am
+++ b/art/usplash/Makefile.am
@@ -8,14 +8,18 @@ AM_CFLAGS = -I/usr/include/bogl -I$(srcdir)
 
 usplashdir = $(libdir)/usplash
 
+usplashpkg_DATA = debian-edu-usplash.png
+usplashpkgdir = $(datadir)/pixmaps/usplash
+
+EXTRA_DIST = $(usplash_DATA) $(usplashpkg_DATA) debian-edu-usplash.xcf \
+	debian-edu-usplash-theme.c usplash-theme.h helvB10.bdf
+
 install-exec-local: debian-edu-usplash.so
 	$(mkinstalldirs) $(DESTDIR)$(usplashdir)
 	cp debian-edu-usplash.so $(DESTDIR)$(usplashdir)
 
-usplash_DATA = debian-edu-usplash.png
-
-EXTRA_DIST = $(usplash_DATA) debian-edu-usplash.xcf \
-	debian-edu-usplash-theme.c usplash-theme.h helvB10.bdf
+install-data-local:
+	$(mkinstalldirs) $(DESTDIR)$(usplashpkgdir)
 
 SUFFIXES = .bdf .c .o
 .bdf.c:
diff --git a/debian/debian-edu-artwork.install b/debian/debian-edu-artwork.install
new file mode 100644
index 0000000..e1ee9cf
--- /dev/null
+++ b/debian/debian-edu-artwork.install
@@ -0,0 +1 @@
+debian/tmp/usr/share

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