Re: Handling of removed packages

2008-06-03 Thread Andreas Metzler
Lucas Nussbaum [EMAIL PROTECTED] wrote: On 29/05/08 at 13:24 +0200, Marc 'HE' Brockschmidt wrote: For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such

Re: Handling of removed packages

2008-06-02 Thread Olivier Berger
Hi. Le jeudi 29 mai 2008 à 13:24 +0200, Marc 'HE' Brockschmidt a écrit : Heya, For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such packages keep them

Re: Handling of removed packages

2008-06-02 Thread Olivier Berger
Le lundi 02 juin 2008 à 11:22 +0200, Olivier Berger a écrit : Hi. SNIP Of course, I hope there's an explanation in this very case of why ntp and update-manager got removed... and any hints would be welcome too ;) For the records, I have some bits of response : asking the maintainers, I

Re: Handling of removed packages

2008-05-30 Thread Franklin PIAT
Hello, Make sure I think dpkg is a great tool.. home:/root# echo $(grep -c dpkg .bash_history)/$(wc -l .bash_history) 40/502 On Fri, 2008-05-30 at 05:06 +0300, Guillem Jover wrote: On Thu, 2008-05-29 at 21:37:28 +0200, Franklin PIAT wrote: I suggest to modify dpkg so it refuse to install

Re: Handling of removed packages

2008-05-30 Thread Daniel Burrows
On Thu, May 29, 2008 at 06:17:44PM +0200, Frans Pop [EMAIL PROTECTED] was heard to say: James Vega wrote: As of version 0.4.11, this does happen. From the NEWS file: * Command-line updates in aptitude will now list packages that are newly obsolete. This doesn't work when a source

Re: Handling of removed packages

2008-05-30 Thread Marc 'HE' Brockschmidt
Wolf Wiegand [EMAIL PROTECTED] writes: Marc 'HE' Brockschmidt wrote: For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such packages keep them around, usually

Re: Handling of removed packages

2008-05-30 Thread Wolf Wiegand
Hi, Marc 'HE' Brockschmidt wrote: Wolf Wiegand [EMAIL PROTECTED] writes: Maybe it should be mandatory to always have a transition package for packages which are being removed from the archives? For example, when package X_0.1 is to be removed from the archive, there has to be a

Re: Handling of removed packages

2008-05-30 Thread Russ Allbery
Mike Bird [EMAIL PROTECTED] writes: ssh test-box apt-get update apt-get upgrade tests ssh live-server apt-get update ... sometimes gets a slightly different package list Oh, yes. That's certainly true. The only time we use apt-get is as a convenience when testing different

Re: Handling of removed packages

2008-05-30 Thread Mike Bird
On Fri May 30 2008 10:20:51 Russ Allbery wrote: Mike Bird [EMAIL PROTECTED] writes: All packages on live servers and workstations are installed with dpkg -i to ensure we're using a tested combination. We could manually copy the package lists or apt-get install foo=x.y.z but dpkg -i is more

Handling of removed packages

2008-05-29 Thread Marc 'HE' Brockschmidt
Heya, For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such packages keep them around, usually never noticing the fact that no security (or other) support is

Re: Handling of removed packages

2008-05-29 Thread Lucas Nussbaum
On 29/05/08 at 13:24 +0200, Marc 'HE' Brockschmidt wrote: Heya, For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such packages keep them around, usually

Re: Handling of removed packages

2008-05-29 Thread Olivier Berger
Le jeudi 29 mai 2008 à 13:24 +0200, Marc 'HE' Brockschmidt a écrit : Heya, For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such packages keep them around,

Re: Handling of removed packages

2008-05-29 Thread Frans Pop
/me seems to remember a fairly recent discussion about this... Right: http://lists.debian.org/debian-devel/2008/03/msg00354.html Marc 'HE' Brockschmidt wrote: Our current package management doesn't handle this case at all, so we That is not entirely true: aptitude (and also dselect) does

Re: Handling of removed packages

2008-05-29 Thread Stefano Zacchiroli
On Thu, May 29, 2008 at 01:24:59PM +0200, Marc 'HE' Brockschmidt wrote: The probably easiest way would be to make apt whine on all packages that are not available in any version at one of the locations specified in sources.list. This trivial solution sucks, because locally created packages [1]

Re: Handling of removed packages

2008-05-29 Thread Marc 'HE' Brockschmidt
Lucas Nussbaum [EMAIL PROTECTED] writes: On 29/05/08 at 13:24 +0200, Marc 'HE' Brockschmidt wrote: For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such

Re: Handling of removed packages

2008-05-29 Thread Kai Wasserbäch
Hello, Marc 'HE' Brockschmidt schrieb: For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such packages keep them around, usually never noticing the fact that

Re: Handling of removed packages

2008-05-29 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/29/08 08:01, Marc 'HE' Brockschmidt wrote: Lucas Nussbaum [EMAIL PROTECTED] writes: On 29/05/08 at 13:24 +0200, Marc 'HE' Brockschmidt wrote: For some time now, I have been thinking about the problem of packages which are removed from the

Re: Handling of removed packages

