summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rw-r--r--debian/control4
-rw-r--r--debian/patches/gettext-0.26.patch15
-rw-r--r--debian/patches/series1
-rw-r--r--debian/salsa-ci.yml7
5 files changed, 35 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f2f64da..78c4e4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libextractor-java (1.0.0-9) unstable; urgency=medium
+
+ * QA upload.
+ * Fix FTBFS with gettext 0.26. Closes: #1126906.
+ * Drop "Rules-Requires-Root: no" (default).
+ * Drop "Priority: optional" (default).
+ * Update standards-version.
+ * Add debian/salsa-ci.yml.
+
+ -- Santiago Vila <sanvila@debian.org> Tue, 07 Apr 2026 23:55:00 +0200
+
libextractor-java (1.0.0-8) unstable; urgency=medium
* QA upload.
diff --git a/debian/control b/debian/control
index d2b71c2..3ab424f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,11 @@
Source: libextractor-java
Section: libs
-Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
default-jdk,
libextractor-dev,
sharutils,
-Rules-Requires-Root: no
-Standards-Version: 4.7.0
+Standards-Version: 4.7.4
Homepage: https://www.gnu.org/software/libextractor/
Vcs-Browser: https://salsa.debian.org/debian/libextractor-java
Vcs-Git: https://salsa.debian.org/debian/libextractor-java.git
diff --git a/debian/patches/gettext-0.26.patch b/debian/patches/gettext-0.26.patch
new file mode 100644
index 0000000..d622c77
--- /dev/null
+++ b/debian/patches/gettext-0.26.patch
@@ -0,0 +1,15 @@
+From: Santiago Vila <sanvila@debian.org>
+Subject: Fix build with gettext 0.26
+Bug-Debian: https://bugs.debian.org/1126906
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -4,6 +4,8 @@
+ AC_REVISION($Revision: 1.67 $)
+ AM_INIT_AUTOMAKE([libextractor-java], [1.0.0])
+ AM_CONFIG_HEADER(native/config.h)
++AM_GNU_GETTEXT([external])
++AM_GNU_GETTEXT_VERSION([0.23])
+
+ AH_TOP([#define _GNU_SOURCE 1])
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7cc7bc8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+gettext-0.26.patch
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..56a3112
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,7 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1