[SCM] dvdauthor/debian: debian: adjust for split, manpages are read from file

mleeman-guest at users.alioth.debian.org mleeman-guest at users.alioth.debian.org
Thu Oct 25 14:50:42 UTC 2012


The following commit has been merged in the debian branch:
commit 1848dcdaf9051d50a909c328ab876fcba71db242
Author: Marc Leeman <marc.leeman at gmail.com>
Date:   Thu Oct 25 16:43:44 2012 +0200

    debian: adjust for split, manpages are read from file

diff --git a/debian/rules b/debian/rules
index 5ffcfa9..5d6f6af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,8 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/dvdauthor.
-	$(MAKE) install prefix=$(CURDIR)/debian/dvdauthor/usr
+	$(MAKE) install -C src prefix=$(CURDIR)/debian/dvdauthor/usr
+	$(MAKE) install -C doc prefix=$(CURDIR)/debian/dvdauthor-doc/usr
 
 
 # Build architecture-independent files here.
@@ -103,7 +104,7 @@ binary-arch: build install
 #	dh_installinit
 #	dh_installcron
 #	dh_installinfo
-	dh_installman mpeg2desc.1 dvdunauthor.1 spuunmux.1 dvddirdel.1
+	dh_installman
 	dh_link
 	dh_strip
 	dh_compress

-- 
dvdauthor packaging



More information about the pkg-multimedia-commits mailing list