From 2f1f49e6c9a34a75f0ba979bf12ffc27f13c1c81 Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Fri, 3 May 2024 18:10:00 +0200 Subject: Make binary package to be git-reproducible. Preserve timestamps of license files. Everything else will have the build date as timestamp. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c7a291d..05dfb39 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,9 @@ DESTDIR = debian/base-files %: dh $@ +execute_after_dh_clean: + sh debian/timestamps + override_dh_auto_build: sh debian/check-md5sum-etc profile -- cgit v1.2.3