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

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


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

The following commit has been merged in the master branch:
commit 6bb45c37623a1433e615c0f00bc98c400039f695
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Mon Oct 20 17:09:46 2014 +0000

    * Exclude docbook files from dh_compress.
      Closes: #765974
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk@5490 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7eb1fe6..5de5e02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 kdenlive (0.9.10-2) UNRELEASED; urgency=medium
 
   * Add libv4l-dev as build dependency for webcam support.
+  * Exclude docbook files from dh_compress.
+    Closes: #765974
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 08 Oct 2014 16:10:11 +0200
 
diff --git a/debian/rules b/debian/rules
index c9a241c..3e574be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- $(EXTRAFLAGS)
 
+override_dh_compress:
+	dh_compress -X.docbook
+
 override_dh_install:
 	rm -f $(CURDIR)/debian/tmp/usr/share/doc/kde/HTML/*/kdenlive/common
 	cp $(CURDIR)/data/kdenlive.menu $(CURDIR)/debian/

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list