[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:31:05 UTC 2016


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

The following commit has been merged in the kubuntu_xenial_archive branch:
commit d013e45659e0434ffbcd2ef2ac8cb385d28bb0a2
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/debian@2979 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 changelog | 6 ++++++
 rules     | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/changelog b/changelog
index 3b228bd..9657612 100644
--- a/changelog
+++ b/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/rules b/rules
index bc76653..21a35b5 100755
--- a/rules
+++ b/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