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


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

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 96b881933cfebf93727ff745e5e9d072081134f1
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Tue Jan 29 09:04:06 2013 +0000

    Some small fixes
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@4280 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/rules b/rules
index aa4c0ee..6d41b8d 100755
--- a/rules
+++ b/rules
@@ -3,9 +3,6 @@
 #export DH_VERBOSE=1
 export DEB_BUILD_HARDENING=1
 
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
 EXTRAFLAGS :=
 ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
 	EXTRAFLAGS := -DNO_JOGSHUTTLE=YES
@@ -15,7 +12,7 @@ endif
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
+	dh_auto_configure -- $(EXTRAFLAGS)
 
 override_dh_auto_clean:
 	rm -f $(CURDIR)/debian/kdenlive.menu

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list