diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-05-09 04:22:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-05-09 04:22:45 +0000 |
commit | 0c454952605d71d83bb8e8e682fe71307456ea50 (patch) | |
tree | 6fb7af46f2528c9f7d38ec668027927bc64fdf1d /debian/rules | |
parent | Adding bin. (diff) | |
download | progress-linux-tools-0c454952605d71d83bb8e8e682fe71307456ea50.tar.xz progress-linux-tools-0c454952605d71d83bb8e8e682fe71307456ea50.zip |
Adding debian.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..000210b --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh ${@} |