[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#24177: marked as done (timezones -> timezone)



Your message dated Fri, 5 Mar 1999 18:52:00 +0100 (CET)
with message-id <Pine.LNX.3.96.990305184724.3897A-100000@cantor.unex.es>
and subject line Bug #24177: Closing this bug.
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 17 Apr 1998 12:37:21 +0000
Received: (qmail 5746 invoked from network); 17 Apr 1998 12:37:20 -0000
Received: from pizarro.unex.es (root@158.49.8.2)
  by debian.novare.net with SMTP; 17 Apr 1998 12:37:20 -0000
Received: from guadiana.unex.es (root@guadiana.unex.es [158.49.8.233])
	by pizarro.unex.es (8.8.5/8.8.5) with ESMTP id OAA19402
	for <submit@bugs.debian.org>; Fri, 17 Apr 1998 14:37:18 +0200
Received: from cantor.unex.es (sanvila@cantor.unex.es [158.49.32.40])
	by guadiana.unex.es (8.8.5/8.8.5) with SMTP id OAA23226
	for <submit@bugs.debian.org>; Fri, 17 Apr 1998 14:37:17 +0200
Date: Fri, 17 Apr 1998 14:36:18 +0200 (CEST)
From: Santiago Vila <sanvila@unex.es>
To: Debian Bugs <submit@bugs.debian.org>
Subject: timezones -> timezone
Message-ID: <Pine.LNX.3.96.980417141312.4856A-100000@cantor.unex.es>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=iso-8859-1
Content-Transfer-Encoding: QUOTED-PRINTABLE

Package: timezones
Version: 2.0.7pre1=AD4
Severity: wishlist

timezones.postinst says:

if [ -f /var/lib/dpkg/info/timezone.postrm ]; then
   rm /var/lib/dpkg/info/timezone.postrm
   echo '#! /bin/sh' >>/var/lib/dpkg/info/timezone.postrm
   echo 'set -e' >>/var/lib/dpkg/info/timezone.postrm
   chmod +x /var/lib/dpkg/info/timezone.postrm
fi

This is an ugly and dirty hack. The dpkg files at /var/lib/dpkg/info/*
should not be handled directly.

I once had to do this myself, in smartlist.postrm, to fix a buggy
postrm, but because there was no *other* solution.

In this case there is a very simple solution, which is not changing the
package name and keeping it as it was, "timezone", and using an epoch
for the version number.

You have said several times you don't want to do this, and I understand
that you do not want, because this is a complex package, and
changing the name back will take time and effort.

Everything I ask you is to keep this bug open so that if someone decides
to do the required changes and send you a patch, you will be able to
accept it.

Moreover, if we keep the old name untouched and use an epoch for it, then
there will be at least one package not having the ugly name "2.0.7rel"
which you will surely need for the final 2.0.7 release. It could be simply
"2.0.7".

Thanks.


Reply to: