From acb8f06b02f9b160f5f541b51fc8a1f23b3d4eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 10 Apr 2016 07:46:26 +0200 Subject: d/c Use secure URIs; Add typo patch --- debian/patches/0100-typos.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) create mode 100644 debian/patches/0100-typos.patch (limited to 'debian/patches') diff --git a/debian/patches/0100-typos.patch b/debian/patches/0100-typos.patch new file mode 100644 index 0000000..0f63a81 --- /dev/null +++ b/debian/patches/0100-typos.patch @@ -0,0 +1,18 @@ +Description: Typos +Author: Jörg Frings-Fürst +Last-Update: 206-04-10 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/autosave-manager.vala +=================================================================== +--- trunk.orig/src/autosave-manager.vala ++++ trunk/src/autosave-manager.vala +@@ -74,7 +74,7 @@ public class AutosaveManager + catch (Error e) + { + if (!(e is FileError.NOENT)) +- warning ("Could not load autosave infomation; not restoring any autosaves: %s", e.message); ++ warning ("Could not load autosave information; not restoring any autosaves: %s", e.message); + return; + } + var pages = get_value (file, "simple-scan", "pages"); diff --git a/debian/patches/series b/debian/patches/series index a71d873..a9456eb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +0100-typos.patch 0005-zlib.patch -- cgit v1.2.3