diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:28:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:28:58 +0000 |
commit | f8abb6a46cbe050273d45a553fbdadb81f094307 (patch) | |
tree | 03e1aca1016680d1350b6809589c88fce48cda87 | |
parent | Adding debian version 1.8-2.1. (diff) | |
download | libnvme-d63a55265076d744e69f9d67eec8481df041e1f3.tar.xz libnvme-d63a55265076d744e69f9d67eec8481df041e1f3.zip |
Adding debian version 1.8-3.debian/1.8-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 25 | ||||
-rw-r--r-- | debian/control | 13 |
2 files changed, 34 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 09e1be1..ce4a17c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libnvme (1.8-3) sid; urgency=medium + + * Uploading to sid. + * Adding changelog for libnvme 1.6-1. + * Adding changelog for libnvme 1.7.1-1.1~exp1. + * Bumping build-depends on debhelper for t64 transition. + * Wrap and sorting debian files. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 04 Mar 2024 07:16:32 +0100 + libnvme (1.8-2.1) unstable; urgency=medium * Non-maintainer upload. @@ -20,6 +30,13 @@ libnvme (1.8-1) sid; urgency=medium -- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 19 Feb 2024 11:38:46 +0100 +libnvme (1.7.1-1.1~exp1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Steve Langasek <vorlon@debian.org> Mon, 05 Feb 2024 07:59:24 +0000 + libnvme (1.7.1-1) sid; urgency=medium * Uploading to sid. @@ -29,6 +46,14 @@ libnvme (1.7.1-1) sid; urgency=medium -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 24 Dec 2023 08:51:57 +0100 +libnvme (1.6-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 1.6. + * Removing cherry-picked pci-slots-fd-leak.patch, included upstream. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 04 Oct 2023 14:42:03 +0200 + libnvme (1.5-3) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index 2ae5265..bd801a1 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,12 @@ Source: libnvme Section: libs Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> -Build-Depends: dpkg-dev (>= 1.22.5), +Build-Depends: cmake, + debhelper (>= 13.14~), debhelper-compat (= 13), dh-python, + dpkg-dev (>= 1.22.5), libdbus-1-dev, libjson-c-dev, libkeyutils-dev, @@ -38,9 +40,12 @@ Description: NVMe management library (development) This package contains the development files. Package: libnvme1t64 -Provides: ${t64:Provides} -Replaces: libnvme1 -Breaks: libnvme1 (<< ${source:Version}) +Provides: + ${t64:Provides}, +Replaces: + libnvme1, +Breaks: + libnvme1 (<< ${source:Version}), Section: libs Architecture: any Depends: |