Tags: patch

On Thu, 4 Feb 2021 18:17:29 +0100 Bastian Germann wrote:
xfsprogs recently became a reverse dependency of your package.
#981662 documents that for the xfsprogs' udeb variant, a libinih1-udeb to link against is needed. Please provide that package.

A patch to introduce that package is enclosed.
From: Bastian Germann <bastiangerm...@fishpost.de>
Date: Fri, 5 Feb 2021 21:12:58 +0100
Subject: Add libinih1-udeb for Debian Installer
---
 debian/control               | 13 +++++++++++++
 debian/libinih1-udeb.install |  1 +
 2 files changed, 14 insertions(+)
 create mode 100644 debian/libinih1-udeb.install

diff --git a/debian/control b/debian/control
index 84ce2da..2423d1d 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,19 @@ Description: simple .INI file parser
  compatible with Python's ConfigParser style of .INI files, including
  RFC 822-style multi-line syntax and name: value entries.
 
+Package: libinih1-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: simple .INI file parser - udeb
+ inih (INI Not Invented Here) is a simple .INI file parser written in C.
+ It's only a couple of pages of code, and it was designed to be small and
+ simple, so it's good for embedded systems.
+ .
+ This is a version for use with the Debian Installer.
+ Do not install it on a normal system.
+
 Package: libinireader0
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libinih1-udeb.install b/debian/libinih1-udeb.install
new file mode 100644
index 0000000..9362fe5
--- /dev/null
+++ b/debian/libinih1-udeb.install
@@ -0,0 +1 @@
+usr/lib/*/libinih.so.* usr/lib

Reply via email to