Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package kdesvn It contains two changes: * Cherrypick upstream commit fixing broken startup from .desktop file. (Closes: #858072) That's the important one to get into stretch. Otherwise starting the application from the menu will be broken. * Drop Build-Depends on libssl-dev, no longer needed. (Closes: #855339) That's a low risk change, which doesn't have any effect on the package itself. I included it to drop this package from the list of packages involved in the openssl1.0/1.1 transition. Regards, Michael unblock kdesvn/2.0.0-3 -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru kdesvn-2.0.0/debian/changelog kdesvn-2.0.0/debian/changelog --- kdesvn-2.0.0/debian/changelog 2016-12-09 00:59:19.000000000 +0100 +++ kdesvn-2.0.0/debian/changelog 2017-03-18 01:15:09.000000000 +0100 @@ -1,3 +1,17 @@ +kdesvn (2.0.0-3) unstable; urgency=medium + + [ Aurélien COUDERC ] + * Cherrypick upstream commit fixing broken startup from .desktop file. + (Closes: #858072) + + -- Michael Biebl <bi...@debian.org> Sat, 18 Mar 2017 01:15:09 +0100 + +kdesvn (2.0.0-2) unstable; urgency=medium + + * Drop Build-Depends on libssl-dev, no longer needed. (Closes: #855339) + + -- Michael Biebl <bi...@debian.org> Fri, 17 Feb 2017 00:00:05 +0100 + kdesvn (2.0.0-1) unstable; urgency=medium * New major upstream release based on Qt 5 and KDE Frameworks 5 (KF5). diff -Nru kdesvn-2.0.0/debian/control kdesvn-2.0.0/debian/control --- kdesvn-2.0.0/debian/control 2016-12-09 00:23:52.000000000 +0100 +++ kdesvn-2.0.0/debian/control 2017-02-16 23:50:18.000000000 +0100 @@ -23,7 +23,6 @@ libkf5texteditor-dev, libkf5wallet-dev, libkf5widgetsaddons-dev, - libssl-dev (>= 0.9.8a), libsvn-dev (>= 1.6.0), pkg-kde-tools (>= 0.9), qtbase5-dev diff -Nru kdesvn-2.0.0/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch kdesvn-2.0.0/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch --- kdesvn-2.0.0/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch 1970-01-01 01:00:00.000000000 +0100 +++ kdesvn-2.0.0/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch 2017-03-18 01:01:17.000000000 +0100 @@ -0,0 +1,26 @@ +From 5ea40285741a885198a351bd9afe58ff746a1192 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <andreas.sturmlech...@gmail.com> +Date: Sun, 4 Dec 2016 23:26:07 +0100 +Subject: [PATCH] Fix startup: s/caption/qwindowtitle/ + +REVIEW: 129614 +--- + src/org.kde.kdesvn.desktop | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/org.kde.kdesvn.desktop b/src/org.kde.kdesvn.desktop +index 0fbac0d3..5455338a 100644 +--- a/src/org.kde.kdesvn.desktop ++++ b/src/org.kde.kdesvn.desktop +@@ -49,7 +49,7 @@ GenericName[sl]=Odjemalec za SVN + GenericName[sv]=SVN-klient + GenericName[uk]=Клієнт SVN + GenericName[x-test]=xxSVN Clientxx +-Exec=kdesvn -caption "%c" %u ++Exec=kdesvn -qwindowtitle "%c" %u + Icon=kdesvn + Type=Application + X-DocPath=kdesvn/index.html +-- +2.11.0 + diff -Nru kdesvn-2.0.0/debian/patches/series kdesvn-2.0.0/debian/patches/series --- kdesvn-2.0.0/debian/patches/series 2016-12-09 00:24:22.000000000 +0100 +++ kdesvn-2.0.0/debian/patches/series 2017-03-18 01:01:17.000000000 +0100 @@ -1 +1,2 @@ 0001-Make-sure-the-man-pages-are-built-and-installed.patch +0002-Fix-startup-s-caption-qwindowtitle.patch