diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:54:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:54:46 +0000 |
commit | 2d0129f6c70a7db250da488eb8668b3eb497c292 (patch) | |
tree | 49340fe84caa1e95035f5c240933c43f84763565 /debian/rules | |
parent | Adding upstream version 0.8.0. (diff) | |
download | librtr-2d0129f6c70a7db250da488eb8668b3eb497c292.tar.xz librtr-2d0129f6c70a7db250da488eb8668b3eb497c292.zip |
Adding debian version 0.8.0-1.debian/0.8.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d8309f6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ |