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

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


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

The following commit has been merged in the master branch:
commit c63f2a7d0553117e305ae893e812a0297f54c113
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Sun May 17 22:06:45 2009 +0000

    * Simplify debian/rules by not copying all necessary data to build first.
      cmake natively supports ot of source builds.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk@902 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/changelog |  7 +++++++
 debian/rules     | 17 +----------------
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f4f923e..efea252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+kdenlive (0.7.3-3) unstable; urgency=low
+
+  * Simplify debian/rules by not copying all necessary data to build first.
+    cmake natively supports ot of source builds.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 18 May 2009 00:04:52 +0200
+
 kdenlive (0.7.3-2) unstable; urgency=low
 
   * Link to the LGPL-2 instead of GPL-2 for src/regiongrabber.{cpp,h} in
diff --git a/debian/rules b/debian/rules
index 43d7ca9..bac8f40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,22 +21,7 @@ configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	[ -d build ] || mkdir build
-	cp CMakeLists.txt build
-	cp kdenlive-config.h.cmake build
-	cp -r cmake build
-	cp -r po build
-	cp -r effects build
-	cp -r icons build
-	cp -r src build
-	cp -r renderer build
-	cp -r thumbnailer build
-	cp -r export build
-	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_SKIP_RPATH:BOOL=YES
+	cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH:BOOL=YES
 	touch $@
 
 build: build-stamp

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list