[SCM] mplayer packaging branch, master, updated. debian/1.0.rc3+svn20090405-1-10-g104a620

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Jun 3 21:13:02 UTC 2009


The following commit has been merged in the master branch:
commit 104a62084d2b35636842458118d4bd59c9ff66c0
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Jun 3 22:03:53 2009 +0200

    remove references to unneded target build-indep-stamp
    
    spotted by fabrice_sp. fixes breakage during build in some situations.

diff --git a/debian/rules b/debian/rules
index dd109fd..e75c4a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -180,7 +180,7 @@ install-arch:
 
 # commands to compile the documentation
 install-indep: install-indep-stamp
-install-indep-stamp: configure-arch-stamp build-indep-stamp
+install-indep-stamp: configure-arch-stamp
 	dh_testdir
 	cd DOCS/xml && ./configure
 	$(CLEAN_ENV) \
@@ -200,7 +200,7 @@ clean-real:
 	dh_testroot
 	[ ! -f config.mak ] || $(MAKE) -C DOCS/xml distclean || true
 	[ ! -f config.mak ] || $(MAKE) distclean
-	dh_clean build-arch-stamp build-indep-stamp configure-arch-stamp snapshot_version
+	dh_clean build-arch-stamp configure-arch-stamp snapshot_version
 	dh_clean debian/README.Debian
 
 ###### 	Write README.Debian and add free or non-free statement.

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list