[debian-edu-commits] debian-edu/ 186/437: Fix build rules to handle building usplash package only on archs supported by usplash.
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 c6d2a254b4d75c6b49049634a48d3af86d242484
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu May 1 15:46:50 2008 +0000
Fix build rules to handle building usplash package only on archs supported by usplash.
---
debian/changelog | 9 ++++++---
debian/rules | 5 +++--
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 00cad4d..f51c15b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
debian-edu-artwork (0.0.27) unstable; urgency=low
+ [ Holger Levsen ]
* include non corrupted files skoletux-wallpaper3.xcf.gz and
skoletux-wallpaper.xcf.gz (Closes: 447255)
* only build debian-edu-artwork-usplash on i386, amd64, powerpc and sparc,
- as usplash is only available on these archs.
- * NOT yet ready to be uploaded, FTBFS on at least alpha, ./debian/tmp/etc is
- not there when install tries to put it in...
+ as usplash is only available on these archs.
+
+ [ Petter Reinholdtsen ]
+ * Fix build rules to handle building usplash package only on archs
+ supported by usplash.
-- Holger Levsen <holger at debian.org> Sat, 5 Apr 2008 19:20:23 +0200
diff --git a/debian/rules b/debian/rules
index 1db3ae2..a73459a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
#!/usr/bin/make -f
-DEB_DH_MAKESHLIBS_ARGS_ALL = -n
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+DEB_DH_MAKESHLIBS_ARGS_ALL = -n
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp
+
pkgdir := /usr/share/debian-edu-artwork
install/debian-edu-artwork::
install -d debian/$(cdbs_curpkg)$(pkgdir)
--
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