From 6ec4b0d2e97b3c95adab9705997194563ce59f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 21:29:33 +0200 Subject: Switch to new homepage; Refresh metadata; remove unused patches --- debian/patches/0015-xdg-email.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/patches/0015-xdg-email.patch (limited to 'debian/patches/0015-xdg-email.patch') diff --git a/debian/patches/0015-xdg-email.patch b/debian/patches/0015-xdg-email.patch deleted file mode 100644 index a86c354..0000000 --- a/debian/patches/0015-xdg-email.patch +++ /dev/null @@ -1,18 +0,0 @@ -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++) { -- cgit v1.2.3