Control: reopen -1
On 2018-07-27 17:15 +0000, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the safe-rm package:
>
> #904183: safe-rm: Unused Pre-Depends on debconf
>
> It has been closed by Francois Marier <[email protected]>.
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Francois Marier
> <[email protected]> by
> replying to this email.
>
>
> --
> 904183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904183
> Debian Bug Tracking System
> Contact [email protected] with problems
>
> From: Francois Marier <[email protected]>
> Subject: Re: Bug#904183: safe-rm: Unused Pre-Depends on debconf
> To: [email protected]
> Date: Fri, 27 Jul 2018 10:07:43 -0700 (2 hours, 26 minutes, 37 seconds ago)
> Message-ID: <[email protected]>
>
> Version: 0.12-4
> ----------
This is the very version for which I have reported the bug, could you
please elaborate?
> From: Sven Joachim <[email protected]>
> Subject: safe-rm: Unused Pre-Depends on debconf
> To: Debian Bug Tracking System <[email protected]>
> Date: Sat, 21 Jul 2018 10:32:40 +0200
> Message-ID: <[email protected]>
> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux)
> Date: Sat, 21 Jul 2018 10:32:40 +0200 (6 days, 11 hours, 1 minute ago)
>
> Package: safe-rm
> Version: 0.12-4
> Severity: minor
>
> Version 0.12-4 of safe-rm has dropped all usage of debconf, but still
> Pre-Depends on it. There is also a Build-Depends on po-debconf which
> seems unnecessary as well.
> ----------
In other words, I suggest the following patch:
diff --git a/debian/control b/debian/control
index 3bb64a7..6b4db00 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: Francois Marier <[email protected]>
Build-Depends:
debhelper (>= 11),
- po-debconf,
Standards-Version: 4.1.4
Homepage: https://launchpad.net/safe-rm
Vcs-Git: https://salsa.debian.org/debian/safe-rm.git
@@ -12,8 +11,6 @@ Vcs-Browser: https://salsa.debian.org/debian/safe-rm
Package: safe-rm
Architecture: all
-Pre-Depends:
- debconf,
Depends:
${misc:Depends},
${shlibs:Depends},
Cheers,
Sven