diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:24:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:24:08 +0000 |
commit | 9bf968ec5e784c6c310a8e53a6c70f4d16883fb3 (patch) | |
tree | 858bc9356848dca038ab91da97047dfa5e68b4f5 /debian/rules | |
parent | Adding upstream version 0.8.4. (diff) | |
download | molly-guard-9bf968ec5e784c6c310a8e53a6c70f4d16883fb3.tar.xz molly-guard-9bf968ec5e784c6c310a8e53a6c70f4d16883fb3.zip |
Adding debian version 0.8.4.debian/0.8.4debian
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..f3a57ad --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#DH_VERBOSE = 1 + +%: + dh $@ |