diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:23:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:23:58 +0000 |
commit | 6dce38a7d3f755cfa88207007c0cb199c4c8a2e3 (patch) | |
tree | a9bba51153f8bdaad3be20eefae2cfe0072ca4f7 /debian/rules | |
parent | Adding upstream version 0.0~2023.04.11. (diff) | |
download | pci.ids-debian.tar.xz pci.ids-debian.zip |
Adding debian version 0.0~2023.04.11-1.debian/0.0_2023.04.11-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b7d020f --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + debian/tests/test-db-format pci.ids |