From 4c1beb32649df7aec946bfe5f62070d12148f4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 13 Jan 2018 18:27:44 +0100 Subject: New 0015-xdg-email.patch --- debian/changelog | 6 ++++++ debian/patches/0015-xdg-email.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 25 insertions(+) create mode 100644 debian/patches/0015-xdg-email.patch diff --git a/debian/changelog b/debian/changelog index cbe80f1..61a9de9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +simple-scan (3.26.2-2) UNRELEASED; urgency=medium + + * New patches/0015-xdg-email.patch: Add space between xdg-email und parameter. + + -- Jörg Frings-Fürst Sat, 13 Jan 2018 18:23:58 +0100 + simple-scan (3.26.2-1) unstable; urgency=medium * New upstream release (Closes: #881345): diff --git a/debian/patches/0015-xdg-email.patch b/debian/patches/0015-xdg-email.patch new file mode 100644 index 0000000..a86c354 --- /dev/null +++ b/debian/patches/0015-xdg-email.patch @@ -0,0 +1,18 @@ +Description: Add space between xdg-email ans parameter +Author: Jörg Frings-Fürst +Last-Update: 2018-01-13 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/app-window.vala +=================================================================== +--- trunk.orig/src/app-window.vala ++++ trunk/src/app-window.vala +@@ -1193,7 +1193,7 @@ public class AppWindow : Gtk.Application + yield book.save_async (type, settings.get_int ("jpeg-quality"), file, null, null); + var command_line = "xdg-email"; + if (type == "pdf") +- command_line += "--attach %s".printf (file.get_path ()); ++ command_line += " --attach %s".printf (file.get_path ()); + else + { + for (var i = 0; i < book.n_pages; i++) { diff --git a/debian/patches/series b/debian/patches/series index 82e9ebc..283f89a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ #0100-typos.patch #0005-zlib.patch +0015-xdg-email.patch 0010-metadata.patch -- cgit v1.2.3