[neon/backports-jammy/libqalculate/Neon/unstable] debian/patches: remove old patches
Jonathan Esk-Riddell
null at kde.org
Thu Oct 20 17:29:23 BST 2022
Git commit 18380af0aed603b85d2d52081115b8316f5d49d2 by Jonathan Esk-Riddell.
Committed on 20/10/2022 at 16:29.
Pushed by jriddell into branch 'Neon/unstable'.
remove old patches
D +0 -72 debian/patches/0001-fix_autogen.patch
D +0 -1 debian/patches/series
https://invent.kde.org/neon/backports-jammy/libqalculate/commit/18380af0aed603b85d2d52081115b8316f5d49d2
diff --git a/debian/patches/0001-fix_autogen.patch b/debian/patches/0001-fix_autogen.patch
deleted file mode 100644
index 0c17cde..0000000
--- a/debian/patches/0001-fix_autogen.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From: Vincent Legout <vincent at legout.info>
-Date: Tue, 20 Mar 2018 06:45:02 +0100
-Subject: Fix autogen, cannot use both IT_PROG_INTLTOOL and AM_GNU_GETTEXT
-Last-Update: 2022-04-02
-
-Patch inspired from libpeas 1.8.1-2
----
- configure.ac | 2 --
- libqalculate.pc.in | 2 +-
- libqalculate/Makefile.am | 2 +-
- src/Makefile.am | 3 ---
- 4 files changed, 2 insertions(+), 7 deletions(-)
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -270,8 +270,6 @@
-
- dnl Please keep this in alphabetical order
- ALL_LINGUAS="ca de es fr nl ru sv zh_CN"
--AM_GNU_GETTEXT(external)
--AM_GNU_GETTEXT_VERSION([0.19.8])
-
- if test "$USE_NLS" = yes; then
- AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.])
---- a/libqalculate.pc.in
-+++ b/libqalculate.pc.in
-@@ -6,7 +6,7 @@
- Name: libqalculate
- Description: libqalculate
- Version: @VERSION@
--Libs.private: @LIBCURL_LIBS@ @ICU_LIBS@ @LTLIBINTL@ @LTLIBICONV@ -lgmp -lmpfr -lpthread
-+Libs.private: @LIBCURL_LIBS@ @ICU_LIBS@ @LTLIBICONV@ -lgmp -lmpfr -lpthread
- Requires.private: libxml-2.0 >= 2.3.8
- Libs: -L${libdir} -lqalculate
- Cflags: @LIBCURL_CFLAGS@ @ICU_CFLAGS@ -I${includedir}
---- a/libqalculate/Makefile.am
-+++ b/libqalculate/Makefile.am
-@@ -51,7 +51,7 @@
- libqalculate_la_LDFLAGS = -version-info $(QALCULATE_CURRENT):$(QALCULATE_REVISION):$(QALCULATE_AGE) -no-undefined
-
- libqalculate_la_LIBADD = \
-- @LIBCURL_LIBS@ @LIBXML_LIBS@ @ICU_LIBS@ @LTLIBINTL@ @LTLIBICONV@
-+ @LIBCURL_LIBS@ @LIBXML_LIBS@ @ICU_LIBS@ @LTLIBICONV@
-
- AM_CPPFLAGS = \
- -I$(top_srcdir) \
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -20,7 +20,6 @@
- @LIBCURL_LIBS@ \
- @ICU_LIBS@ \
- @READLINE_LIBS@ \
-- @LTLIBINTL@ \
- @LTLIBICONV@ \
- ../libqalculate/libqalculate.la
-
-@@ -30,7 +29,6 @@
- @LIBXML_LIBS@ \
- @LIBCURL_LIBS@ \
- @ICU_LIBS@ \
-- @LTLIBINTL@ \
- @LTLIBICONV@ \
- ../libqalculate/libqalculate.la
-
-@@ -40,7 +38,6 @@
- @LIBXML_LIBS@ \
- @LIBCURL_LIBS@ \
- @ICU_LIBS@ \
-- @LTLIBINTL@ \
- @LTLIBICONV@ \
- ../libqalculate/libqalculate.la
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ace09b9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-fix_autogen.patch
More information about the Neon-commits
mailing list