diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:54:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:54:31 +0000 |
commit | db1cb443e03f2b1e5176fa07b28b7f2cb547c0e5 (patch) | |
tree | 3ba77a067ab4f86e889cd259b8a7338910cbb782 /debian/rules | |
parent | Adding upstream version 1.7.4. (diff) | |
download | ttyd-db1cb443e03f2b1e5176fa07b28b7f2cb547c0e5.tar.xz ttyd-db1cb443e03f2b1e5176fa07b28b7f2cb547c0e5.zip |
Adding debian version 1.7.4-1.debian/1.7.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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..453d005 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh ${@} --builddirectory=build + +override_dh_auto_build: + mkdir -p build && cd build && cmake .. && make |