Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Josselin Mouette
Le mercredi 13 mai 2009 à 11:23 +1000, Brian May a écrit : Is this still considered to be a libtool issue? Yes, but instead of dropping the .la entirely, I’d recommend to simply purge it from the dependency libs. See /usr/share/gnome-pkg-tools/1/rules/clean-la.mk for a way to do it. If the

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Robert Collins
On Wed, 2009-05-13 at 08:06 +0200, Josselin Mouette wrote: Le mercredi 13 mai 2009 à 11:23 +1000, Brian May a écrit : Is this still considered to be a libtool issue? Yes, but instead of dropping the .la entirely, I’d recommend to simply purge it from the dependency libs. See

Re: Bug#528061: ITP: obexd -- OBEX client and server

2009-05-13 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hendrik Sattler wrote: And upcoming kdebluetooth4 uses solid BTW, is anyone working on that? (The RFP is #491580.) Cheers, Marcus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Goswin von Brederlow
Robert Collins robe...@robertcollins.net writes: On Wed, 2009-05-13 at 08:06 +0200, Josselin Mouette wrote: Le mercredi 13 mai 2009 à 11:23 +1000, Brian May a écrit : Is this still considered to be a libtool issue? Yes, but instead of dropping the .la entirely, I’d recommend to simply

architecture wildcards, type-handling, etc.

2009-05-13 Thread Peter Eisentraut
Since etch, dpkg has supported architecture wildcards such as linux-any and any-powerpc, which can, among other things, be used to express Linux-only build dependencies like this: Build-Depends: libcap2-dev [linux-any] instead of one of the previous approaches: Build-Depends: libcap2-dev |

Re: RFC: Better formatting for long descriptions

2009-05-13 Thread Morten Kjeldgaard
I haven't read the whole long thread, so perhaps this has been mentioned by someone else. Python has recently decided to convert their documentation to reStructuredText [1]. It would make a lot of sense for Debian to use that de-facto standard (or some subset of it) for text typesetting in the

Re: architecture wildcards, type-handling, etc.

2009-05-13 Thread Philipp Kern
On 2009-05-13, Peter Eisentraut pet...@debian.org wrote: Since etch, dpkg has supported architecture wildcards such as linux-any and any-powerpc, which can, among other things, be used to express Linux-only build dependencies like this: Which reminds me: could we please get similar

Re: architecture wildcards, type-handling, etc.

2009-05-13 Thread Cyril Brulebois
Peter Eisentraut pet...@debian.org (13/05/2009): The latter two approaches have obvious flaws, but it seems that no one is using the built-in dpkg approach. Is there anything wrong with it? Are people just not aware of it? People might be using the following, which is slightly better

Re: architecture wildcards, type-handling, etc.

2009-05-13 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (13/05/2009): dpkg folks haven't been advocating their use, either. Ah, Phil just mentioned what I had troubles remembering: the fact that Build-Depends and Architecture can't be handled in a similar fashion. Mraw, KiBi. signature.asc Description: Digital

Re: realtime kernel for Debian

2009-05-13 Thread Uwe Kleine-König
Hi, I was wondering about how far are we with implementing a RT kernel in Debian... Some progress here? Would be nice. The patch I created that fits on Debian's vanilla kernel creates conflicts on the sources with the Debian patches. I hope to be able to clean that up by minimizing

Re: RFC: Better formatting for long descriptions

2009-05-13 Thread Andreas Tille
On Wed, 13 May 2009, Morten Kjeldgaard wrote: I haven't read the whole long thread, so perhaps this has been mentioned by someone else. Python has recently decided to convert their documentation to reStructuredText [1]. It would make a lot of sense for Debian to use that de-facto standard (or

Bug#528526: ITP: libvideo-fourcc-info-perl -- Retrieve information about a FourCC

2009-05-13 Thread Jonathan Yu
Package: wnpp Severity: wishlist Owner: Jonathan Yu jonathan.i...@gmail.com * Package name: libvideo-fourcc-info-perl Version : 1.1.5 Upstream Author : Jonathan Yu freque...@cpan.org * URL : CPAN * License : PD Programming Lang: Perl Description :

Re: Environment variables, debian/rules and dpkg-buildpackage

2009-05-13 Thread Manoj Srivastava
On Tue, May 12 2009, Steve Langasek wrote: On Sun, May 10, 2009 at 11:30:43PM -0500, Manoj Srivastava wrote: I'm really surprised to see this approach getting traction. To me, this seems like a significant, unprecedented departure from the kinds of interfaces we've mandated in Policy in

Re: deprecating /usr as a standalone filesystem?

2009-05-13 Thread Manoj Srivastava
On Tue, May 12 2009, Goswin von Brederlow wrote: I don't know if there are more blocker. Oh, and /root is a home directory; unless we move that, a read only / would affect root negatively. How so? Only thing I can think of is the bash history. But it is not like we force a read-only /.

Re: Environment variables, debian/rules and dpkg-buildpackage

2009-05-13 Thread Manoj Srivastava
On Tue, May 12 2009, Steve Langasek wrote: On Mon, May 11, 2009 at 10:01:14AM -0700, Russ Allbery wrote: If they're built by the program, then anyone who wants to properly build the software, even if they don't want to go all the way to the package, will need to use the program, since people

Re: architecture wildcards, type-handling, etc.

2009-05-13 Thread Guillem Jover
Hi! On Wed, 2009-05-13 at 12:50:03 +0300, Peter Eisentraut wrote: Since etch, dpkg has supported architecture wildcards such as linux-any and any-powerpc, which can, among other things, be used to express Linux-only build dependencies like this: Build-Depends: libcap2-dev [linux-any]

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Josselin Mouette
Le mercredi 13 mai 2009 à 16:16 +1000, Robert Collins a écrit : If the pkg-config files or the headers still reference libdb, you’ll need it as a dependency anyway, but otherwise, it can be safely removed after you do that. Are the following two items correct: - to link statically you

Re: architecture wildcards, type-handling, etc.

2009-05-13 Thread Adeodato Simó
+ Guillem Jover (Wed, 13 May 2009 20:55:00 +0200): The wildcards on the binary stanza Architecture fields have also been supported since the beginning. What wildcards? The linux-any and powerpc-any ones you mean? AFAIK, Phil was inquiring about good-old Build-Depends expressions like:

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Brian May
On Wed, May 13, 2009 at 08:06:34AM +0200, Josselin Mouette wrote: Le mercredi 13 mai 2009 à 11:23 +1000, Brian May a écrit : Is this still considered to be a libtool issue? Yes, but instead of dropping the .la entirely, I’d recommend to simply purge it from the dependency libs. See

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Josselin Mouette
Le jeudi 14 mai 2009 à 09:05 +1000, Brian May a écrit : Yes, but instead of dropping the .la entirely, I’d recommend to simply purge it from the dependency libs. See /usr/share/gnome-pkg-tools/1/rules/clean-la.mk for a way to do it. If I do that then I will (presumably) break static

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Steve Langasek
On Thu, May 14, 2009 at 09:05:14AM +1000, Brian May wrote: On Wed, May 13, 2009 at 08:06:34AM +0200, Josselin Mouette wrote: Le mercredi 13 mai 2009 à 11:23 +1000, Brian May a écrit : Is this still considered to be a libtool issue? Yes, but instead of dropping the .la entirely, I’d

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Steve Langasek
On Wed, May 13, 2009 at 04:16:57PM +1000, Robert Collins wrote: If they are both simultaneously correct then the .la should represent this, and be doing the right thing. If its not, it may be a libtool platform bug, or possibly [but unlikely] we've found a bug in libtools .la format. I'd

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Robert Collins
On Wed, 2009-05-13 at 17:08 -0700, Steve Langasek wrote: I'd need to check the source, which I don't have time to do just-now, but I thought there was provision for static and shared linking having different needs. There is, but libtool itself has a blemish that ensures it will always

Re: deprecating /usr as a standalone filesystem?

2009-05-13 Thread Goswin von Brederlow
Manoj Srivastava sriva...@debian.org writes: On Tue, May 12 2009, Goswin von Brederlow wrote: I don't know if there are more blocker. Oh, and /root is a home directory; unless we move that, a read only / would affect root negatively. How so? Only thing I can think of is the bash

Bug#528602: ITP: python-pyftpdlib -- Python FTP server library

2009-05-13 Thread Julián Hernández Gómez
Package: wnpp Severity: wishlist Owner: Julián Hernández Gómez julianhernan...@gmail.com * Package name: python-pyftpdlib Version : 0.5.1 Upstream Author : Giampaolo Rodola' g.rod...@gmail.com * URL : http://code.google.com/p/pyftpdlib/ * License : MIT

Re: should -dev libraries depending on other -dev packages?

2009-05-13 Thread Ralf Wildenhues
Hello Robert, [ I don't read debian-devel, so please Cc: me on or point me to whatever I should read; thanks. ] * Robert Collins wrote on Thu, May 14, 2009 at 02:31:46AM CEST: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419228 is likely related. as is

Accepted canto 0.6.13-1 (source i386)

2009-05-13 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 08:05:51 +0200 Source: canto Binary: canto Architecture: source i386 Version: 0.6.13-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann dan...@debian.org Changed-By: Daniel Baumann dan...@debian.org

Accepted canto 0.6.12-1 (source i386)

2009-05-13 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 08:03:55 +0200 Source: canto Binary: canto Architecture: source i386 Version: 0.6.12-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann dan...@debian.org Changed-By: Daniel Baumann dan...@debian.org

Accepted xserver-xorg-video-vmware 1:10.16.6-1 (source i386)

2009-05-13 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 07:41:44 +0200 Source: xserver-xorg-video-vmware Binary: xserver-xorg-video-vmware Architecture: source i386 Version: 1:10.16.6-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force

Accepted gnat-4.3 4.3.3-4 (source amd64)

2009-05-13 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 23:38:20 +0200 Source: gnat-4.3 Binary: gnat-4.3-base gnat-4.3 libgnat-4.3 libgnat-4.3-dbg libgnatvsn4.3-dev libgnatvsn4.3 libgnatvsn4.3-dbg libgnatprj4.3-dev libgnatprj4.3 libgnatprj4.3-dbg Architecture: source

Accepted powerpc-utils 1.1.3-23 (source powerpc)

2009-05-13 Thread Michael Schmitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 19:34:24 +1100 Source: powerpc-utils Binary: powerpc-utils Architecture: source powerpc Version: 1.1.3-23 Distribution: unstable Urgency: low Maintainer: Michael Schmitz schm...@biophys.uni-duesseldorf.de Changed-By:

Accepted xserver-xorg-video-ati 1:6.12.2-2 (source i386)

2009-05-13 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 09:08:21 +0200 Source: xserver-xorg-video-ati Binary: xserver-xorg-video-ati xserver-xorg-video-ati-dbg xserver-xorg-video-radeon xserver-xorg-video-radeon-dbg Architecture: source i386 Version: 1:6.12.2-2

Accepted powerpc-utils 1.1.3-24 (source powerpc)

2009-05-13 Thread Michael Schmitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 20:04:24 +1100 Source: powerpc-utils Binary: powerpc-utils Architecture: source powerpc Version: 1.1.3-24 Distribution: unstable Urgency: low Maintainer: Michael Schmitz schm...@biophys.uni-duesseldorf.de Changed-By:

Accepted libclass-c3-adopt-next-perl 0.10-1 (source all)

2009-05-13 Thread eloy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 10:27:03 +0200 Source: libclass-c3-adopt-next-perl Binary: libclass-c3-adopt-next-perl Architecture: source all Version: 0.10-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted usbutils 0.82-1 (source amd64)

2009-05-13 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 08:59:51 + Source: usbutils Binary: usbutils usbutils-udeb Architecture: source amd64 Version: 0.82-1 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno aure...@debian.org Changed-By: Aurelien Jarno

Accepted scheme9 2009.05.13-1 (source amd64)

2009-05-13 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 10:23:20 +0100 Source: scheme9 Binary: scheme9 Architecture: source amd64 Version: 2009.05.13-1 Distribution: unstable Urgency: low Maintainer: Barak A. Pearlmutter b...@debian.org Changed-By: Barak A. Pearlmutter

Accepted python-django-filebrowser 0+svn322-1 (source all)

2009-05-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 10:17:09 +0100 Source: python-django-filebrowser Binary: python-django-filebrowser Architecture: source all Version: 0+svn322-1 Distribution: unstable Urgency: low Maintainer: Daniel Watkins

Accepted tuxcmd 0.6.50-3 (source amd64)

2009-05-13 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 21:40:41 +0200 Source: tuxcmd Binary: tuxcmd Architecture: source amd64 Version: 0.6.50-3 Distribution: unstable Urgency: low Maintainer: Salvatore Bonaccorso salvatore.bonacco...@gmail.com Changed-By: Salvatore

Accepted toga2 1.4.1.1SE1-2 (source i386)

2009-05-13 Thread Oliver Korff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 05 Apr 2009 09:40:56 +0200 Source: toga2 Binary: toga2 Architecture: source i386 Version: 1.4.1.1SE1-2 Distribution: unstable Urgency: low Maintainer: Oliver Korff o...@xynyx.de Changed-By: Oliver Korff o...@xynyx.de

Accepted gmobilemedia 0.4+dfsg-7 (source all)

2009-05-13 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 12:00:56 +0200 Source: gmobilemedia Binary: gmobilemedia Architecture: source all Version: 0.4+dfsg-7 Distribution: unstable Urgency: low Maintainer: Michal Čihař ni...@debian.org Changed-By: Michal Čihař

Accepted foundry 0.0.20090513-1 (source amd64)

2009-05-13 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 12:48:35 +0200 Source: foundry Binary: foundry Architecture: source amd64 Version: 0.0.20090513-1 Distribution: unstable Urgency: low Maintainer: Simon Richter s...@debian.org Changed-By: Simon Richter

Accepted openoffice.org-voikko 3.1-1 (source i386)

2009-05-13 Thread Timo Jyrinki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 13:25:15 +0300 Source: openoffice.org-voikko Binary: openoffice.org-voikko Architecture: source i386 Version: 3.1-1 Distribution: unstable Urgency: low Maintainer: Timo Jyrinki t...@debian.org Changed-By: Timo

Accepted stfl 0.20-2 (source all amd64)

2009-05-13 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 22:58:49 +0200 Source: stfl Binary: libstfl-dev libstfl-perl python-stfl libstfl-ruby1.8 libstfl-ruby1.9 libstfl-ruby libstfl-spl Architecture: source amd64 all Version: 0.20-2 Distribution: unstable Urgency: low

Accepted ipsec-tools 1:0.7.1-1.4 (source amd64)

2009-05-13 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 13:24:22 +0200 Source: ipsec-tools Binary: ipsec-tools racoon Architecture: source amd64 Version: 1:0.7.1-1.4 Distribution: unstable Urgency: high Maintainer: Ganesan Rajagopal rgane...@debian.org Changed-By: Nico

Accepted ninja 0.1.2-3 (source amd64)

2009-05-13 Thread William Vera
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 08 May 2009 23:41:59 -0500 Source: ninja Binary: ninja Architecture: source amd64 Version: 0.1.2-3 Distribution: unstable Urgency: low Maintainer: William Vera bi...@billy.com.mx Changed-By: William Vera bi...@billy.com.mx

Accepted crafty 22.10-2 (source i386)

2009-05-13 Thread Oliver Korff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 14 Feb 2009 11:26:15 +0100 Source: crafty Binary: crafty Architecture: source i386 Version: 22.10-2 Distribution: unstable Urgency: low Maintainer: Oliver Korff o...@xynyx.de Changed-By: Oliver Korff o...@xynyx.de Description:

Accepted xserver-xorg-video-suncg3 1:1.1.1-1 (source sparc)

2009-05-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 15:22:26 +0200 Source: xserver-xorg-video-suncg3 Binary: xserver-xorg-video-suncg3 Architecture: source sparc Version: 1:1.1.1-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force

Accepted octave-pkg-dev 0.6.7 (source all)

2009-05-13 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 15:32:31 +0200 Source: octave-pkg-dev Binary: octave-pkg-dev Architecture: source all Version: 0.6.7 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted bzr-git 0.3.1-1 (source all)

2009-05-13 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 02:20:29 +0200 Source: bzr-git Binary: bzr-git Architecture: source all Version: 0.3.1-1 Distribution: unstable Urgency: low Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org Changed-By:

Accepted xserver-xorg-input-citron 1:2.2.2-1 (source i386)

2009-05-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 16:28:20 +0200 Source: xserver-xorg-input-citron Binary: xserver-xorg-input-citron Architecture: source i386 Version: 1:2.2.2-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force

Accepted easytag 2.1.6-1 (source i386)

2009-05-13 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 16:21:20 +0200 Source: easytag Binary: easytag Architecture: source i386 Version: 2.1.6-1 Distribution: unstable Urgency: low Maintainer: Sebastien Bacher seb...@debian.org Changed-By: Sebastien Bacher

Accepted yorick-yeti 6.2.3-1 (source i386)

2009-05-13 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 11:09:24 +0200 Source: yorick-yeti Binary: yorick-yeti yorick-yeti-tiff yorick-yeti-regex yorick-yeti-fftw yorick-yeti-gsl Architecture: source i386 Version: 6.2.3-1 Distribution: unstable Urgency: low Maintainer:

Accepted python-django-tinymce 1.5-2 (source all)

2009-05-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 14:17:32 +0100 Source: python-django-tinymce Binary: python-django-tinymce Architecture: source all Version: 1.5-2 Distribution: unstable Urgency: low Maintainer: Daniel Watkins dan...@daniel-watkins.co.uk

Accepted dulwich 0.3.1-1 (source amd64)

2009-05-13 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 14:51:48 +0200 Source: dulwich Binary: python-dulwich Architecture: source amd64 Version: 0.3.1-1 Distribution: unstable Urgency: low Maintainer: Jelmer Vernooij jel...@debian.org Changed-By: Jelmer Vernooij

Accepted xserver-xorg-input-synaptics 1.1.1~git20090510-1 (source amd64)

2009-05-13 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 11 May 2009 23:08:15 +0900 Source: xserver-xorg-input-synaptics Binary: xserver-xorg-input-synaptics Architecture: source amd64 Version: 1.1.1~git20090510-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force

Accepted petsc 3.0.0.dfsg-2 (source all amd64)

2009-05-13 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 09:32:01 -0400 Source: petsc Binary: libpetsc3.0.0-dev petsc-dev libpetsc3.0.0 libpetsc3.0.0-dbg petsc3.0.0-doc Architecture: source all amd64 Version: 3.0.0.dfsg-2 Distribution: unstable Urgency: low Maintainer:

Accepted libhtml-wikiconverter-perl 0.68-1 (source all)

2009-05-13 Thread eloy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 12:40:57 +0200 Source: libhtml-wikiconverter-perl Binary: libhtml-wikiconverter-perl Architecture: source all Version: 0.68-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted xserver-xorg-video-suncg6 1:1.1.1-1 (source sparc)

2009-05-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 15:51:46 +0200 Source: xserver-xorg-video-suncg6 Binary: xserver-xorg-video-suncg6 Architecture: source sparc Version: 1:1.1.1-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force

Accepted tcng 10b-3 (source i386)

2009-05-13 Thread Adam Borowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 08 May 2009 15:34:08 +0200 Source: tcng Binary: tcng Architecture: source i386 Version: 10b-3 Distribution: unstable Urgency: low Maintainer: Adam Borowski kilob...@angband.pl Changed-By: Adam Borowski kilob...@angband.pl

Accepted yodl 2.14.4-1 (source i386 all)

2009-05-13 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 11:40:48 +0200 Source: yodl Binary: yodl yodl-doc Architecture: source i386 all Version: 2.14.4-1 Distribution: unstable Urgency: low Maintainer: Frank B. Brokken f.b.brok...@rug.nl Changed-By: Frank B. Brokken

Accepted yorick-yao 4.2.6-1 (source i386)

2009-05-13 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 17:42:35 +0200 Source: yorick-yao Binary: yorick-yao Architecture: source i386 Version: 4.2.6-1 Distribution: unstable Urgency: low Maintainer: Thibaut Paumard paum...@users.sourceforge.net Changed-By: Thibaut

Accepted tango-icon-theme 0.8.90-2 (source all)

2009-05-13 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 17:54:39 +0200 Source: tango-icon-theme Binary: tango-icon-theme Architecture: source all Version: 0.8.90-2 Distribution: unstable Urgency: low Maintainer: Philipp Kern pk...@debian.org Changed-By: Philipp Kern

Accepted cdebootstrap 0.5.5 (source amd64)

2009-05-13 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 16:26:03 + Source: cdebootstrap Binary: cdebootstrap cdebootstrap-static cdebootstrap-udeb Architecture: source amd64 Version: 0.5.5 Distribution: unstable Urgency: low Maintainer: Bastian Blank wa...@debian.org

Accepted libusb-1.0 2:1.0.1-1 (source amd64)

2009-05-13 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 15:38:44 + Source: libusb-1.0 Binary: libusb-1.0-0 libusb-1.0-0-dev libusb-1.0-0-udeb Architecture: source amd64 Version: 2:1.0.1-1 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno

Accepted evolution-rss 0.1.3~git20090505-1.1 (source amd64)

2009-05-13 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Wed, 13 May 2009 18:21:47 +0200 Source: evolution-rss Binary: evolution-rss Architecture: source amd64 Version: 0.1.3~git20090505-1.1 Distribution: unstable Urgency: low Maintainer: Debian Evolution Maintainers

Accepted fauhdlc 20090512-1 (source i386)

2009-05-13 Thread Stefan Potyra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 18:33:21 +0200 Source: fauhdlc Binary: fauhdlc libfauhdli-dev Architecture: i386 source Version: 20090512-1 Distribution: unstable Urgency: low Maintainer: FAUmachine Team i...@faumachine.org Changed-By: Stefan

Accepted lua-json 0.10-2 (source all)

2009-05-13 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 18:13:23 +0200 Source: lua-json Binary: liblua5.1-json Architecture: source all Version: 0.10-2 Distribution: unstable Urgency: low Maintainer: Bernd Zeimetz b...@debian.org Changed-By: Bernd Zeimetz b...@debian.org

Accepted cxxtools 1.4.8-3 (source i386)

2009-05-13 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 09 May 2009 01:02:53 +0300 Source: cxxtools Binary: libcxxtools6 libcxxtools-dev Architecture: source i386 Version: 1.4.8-3 Distribution: unstable Urgency: low Maintainer: Kari Pahula k...@debian.org Changed-By: Kari Pahula

Accepted illuminator 0.11.0-2 (source all amd64)

2009-05-13 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 10:42:05 -0400 Source: illuminator Binary: libluminate-dev libluminate7 illuminator-doc illuminator-demo Architecture: source all amd64 Version: 0.11.0-2 Distribution: unstable Urgency: low Maintainer: Adam C.

Accepted faumachine 20090512-1 (source all i386)

2009-05-13 Thread Stefan Potyra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 18:16:55 +0200 Source: faumachine Binary: faumachine faumachine-data Architecture: all i386 source Version: 20090512-1 Distribution: unstable Urgency: low Maintainer: FAUmachine Team i...@faumachine.org Changed-By:

Accepted libmoosex-role-parameterized-perl 0.06-1 (source all)

2009-05-13 Thread Brian Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 11:26:06 -0300 Source: libmoosex-role-parameterized-perl Binary: libmoosex-role-parameterized-perl Architecture: source all Version: 0.06-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libtest-output-perl 0.15-1 (source all)

2009-05-13 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 21:32:07 -0700 Source: libtest-output-perl Binary: libtest-output-perl Architecture: source all Version: 0.15-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libmoose-perl 0.78-1 (source all)

2009-05-13 Thread Brian Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 10:56:52 -0300 Source: libmoose-perl Binary: libmoose-perl Architecture: source all Version: 0.78-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org

Accepted rkhunter 1.3.4-4 (source all)

2009-05-13 Thread Julien Valroff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 12 Apr 2009 19:12:05 +0200 Source: rkhunter Binary: rkhunter Architecture: source all Version: 1.3.4-4 Distribution: unstable Urgency: low Maintainer: Julien Valroff jul...@kirya.net Changed-By: Julien Valroff jul...@kirya.net

Accepted libclass-mop-perl 0.84-1 (source i386)

2009-05-13 Thread Brian Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 10:47:31 -0300 Source: libclass-mop-perl Binary: libclass-mop-perl Architecture: source i386 Version: 0.84-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted pyepl 1.0.29-3.1 (source all i386)

2009-05-13 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 12:18:36 -0400 Source: pyepl Binary: python-pyepl python-pyepl-common Architecture: source all i386 Version: 1.0.29-3.1 Distribution: unstable Urgency: low Maintainer: Experimental Psychology Maintainers

Accepted lftp 3.7.13-1 (source amd64)

2009-05-13 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 19:02:57 +0200 Source: lftp Binary: lftp Architecture: source amd64 Version: 3.7.13-1 Distribution: unstable Urgency: low Maintainer: Noèl Köthe n...@debian.org Changed-By: Noèl Köthe n...@debian.org Description:

Accepted wine 1.1.16-1 (source i386)

2009-05-13 Thread Ove Kaaven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 19:46:01 +0200 Source: wine Binary: wine wine-bin libwine-dbg libwine-dev libwine libwine-alsa libwine-capi libwine-cms libwine-esd libwine-gl libwine-gphoto2 libwine-jack libwine-ldap libwine-nas libwine-oss

Accepted squirrelmail 2:1.4.18-1 (source all)

2009-05-13 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 19:42:57 +0200 Source: squirrelmail Binary: squirrelmail Architecture: source all Version: 2:1.4.18-1 Distribution: unstable Urgency: high Maintainer: Jeroen van Wolffelaar jer...@wolffelaar.nl Changed-By: Thijs

Accepted krb5 1.7dfsg~beta2-1 (source all i386)

2009-05-13 Thread Sam Hartman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 14:09:31 -0400 Source: krb5 Binary: krb5-user krb5-clients krb5-rsh-server krb5-ftpd krb5-telnetd krb5-kdc krb5-kdc-ldap krb5-admin-server libkrb5-dev libkrb5-dbg krb5-pkinit krb5-doc libkrb5-3 libgssapi-krb5-2

Accepted kolab-webadmin 2.2.1-20090331-1 (source all)

2009-05-13 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 11 May 2009 19:09:27 +0200 Source: kolab-webadmin Binary: kolab-webadmin Architecture: source all Version: 2.2.1-20090331-1 Distribution: unstable Urgency: low Maintainer: Debian Kolab Maintainers

Accepted kolabd 2.2.1-20090407-1 (source all)

2009-05-13 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 11 May 2009 19:09:12 +0200 Source: kolabd Binary: kolabd Architecture: source all Version: 2.2.1-20090407-1 Distribution: unstable Urgency: low Maintainer: Debian Kolab Maintainers pkg-kolab-de...@lists.alioth.debian.org

Accepted libkolab-perl 1:2.2.1-20090331-1 (source all)

2009-05-13 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 11 May 2009 19:08:47 +0200 Source: libkolab-perl Binary: libkolab-perl Architecture: source all Version: 1:2.2.1-20090331-1 Distribution: unstable Urgency: low Maintainer: Debian Kolab Maintainers

Accepted witty 2.2.4-1 (source all amd64)

2009-05-13 Thread Pau Garcia i Quiles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Apr 2009 17:22:32 +0200 Source: witty Binary: witty witty-dbg witty-dev witty-doc Architecture: source amd64 all Version: 2.2.4-1 Distribution: unstable Urgency: low Maintainer: Pau Garcia i Quiles pgqui...@elpauer.org

Accepted libmoose-perl 0.79-1 (source all)

2009-05-13 Thread Brian Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 15:57:48 -0300 Source: libmoose-perl Binary: libmoose-perl Architecture: source all Version: 0.79-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org

Accepted liblog-loglite-perl 0.82-7 (source all)

2009-05-13 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 12 May 2009 23:47:59 -0700 Source: liblog-loglite-perl Binary: liblog-loglite-perl Architecture: source all Version: 0.82-7 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libvncserver 0.9.3.dfsg.1-2 (source amd64)

2009-05-13 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 20:11:07 +0200 Source: libvncserver Binary: libvncserver0 libvncserver0-dbg libvncserver-dev linuxvnc x11vnc Architecture: source amd64 Version: 0.9.3.dfsg.1-2 Distribution: unstable Urgency: low Maintainer: Debian

Accepted kernel-patch-badram 2.6.28.2-1 (source all)

2009-05-13 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 23:01:50 +0200 Source: kernel-patch-badram Binary: kernel-patch-badram Architecture: source all Version: 2.6.28.2-1 Distribution: unstable Urgency: low Maintainer: Yann Dirson dir...@debian.org Changed-By: Yann

Accepted kdm-gdmcompat 0.13-1 (source all)

2009-05-13 Thread Fabian Knittel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 21:36:55 +0200 Source: kdm-gdmcompat Binary: kdm-gdmcompat Architecture: source all Version: 0.13-1 Distribution: unstable Urgency: low Maintainer: Fabian Knittel fabian.knit...@avona.com Changed-By: Fabian Knittel

Accepted pdns-recursor 3.1.7-5 (source i386)

2009-05-13 Thread Christoph Haas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 21:36:55 +0200 Source: pdns-recursor Binary: pdns-recursor Architecture: source i386 Version: 3.1.7-5 Distribution: unstable Urgency: low Maintainer: Debian PowerDNS Maintainers powerdns-deb...@workaround.org

Accepted drapes 0.5.2-3.1 (source all)

2009-05-13 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 21:25:04 +0800 Source: drapes Binary: drapes Architecture: source all Version: 0.5.2-3.1 Distribution: unstable Urgency: low Maintainer: Francesco Namuri france...@namuri.it Changed-By: Chow Loong Jin

Accepted gns3 0.6.1-1 (source all)

2009-05-13 Thread Erik Wenzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 21:40:16 +0200 Source: gns3 Binary: gns3 Architecture: source all Version: 0.6.1-1 Distribution: unstable Urgency: low Maintainer: Erik Wenzel e...@debian.org Changed-By: Erik Wenzel e...@debian.org Description:

Accepted evolution-jescs 2.26.0-1 (source amd64)

2009-05-13 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 23:24:08 +0200 Source: evolution-jescs Binary: evolution-jescs Architecture: source amd64 Version: 2.26.0-1 Distribution: unstable Urgency: low Maintainer: Debian Evolution Maintainers

Accepted pytrainer 1.6.0.7-2 (source all)

2009-05-13 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 21:42:57 +0200 Source: pytrainer Binary: pytrainer Architecture: source all Version: 1.6.0.7-2 Distribution: unstable Urgency: low Maintainer: Noèl Köthe n...@debian.org Changed-By: Noèl Köthe n...@debian.org

Accepted kernel-package 12.014 (source all)

2009-05-13 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 12:57:26 -0500 Source: kernel-package Binary: kernel-package Architecture: source all Version: 12.014 Distribution: unstable Urgency: low Maintainer: Manoj Srivastava sriva...@debian.org Changed-By: Manoj Srivastava

Accepted ttf-ipafont-jisx0208 00103-4 (source all)

2009-05-13 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 14 May 2009 05:08:10 +0900 Source: ttf-ipafont-jisx0208 Binary: ttf-ipafont-jisx0208 Architecture: source all Version: 00103-4 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force

Accepted ttf-ipafont 00203-6 (source all)

2009-05-13 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 14 May 2009 05:08:30 +0900 Source: ttf-ipafont Binary: ttf-ipafont Architecture: source all Version: 00203-6 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org

Accepted sphinx 0.6.1-2 (source all)

2009-05-13 Thread Mikhail Gusarov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 12 Apr 2009 14:37:30 +0700 Source: sphinx Binary: python-sphinx Architecture: source all Version: 0.6.1-2 Distribution: unstable Urgency: low Maintainer: Mikhail Gusarov dotted...@dottedmag.net Changed-By: Mikhail Gusarov

Accepted canlock 2b-6 (source powerpc)

2009-05-13 Thread Laurent Fousse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 13 May 2009 22:06:47 +0200 Source: canlock Binary: libcanlock2-dev libcanlock2 Architecture: source powerpc Version: 2b-6 Distribution: unstable Urgency: low Maintainer: Laurent Fousse laur...@komite.net Changed-By: Laurent

Accepted webkit-sharp 0.2-3 (source all)

2009-05-13 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 14 May 2009 00:59:16 +0200 Source: webkit-sharp Binary: libwebkit1.0-cil monodoc-webkit-manual Architecture: source all Version: 0.2-3 Distribution: unstable Urgency: low Maintainer: Debian CLI Libraries Team

  1   2   >