control: severity -1 important
diff --git a/debian/changelog b/debian/changelog index 512935d..10acef7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kdesvn (2.0.0-3) UNRELEASED; urgency=medium + + * Cherrypick upstream commit fixing broken startup from .desktop file. + (Closes: Bug#858072) + + -- Aurélien COUDERC <zecou...@free.fr> Fri, 17 Mar 2017 23:37:43 +0100 + kdesvn (2.0.0-2) unstable; urgency=medium * Drop Build-Depends on libssl-dev, no longer needed. (Closes: #855339) diff --git a/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch b/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch new file mode 100644 index 0000000..da68874 --- /dev/null +++ b/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch @@ -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 --git a/debian/patches/series b/debian/patches/series index b5cd2a6..7c1cba5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-Make-sure-the-man-pages-are-built-and-installed.patch +0002-Fix-startup-s-caption-qwindowtitle.patch