Control: tag -1 + patch

* Lucas Nussbaum <[email protected]> [260505 08:54]:
> This package fails to build a source package after a successful build
> (dpkg-buildpackage ; dpkg-buildpackage -S).

Hi,

This is due to a missing cleanup in the clean rule.

Please find attached a patch fixing the problem.

Nicolas.
From: Nicolas Schodet <[email protected]>
Date: Tue, 5 May 2026 10:29:02 +0200
Subject: Clean generated man page

This fixes failure to build source after successful build.

Bug-Debian: https://bugs.debian.org/1045103
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f3884f7..2099eda 100644
--- a/Makefile
+++ b/Makefile
@@ -32,4 +32,4 @@ install-man: disk-filltest.1.gz
 	$(INSTALL) -m 0644 -t  "$(DESTDIR)/$(man1dir)" -D disk-filltest.1.gz
 
 clean:
-	$(RM) -f disk-filltest
+	$(RM) -f disk-filltest disk-filltest.1.gz

Reply via email to