Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-24 Thread Steve McIntyre
On Fri, Nov 25, 2011 at 02:18:09AM +, Steve McIntyre wrote: > >Scratch that, it's in DropBinaryArch. Maybe a silly mistake here. Yes, mis-configured for amd64 and testing with an i386 CD. Fixed. Now, the translations files are still not working. You're adding the .bz2 files in FindPackages()

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-24 Thread Steve McIntyre
On Fri, Nov 25, 2011 at 02:09:25AM +, Steve McIntyre wrote: >On Thu, Nov 24, 2011 at 01:26:44AM +0100, David Kalnischkies wrote: >>On Wed, Nov 23, 2011 at 17:44, Steve McIntyre wrote: >>> The main change is that I've factored out the decompressor code in >>> IndexCopy::CopyPackages() and Trans

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-24 Thread Steve McIntyre
On Thu, Nov 24, 2011 at 01:26:44AM +0100, David Kalnischkies wrote: >On Wed, Nov 23, 2011 at 17:44, Steve McIntyre wrote: >> The main change is that I've factored out the decompressor code in >> IndexCopy::CopyPackages() and TranslationsCopy::CopyTranslations() >> into a single common function, ra

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-23 Thread David Kalnischkies
On Wed, Nov 23, 2011 at 17:44, Steve McIntyre wrote: > The main change is that I've factored out the decompressor code in > IndexCopy::CopyPackages() and TranslationsCopy::CopyTranslations() > into a single common function, rather than the current repeated > code. Then I've added support for bzip2

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-23 Thread Steve McIntyre
On Wed, Nov 23, 2011 at 05:20:36PM +0100, Michael Vogt wrote: >On Wed, Nov 23, 2011 at 04:09:23PM +, Steve McIntyre wrote: >> On Wed, Nov 23, 2011 at 05:01:13PM +0100, Michael Vogt wrote: >> >On Mon, Nov 21, 2011 at 06:57:41PM +0100, Julian Andres Klode wrote: >> >> On Mon, Nov 21, 2011 at 01:0

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-23 Thread Michael Vogt
On Wed, Nov 23, 2011 at 04:09:23PM +, Steve McIntyre wrote: > On Wed, Nov 23, 2011 at 05:01:13PM +0100, Michael Vogt wrote: > >On Mon, Nov 21, 2011 at 06:57:41PM +0100, Julian Andres Klode wrote: > >> On Mon, Nov 21, 2011 at 01:03:08PM +0100, David Kalnischkies wrote: > >> > On Mon, Nov 21, 201

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-23 Thread Steve McIntyre
On Wed, Nov 23, 2011 at 05:01:13PM +0100, Michael Vogt wrote: >On Mon, Nov 21, 2011 at 06:57:41PM +0100, Julian Andres Klode wrote: >> On Mon, Nov 21, 2011 at 01:03:08PM +0100, David Kalnischkies wrote: >> > On Mon, Nov 21, 2011 at 01:26, Steve McIntyre wrote: >> > > I've just added support for tr

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-23 Thread Michael Vogt
On Mon, Nov 21, 2011 at 06:57:41PM +0100, Julian Andres Klode wrote: > On Mon, Nov 21, 2011 at 01:03:08PM +0100, David Kalnischkies wrote: > > On Mon, Nov 21, 2011 at 01:26, Steve McIntyre wrote: > > > I've just added support for translated description files into > > > debian-cd, creating Translat

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-22 Thread Steve McIntyre
Hi David, First of all, apologies for the tone of my initial report - I was too tired and frustrated and that shouldn't have tainted my words. :-( On Mon, Nov 21, 2011 at 01:03:08PM +0100, David Kalnischkies wrote: >On Mon, Nov 21, 2011 at 01:26, Steve McIntyre wrote: >> I've just added support

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-21 Thread Julian Andres Klode
On Mon, Nov 21, 2011 at 01:03:08PM +0100, David Kalnischkies wrote: > On Mon, Nov 21, 2011 at 01:26, Steve McIntyre wrote: > > I've just added support for translated description files into > > debian-cd, creating Translation-$LANG.bz2 on CDs to match the > > archive. A problem report from a user s

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-21 Thread David Kalnischkies
On Mon, Nov 21, 2011 at 01:26, Steve McIntyre wrote: > I've just added support for translated description files into > debian-cd, creating Translation-$LANG.bz2 on CDs to match the > archive. A problem report from a user shortly afterwards described > apt-cdrom issues using a DVD generated with th

Bug#649451: hard-coded gzip-only support in apt-cdrom

2011-11-20 Thread Steve McIntyre
Package: apt Version: 0.8.10.3+squeeze1 Severity: serious Justification: arbitrary limits on compression types wasting CD space Hi, I've just added support for translated description files into debian-cd, creating Translation-$LANG.bz2 on CDs to match the archive. A problem report from a user sh