diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 12:55:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 12:55:07 +0000 |
commit | b66ee9a7f4fc022acdb864c3dcf053ec786b8ce4 (patch) | |
tree | 69a1d84f89413651b5587369dba3404dec7402c5 /debian/rules | |
parent | Adding upstream version 1.4. (diff) | |
download | lzd-debian.tar.xz lzd-debian.zip |
Adding debian version 1.4-1.debian/1.4-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..14ddc7d --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +-include /usr/share/dpkg/buildtools.mk + +%: + dh ${@} + +override_dh_auto_configure: + dh_auto_configure -- 'CXX=$(CXX)' + +override_dh_auto_install: + dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd + +override_dh_auto_test: + # disabled: incomplete upstream testsuite |