From 225809f918c2f2c9c831ea16ddb9b81485af5f34 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Aug 2024 15:18:09 +0200 Subject: Merging debian version 6.10.3-1. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e98f5af6d2..77bf46ba18 100755 --- a/debian/rules +++ b/debian/rules @@ -147,7 +147,7 @@ endif debian/control-real: debian/bin/gencontrol.py $(CONTROL_FILES) # Hash randomisation makes the pickled config unreproducible PYTHONHASHSEED=0 $< - md5sum $^ > debian/control.md5sum + md5sum $(sort $^) > debian/control.md5sum @echo @echo This target is made to fail intentionally, to make sure @echo that it is NEVER run during the automated build. Please -- cgit v1.2.3