[SCM] ffmpeg2theora/master: fix installation path for the manpage
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Mon Mar 31 02:27:00 UTC 2014
The following commit has been merged in the master branch:
commit 6b4958648ccba4b28d490692aaef9e1e63434310
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sun Mar 30 22:02:18 2014 -0400
fix installation path for the manpage
diff --git a/debian/ffmpeg2theora.manpages b/debian/ffmpeg2theora.manpages
new file mode 100644
index 0000000..1c993f7
--- /dev/null
+++ b/debian/ffmpeg2theora.manpages
@@ -0,0 +1 @@
+ffmpeg2theora.1
diff --git a/debian/rules b/debian/rules
index 2c01a45..28a9672 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@
# scons
override_dh_auto_install:
- dh_auto_install -- PREFIX="prefix=/usr destdir=`pwd`/debian/ffmpeg2theora"
+ dh_auto_install -- PREFIX="prefix=/usr destdir=$(CURDIR)/debian/ffmpeg2theora mandir=$(CURDIR)"
override_dh_auto_clean:
dh_auto_clean
--
ffmpeg2theora packaging
More information about the pkg-multimedia-commits
mailing list