Harmonizing and minimizing rules file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c91b208944
commit
4d9f425f11
1 changed files with 4 additions and 5 deletions
9
debian/rules
vendored
9
debian/rules
vendored
|
@ -3,16 +3,15 @@
|
|||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||
|
||||
%:
|
||||
dh $@
|
||||
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
|
||||
|
||||
# removing unique files
|
||||
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.
|
||||
# disabled, requires a NVMe device
|
||||
|
|
Loading…
Add table
Reference in a new issue