Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-26 Thread Felipe Sateler
Russ Allbery wrote: Felipe Sateler fsate...@gmail.com writes: But: % objdump -p /usr/lib/libgtk-x11-2.0.so.0.1600.5 | grep glib NEEDED libglib-2.0.so.0 If gkt+ encourages using glib types, there is no problem while gtk itself uses glib types, as far as I can see. Or is

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Marc 'HE' Brockschmidt
Steffen Joeris steffen.joe...@skolelinux.de writes: On Wed, 26 Aug 2009 06:51:48 am Marc 'HE' Brockschmidt wrote: Release Goals = [...] - kFreeBSD: Debian 6.0 Squeeze should be the first Debian release shipping with a non-Linux kernel. Out of curiosity, how is security

Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-26 Thread Russ Allbery
Felipe Sateler fsate...@gmail.com writes: But this will cause trouble anyway. Imagine this case: glib changes SONAME, both app and library depend on glib. app is recompiled, gtk isn't yet.So then app NEEDED libglib-2.0.so.1, gtk NEEDED libglib-2.0.so.0. Kaboom! That's what symbol versioning

Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-26 Thread Steve Langasek
On Wed, Aug 26, 2009 at 02:08:40AM -0400, Felipe Sateler wrote: But this will cause trouble anyway. Imagine this case: glib changes SONAME, both app and library depend on glib. app is recompiled, gtk isn't yet.So then app NEEDED libglib-2.0.so.1, gtk NEEDED libglib-2.0.so.0. Kaboom! The

Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-26 Thread Raphael Hertzog
On Wed, 26 Aug 2009, Ben Finney wrote: A minor point: If we're going to refer to the standard for these fields, then RFC 2822 is obsoleted by the current draft standard, RFC 5322 URL:http://tools.ietf.org/html/rfc5322. Shall we do this even if it's “only” a draft standard? +A patch created

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Steffen Joeris
Hi Marc On Wed, 26 Aug 2009 04:23:09 pm Marc 'HE' Brockschmidt wrote: Steffen Joeris steffen.joe...@skolelinux.de writes: On Wed, 26 Aug 2009 06:51:48 am Marc 'HE' Brockschmidt wrote: Release Goals = [...] - kFreeBSD: Debian 6.0 Squeeze should be the first Debian

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Andreas Barth
* Steffen Joeris (steffen.joe...@skolelinux.de) [090826 08:53]: For kernel-security support, we have Dann Frazier in the security team, who is also working in the kernel team (and of course other kernel team members might help on security behind the curtain). So your basic concern is:

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Steffen Joeris
On Wed, 26 Aug 2009 04:58:24 pm Andreas Barth wrote: * Steffen Joeris (steffen.joe...@skolelinux.de) [090826 08:53]: For kernel-security support, we have Dann Frazier in the security team, who is also working in the kernel team (and of course other kernel team members might help on security

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Hector Oron
Hello, 2009/8/25 Marc 'HE' Brockschmidt h...@debian.org: Release Goals = We have now reviewed the list of release goals [RT-Goals] and have ACKed most of the proposed things. A short overview:  - multiarch    We hope to allow our users to install binaries for several    

Re: Serious problem with geoip - databases could not be build from source

2009-08-26 Thread Giacomo A. Catenazzi
Patrick Matthäi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MJ Ray schrieb: Patrick Matthäi pmatth...@debian.org wrote: GeoIP is a quite usefull library for geolocation. It has got a stable ABI/API and upstream is normaly very helpfull with patches and issues. [...] Currently I see

Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-26 Thread Felipe Sateler
Steve Langasek wrote: On Wed, Aug 26, 2009 at 02:08:40AM -0400, Felipe Sateler wrote: But this will cause trouble anyway. Imagine this case: glib changes SONAME, both app and library depend on glib. app is recompiled, gtk isn't yet.So then app NEEDED libglib-2.0.so.1, gtk NEEDED

Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-26 Thread Ben Finney
Raphael Hertzog hert...@debian.org writes: On Wed, 26 Aug 2009, Ben Finney wrote: A minor point: If we're going to refer to the standard for these fields, then RFC 2822 is obsoleted by the current draft standard, RFC 5322 URL:http://tools.ietf.org/html/rfc5322. Shall we do this even if

Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-26 Thread Raphael Hertzog
On Wed, 26 Aug 2009, Ben Finney wrote: In the sample above, if I wanted to add the Origin field I would do something like this: Origin: vendor: written by maintainer, see Author I think that either of ‘Origin: vendor’ (for a patch created by the package maintainer) or ‘Origin: other’

Re: Where should DLL files go?

2009-08-26 Thread Jakub Wilk
* Sam Morris s...@robots.org.uk, 2009-08-25, 21:48: The gcc-mingw32 package provides GCC configured to target Microsoft Windows. The executables built by GCC will pick up a dependency on libgcc_s_sjlj-1.dll; the question of where that file should be placed on a Debian system has arisen. FYI,

Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-26 Thread Josselin Mouette
Le mardi 25 août 2009 à 23:24 -0700, Russ Allbery a écrit : That's what symbol versioning is for, in the general case. Provided that each library provides its own functions for accessing its own objects and doesn't let you look under the hood into objects that are directly based on

Re: Where should DLL files go?

2009-08-26 Thread Rene Engelhard
Hi, On Wed, Aug 26, 2009 at 10:20:25AM +0200, Jakub Wilk wrote: * Sam Morris s...@robots.org.uk, 2009-08-25, 21:48: The gcc-mingw32 package provides GCC configured to target Microsoft Windows. The executables built by GCC will pick up a dependency on libgcc_s_sjlj-1.dll; the question of where

Re: Bits from the release team and request for discussion

2009-08-26 Thread Stefano Zacchiroli
On Tue, Aug 25, 2009 at 03:29:07PM -0500, Manoj Srivastava wrote: Thanks for the git repo pointer. I appreciate the opportunity to look at the kinds of changes you have needed, and will see if I can incorporate them into the next version of devotee I am (stalled on) writing.

Re: Python 2.6? A Python transition?

2009-08-26 Thread Josselin Mouette
Le mardi 25 août 2009 à 10:10 -0700, Russ Allbery a écrit : I have a few packages that build either Python modules or that embed Python. I see that for the one that builds Python modules (remctl), Ubuntu has patched it for a Python 2.6 transition using new makefile machinery that I don't

Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-26 Thread Stefano Zacchiroli
On Wed, Aug 26, 2009 at 01:56:35AM +0200, Raphael Hertzog wrote: I made some last changes to the DEP following round 4. You'll find them below. I plan to switch the DEP's status to CANDIDATE since it's about time to start using this new format to try it out. Once I've done this, I'll announce

Re: Python 2.6? A Python transition?

2009-08-26 Thread Bernd Zeimetz
Josselin Mouette wrote: There are two problems with adding Python 2.6 to the supported versions. First, the installation path changed from site-packages to dist-packages. This means that most Python packages will need two changes: * passing --install-layout=deb to setup.py *

Re: Python 2.6? A Python transition?

2009-08-26 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ Allbery ha scritto: Is there a best practice guide somewhere, and if we are doing a transition, a guide for those of us who only have ancillary involvement in Python packaging telling us what to do? Some references can be found here (and in

Re: Serious problem with geoip - databases could not be build from source

2009-08-26 Thread Bjørn Mork
Giacomo A. Catenazzi c...@debian.org writes: 5) We create a new free database. I don't think is too difficult, and I think we would have support also at high level. But it needs a lot of communication works: the term of service of IANA and the RIRs (Regional Internet Registry) forbid to

Bug#543636: ITP: pyside -- Python bindings for Qt4 framework.

2009-08-26 Thread Didier Raboud
Package: wnpp Severity: wishlist Owner: Didier Raboud did...@raboud.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package name: pyside Version : 0.1.4.5 Upstream Author : Nokia and OpenBossa Anderson Lizardo (lizardo) anderson.liza...@openbossa.org

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Petr Salinger
- kFreeBSD: Debian 6.0 Squeeze should be the first Debian release shipping with a non-Linux kernel. Out of curiosity, how is security support working for this and who is providing it? The upstream provides their own security advisories, see http://security.freebsd.org/

Re: Python 2.6? A Python transition?

2009-08-26 Thread Michal Čihař
Hi Dne Wed, 26 Aug 2009 11:00:40 +0200 Josselin Mouette j...@debian.org napsal(a): To put it simply: * Most packages using cdbs should be safe. * Some packages using dh (most of those building only one binary package) should be safe. * All the rest needs

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Goswin von Brederlow
Hector Oron hector.o...@gmail.com writes: Hello, 2009/8/25 Marc 'HE' Brockschmidt h...@debian.org: Release Goals = We have now reviewed the list of release goals [RT-Goals] and have ACKed most of the proposed things. A short overview:  - multiarch    We hope to allow our

Bug#543642: ITP: apiextractor -- Library headers parser that creates an abstract representation of an API

2009-08-26 Thread Didier Raboud
Package: wnpp Severity: wishlist Owner: Didier Raboud did...@raboud.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package name: apiextractor Version : 0.2 Upstream Author : Nokia and OpenBossa Anderson Lizardo (lizardo) anderson.liza...@openbossa.org

Re: Serious problem with geoip - databases could not be build from source

2009-08-26 Thread Marco d'Itri
On Aug 26, Giacomo A. Catenazzi c...@debian.org wrote: 5) We create a new free database. I don't think is too difficult, and I think we would have support Sure, a database which can associate an IP address with a country 90% of the time will be easy to create and if widely used in a few years

