[SCM] mplayer packaging branch, ubuntu, updated. debian/1.0.rc3++final-0ubuntu2
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Thu Jun 3 13:06:44 UTC 2010
The following commit has been merged in the ubuntu branch:
commit 9d5192a0337cf7fb767953afb48afd2ae5852215
Author: Reinhard Tartler <siretart at tauware.de>
Date: Wed Jun 2 22:08:14 2010 +0200
don't build documentation - release tarballs have them prebuilt
diff --git a/debian/rules b/debian/rules
index 026666a..4dc8aba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,9 +142,10 @@ install-arch: build-arch
build-indep:
dh_testdir
- sh debian/all-lang-config-mak.sh > config.mak
- cd DOCS/xml && ./configure
- $(MAKE) -C DOCS/xml html-chunked
+# disable for release tarballs
+# sh debian/all-lang-config-mak.sh > config.mak
+# cd DOCS/xml && ./configure
+# $(MAKE) -C DOCS/xml html-chunked
dh_installchangelogs -i
dh_installdocs -i
dh_compress -i
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list