From 7b785ec54162acaea78d0cf6e963eb6ddc188a83 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 2 Jul 2021 22:44:05 +0200 Subject: Adding debian version 1.12-8. Signed-off-by: Daniel Baumann --- debian/rules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fd56a06 --- /dev/null +++ b/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install -- PREFIX=/usr UDEVDIR=/lib/udev + # Remove build-time unique id files, instead these will be + # generated by the postinst script + rm -f debian/nvme-cli/etc/nvme/hostid + rm -f debian/nvme-cli/etc/nvme/hostnqn + rm -f debian/nvme-cli/usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf + +override_dh_auto_test: + # Overriding auto test, since the tests require that the build machine + # has a NVME device. -- cgit v1.2.3