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

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


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

The following commit has been merged in the master branch:
commit 0ad23860dbbc9b82ba8d744f4683c49189d6d0c2
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Tue Nov 5 12:19:40 2013 +0000

    * Don't explicitly request xz compression - dpkg 1.17 does this by default.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk@4982 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/changelog | 1 +
 debian/control   | 3 ---
 debian/rules     | 3 ---
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9afeef4..565f002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kdenlive (0.9.6-5) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.5 (no changes needed).
+  * Don't explicitly request xz compression - dpkg 1.17 does this by default.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 31 Oct 2013 10:45:05 +0100
 
diff --git a/debian/control b/debian/control
index 44af399..35db9ea 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 9),
 
 Package: kdenlive
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  kdenlive-data (= ${source:Version}),
@@ -50,7 +49,6 @@ Description: non-linear video editor
 
 Package: kdenlive-data
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Recommends: kdenlive
 Breaks: kdenlive (<= 0.7.2.1)
@@ -71,7 +69,6 @@ Package: kdenlive-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
  kdenlive (= ${binary:Version})
 Description: non-linear video editor (debugging symbols)
diff --git a/debian/rules b/debian/rules
index 6d41b8d..66fae3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,3 @@ override_dh_install:
 
 override_dh_strip:
 	dh_strip --dbg-package=kdenlive-dbg
-
-override_dh_builddeb:
-	dh_builddeb -- -Zxz

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list