Re: Best practice for cleaning autotools-generated files?

2011-05-13 Thread Miles Bader
Simon McVittie s...@debian.org writes: the convention is that autogen.sh *does* call ./configure Huh? This is not my impression at all. I'm sure there probably are packages out there where autogen.sh calls configure, my general sense is that it usually doesn't. Rather, autogen.m4 usually

Bug#626588: ITP: gdb-mingw-w64 -- Cross-debugger for 32- and 64-bit Windows using MinGW-w64

2011-05-13 Thread Stephen Kitt
Package: wnpp Severity: wishlist Owner: Stephen Kitt st...@sk2.org * Package name: gdb-mingw-w64 Version : 7.2 Upstream Author : Free Software Foundation, Inc. * URL : http://www.gnu.org/software/gdb/ * License : GPL-3+ Programming Lang: C, C++, Python

Bug#626424: Please implement a method to save and restore netfilter rules at boot

2011-05-13 Thread Costin
On Thu, May 12, 2011 at 23:21, Andrei Popescu andreimpope...@gmail.com wrote: Hi Costin, See if iptables-persistent does what you need. Thank you for pointing that package, Andrei. Unfortunately it does not have the ability to save the current filter rules set, as Redhat's does.

Bug#626424: Please implement a method to save and restore netfilter rules at boot

2011-05-13 Thread Costin
On Fri, May 13, 2011 at 21:17, Costin costi...@gmail.com wrote: On Thu, May 12, 2011 at 23:21, Andrei Popescu andreimpope...@gmail.com wrote: Hi Costin, See if iptables-persistent does what you need. Thank you for pointing that package, Andrei. Unfortunately it does not have the ability

Re: /run in experimental

2011-05-13 Thread Roger Leigh
On Wed, Apr 27, 2011 at 05:40:13PM +0100, Roger Leigh wrote: On Sun, Apr 17, 2011 at 10:23:10AM +0100, Roger Leigh wrote: Hi folks, An update on /run: sysvinit/initscripts 2.88dsf-13.4 is now available in experimental. If you haven't tested it yet, now would be a good time before it

Re: /run in experimental

2011-05-13 Thread Stefan Lippers-Hollmann
Hi On Friday 13 May 2011, Roger Leigh wrote: On Wed, Apr 27, 2011 at 05:40:13PM +0100, Roger Leigh wrote: On Sun, Apr 17, 2011 at 10:23:10AM +0100, Roger Leigh wrote: [...] With the upload of initramfs-tools (0.99) to unstable, we're now ready to upload sysvinit 2.88dsf-13.6 to unstable,

Re: /run in experimental

2011-05-13 Thread Roger Leigh
On Fri, May 13, 2011 at 09:07:04PM +0200, Stefan Lippers-Hollmann wrote: Hi On Friday 13 May 2011, Roger Leigh wrote: On Wed, Apr 27, 2011 at 05:40:13PM +0100, Roger Leigh wrote: On Sun, Apr 17, 2011 at 10:23:10AM +0100, Roger Leigh wrote: [...] With the upload of initramfs-tools

Re: /run in experimental

2011-05-13 Thread Andrey Rahmatullin
On Fri, May 13, 2011 at 08:29:40PM +0100, Roger Leigh wrote: Switching to /run/ triggers a critical bug in ifupdown's init script (#623076, #623523, proposed change in #625204). This completely breaks any kind of network access (including lo), if /etc/network/run is a symlink to

Re: /run in experimental

2011-05-13 Thread Stefan Lippers-Hollmann
Hi On Friday 13 May 2011, Roger Leigh wrote: On Fri, May 13, 2011 at 09:07:04PM +0200, Stefan Lippers-Hollmann wrote: On Friday 13 May 2011, Roger Leigh wrote: On Wed, Apr 27, 2011 at 05:40:13PM +0100, Roger Leigh wrote: On Sun, Apr 17, 2011 at 10:23:10AM +0100, Roger Leigh wrote: [...]

Bug#626424: Please implement a method to save and restore netfilter rules at boot

2011-05-13 Thread Bernd Zeimetz
Hi, If I remember right such functions were removed from the iptables package for various good reasons, for example to avoid that people lock themselves out. Implementing something similar is pertty easy, add something like pre-up iptables-restore /etc/network/iptables.save || true to the

earliest supported kernel is 2.6.32 now

2011-05-13 Thread Marco d'Itri
From the udev 168-2 changelog: * Earliest kernel release supported raised from 2.6.27 to 2.6.32 due to the usage of accept4(2). So you may want to clean up your packages to remove all code needed for compatibility with older kernels. -- ciao, Marco signature.asc Description: Digital

Re: earliest supported kernel is 2.6.32 now

2011-05-13 Thread Adam Borowski
On Fri, May 13, 2011 at 11:50:58PM +0200, Marco d'Itri wrote: From the udev 168-2 changelog: * Earliest kernel release supported raised from 2.6.27 to 2.6.32 due to the usage of accept4(2). So you may want to clean up your packages to remove all code needed for compatibility with

Bug#626650: ITP: python-pyliblzma -- Python bindings for the LZMA/XZ Compression Library

2011-05-13 Thread Nikolaus Rath
Package: wnpp Severity: wishlist Owner: Nikolaus Rath nikol...@rath.org * Package name: python-pyliblzma Version : 0.5.3 Upstream Author : Per Oyvind Karlsen peroyv...@mandriva.org * URL : https://launchpad.net/pyliblzma * License : LGPL3 Programming Lang:

Bug#626651: ITP: s3ql -- a full-featured file system for online data storage

2011-05-13 Thread Nikolaus Rath
Package: wnpp Severity: wishlist Owner: Nikolaus Rath nikol...@rath.org * Package name: s3ql Version : 1.0 Upstream Author : Nikolaus Rath nikol...@rath.org * URL : http://code.google.com/p/s3ql/ * License : GPL3 Programming Lang: Python Description :

Re: Bug#626650: ITP: python-pyliblzma -- Python bindings for the LZMA/XZ Compression Library

2011-05-13 Thread Jakub Wilk
* Nikolaus Rath nikol...@rath.org, 2011-05-13, 20:03: * Package name: python-pyliblzma Version : 0.5.3 Upstream Author : Per Oyvind Karlsen peroyv...@mandriva.org * URL : https://launchpad.net/pyliblzma * License : LGPL3 Programming Lang: C, Python Description

Re: earliest supported kernel is 2.6.32 now

2011-05-13 Thread Ben Hutchings
On Sat, May 14, 2011 at 12:23:56AM +0200, Adam Borowski wrote: On Fri, May 13, 2011 at 11:50:58PM +0200, Marco d'Itri wrote: From the udev 168-2 changelog: * Earliest kernel release supported raised from 2.6.27 to 2.6.32 due to the usage of accept4(2). So you may want to clean

Re: Bug#626650: ITP: python-pyliblzma -- Python bindings for the LZMA/XZ Compression Library

2011-05-13 Thread Nikolaus Rath
On 05/13/2011 08:12 PM, Jakub Wilk wrote: * Nikolaus Rath nikol...@rath.org, 2011-05-13, 20:03: * Package name: python-pyliblzma Version : 0.5.3 Upstream Author : Per Oyvind Karlsen peroyv...@mandriva.org * URL : https://launchpad.net/pyliblzma * License :

Bug#626658: ITP: python-llfuse -- Python bindings for the low-level FUSE API

2011-05-13 Thread Nikolaus Rath
Package: wnpp Severity: wishlist Owner: Nikolaus Rath nikol...@rath.org * Package name: python-llfuse Version : 0.31 Upstream Author : Nikolaus Rath nikol...@rath.org * URL : http://code.google.com/p/python-llfuse/ * License : LGPL Programming Lang: C,

Re: Bug#616317: base: commit= ext3 mount option in fstab has no effect.

2011-05-13 Thread Goswin von Brederlow
Roger Leigh rle...@codelibre.net writes: On Thu, May 12, 2011 at 06:31:48PM +0200, Goswin von Brederlow wrote: Adam Borowski kilob...@angband.pl writes: Should we try to make this work (at best badly) since a change in mount options in /etc/fstab would only take effect at the next

Accepted vdr 1.7.18-2 (source all amd64)

2011-05-13 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 07:34:28 +0200 Source: vdr Binary: vdr vdr-dev vdr-dbg vdr-plugin-dvbsddevice vdr-plugin-examples Architecture: source all amd64 Version: 1.7.18-2 Distribution: unstable Urgency: low Maintainer: Debian VDR Team

Accepted gem 1:0.92.3-2 (source i386)

2011-05-13 Thread Paul Brossier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 12 May 2011 14:12:57 +0200 Source: gem Binary: gem Architecture: source i386 Version: 1:0.92.3-2 Distribution: unstable Urgency: low Maintainer: Paul Brossier p...@debian.org Changed-By: Paul Brossier p...@debian.org

Accepted ibus-skk 1.3.6-1 (source all)

2011-05-13 Thread Daiki Ueno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:25:17 +0900 Source: ibus-skk Binary: ibus-skk Architecture: source all Version: 1.3.6-1 Distribution: unstable Urgency: low Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org Changed-By: Daiki

Accepted iceape 2.0.14-2 (source all amd64)

2011-05-13 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 07:47:56 +0200 Source: iceape Binary: iceape iceape-browser iceape-dev iceape-dbg iceape-mailnews iceape-chatzilla Architecture: source all amd64 Version: 2.0.14-2 Distribution: unstable Urgency: low Maintainer:

Accepted polyglot 1.4.66b-1 (source amd64)

2011-05-13 Thread Oliver Korff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 08:48:14 +0200 Source: polyglot Binary: polyglot Architecture: source amd64 Version: 1.4.66b-1 Distribution: unstable Urgency: low Maintainer: Oliver Korff o...@xynyx.de Changed-By: Oliver Korff o...@xynyx.de

Accepted recoll 1.15.8-1 (source amd64)

2011-05-13 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 12 May 2011 09:47:21 +0530 Source: recoll Binary: recoll Architecture: source amd64 Version: 1.15.8-1 Distribution: unstable Urgency: low Maintainer: Kartik Mistry kar...@debian.org Changed-By: Kartik Mistry kar...@debian.org

Accepted libtest-rdf-perl 0.22-1 (source all)

2011-05-13 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 13 May 2011 09:26:24 +0200 Source: libtest-rdf-perl Binary: libtest-rdf-perl Architecture: source all Version: 0.22-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted lbt 1.2.2-5 (source amd64)

2011-05-13 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 08:50:40 +0200 Source: lbt Binary: lbt Architecture: source amd64 Version: 1.2.2-5 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers debian-science-maintain...@lists.alioth.debian.org

Accepted wesnoth-1.8 1:1.8.6-1 (source i386 all)

2011-05-13 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 00:15:06 +0200 Source: wesnoth-1.8 Binary: wesnoth-1.8-data wesnoth-1.8-core wesnoth-core wesnoth-editor wesnoth-1.8-dbg wesnoth-1.8 wesnoth-all wesnoth wesnoth-1.8-music wesnoth-music wesnoth-1.8-server

Accepted libisofs 1.0.8-1 (source all amd64)

2011-05-13 Thread George Danchev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 10:57:46 +0300 Source: libisofs Binary: libisofs6 libisofs-dbg libisofs-doc libisofs-dev Architecture: source all amd64 Version: 1.0.8-1 Distribution: unstable Urgency: low Maintainer: Debian Libburnia packagers

Accepted phpmyadmin 4:3.4.0-2 (source all)

2011-05-13 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 09:13:17 +0200 Source: phpmyadmin Binary: phpmyadmin Architecture: source all Version: 4:3.4.0-2 Distribution: unstable Urgency: low Maintainer: Thijs Kinkhorst th...@debian.org Changed-By: Michal Čihař