Re: Serious problem with geoip - databases could not be build from source

2009-08-26 Thread Josselin Mouette
Le mercredi 26 août 2009 à 11:09 +0200, Bjørn Mork a écrit : You are aware of the GPLv3 licensed database at http://software77.net/geo-ip/ ? Woohoo, nice. Combine this with Julien’s idea to implement support for a new database format, and I think you have the correct solution. Cheers, --

Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-26 Thread Hector Oron
Hello, 2009/8/26 Goswin von Brederlow goswin-...@web.de: Hector Oron hector.o...@gmail.com writes: Just as a minor correction, the goal is to install shared libraries and include files for several architectures, instead binaries, that might be done at squeeze+1, but the picture has not been

Re: Python 2.6? A Python transition?

2009-08-26 Thread Bernd Zeimetz
Michal Čihař wrote: Hi Dne Wed, 26 Aug 2009 11:00:40 +0200 Josselin Mouette j...@debian.org napsal(a): To put it simply: * Most packages using cdbs should be safe. * Some packages using dh (most of those building only one binary package) should be safe. *

Bug#543644: ITP: libwww-mechanize-gzip-perl -- Perl module to fetch webpages with gzip compression

2009-08-26 Thread Christine Spang
Package: wnpp Severity: wishlist Owner: Christine Spang christ...@debian.org * Package name: libwww-mechanize-gzip-perl Version : 0.12 Upstream Author : Peter Giessner ca...@planet-elektronik.de * URL : http://search.cpan.org/dist/WWW-Mechanize-GZip * License :

Bug#543648: ITP: prophet -- distributed database system

2009-08-26 Thread Christine Spang
Package: wnpp Severity: wishlist Owner: Christine Spang christ...@debian.org * Package name: prophet Version : 0.70 Upstream Author : Jesse Vincent je...@bestpractical.com * URL : http://syncwith.us/ * License : Perl (Artistic | GPL-1+) Programming Lang: Perl

Bug#543650: ITP: sd -- peer to peer bug tracker

2009-08-26 Thread Christine Spang
Package: wnpp Severity: wishlist Owner: Christine Spang christ...@debian.org * Package name: sd Version : 0.70 Upstream Author : Jesse Vincent je...@bestpractical.com * URL : http://syncwith.us/sd/ * License : MIT Programming Lang: Perl Description :

Bug#543678: ITP: minidjvu -- bitonal DjVu encoder/decoder

2009-08-26 Thread Jakub Wilk
Package: wnpp Severity: wishlist Owner: Jakub Wilk uba...@users.sf.net * Package name: minidjvu Version : 0.7 Upstream Author : Ilya Mezhirov * URL : http://minidjvu.sourceforge.net/ * License : GPLv2 Programming Lang: C++ Description : bitonal DjVu

RE: Serious problem with geoip - databases could not be build from source

2009-08-26 Thread Patrick Matthäi
Le mercredi 26 août 2009 à 11:09 +0200, Bjørn Mork a écrit : You are aware of the GPLv3 licensed database at http://software77.net/geo-ip/ ? Woohoo, nice. Combine this with Julien’s idea to implement support for a new database format, and I think you have the correct solution. And who ports

Bug#543688: ITP: rainbow -- a Bitfrost isolation shell

2009-08-26 Thread Luke Faraone
Package: wnpp Severity: wishlist Owner: Luke Faraone l...@faraone.cc * Package name: rainbow Version : 0.8.4 Upstream Author : Michael Stone mich...@laptop.org * URL : http://wiki.laptop.org/go/Rainbow * License : Three-clause MIT Programming Lang: Python

