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

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


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

The following commit has been merged in the master branch:
commit a437e22d65dda9b22b4e5f8e0e278cfb2c2cefbf
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Tue Jul 5 17:29:25 2011 +0000

    * Add missing makefile targets build-arch and build-indep.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk@2979 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3b228bd..9657612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kdenlive (0.8-5) UNRELEASED; urgency=low
+
+  * Add missing makefile targets build-arch and build-indep.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 05 Jul 2011 19:28:59 +0200
+
 kdenlive (0.8-4) unstable; urgency=low
 
   * Allow build on kFreeBSD by adding option NO_JOGSHUTTLE.
diff --git a/debian/rules b/debian/rules
index bc76653..21a35b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,10 @@ build-stamp: configure
 	cd build && $(MAKE) -j $(NCPUS)
 	touch $@
 
+build-arch: build
+
+build-indep: build
+
 clean:
 	dh_testdir
 	dh_testroot

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list