[SCM] kdenlive packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-561-gb8d8ab5
Scarlett Clark
sgclark-guest at moszumanska.debian.org
Thu Feb 18 19:30:42 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=efd7788
The following commit has been merged in the kubuntu_xenial_archive branch:
commit efd7788679adea90650a532a9c37f3720117ad83
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date: Wed Feb 4 10:25:17 2009 +0000
Fix build error and two lintian warnings.
git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@488 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules b/rules
index 987c53a..543d70a 100755
--- a/rules
+++ b/rules
@@ -33,6 +33,7 @@ configure-stamp:
cp -r data build
cp -r lumas build
cp -r man build
+ cp -r plugins build
cd build && cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_C_FLAGS:STRING="$(CFLAGS)" -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \
-DCMAKE_SKIP_RPATH:BOOL=YES
@@ -55,7 +56,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
binary-indep: build install
@@ -80,6 +81,7 @@ binary-arch: build install
dh_installdocs -a
dh_install -a
dh_installmenu -a
+ dh_desktop -a
dh_strip -a --dbg-package=kdenlive-dbg
dh_compress -a
dh_fixperms -a
--
kdenlive packaging
More information about the pkg-kde-commits
mailing list