[SCM] ffmpeg2theora/master: Pass correct PREFIX an DESTDIR variables to the upstream build system
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Mon Mar 31 01:44:28 UTC 2014
The following commit has been merged in the master branch:
commit b168c166493cbfa042e2ada89a4a2254fe451ea0
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sun Mar 30 21:43:31 2014 -0400
Pass correct PREFIX an DESTDIR variables to the upstream build system
diff --git a/debian/rules b/debian/rules
index c3702b7..2c01a45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,9 @@
#override_dh_auto_build:
# scons
-#
-#override_dh_auto_install:
-# PREFIX="destdir=$(CURDIR)/debian/ffmpeg2theora prefix=/usr mandir=$(CURDIR)/debian/usr/share/man"; make install
+
+override_dh_auto_install:
+ dh_auto_install -- PREFIX="prefix=/usr destdir=`pwd`/debian/ffmpeg2theora"
override_dh_auto_clean:
dh_auto_clean
--
ffmpeg2theora packaging
More information about the pkg-multimedia-commits
mailing list