diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-03-12 10:06:58 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-03-12 10:06:58 +0100 |
| commit | 1a64f083d2dc39065a28eb90bf50d0c9d60643cc (patch) | |
| tree | ed8d765aaf1a4c70bf2a6a23c97366a6ef6c86d5 | |
| parent | 1d1a720ed1a4a2f59536d9fc925391a8c68c9324 (diff) | |
d/contol: Add Multi-Arch to libhx-doc and libhx-dev
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e1f6ba1..12f639c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,12 +4,13 @@ libhx (5.3-1) unstable; urgency=medium * Declare compliance with Debian Policy 4.7.3.0 (No changes needed). * debian control: - Remove redundant priority field. + - Add Multi-Arch to libhx-doc and libhx-dev. * debian/copyright: - Add year 2026 to myself. * debian/patches/hurd-path_max_define: - Add Author. - -- Jörg Frings-Fürst <debian@jff.email> Wed, 11 Mar 2026 18:48:20 +0100 + -- Jörg Frings-Fürst <debian@jff.email> Thu, 12 Mar 2026 10:06:16 +0100 libhx (5.2-1.1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 8a4a563..c5706ca 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Description: C library providing queue, tree, I/O and utility functions Package: libhx-dev Section: libdevel +Multi-Arch: same Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: @@ -46,6 +47,7 @@ Description: Development files for libhx Package: libhx-doc Section: doc +Multi-Arch: foreign Architecture: all Depends: ${misc:Depends} Suggests: libhx-dev |
