[SCM] gpac/master: Rename manpages in gpac package.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun May 1 04:14:11 UTC 2011


The following commit has been merged in the master branch:
commit 5314f12286297d7efcacadb851f2286df4326bdb
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Apr 30 23:00:34 2011 -0400

    Rename manpages in gpac package.

diff --git a/debian/gpac.manpages b/debian/gpac.manpages
index a70e6f3..9563a9a 100644
--- a/debian/gpac.manpages
+++ b/debian/gpac.manpages
@@ -1 +1,2 @@
-doc/man/*.1
+debian/tmp/usr/share/man/man1/MP4Box.1
+debian/tmp/usr/share/man/man1/MP4Client.1
diff --git a/debian/rules b/debian/rules
index 89095bd..d70c349 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ override_dh_auto_install:
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \
 		moddir=$(CURDIR)/debian/tmp/usr/lib/gpac
 	$(MAKE) install-lib prefix=$(CURDIR)/debian/tmp/usr
+	mv debian/tmp/usr/share/man/man1/mp4box.1 \
+		debian/tmp/usr/share/man/man1/MP4Box.1
+	mv debian/tmp/usr/share/man/man1/mp4client.1 \
+		debian/tmp/usr/share/man/man1/MP4Client.1
 
 override_dh_clean:
 	dh_clean config.h bin/gcc/libgpac* include/gpac/version.h

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list