Re: changelog.Debian and APT

2000-10-15 Thread Jeronimo Pellegrini
:: Eric G Miller writes: >> But it doesn't seem to work always... I triedd with xmms twice, and in >> the 3rd time, it worked. Didn't work with libc6 (and I tried quite a >> few times). The server tells me "No such changelog file". Didn't work >> with gprolog, either... >> >> Any ideas of why thi

Re: changelog.Debian and APT

2000-10-15 Thread Eric G . Miller
On Sun, Oct 15, 2000 at 10:42:40PM -0200, Jeronimo Pellegrini wrote: > :: Eric G Miller writes: > > > Here's one way... Add to your .bashrc, then give it a package name. > > > changelog() { > > [ $# = 1 ] && lynx > > http://master.debian.org/cgi-bin/get-changelog\?package=$1 > > } > > Hey, than

Re: changelog.Debian and APT

2000-10-15 Thread Jeronimo Pellegrini
:: Eric G Miller writes: > Here's one way... Add to your .bashrc, then give it a package name. > changelog() { > [ $# = 1 ] && lynx http://master.debian.org/cgi-bin/get-changelog\?package=$1 > } Hey, thanks, that's nice. I didn't know about that. But it doesn't seem to work always... I triedd w

Re: changelog.Debian and APT

2000-10-15 Thread Eric G . Miller
On Sun, Oct 15, 2000 at 07:52:36PM -0200, Jeronimo Pellegrini wrote: > > Hello, > > as far as I can see, there's no way to read the changelog.Debian file > before I install the packages if I'm using dselect, right? > > The best way to do that would be to use apt-get -d install package, > the