[SCM] kdenlive packaging branch, master, updated. 9f550ac28d3e70cb6e0992fdea79b6c2f9777920

Maximiliano Curia maxy at moszumanska.debian.org
Wed Sep 9 08:15:56 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=8484e7c

The following commit has been merged in the master branch:
commit 8484e7cc1f740ea1ab2bbac0cb7aa82f98b2045d
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@488 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 987c53a..543d70a 100755
--- a/debian/rules
+++ b/debian/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