diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fc44969..0175433 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ libhx (4.23-1) unstable; urgency=medium * Fix debian/libhx32t64.lintian-overrides. * debian/copyright: - Add 2024 to myself. + * debian/control: + - Readd BD dpkg-dev (>= 1.22.5). + Thanks to Tobias Frost <tobi@debian.org> -- Jörg Frings-Fürst <debian@jff.email> Fri, 01 Mar 2024 18:56:17 +0100 diff --git a/debian/control b/debian/control index a5fafc4..af2d9a2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: libhx Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper-compat (= 13) + debhelper-compat (= 13), + dpkg-dev (>= 1.22.5) Standards-Version: 4.6.2.0 Section: libs Rules-Requires-Root: no |