diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-03-20 09:13:50 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-03-20 09:13:50 +0100 |
commit | aafaa7c3ff1f88dadbad34559adab7b35be8542b (patch) | |
tree | 11f3ff35af220dd659d42e5f87d29b5d5ca073cb /debian/patches/0005-Build_error_with_vala.patch | |
parent | 055f6f3e01bb718bfdd61331e1b13b0cdba6d718 (diff) | |
parent | e01ac9786891513c1cb628ca0a0374436057cc3b (diff) |
Merge branch 'release/debian/42.0-1'debian/42.0-1
Diffstat (limited to 'debian/patches/0005-Build_error_with_vala.patch')
-rw-r--r-- | debian/patches/0005-Build_error_with_vala.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/0005-Build_error_with_vala.patch b/debian/patches/0005-Build_error_with_vala.patch deleted file mode 100644 index 76387f0..0000000 --- a/debian/patches/0005-Build_error_with_vala.patch +++ /dev/null @@ -1,20 +0,0 @@ -Remove incorrect i18n.merge_file argument -Origin: upstream, https://gitlab.gnome.org/GNOME/simple-scan/-/commit/da6626debe00be1a0660f30cf2bf7629186c01d5 -Bug: https://gitlab.gnome.org/GNOME/simple-scan/-/issues/284 -Forwarded: not-needed -Last-Update: 2022-02-06 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/src/simple-scan.vala -=================================================================== ---- trunk.orig/src/simple-scan.vala -+++ trunk/src/simple-scan.vala -@@ -14,7 +14,7 @@ public class SimpleScan : Gtk.Applicatio - static bool show_version; - static bool debug_enabled; - static string? fix_pdf_filename = null; -- public const OptionEntry[] options = -+ const OptionEntry[] options = - { - { "version", 'v', 0, OptionArg.NONE, ref show_version, - /* Help string for command line --version flag */ |