Accepted dsniff 2.4b1+debian-19.1 (source amd64)

2011-05-13 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 11:24:37 +0200 Source: dsniff Binary: dsniff Architecture: source amd64 Version: 2.4b1+debian-19.1 Distribution: unstable Urgency: low Maintainer: Luciano Bello luci...@debian.org Changed-By: Ondřej Surý

Accepted mmass 3.11.0-1 (source all amd64)

2011-05-13 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 12 May 2011 18:06:54 +0200 Source: mmass Binary: mmass mmass-modules Architecture: source all amd64 Version: 3.11.0-1 Distribution: unstable Urgency: low Maintainer: The Debichem Group debichem-de...@lists.alioth.debian.org

Accepted mmorph 2.3.4.2-12.1 (source amd64)

2011-05-13 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 11:39:00 +0200 Source: mmorph Binary: mmorph Architecture: source amd64 Version: 2.3.4.2-12.1 Distribution: unstable Urgency: low Maintainer: Thomas Bushnell, BSG t...@debian.org Changed-By: Ondřej Surý

Accepted picolisp 3.0.6.11-1 (source amd64)

2011-05-13 Thread Kan-Ru Chen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:55:13 +0800 Source: picolisp Binary: picolisp Architecture: source amd64 Version: 3.0.6.11-1 Distribution: unstable Urgency: low Maintainer: Kan-Ru Chen kos...@debian.org Changed-By: Kan-Ru Chen kos...@debian.org

Accepted identicurse 0.7.3-1 (source all)

2011-05-13 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 13:18:00 +0200 Source: identicurse Binary: identicurse Architecture: source all Version: 0.7.3-1 Distribution: unstable Urgency: low Maintainer: Alessio Treglia ales...@debian.org Changed-By: Alessio Treglia

Accepted ois 1.3.0+dfsg0-1 (source amd64)

2011-05-13 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 13:40:59 +0200 Source: ois Binary: libois-dev libois Architecture: source amd64 Version: 1.3.0+dfsg0-1 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted sks 1.1.1+dpkgv3-6.1 (source amd64)

2011-05-13 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 13:38:52 +0200 Source: sks Binary: sks Architecture: source amd64 Version: 1.1.1+dpkgv3-6.1 Distribution: unstable Urgency: low Maintainer: Christoph Martin christoph.mar...@uni-mainz.de Changed-By: Ondřej Surý

Accepted telepathy-logger 0.2.9-1 (source all amd64)

2011-05-13 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 12:35:32 +0100 Source: telepathy-logger Binary: telepathy-logger libtelepathy-logger2 libtelepathy-logger-dev libtelepathy-logger2-dbg libtelepathy-logger-doc gir1.2-telepathylogger-0.2 Architecture: source amd64

Accepted torque 2.4.12+dfsg-3 (source i386)

2011-05-13 Thread Dominique Belhachemi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 12 May 2011 23:55:29 -0400 Source: torque Binary: torque-common torque-server torque-pam torque-scheduler torque-client torque-mom torque-client-x11 libtorque2 libtorque2-dev Architecture: source i386 Version: 2.4.12+dfsg-3

Accepted initramfs-tools 0.99 (source all)

2011-05-13 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 11 May 2011 23:38:18 +0200 Source: initramfs-tools Binary: initramfs-tools Architecture: source all Version: 0.99 Distribution: unstable Urgency: low Maintainer: Debian kernel team debian-ker...@lists.debian.org Changed-By:

Accepted ccid 1.4.4-1 (source amd64)

2011-05-13 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 14:30:29 +0200 Source: ccid Binary: libccid Architecture: source amd64 Version: 1.4.4-1 Distribution: unstable Urgency: low Maintainer: Ludovic Rousseau rouss...@debian.org Changed-By: Ludovic Rousseau

Accepted evtest 1:1.27-1 (source amd64)

2011-05-13 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 05 Apr 2011 09:30:22 +0200 Source: evtest Binary: evtest Architecture: source amd64 Version: 1:1.27-1 Distribution: unstable Urgency: low Maintainer: Stephen Kitt st...@sk2.org Changed-By: Stephen Kitt st...@sk2.org

Accepted joystick 1:1.4~rc1-1 (source amd64)

2011-05-13 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 04 Apr 2011 16:56:39 +0200 Source: joystick Binary: joystick inputattach Architecture: source amd64 Version: 1:1.4~rc1-1 Distribution: unstable Urgency: low Maintainer: Stephen Kitt st...@sk2.org Changed-By: Stephen Kitt

Accepted libav 4:0.7~beta2-1 (source i386 all)

2011-05-13 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 12:31:33 +0200 Source: libav Binary: ffmpeg ffmpeg-dbg libav-dbg libav-source ffmpeg-doc libav-doc libavutil51 libavcodec53 libavdevice53 libavformat53 libavfilter2 libpostproc52 libswscale1 libavutil-dev

Accepted nss-pam-ldapd 0.8.3 (source i386)

2011-05-13 Thread Arthur de Jong
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:00:00 +0200 Source: nss-pam-ldapd Binary: nslcd libnss-ldapd libpam-ldapd Architecture: source i386 Version: 0.8.3 Distribution: experimental Urgency: low Maintainer: Arthur de Jong adej...@debian.org Changed-By:

Accepted spread 3.17.4-2.1 (source i386)

2011-05-13 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 12:45:35 + Source: spread Binary: libspread1-dev libspread1 libspread-perl spread Architecture: source i386 Version: 3.17.4-2.1 Distribution: unstable Urgency: low Maintainer: Michael Mende deb...@menole.net

Accepted bam 0.4.0-1 (source amd64)

2011-05-13 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 09 May 2011 14:25:15 +0200 Source: bam Binary: bam Architecture: source amd64 Version: 0.4.0-1 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org Changed-By: Felix Geyer

Accepted matchbox-window-manager 1.2-7 (source amd64)

2011-05-13 Thread Moray Allan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:04:00 +0100 Source: matchbox-window-manager Binary: matchbox-window-manager matchbox-window-manager-udeb Architecture: source amd64 Version: 1.2-7 Distribution: unstable Urgency: low Maintainer: Moray Allan

Accepted ossim 1.7.21-2 (source i386)

2011-05-13 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:45:06 +0200 Source: ossim Binary: libossim1 libossim-dev ossim-core Architecture: source i386 Version: 1.7.21-2 Distribution: unstable Urgency: low Maintainer: Debian GIS Project

Accepted xboard 4.5.2-1 (source amd64)

2011-05-13 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 09 May 2011 15:51:02 +0200 Source: xboard Binary: xboard Architecture: source amd64 Version: 4.5.2-1 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org Changed-By: Vincent

Accepted camelot 11.05.13-c1-1 (source all)

2011-05-13 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 10:15:45 +0200 Source: camelot Binary: python-camelot python-camelot-doc Architecture: source all Version: 11.05.13-c1-1 Distribution: unstable Urgency: low Maintainer: Joost Yervante Damad and...@debian.org

Accepted gmult 8.0-1 (source amd64)

2011-05-13 Thread Mahyuddin Susanto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 05 May 2011 01:15:10 +0700 Source: gmult Binary: gmult Architecture: source amd64 Version: 8.0-1 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org Changed-By: Mahyuddin

Accepted libnetsds-kannel-perl 1.300-3 (source all)

2011-05-13 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 13 May 2011 16:05:28 +0200 Source: libnetsds-kannel-perl Binary: libnetsds-kannel-perl Architecture: source all Version: 1.300-3 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libmemoize-memcached-perl 0.03-2 (source all)

2011-05-13 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 09:58:50 +0100 Source: libmemoize-memcached-perl Binary: libmemoize-memcached-perl Architecture: source all Version: 0.03-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libjira-client-perl 0.28-1 (source all)

2011-05-13 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 16:54:58 +0200 Source: libjira-client-perl Binary: libjira-client-perl Architecture: source all Version: 0.28-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted network-manager-openconnect 0.8.999-1 (source amd64)

2011-05-13 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 11 May 2011 12:16:09 +0100 Source: network-manager-openconnect Binary: network-manager-openconnect Architecture: source amd64 Version: 0.8.999-1 Distribution: experimental Urgency: low Maintainer: Ross Burton r...@debian.org

Accepted python-pypdf 1.13-1 (source all)

2011-05-13 Thread Luciano Bello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 10:06:14 -0300 Source: python-pypdf Binary: python-pypdf Architecture: source all Version: 1.13-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team

Accepted hdf5 1.8.6-3 (source all i386)

2011-05-13 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:26:12 +0200 Source: hdf5 Binary: libhdf5-serial-1.8.6 libhdf5-serial-dev libhdf5-openmpi-1.8.6 libhdf5-openmpi-dev libhdf5-mpich2-1.8.6 libhdf5-mpich2-dev libhdf5-mpi-dev libhdf5-doc hdf5-tools Architecture:

Accepted python-bottle 0.9.1-1 (source all)

2011-05-13 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 18:13:10 +0200 Source: python-bottle Binary: python-bottle python-bottle-doc Architecture: source all Version: 0.9.1-1 Distribution: unstable Urgency: low Maintainer: David Paleino da...@debian.org Changed-By: David

Accepted libchamplain-0.8 0.8.3-1 (source amd64)

2011-05-13 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 18:52:24 +0200 Source: libchamplain-0.8 Binary: libchamplain-0.8-1 libchamplain-0.8-dev libchamplain-0.8-dbg gir1.2-champlain-0.8 libchamplain-gtk-0.8-1 libchamplain-gtk-0.8-dev libchamplain-gtk-0.8-dbg

Accepted ocaml-lastfm 0.3.0-1 (source amd64)

2011-05-13 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 11:05:13 -0500 Source: ocaml-lastfm Binary: liblastfm-ocaml-dev Architecture: source amd64 Version: 0.3.0-1 Distribution: unstable Urgency: low Maintainer: Debian OCaml Maintainers

Accepted libdispatch 0~svn197-1 (source amd64)

2011-05-13 Thread Mark Heily
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 6 Mar 2011 15:31:39 -0400 Source: libdispatch Binary: libdispatch-dev libdispatch0 Architecture: source amd64 Version: 0~svn197-1 Distribution: unstable Urgency: low Maintainer: Mark Heily m...@heily.com Changed-By: Mark Heily

Accepted libhtml-formfu-perl 0.09003-1 (source all)

2011-05-13 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 13 May 2011 20:20:34 +0200 Source: libhtml-formfu-perl Binary: libhtml-formfu-perl Architecture: all source Version: 0.09003-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libterm-sk-perl 0.07-1 (source all)

2011-05-13 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 13 May 2011 20:58:11 +0200 Source: libterm-sk-perl Binary: libterm-sk-perl Architecture: source all Version: 0.07-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org

Accepted kildclient 2.9.0-2 (source all i386)

2011-05-13 Thread Eduardo M Kalinowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 17:16:13 -0300 Source: kildclient Binary: kildclient kildclient-doc Architecture: source all i386 Version: 2.9.0-2 Distribution: unstable Urgency: low Maintainer: Eduardo M Kalinowski edua...@kalinowski.com.br

Accepted latticeextra 0.6-16-1 (source i386)

2011-05-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:40:08 -0500 Source: latticeextra Binary: r-cran-latticeextra Architecture: source i386 Version: 0.6-16-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk

Accepted libatompub-perl 0.3.4-6 (source all)

2011-05-13 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 13 May 2011 22:19:34 +0200 Source: libatompub-perl Binary: libatompub-perl Architecture: source all Version: 0.3.4-6 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libbloom-filter-perl 1.0-3 (source all)

2011-05-13 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 13 May 2011 22:27:19 +0200 Source: libbloom-filter-perl Binary: libbloom-filter-perl Architecture: source all Version: 1.0-3 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted maria 1.3.5-4 (source all amd64)

