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


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

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 743a5e4d2d8af9b36ea5a9311808738bc3592d1d
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Thu Sep 20 09:12:37 2012 +0000

    * Switch to xz compression and add a Pre-Depends on dpkg.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@4023 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 changelog | 1 +
 control   | 3 +++
 rules     | 4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index fc5c52b..057ad98 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,7 @@
 kdenlive (0.9.2-3) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.4 (no changes needed).
+  * Switch to xz compression and add a Pre-Depends on dpkg.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 20 Sep 2012 10:48:54 +0200
 
diff --git a/control b/control
index 08d59d7..c23595f 100644
--- a/control
+++ b/control
@@ -23,6 +23,7 @@ Build-Depends: debhelper (>= 7),
 
 Package: kdenlive
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  kdenlive-data (= ${source:Version}),
@@ -47,6 +48,7 @@ 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)
@@ -67,6 +69,7 @@ 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/rules b/rules
index b0002ee..6df3e4b 100755
--- a/rules
+++ b/rules
@@ -71,7 +71,7 @@ binary-indep: build install
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -i
+	dh_builddeb -i -- -Zxz
 
 binary-arch: build install
 	dh_testdir -a
@@ -86,7 +86,7 @@ binary-arch: build install
 	dh_shlibdeps -a
 	dh_gencontrol -a
 	dh_md5sums -a
-	dh_builddeb -a
+	dh_builddeb -a -- -Zxz
 
 get-orig-source:
 	@@dh_testdir

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list