Re: piuparts-MBF: prompting due to modified conffiles which where not modified by the user

2009-08-26 Thread Vincent Danjean
peter green wrote: So, what do you suggest for this? Of course, this file _is_ a conffile (i.e. should never be automatically overwritten, so just moving it over to /var/lib is not just compiling with a different path set). If I don't automatically upgrade the file, users will end up with a

Bug#543719: ITP: boostpythongenerator -- Binding source code generator

2009-08-26 Thread Didier Raboud
Package: wnpp Severity: wishlist Owner: Didier Raboud did...@raboud.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package name: boostpythongenerator Version : 0.2 Upstream Author : Nokia and OpenBossa Anderson Lizardo (lizardo) anderson.liza...@openbossa.org

Re: Where should DLL files go?

2009-08-26 Thread Steve Langasek
On Tue, Aug 25, 2009 at 09:48:56PM +0100, Sam Morris wrote: Although on Debian, the same shared library files (libfoo.so) are used by both compilers to link against, and ld-linux (what is that thing called? The loader? The linker?) to satisfy runtime dependencies, Mm, not exactly. At build

Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-26 Thread gregor herrmann
On Wed, 26 Aug 2009 10:13:58 +0200, Raphael Hertzog wrote: On Wed, 26 Aug 2009, Ben Finney wrote: I think that either of ‘Origin: vendor’ (for a patch created by the package maintainer) or ‘Origin: other’ would be better than omitting the field. I'd like to see the examples recommend its

ceza ödemeyin

2009-08-26 Thread Vira Motorlu Araclar
iyi günler, Eğer aracınızın muayenesi yoksa ve trafik kontrolune yakalanırsanız; 1 Araç ruhsatı sizin adına değilse otomobiliniz direk parka çekilir 2 Ruhsat sahibi sizseniz önce 62 tl ceza öderseniz sonra 15 günlük muayene müsade belgesi alarak muayenenizi aylık % 5 ceza ile

Bug#543755: ITP: libtext-multimarkdown-perl -- Convert MultiMarkdown syntax to (X)HTML

2009-08-26 Thread Jonathan Yu
Package: wnpp Owner: Jonathan Yu freque...@cpan.org Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org * Package name: libtext-multimarkdown-perl Version : 1.0.26 Upstream Author : Tomas Doran bobtf...@bobtfish.net * URL :

FSF Guidelines for Free System Distributions (was: Release goal for Squeeze)

2009-08-26 Thread Ben Finney
(The ‘debian-release’ forum is for coordination of the release of Debian. This discussion about release goals should better take place on the ‘debian-devel’ forum.) Praveen P pravin@gmail.com writes: I would like to see squeeze released 100% free at par with Guidelines for Free System

Bug#543765: ITP: gnome-js-common -- Common modules for GNOME JavaScript interpreters

2009-08-26 Thread Josselin Mouette
Package: wnpp Severity: wishlist Owner: Josselin Mouette j...@debian.org * Package name: gnome-js-common Version : 0.1.1 Upstream Author : Robert Carr rac...@svn.gnome.org Tim Hortonhort...@svn.gnome.org * URL :

Bug#543766: ITP: h5py is a general-purpose Python interface to hdf5

2009-08-26 Thread Soeren Sonnenburg
Package: wnpp Severity: wishlist Owner: Soeren Sonnenburg so...@debian.org * Package name: python-h5py Version : 1.2.0 Upstream Author : Andrew Collette collette at physics ucla edu * URL : http://code.google.com/p/h5py/ * License : BSD Programming Lang: C,

Bug#543783: ITP: douf00 -- fat free presentations

2009-08-26 Thread Bernd Zeimetz
Package: wnpp Severity: wishlist Owner: Bernd Zeimetz b...@debian.org * Package name: douf00 Upstream Author : natano (Martin Ptacek) natanopta...@gmail.com * URL : http://github.com/natano/presentation/ * License : MIT Programming Lang: Python Description : fat

Bug#543791: ITP: libnet-rendezvous-publish-backend-avahi-perl -- Perl module to publish zeroconf data with the Avahi library

2009-08-26 Thread Christine Spang
Package: wnpp Severity: wishlist Owner: Christine Spang christ...@debian.org * Package name: libnet-rendezvous-publish-backend-avahi-perl Version : 0.03 Upstream Author : Jack Bates ms...@freezone.co.uk * URL :

Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-26 Thread Paul Wise
On Thu, Aug 27, 2009 at 1:14 AM, gregor herrmanngre...@debian.org wrote: On Wed, 26 Aug 2009 10:13:58 +0200, Raphael Hertzog wrote: On Wed, 26 Aug 2009, Ben Finney wrote: I think that either of ‘Origin: vendor’ (for a patch created by the package maintainer) or ‘Origin: other’ would be

Accepted gwibber 1.2.0+bzr355-2 (source all)

2009-08-26 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 10:02:14 +0530 Source: gwibber Binary: gwibber Architecture: source all Version: 1.2.0+bzr355-2 Distribution: unstable Urgency: low Maintainer: Filip Chabik had...@gmail.com Changed-By: Kartik Mistry

Accepted gcc-4.3 4.3.4-2 (source all i386)

2009-08-26 Thread Matthias Klose
library subset kit) Closes: 161432 Changes: gcc-4.3 (4.3.4-2) unstable; urgency=low . [ Aurelien Jarno ] * patches/kbsd-gnu-ada.dpatch: add Ada support on kfreebsd-amd64. * rules.conf: enable Ada on kfreebsd-amd64. . [ Matthias Klose ] * Update to SVN 20090826 from the gcc-4_3-branch

Accepted laby 0.5.3-1 (source amd64)

2009-08-26 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 24 Aug 2009 11:45:11 +0200 Source: laby Binary: laby Architecture: source amd64 Version: 0.5.3-1 Distribution: unstable Urgency: low Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org Changed-By: Mehdi

Accepted eagle 5.6.0-1 (source all i386)

2009-08-26 Thread Shaun Jackman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 23:53:23 -0700 Source: eagle Binary: eagle eagle-data Architecture: source all i386 Version: 5.6.0-1 Distribution: unstable Urgency: low Maintainer: Shaun Jackman sjack...@debian.org Changed-By: Shaun Jackman

Accepted segment 1.2.2~svn44+dfsg-1 (source all)

2009-08-26 Thread Rail Aliev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 26 Aug 2009 08:29:16 +0400 Source: segment Binary: libsegment-java Architecture: source all Version: 1.2.2~svn44+dfsg-1 Distribution: unstable Urgency: low Maintainer: Rail Aliev r...@i-rs.ru Changed-By: Rail Aliev

Accepted computer-janitor 1.13.2-2 (source all)

2009-08-26 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Wed, 26 Aug 2009 09:10:55 +0200 Source: computer-janitor Binary: computer-janitor computer-janitor-gtk Architecture: source all Version: 1.13.2-2 Distribution: unstable Urgency: low Maintainer: Julian Andres Klode

Accepted haskell-json 0.4.3-2 (source all amd64)

2009-08-26 Thread Erik de Castro Lopo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 7 Aug 2009 06:58:50 +1000 Source: haskell-json Binary: libghc6-json-dev libghc6-json-prof libghc6-json-doc Architecture: source all amd64 Version: 0.4.3-2 Distribution: unstable Urgency: low Maintainer: Erik de Castro Lopo

Accepted filezilla 3.2.7.1-1 (source all amd64)

2009-08-26 Thread Adrien Cunin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 23 Aug 2009 22:07:54 +0200 Source: filezilla Binary: filezilla filezilla-common Architecture: source amd64 all Version: 3.2.7.1-1 Distribution: unstable Urgency: low Maintainer: Adam Cécile (Le_Vert) gand...@le-vert.net

Accepted grub2 1.96+20090826-1 (source amd64)

2009-08-26 Thread Felix Zielcke
: 1.96+20090826-1 Distribution: unstable Urgency: low Maintainer: GRUB Maintainers pkg-grub-de...@lists.alioth.debian.org Changed-By: Felix Zielcke fziel...@z-51.de Description: grub-common - GRand Unified Bootloader, version 2 (common files) grub-coreboot - GRand Unified Bootloader, version 2

Accepted ffmpeg 4:0.5+svn20090706-2 (source i386 all)

2009-08-26 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 09:12:49 +0200 Source: ffmpeg Binary: ffmpeg ffmpeg-dbg ffmpeg-doc libavutil49 libavcodec52 libavdevice52 libavformat52 libavfilter0 libpostproc51 libswscale0 libavutil-dev libavcodec-dev libavdevice-dev

Accepted radiance 3R9+20090811-1 (source all amd64)

2009-08-26 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 10:39:55 +0200 Source: radiance Binary: radiance radiance-doc radiance-sse3 radiance-materials Architecture: source amd64 all Version: 3R9+20090811-1 Distribution: unstable Urgency: low Maintainer: Bernd Zeimetz

Accepted xserver-xorg-video-intel 2:2.8.1-1 (source i386)

2009-08-26 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 09:50:15 +0200 Source: xserver-xorg-video-intel Binary: xserver-xorg-video-intel xserver-xorg-video-intel-dbg Architecture: source i386 Version: 2:2.8.1-1 Distribution: unstable Urgency: low Maintainer: Debian X

Accepted man-db 2.5.6-1 (source i386)

2009-08-26 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 11:38:46 +0100 Source: man-db Binary: man-db Architecture: source i386 Version: 2.5.6-1 Distribution: unstable Urgency: low Maintainer: Colin Watson cjwat...@debian.org Changed-By: Colin Watson cjwat...@debian.org

Accepted libsys-virt-perl 0.2.1-1 (source amd64)

2009-08-26 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 10:54:02 +0200 Source: libsys-virt-perl Binary: libsys-virt-perl Architecture: source amd64 Version: 0.2.1-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted twisted 8.2.0-3 (source all amd64 i386)

2009-08-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 20:36:00 +0200 Source: twisted Binary: python-twisted-core python-twisted-bin python-twisted-bin-dbg twisted-doc python-twisted Architecture: all amd64 i386 source Version: 8.2.0-3 Distribution: unstable Urgency:

Accepted libio-compress-perl 2.020-2 (source all)

2009-08-26 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 11:36:26 +0300 Source: libio-compress-perl Binary: libio-compress-perl libio-compress-base-perl libcompress-zlib-perl libio-compress-bzip2-perl libio-compress-zlib-perl Architecture: source all Version: 2.020-2

Accepted gromacs 4.0.5-4 (source all i386)

2009-08-26 Thread Nicholas Breen
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Tue, 25 Aug 2009 12:30:15 -0700 Source: gromacs Binary: gromacs gromacs-data gromacs-dev gromacs-mpich gromacs-lam gromacs-openmpi Architecture: source all i386 Version: 4.0.5-4 Distribution: unstable Urgency: low Maintainer:

Accepted telepathy-mission-control-5 5.2.0-2 (source i386)

2009-08-26 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 12:54:06 +0100 Source: telepathy-mission-control-5 Binary: telepathy-mission-control-5 telepathy-mission-control-5-dbg Architecture: source i386 Version: 5.2.0-2 Distribution: unstable Urgency: low Maintainer: Debian

Accepted partman-auto-raid 15 (source all)

2009-08-26 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 12:10:53 +0100 Source: partman-auto-raid Binary: partman-auto-raid Architecture: source all Version: 15 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org

Accepted muscletools 2.1.0-5 (source amd64)

2009-08-26 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 13:12:56 +0200 Source: muscletools Binary: muscletools Architecture: source amd64 Version: 2.1.0-5 Distribution: unstable Urgency: low Maintainer: Ludovic Rousseau rouss...@debian.org Changed-By: Ludovic Rousseau

Accepted munin 1.2.6-14 (source all)

2009-08-26 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 13:44:34 +0200 Source: munin Binary: munin-node munin-plugins-extra munin Architecture: source all Version: 1.2.6-14 Distribution: unstable Urgency: low Maintainer: Munin Debian Maintainers munin-deb-ma...@linpro.no

Accepted php5 5.3.0-3 (source all amd64)

2009-08-26 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 16:12:13 +0200 Source: php5 Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-dev php5-dbg php-pear php5-curl php5-gd php5-gmp php5-imap php5-interbase php5-ldap

Accepted module-init-tools 3.10-3 (source i386)

2009-08-26 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 14:36:27 +0200 Source: module-init-tools Binary: module-init-tools module-init-tools-udeb Architecture: source i386 Version: 3.10-3 Distribution: unstable Urgency: high Maintainer: Marco d'Itri m...@linux.it

Accepted libgpod 0.7.2-1.1 (source i386 all)

2009-08-26 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 15:32:07 +0200 Source: libgpod Binary: libgpod-nogtk-dev libgpod4-nogtk libgpod-dev libgpod4 libgpod-common libgpod-doc python-gpod Architecture: source i386 all Version: 0.7.2-1.1 Distribution: unstable Urgency:

Accepted gnome-pkg-tools 0.15 (source all)

2009-08-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 13:57:29 +0200 Source: gnome-pkg-tools Binary: gnome-pkg-tools Architecture: source all Version: 0.15 Distribution: unstable Urgency: low Maintainer: Debian GNOME Maintainers

Accepted xmms2 0.6DrMattDestruction-4 (source all i386)

2009-08-26 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 01:21:21 +0200 Source: xmms2 Binary: xmms2 xmms2-plugin-all xmms2-dev xmms2-core xmms2-et xmms2-icon libxmmsclient5 libxmmsclient-dev libxmmsclient-glib1 libxmmsclient-glib-dev libxmmsclient++3 libxmmsclient++-dev

Accepted grub2 1.96+20090826-2 (source amd64)

2009-08-26 Thread Felix Zielcke
: 1.96+20090826-2 Distribution: unstable Urgency: low Maintainer: GRUB Maintainers pkg-grub-de...@lists.alioth.debian.org Changed-By: Felix Zielcke fziel...@z-51.de Description: grub-common - GRand Unified Bootloader, version 2 (common files) grub-coreboot - GRand Unified Bootloader, version 2

Accepted firebird2.1 2.1.2.18118-0.ds1-5 (source all amd64)

2009-08-26 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 15:49:23 +0300 Source: firebird2.1 Binary: firebird2.1-super firebird2.1-classic libfbclient2 libfbembed2.1 firebird2.1-common firebird2.1-server-common firebird2.1-dev firebird2.1-examples firebird2.1-doc

Accepted wordpress 2.8.4-2 (source all)

2009-08-26 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 14:53:43 +0200 Source: wordpress Binary: wordpress Architecture: source all Version: 2.8.4-2 Distribution: unstable Urgency: low Maintainer: Giuseppe Iuculano giuse...@iuculano.it Changed-By: Giuseppe Iuculano

Accepted libextutils-xspp-perl 0.04-1 (source all)

2009-08-26 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 23:00:05 -0700 Source: libextutils-xspp-perl Binary: libextutils-xspp-perl Architecture: source all Version: 0.04-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libnet-jifty-perl 0.12-1 (source all)

2009-08-26 Thread Christine Spang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 14:40:04 -0400 Source: libnet-jifty-perl Binary: libnet-jifty-perl Architecture: source all Version: 0.12-1 Distribution: unstable Urgency: low Maintainer: Christine Spang christ...@debian.org Changed-By: Christine

Accepted readahead-fedora 1.5.0-2 (source i386)

2009-08-26 Thread Raphael Geissert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 20:11:29 -0500 Source: readahead-fedora Binary: readahead-fedora Architecture: source i386 Version: 1.5.0-2 Distribution: unstable Urgency: low Maintainer: Raphael Geissert geiss...@debian.org Changed-By: Raphael

Accepted libnet-trac-perl 0.14-1 (source all)

2009-08-26 Thread Christine Spang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 22 Aug 2009 05:24:45 -0400 Source: libnet-trac-perl Binary: libnet-trac-perl Architecture: source all Version: 0.14-1 Distribution: unstable Urgency: low Maintainer: Christine Spang christ...@debian.org Changed-By: Christine

Accepted dh-di 1 (source all)

2009-08-26 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 13 Aug 2009 13:51:07 +0100 Source: dh-di Binary: dh-di Architecture: source all Version: 1 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org Changed-By: Colin Watson

Accepted empathy 2.27.91.1-1 (source all i386)

2009-08-26 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 10:36:05 +0100 Source: empathy Binary: empathy libempathy-common libempathy29 libempathy-doc libempathy-dev libempathy-gtk-doc libempathy-gtk-common libempathy-gtk27 libempathy-gtk-dev python-empathy

Accepted libtest-http-server-simple-stashwarnings-perl 0.04-1 (source all)

2009-08-26 Thread Christine Spang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 18:25:48 -0400 Source: libtest-http-server-simple-stashwarnings-perl Binary: libtest-http-server-simple-stashwarnings-perl Architecture: source all Version: 0.04-1 Distribution: unstable Urgency: low Maintainer:

Accepted libxml-treebuilder-perl 3.09-1 (source all)

2009-08-26 Thread Mikhail Gusarov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 23 Aug 2009 05:45:16 +0700 Source: libxml-treebuilder-perl Binary: libxml-treebuilder-perl Architecture: source all Version: 3.09-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libcommon-sense-perl 1.0-1 (source all)

