[SCM] jovie packaging branch, master, updated. debian/16.08.0-1-5-gd873f8f

Pino Toscano pino at moszumanska.debian.org
Sun Dec 31 16:22:38 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/jovie.git;a=commitdiff;h=1cbb26b

The following commit has been merged in the master branch:
commit 1cbb26b77e061ec09d55233ef8c17d136aa19e6d
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 31 17:17:58 2017 +0100

    drop kttsd (#878605)
---
 debian/changelog | 2 ++
 debian/control   | 9 ---------
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b67745f..a759259 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ jovie (4:17.08.3-0r1) UNRELEASED; urgency=medium
     - remove jovie.install, no more used now
     - remove not-installed, no more needed now
     - make sure to not ship development .so symlinks
+  * Remove the transitional kttsd binary, no more needed now (Closes: #878605)
+    - no more need to set a destdir on install
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 31 Dec 2017 17:11:54 +0100
 
diff --git a/debian/control b/debian/control
index 7599f19..40d705b 100644
--- a/debian/control
+++ b/debian/control
@@ -32,12 +32,3 @@ Description: text-to-speech system
  useful front-end for it.
  .
  This package is part of the KDE accessibility module.
-
-Package: kttsd
-Section: oldlibs
-Architecture: all
-Priority: extra
-Depends: jovie, ${misc:Depends}
-Description: transitional package for jovie
- This is a transitional package provided to ease upgrade from kttsd
- to jovie.
diff --git a/debian/rules b/debian/rules
index 109ec24..063f65c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 override_dh_auto_install:
-	$(overridden_command) --destdir=debian/jovie
+	$(overridden_command)
 	# do not ship development stuff
 	find debian/jovie -name '*.so' -type l -delete
 

-- 
jovie packaging



More information about the pkg-kde-commits mailing list