Bug#708502: New dpkg no longer contains install-info, rising to serious
- To: "Andreas Beckmann" <anbe@debian.org>, "Guillem Jover" <guillem@debian.org>
- Cc: 708486@bugs.debian.org, 708487@bugs.debian.org, 708488@bugs.debian.org, 708489@bugs.debian.org, 708490@bugs.debian.org, 603322@bugs.debian.org, 689773@bugs.debian.org, 708491@bugs.debian.org, 708492@bugs.debian.org, 708493@bugs.debian.org, 603967@bugs.debian.org, 708497@bugs.debian.org, 708498@bugs.debian.org, 708499@bugs.debian.org, 708500@bugs.debian.org, 598904@bugs.debian.org, 708502@bugs.debian.org
- Subject: Bug#708502: New dpkg no longer contains install-info, rising to serious
- From: "Daniel Leidert" <daniel.leidert@wgdd.de>
- Date: Wed, 14 Aug 2013 10:16:36 +0200
- Message-id: <[🔎] 2ccd4a9cbc273cb3e897d34f6da361ee.squirrel@webmail.wgdd.de>
- Reply-to: "Daniel Leidert" <daniel.leidert@wgdd.de>, 708502@bugs.debian.org
# sent too early by accident
Hi,
Andreas, if you are right with your observation (which I don't doubt),
than dh_installinfo/debhelper needs to care about creating an empty prerm
script. It cannot be the task of package maintainers, which are affected
by this transition, to create and ship an empty prerm scripts for 2
releases (this is usually the time necssary to ship transition code in
maintainer scripts) when there was never any self-written prerm script.
Better let dh_installinfo output something non-functional like
if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
# do nothing, just create this script
fi
to create this script if it is necessary for a smooth transition.
Regards, Daniel
Reply to: