From 2ede6402984899375c5cc0e67384f9b4aafec0fe Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 6 Jan 2026 23:06:26 +0100 Subject: [PATCH] Prefix dh configuration files with binary package name. --- debian/changelog | 1 + debian/{dirs => jattach.dirs} | 0 debian/{docs => jattach.docs} | 0 debian/{manpages => jattach.manpages} | 0 4 files changed, 1 insertion(+) rename debian/{dirs => jattach.dirs} (100%) rename debian/{docs => jattach.docs} (100%) rename debian/{manpages => jattach.manpages} (100%) diff --git a/debian/changelog b/debian/changelog index dcb5cc2..40b71bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jattach (2.2-2) UNRELEASED; urgency=medium * d/control: Drop Rules-Requires-Root: no, it's the default now. * Update to Standards-Version 4.7.3, remove the Priority field. * d/watch: Update to version 5. + * Prefix dh configuration files with binary package name. -- Sven Hoexter Tue, 06 Jan 2026 21:35:25 +0100 diff --git a/debian/dirs b/debian/jattach.dirs similarity index 100% rename from debian/dirs rename to debian/jattach.dirs diff --git a/debian/docs b/debian/jattach.docs similarity index 100% rename from debian/docs rename to debian/jattach.docs diff --git a/debian/manpages b/debian/jattach.manpages similarity index 100% rename from debian/manpages rename to debian/jattach.manpages -- 2.47.3