[SCM] mplayer/master.experimental: Fix build-indep
ricotz-guest at users.alioth.debian.org
ricotz-guest at users.alioth.debian.org
Tue Jan 3 21:15:09 UTC 2012
The following commit has been merged in the master.experimental branch:
commit 68bf155d6ea972e72b884f1153281d810a3abc0f
Author: Rico Tzschichholz <ricotz at t-online.de>
Date: Tue Jan 3 22:05:32 2012 +0100
Fix build-indep
diff --git a/debian/rules b/debian/rules
index c2d580c..c8d79f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,9 +131,7 @@ install-arch: build-arch
###### build-indep
DOCS/HTML/en/index.html:
- sh debian/all-lang-config-mak.sh > config.mak
- cd DOCS/xml && ./configure
- $(MAKE) -C DOCS/xml html-chunked
+ $(MAKE) html-chunked
build-indep:
dh_testdir
@@ -152,9 +150,7 @@ install-indep: build-indep
clean:
dh_testdir
dh_testroot
- [ ! -f config.mak ] || ( $(MAKE) -C DOCS/xml releaseclean && $(MAKE) distclean )
- dh_clean
- ! test -d .git || quilt pop -a || test $$? = 2
+ -test -f config.mak && $(MAKE) distclean
# Build architecture-independent packages
binary-indep: install-indep
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list