2011-05-13 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 21:59:53 +0200 Source: maria Binary: maria maria-doc Architecture: source all amd64 Version: 1.3.5-4 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers

Accepted strucchange 1.4-4-1 (source all)

2011-05-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 15:36:14 -0500 Source: strucchange Binary: r-cran-strucchange Architecture: source all Version: 1.4-4-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel

Accepted csh 20110502-1 (source i386)

2011-05-13 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 22:54:42 +0200 Source: csh Binary: csh Architecture: source i386 Version: 20110502-1 Distribution: unstable Urgency: low Maintainer: Matej Vela v...@debian.org Changed-By: Matej Vela v...@debian.org Description:

Accepted kdebindings 4:4.4.5-7 (source all amd64)

2011-05-13 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 23:48:55 +0300 Source: kdebindings Binary: kdebindings-dbg libsmokeqt4-3 libsmokeqtcore4-3 libsmokeqtgui4-3 libsmokeqtdbus4-3 libsmokeqtnetwork4-3 libsmokeqtopengl4-3 libsmokeqtscript4-3 libsmokeqtsql4-3

Accepted w-scan 20110502-1 (source amd64)

2011-05-13 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 23:37:15 +0200 Source: w-scan Binary: w-scan Architecture: source amd64 Version: 20110502-1 Distribution: unstable Urgency: low Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org Changed-By: Tobias

Accepted greenbone-security-assistant 2.0.1-2 (source i386)

2011-05-13 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 21:31:43 +0200 Source: greenbone-security-assistant Binary: gsad Architecture: source i386 Version: 2.0.1-2 Distribution: experimental Urgency: low Maintainer: Debian OpenVAS Maintainers

Accepted libnetsds-kannel-perl 1.300-5 (source all)

2011-05-13 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 14 May 2011 00:21:14 +0200 Source: libnetsds-kannel-perl Binary: libnetsds-kannel-perl Architecture: source all Version: 1.300-5 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted openvas-libraries 4.0.4-3 (source i386)

2011-05-13 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 21:38:06 +0200 Source: openvas-libraries Binary: libopenvas4-dev libopenvas4 Architecture: source i386 Version: 4.0.4-3 Distribution: experimental Urgency: low Maintainer: Debian OpenVAS Maintainers

Accepted openvas-manager 2.0.3-5 (source i386)

2011-05-13 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 13 May 2011 21:14:59 +0200 Source: openvas-manager Binary: openvas-manager Architecture: source i386 Version: 2.0.3-5 Distribution: experimental Urgency: low Maintainer: Debian OpenVAS Maintainers

Accepted openvas-scanner 3.2.3-4 (source i386)

2011-05-13 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 14 May 2011 00:30:17 +0200 Source: openvas-scanner Binary: openvas-scanner Architecture: source i386 Version: 3.2.3-4 Distribution: experimental Urgency: low Maintainer: Debian OpenVAS Maintainers

Accepted llvm-2.8 2.8-3 (source i386 all)

2011-05-13 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 Apr 2011 15:57:37 +0200 Source: llvm-2.8 Binary: libllvm2.8 llvm-2.8 llvm-2.8-runtime llvm-2.8-dev libllvm-ocaml-2.8-dev llvm-2.8-doc llvm-2.8-examples llvm-2.8-source Architecture: source i386 all Version: 2.8-3

Accepted llvm-2.9 2.9+dfsg-1~exp2 (source i386 all)

2011-05-13 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 10 May 2011 00:12:28 +0200 Source: llvm-2.9 Binary: libllvm2.9 llvm-2.9 llvm-2.9-runtime llvm-2.9-dev libllvm-ocaml-2.9-dev llvm-2.9-doc llvm-2.9-examples llvm-2.9-source Architecture: source i386 all Version: 2.9+dfsg-1~exp2

Accepted libcatalyst-manual-perl 5.8007-1 (source all)

2011-05-13 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 14 May 2011 02:03:12 +0200 Source: libcatalyst-manual-perl Binary: libcatalyst-manual-perl Architecture: all source Version: 5.8007-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group