2009-08-26 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 23 Aug 2009 14:04:29 -0700 Source: libcommon-sense-perl Binary: libcommon-sense-perl Architecture: source all Version: 1.0-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted gearhead2 0.611-1 (source i386 all)

2009-08-26 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 08:53:28 +0300 Source: gearhead2 Binary: gearhead2 gearhead2-data Architecture: source i386 all Version: 0.611-1 Distribution: unstable Urgency: low Maintainer: Kari Pahula k...@debian.org Changed-By: Kari Pahula

Accepted libmakefile-dom-perl 0.004-1 (source all)

2009-08-26 Thread Mikhail Gusarov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 23 Aug 2009 05:44:18 +0700 Source: libmakefile-dom-perl Binary: libmakefile-dom-perl Architecture: source all Version: 0.004-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libflickrnet 1:2.2.0-1 (source all)

2009-08-26 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 24 Aug 2009 01:24:23 -0400 Source: libflickrnet Binary: libflickrnet2.2-cil Architecture: source all Version: 1:2.2.0-1 Distribution: unstable Urgency: low Maintainer: Debian CLI Libraries Team

Accepted readline6 6.0-3 (source all i386)

2009-08-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 24 Aug 2009 04:26:15 +0200 Source: readline6 Binary: libreadline6 lib64readline6 readline-common libreadline-dev libreadline6-dev lib64readline6-dev libreadline6-dbg rlfe lib32readline6 lib32readline6-dev Architecture: source

Accepted libspf2 1.2.9-2 (source amd64)

2009-08-26 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 00:15:01 +0200 Source: libspf2 Binary: libspf2-dev libspf2-2 libspf2-2-dbg spfquery Architecture: source amd64 Version: 1.2.9-2 Distribution: unstable Urgency: low Maintainer: Magnus Holmgren holmg...@debian.org

Accepted jscropperui 1.2.0-2 (source all)

2009-08-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 17:47:50 +0200 Source: jscropperui Binary: libjs-cropper Architecture: source all Version: 1.2.0-2 Distribution: unstable Urgency: low Maintainer: Debian Javascript Maintainers

Accepted grmonitor 0.81-4.3 (source i386)

2009-08-26 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 10:06:20 -0400 Source: grmonitor Binary: grmonitor Architecture: source i386 Version: 0.81-4.3 Distribution: unstable Urgency: low Maintainer: Víctor Pérez Pereira vpe...@debianvenezuela.org Changed-By: Barry

Accepted libclass-insideout-perl 1.10-1 (source all)

2009-08-26 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Aug 2009 14:19:39 -0400 Source: libclass-insideout-perl Binary: libclass-insideout-perl Architecture: source all Version: 1.10-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libspreadsheet-parseexcel-perl 0.5400-1 (source all)

2009-08-26 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 05:51:44 -0400 Source: libspreadsheet-parseexcel-perl Binary: libspreadsheet-parseexcel-perl Architecture: source all Version: 0.5400-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted eigen2 2.0.5-2 (source all amd64)

2009-08-26 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 15:56:23 +0200 Source: eigen2 Binary: libeigen2-dev libeigen2-doc Architecture: source all amd64 Version: 2.0.5-2 Distribution: unstable Urgency: low Maintainer: Debian Qt/KDE Maintainers

Accepted python-numpy 1:1.3.0-2 (source all i386)

2009-08-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 16:55:33 +0200 Source: python-numpy Binary: python-numpy python-numpy-dbg python-numpy-ext python-numpy-doc Architecture: source all i386 Version: 1:1.3.0-2 Distribution: unstable Urgency: low Maintainer: Debian

Accepted podsleuth 0.6.4-2.1 (source all)

2009-08-26 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 16:28:24 +0200 Source: podsleuth Binary: podsleuth Architecture: source all Version: 0.6.4-2.1 Distribution: unstable Urgency: low Maintainer: Debian CLI Applications Team pkg-cli-apps-t...@lists.alioth.debian.org

Accepted jquery 1.3.3-2 (source all)

2009-08-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Aug 2009 17:39:30 +0200 Source: jquery Binary: libjs-jquery Architecture: source all Version: 1.3.3-2 Distribution: unstable Urgency: low Maintainer: Debian Javascript Maintainers pkg-javascript-de...@lists.alioth.debian.org

  1   2   3   >