diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-06-30 15:26:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-06-30 15:26:40 +0200 |
commit | 1c4b96855c415c48c0b3281b801c2e89fb935061 (patch) | |
tree | 8548c73cc376d31e5d89df9b4121638204c8868b | |
parent | 468e4880ccb06f1273650b6ac70e0d838f479703 (diff) | |
parent | dcf1541c4bf2732f0e31c24c4b368da930f6eac2 (diff) |
new upstream release
-rw-r--r-- | debian/.gitignore | 2 | ||||
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 3 |
3 files changed, 15 insertions, 8 deletions
diff --git a/debian/.gitignore b/debian/.gitignore index 35d7b63..53b9a7f 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,2 +1,2 @@ # debian -debian/files +files diff --git a/debian/changelog b/debian/changelog index 253e0f3..5471467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,22 +1,28 @@ -libhx (4.23-1) experimental; urgency=medium +libhx (4.23-1) unstable; urgency=medium * New upstream release (Closes: #1064734). - * Rename libraries for 64-bit time_t transition (Closes: #1062369). * Add debian/.gitignore * Remove not longer needed debian/libhx-dev.lintian-overrides. * 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> Sun, 17 Mar 2024 15:23:31 +0100 + +libhx (4.19-1.1) unstable; urgency=medium - -- Jörg Frings-Fürst <debian@jff.email> Mon, 26 Feb 2024 09:59:57 +0100 + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1062369 + + -- Benjamin Drung <bdrung@debian.org> Wed, 28 Feb 2024 12:48:09 +0000 libhx (4.19-1) unstable; urgency=medium * New upstream release. - Refresh symbols files. - * Remove empty debian/libhx-dev.symbols. - * debian/rules: - - Remove build of libhx-dev.symbols. -- Jörg Frings-Fürst <debian@jff.email> Tue, 21 Nov 2023 10:41:07 +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 |