diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:04:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:04:16 +0000 |
commit | 85e405ba061ec9c7f23d9a9699b9fb4ac46eb7dd (patch) | |
tree | 93276fbd4a8419784e43c7e1b9a820f28c9a6a20 /debian/rules | |
parent | Adding upstream version 0.7.2. (diff) | |
download | molly-guard-debian/0.7.2.tar.xz molly-guard-debian/0.7.2.zip |
Adding debian version 0.7.2.debian/0.7.2debian
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..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 $@ |