[SCM] k9copy packaging branch, master, updated. upstream/2.3.8-15-gafdf2c5

Eshat Cakar eshat-guest at alioth.debian.org
Tue Mar 6 18:21:31 UTC 2012


The following commit has been merged in the master branch:
commit afdf2c5060a13bb528f4208c180439feefaa30c3
Author: Eshat Cakar <info at eshat.de>
Date:   Tue Mar 6 19:21:03 2012 +0100

    Use x:Depends
---
 debian/changelog |    6 ++++++
 debian/control   |    3 +--
 debian/rules     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 898c5b4..61abcea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+k9copy (2.3.8-2) unstable; urgency=low
+
+  * Use ${xine-x:Depends} (Closes: #656909)
+
+ -- Eshat Cakar <info at eshat.de>  Tue, 06 Mar 2012 19:19:14 +0100
+
 k9copy (2.3.8-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 0f11f46..82da9ea 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 8.9.0),
 	       kdelibs5-dev (>= 4:4.2.1),
 	       pkg-kde-tools,
  	       cmake,
-	       libxine-dev,
 	       libmpeg2-4-dev,
 	       libavformat-dev,
 	       libavcodec-dev,
@@ -43,6 +42,6 @@ Architecture: any
 Section: debug
 Priority: extra
 Depends: k9copy (= ${binary:Version}), 
-	 ${misc:Depends}
+	 ${misc:Depends},${xine-x:Depends},
 Description: KDE tool to backup DVDs (debugging symbols)
  This package contains the debugging symbols for k9copy
diff --git a/debian/rules b/debian/rules
index 4db4bbf..f0490c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kde --with xine
 
 override_dh_strip:
 	dh_strip --dbg-package=k9copy-dbg

-- 
k9copy packaging



More information about the pkg-kde-commits mailing list