Bug#657789: python-tables: Enable bzip2 and lzo compressors

2012-01-31 Thread Antonio Valentino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Frédéric, Il 31/01/2012 10:29, Picca Frédéric-Emmanuel ha scritto: > Le Mon, 30 Jan 2012 23:39:27 +0100, Antonio Valentino > a écrit : > >> Hi Frédéric, >> >> Il 29/01/2012 10:33, Picca Frédéric-Emmanuel ha scritto: >>> Package: python-tables Ve

Bug#657789: python-tables: Enable bzip2 and lzo compressors

2012-01-31 Thread Picca Frédéric-Emmanuel
Le Mon, 30 Jan 2012 23:39:27 +0100, Antonio Valentino a écrit : > Hi Frédéric, > > Il 29/01/2012 10:33, Picca Frédéric-Emmanuel ha scritto: > > Package: python-tables > > Version: 2.3.1-1 > > Followup-For: Bug #657789 > > > > Hello, > > > > I saw your proposed patch. > > > > +import platform

Bug#657789: python-tables: Enable bzip2 and lzo compressors

2012-01-30 Thread Antonio Valentino
Hi Frédéric, Il 29/01/2012 10:33, Picca Frédéric-Emmanuel ha scritto: > Package: python-tables > Version: 2.3.1-1 > Followup-For: Bug #657789 > > Hello, > > I saw your proposed patch. > > +import platform > + > + # Using ``setuptools`` enables lots of goodies, such as building eggs. > + if 'FOR

Bug#657789: python-tables: Enable bzip2 and lzo compressors

2012-01-29 Thread Picca Frédéric-Emmanuel
Package: python-tables Version: 2.3.1-1 Followup-For: Bug #657789 Hello, I saw your proposed patch. +import platform + + # Using ``setuptools`` enables lots of goodies, such as building eggs. + if 'FORCE_SETUPTOOLS' in os.environ: +@@ -127,8 +128,14 @@ + add_from_flags("LDFLAGS", "-L", defau

Bug#657789: python-tables: Enable bzip2 and lzo compressors

2012-01-28 Thread Antonio Valentino
Package: python-tables Version: 2.3.1-1 Severity: normal Tags: upstream Dear Maintainer, support for LZO2 and BZIP2 compressors is disabled even if the package correctly depends on those ibraries. During the package build the following messages are printed: * Could not find LZO 2 headers and lib