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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Jun 6 23:22:32 UTC 2009


The following commit has been merged in the master branch:
commit 7ff8f4af40cd5f799eaee753995376eacabeabfc
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jun 7 00:46:46 2009 +0200

    really remove mplayer.1 manpage from mplayer-doc
    
    fix the rules file to actually remove the manpage from the right
    subdirectory, and do not hide failures to do so.

diff --git a/debian/rules b/debian/rules
index 02a7d2b..b07f3f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -186,7 +186,7 @@ install-indep-stamp: configure-arch-stamp
 	dh_prep -i
 	$(MAKE) install-mplayer-gui-man DESTDIR=$(CURDIR)/debian/mplayer-doc
 	# Drop the english manpage, installed in each mplayer package
-	rm -rf $(CURDIR)/debian/mplayer-doc/usr/share/man/mplayer.1
+	rm -v $(CURDIR)/debian/mplayer-doc/usr/share/man/man1/mplayer.1
 	dh_installdocs -i
 	touch $@
 

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list