From 37d9e876966aea3c5dd7e61326b7486aa2d593c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Dec 2014 13:51:41 +0100 Subject: Imported Upstream version 0.999 --- debian/patches/typo.patch | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 debian/patches/typo.patch (limited to 'debian/patches/typo.patch') diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch deleted file mode 100644 index 8864cd7..0000000 --- a/debian/patches/typo.patch +++ /dev/null @@ -1,41 +0,0 @@ -Description: correct some typos in source -Author: Jörg Frings-Fürst -Forwarded: not-needed -Last-Update: 2014-10-17 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/src/xsane-text.h -=================================================================== ---- trunk.orig/src/xsane-text.h -+++ trunk/src/xsane-text.h -@@ -854,7 +854,7 @@ The format of [DEVICE] is backendname:de - -n, --no-mode-selection disable menu for XSane mode selection\n\ - \n\ - -F, --Fixed fixed main window size (overwrite preferences value)\n\ -- -R, --Resizeable resizable, scrolled main window (overwrite preferences value)\n\ -+ -R, --Resizable resizable, scrolled main window (overwrite preferences value)\n\ - \n\ - -p, --print-filenames print image filenames created by XSane\n\ - -N, --force-filename name force filename and disable user filename selection\n\ -Index: trunk/src/xsane.c -=================================================================== ---- trunk.orig/src/xsane.c -+++ trunk/src/xsane.c -@@ -67,7 +67,7 @@ struct option long_options[] = - #endif - {"no-mode-selection", no_argument, 0, 'n'}, - {"Fixed", no_argument, 0, 'F'}, -- {"Resizeable", no_argument, 0, 'R'}, -+ {"Resizable", no_argument, 0, 'R'}, - {"print-filenames", no_argument, 0, 'p'}, - {"force-filename", required_argument, 0, 'N'}, - {0, } -@@ -5787,7 +5787,7 @@ static int xsane_init(int argc, char **a - xsane.main_window_fixed = 1; - break; - -- case 'R': /* --Resizeable */ -+ case 'R': /* --Resizable */ - xsane.main_window_fixed = 0; - break; - -- cgit v1.2.3