From b5fe715fa27c082efd26ef681b1935f27441b88c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 24 Apr 2024 02:59:46 +0200 Subject: [PATCH] debian: Create an md5sums control file. This file contains MD5 checksums of the package contents, and providing it is recommended. Suggested-by: lintian(1) --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index c058ac1..387b14c 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,7 @@ binary: build dh_strip dh_shlibdeps dh_gencontrol + dh_md5sums dh_builddeb binary-indep binary-arch: binary -- 2.39.2