From b91f5837f107761e5b86ddd5f39f4aa0b8385ca0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 22:15:44 +0200 Subject: Adding debian version 13.3.4. Signed-off-by: Daniel Baumann --- debian/rules | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6c01845 --- /dev/null +++ b/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# If you're looking for an example debian/rules that uses debhelper, see +# the examples directory. +# +# Each debhelper command in this rules file has to be run using ./run, +# to ensure that the commands and libraries in the source tree are used, +# rather than the installed ones. +# +# We disable autoreconf to avoid build-depending on it (it does +# nothing for debhelper and it keeps the set of B-D smaller) + +PERL ?= perl + +%: + ./run dh $@ --without autoreconf --with build-stamp + +# Disable as they are unneeded (and we can then be sure debhelper +# builds without needing autotools-dev, dh-strip-nondetermism etc.) +override_dh_update_autotools_config override_dh_strip_nondeterminism: + +execute_before_dh_install: + PERLLIBDIR=$$($(PERL) -MConfig -e 'print $$Config{vendorlib}')/ ; \ + $(PERL) -I"debian/tmp/$${PERLLIBDIR}" debian/gen-provides > debian/debhelper.substvars -- cgit v1.2.3