From 569106afbc36d21ec7584444df3072aefb934cac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 11:36:26 +0200 Subject: Adding debian version 2.21.3+deb11u1. Signed-off-by: Daniel Baumann --- debian/rules | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e82dc4e --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +UBU_SUGGESTS=debian-keyring, equivs, liblwp-protocol-https-perl, libsoap-lite-perl +ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo ubuntu),ubuntu) + SUBSTVARS=-V'vendor:Suggests=$(UBU_SUGGESTS)' -V'vendor:Recommends=' +else + SUBSTVARS=-V'vendor:Suggests=' -V'vendor:Recommends=$(UBU_SUGGESTS)' +endif + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ --with python3 + +override_dh_gencontrol: + dh_gencontrol -- $(SUBSTVARS) \ + -V"devscripts:LongDesc=$$(cat README| awk '/^- annotate-output/,/^ mailing lists./'|sed -e '/^[[:space:]]*$$/d' -e 's/^/ /g')" -- cgit v1.2.3