[SCM] subtitlecomposer packaging branch, master, updated. debian/0.6.4-1-3-g8f57af6

Pino Toscano pino at moszumanska.debian.org
Fri Jun 17 20:58:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/subtitlecomposer.git;a=commitdiff;h=8f57af6

The following commit has been merged in the master branch:
commit 8f57af6cdac8a564459adfa0c17f35ca3ba85d5c
Author: Pino Toscano <pino at debian.org>
Date:   Fri Jun 17 22:58:42 2016 +0200

    more xine leftovers
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4dfebc8..6d83907 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ subtitlecomposer (0.6.4-2) UNRELEASED; urgency=medium
   * Remove support for Xine:
     - drop the libxine2-dev build dependency
     - stop mentioning it in the description
+    - stop using the xine dh addon
+    - stop mentioning the ${xine-x:Depends} variable
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 17 Jun 2016 22:27:31 +0200
 
diff --git a/debian/control b/debian/control
index 35cc73b..24f20a3 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/subtitlecomposer.git
 
 Package: subtitlecomposer
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${xine-x:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: mplayer
 Description: Subtitles editor for KDE
  A text-based subtitles editor for KDE supporting basic operations (text,
diff --git a/debian/rules b/debian/rules
index dda8f38..1e089b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with=kf5,xine
+	dh $@ --parallel --with=kf5
 
 override_dh_auto_test:
 	xvfb-run -a dh_auto_test

-- 
subtitlecomposer packaging



More information about the pkg-kde-commits mailing list