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/0100-typos.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/patches/0100-typos.patch (limited to 'debian/patches/0100-typos.patch') diff --git a/debian/patches/0100-typos.patch b/debian/patches/0100-typos.patch deleted file mode 100644 index 0f63a81..0000000 --- a/debian/patches/0100-typos.patch +++ /dev/null @@ -1,18 +0,0 @@ -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"); -- cgit v1.2.3