From 951161a767be3f1d83bad23ba42bda79881a2ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 4 May 2021 14:07:50 +0200 Subject: Remove deprecated full menu path for gimp --- debian/changelog | 1 + debian/patches/0105-deb_gimp_acquire_menu.patch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f1a60c..1a074bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xsane (0.999-11) UNRELEASED; urgency=medium - Thanks to John David Anglin . * Fix Docs need symlink to be found from GUI (Closes: #983734). * Check build with autoconf 2.71-1 (Closes: #978925). + * Remove deprecated full menu path for gimp (Closes: #982828). -- Jörg Frings-Fürst Sun, 02 May 2021 20:09:27 +0200 diff --git a/debian/patches/0105-deb_gimp_acquire_menu.patch b/debian/patches/0105-deb_gimp_acquire_menu.patch index d5eb94d..dad82d2 100644 --- a/debian/patches/0105-deb_gimp_acquire_menu.patch +++ b/debian/patches/0105-deb_gimp_acquire_menu.patch @@ -13,8 +13,8 @@ Index: xsane-0.998/src/xsane-text.h /* Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" */ -#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane: Device dialog...") -#define XSANE_GIMP_MENU _("/File/Acquire/XSane: ") -+#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane/Device dialog...") -+#define XSANE_GIMP_MENU _("/File/Acquire/XSane/") ++#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane/Device dialog...") ++#define XSANE_GIMP_MENU _("/File/Acquire/XSane/") #define XSANE_GIMP_MENU_DIALOG_OLD _("/Xtns/XSane/Device dialog...") #define XSANE_GIMP_MENU_OLD _("/Xtns/XSane/") -- cgit v1.2.3