[SCM] x264/master: avoid building the x264.1 manpage on the buildd

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Jan 18 14:22:18 UTC 2012


The following commit has been merged in the master branch:
commit ff79cc441aa4a2e37a9e5415735ba1fa092f9129
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Jan 16 21:35:30 2012 +0100

    avoid building the x264.1 manpage on the buildd
    
    This restores the behavior before commit
    a3bc72ccbe9bd838c8bfeb156d3e8ec606a703a7. This means that the manpage
    needs to be regenerated manually before each upload.

diff --git a/debian/rules b/debian/rules
index ed83fe7..2e6e90f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,9 +63,6 @@ ifeq ($(do_opt),yes)
 	cp -a debian/install/opt$(opt_libdir)/*.so.* debian/$(libx264N)$(opt_libdir)
 endif
 
-override_dh_installman: debian/x264.1
-	dh_installman
-
 debian/x264.1: build
 	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/install/shared/usr/lib/$(DEB_HOST_MULTIARCH)" \
 	help2man -n "fast h264 encoder" -N -s1 -S "Videolan project" -h '--fullhelp' \

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list