Package: nvme-cli
Version: 1.12-1
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu groovy ubuntu-patch

Dear Maintainer,

This patch brings the debhelper-compat version up to 13, since it is currently 
still set to 9 which is deprecated and generates warnings during build.

This also does a 'wrap-and-sort -ast'.

This removes some build deps that are no longer needed:
libudev-dev
python3-nose (technically the tests use python3-nose2, but they aren't run 
during build anyway, because they require nvme hardware)

This adds some build deps there were missing:
pkg-config
uuid-dev

Thanks!
diff -Nru nvme-cli-1.12/debian/compat nvme-cli-1.12/debian/compat
--- nvme-cli-1.12/debian/compat 2016-01-07 12:34:55.000000000 -0500
+++ nvme-cli-1.12/debian/compat 1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-9
diff -Nru nvme-cli-1.12/debian/control nvme-cli-1.12/debian/control
--- nvme-cli-1.12/debian/control        2019-11-23 08:40:09.000000000 -0500
+++ nvme-cli-1.12/debian/control        2020-08-28 12:24:46.000000000 -0400
@@ -3,12 +3,19 @@
 Section: admin
 Priority: optional
 Standards-Version: 4.1.1
-Build-Depends: debhelper (>= 9), libudev-dev, python3-nose, pci.ids, 
uuid-runtime
+Build-Depends:
+ debhelper-compat (= 13),
+ pci.ids,
+ pkg-config,
+ uuid-dev,
+ uuid-runtime,
 Homepage: https://github.com/linux-nvme/nvme-cli
 
 Package: nvme-cli
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: userspace tooling to control NVMe drives
  NVMe is a fast, scalable, direct attached storage interface, accessing
  solid state drives through PCIe.

Reply via email to