2008-05-29 Thread James Vega
On Thu, May 29, 2008 at 02:40:07PM +0200, Kai Wasserbäch wrote: And for me that is enough, though a automatic notification by aptitude, when a package is added to that category would be nice. As of version 0.4.11, this does happen. From the NEWS file: * Command-line updates in aptitude will

Re: Handling of removed packages

2008-05-29 Thread Marc 'HE' Brockschmidt
Ron Johnson [EMAIL PROTECTED] writes: On 05/29/08 08:01, Marc 'HE' Brockschmidt wrote: Lucas Nussbaum [EMAIL PROTECTED] writes: I usually run 'apt-show-versions | grep -v uptodate' to find them. The remaining list is short enough to be analyzed manually. I don't think normal users do that -

Re: Handling of removed packages

2008-05-29 Thread Frans Pop
James Vega wrote: As of version 0.4.11, this does happen. From the NEWS file: * Command-line updates in aptitude will now list packages that are newly obsolete. This doesn't work when a source is removed and all its packages become obsolete, for technical reasons. Hmm. New Debian

Re: Handling of removed packages

2008-05-29 Thread Adeodato Simó
* Stefano Zacchiroli [Thu, 29 May 2008 14:18:35 +0200]: On Thu, May 29, 2008 at 01:24:59PM +0200, Marc 'HE' Brockschmidt wrote: The probably easiest way would be to make apt whine on all packages that are not available in any version at one of the locations specified in sources.list. This

Re: Handling of removed packages

2008-05-29 Thread Steve Greenland
On 29-May-08, 07:07 (CDT), Frans Pop [EMAIL PROTECTED] wrote: Marc 'HE' Brockschmidt wrote: Our current package management doesn't handle this case at all, so we That is not entirely true: aptitude (and also dselect) does clearly display obsolete and locally built packages in a separate

Re: Handling of removed packages

2008-05-29 Thread John H. Robinson, IV
Steve Greenland wrote: Aptitude shows a group of obsolete and locally created packages. However, it doesn't distinguish between them, as far as I can tell, which is what Marc (and I) would like. There really is no current way to do this. Case in point: if you use wget and dpkg -i to install

Re: Handling of removed packages

2008-05-29 Thread Franklin PIAT
CCing debian-dpkg for obvious reasons. On Thu, 2008-05-29 at 14:18 +0200, Stefano Zacchiroli wrote: On Thu, May 29, 2008 at 01:24:59PM +0200, Marc 'HE' Brockschmidt wrote: The probably easiest way would be to make apt whine on all packages that are not available in any version at one of the

Re: Handling of removed packages

2008-05-29 Thread Mike Bird
On Thu May 29 2008 12:37:28 Franklin PIAT wrote: Using `dpkg -i` really is insane as far as security is concerned : The above statement is false. Many people do extra levels of testing before rolling out updates with dpkg -i. With apt-get you never know when the package lists will be updated.

Re: Handling of removed packages

2008-05-29 Thread Wolf Wiegand
Hi, Marc 'HE' Brockschmidt wrote: For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such packages keep them around, usually never noticing the fact that no

Re: Handling of removed packages

2008-05-29 Thread Raphael Geissert
Marc 'HE' Brockschmidt wrote: Our current package management doesn't handle this case at all, so we might need to fix this - we just need to decide how. The probably easiest way would be to make apt whine on all packages that are not available in any version at one of the locations specified

Re: Handling of removed packages

2008-05-29 Thread Franklin PIAT
Hello, On Thu, 2008-05-29 at 14:40 +0200, Kai Wasserbäch wrote: Marc 'HE' Brockschmidt schrieb: For some time now, I have been thinking about the problem of packages which are removed from the archive at some point, without an (enforced) transition to a new package name. Users of such

Re: Handling of removed packages

2008-05-29 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote: One could create dummy transition packages that `provides` the removed package : or conflict with them in a suported-lenny package. But I think obsolete packages can be mail-warned in security reports just like vrms or something. PAckages needing patches

Use origin (Handling of removed packages)

2008-05-29 Thread Filipus Klutiero
Yes, this could be solved by having APT (probably) store the origin of the package when installing. Then, for example, if an APT front-end realizes while updating package index files that a package coming from Debian is not available anymore from Debian sources, the user could be prompted. --

Re: Handling of removed packages

2008-05-29 Thread Russ Allbery
Mike Bird [EMAIL PROTECTED] writes: Many people do extra levels of testing before rolling out updates with dpkg -i. With apt-get you never know when the package lists will be updated. Uh... the package lists are updated when you run apt-get update. I must be missing something. -- Russ

Re: Handling of removed packages

2008-05-29 Thread Guillem Jover
Hi, On Thu, 2008-05-29 at 21:37:28 +0200, Franklin PIAT wrote: I suggest to modify dpkg so it refuse to install package, unless the option --insecure is specified. Such option's manpage description would be : That'd be mostly just annoying for no actual benefit. It would break existing

Re: Handling of removed packages

2008-05-29 Thread Mike Bird
On Thu May 29 2008 16:58:41 Russ Allbery wrote: Mike Bird [EMAIL PROTECTED] writes: Many people do extra levels of testing before rolling out updates with dpkg -i. With apt-get you never know when the package lists will be updated. Uh... the package lists are updated when you run apt-get