diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:31:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:33:41 +0000 |
commit | a58775dd63781d28231ee5ffe00e835bf4c49a47 (patch) | |
tree | 260dae6aea31be7141a4b04b14edd9ff3db5525d /debian/rules | |
parent | Merging debian version 2:4.20.0+dfsg-1~exp2. (diff) | |
download | samba-a58775dd63781d28231ee5ffe00e835bf4c49a47.tar.xz samba-a58775dd63781d28231ee5ffe00e835bf4c49a47.zip |
Handling t64 migration revert through pkg.samba.before-trixie build-profile.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index eb4e838..9fd250e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f SHELL = /bin/sh -e +export DEB_BUILD_PROFILES += pkg.samba.before-trixie + export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Fast version of dpkg/architecture.mk defining all vars in one go ifeq (${DEB_HOST_MULTIARCH},) |