Re: segfault error 4 in libpthread-2.13.so X86_64

2011-10-31 Thread Chow Loong Jin
On 31/10/2011 13:13, Dallas Clement wrote: The symbols are definitely present on my system. When I step through the execution, I can see where it is crashing inside the pthread library. The last thing it does is join with one thread that was previously spawned. And so? -- Kind regards,

Bug#647162: ITP: python-mimeparse -- basic functions for parsing mime-type names

2011-10-31 Thread Mathias Ertl
Package: wnpp Severity: wishlist Owner: Mathias Ertl m...@fsinf.at * Package name: python-mimeparse Version : 0.1.3 Upstream Author : Joe Gregorio j...@bitworking.org * URL : http://code.google.com/p/mimeparse/ * License : MIT Programming Lang: Python

Re: Debian unstable/expirental missing some bnx2 firmwares

2011-10-31 Thread Dmitry Kravkov
On Sun, 2011-10-30 at 08:06 -0700, Ben Hutchings wrote: On Sun, 2011-10-30 at 10:49 +0100, Sébastien Riccio wrote: On 30.10.2011 10:42, Niels Thykier wrote: Our upstream for (most of) firmware-nonfree is the linux-firmware repository, and it appears that Broadcom never sent version 6.2.9.0

Bug#647171: ITP: python-passlib -- comprehensive password hashing framework supporting over 20 schemes

2011-10-31 Thread Julien Danjou
Package: wnpp Severity: wishlist Owner: Julien Danjou a...@debian.org * Package name: python-passlib Version : 1.5.3 Upstream Author : Eli Collins * URL : http://code.google.com/p/passlib/ * License : BSD Programming Lang: Python Description :

Re: Possible mass bug filling for package depending on

2011-10-31 Thread Petter Reinholdtsen
[Frank lin Piat] Any chance to go ahead? It would be a pity if the only solution was to fork su-to-root (and possible merge xdg-su[2]) in a new source+binary package :-( Is there no other package installed on most/all desktop installations that can be the home of such script? A quick look on

Re: Announcing derivatives patches and call for help and feedback

2011-10-31 Thread Paul Wise
On Mon, Oct 31, 2011 at 5:28 PM, Karl Goetz wrote: As a (largely) non coder, what should I look for in (say) gNewSenses patches to know if it can be filtered out automatically? Are there any common indicators? Anything that looks like cruft or things that the Debian maintainer does not need

Re: Possible mass bug filling for package depending on menu.

2011-10-31 Thread Jonathan Wiltshire
On Sat, Oct 29, 2011 at 08:49:01PM +0200, Frank lin Piat wrote: Specious depends relationship [AFAICT]: backintime-gnome - GNOME front-end for backintime backintime-kde- KDE front-end for backintime This is because of su-to-root. -- Jonathan Wiltshire

Re: Debian unstable/expirental missing some bnx2 firmwares

2011-10-31 Thread Ben Hutchings
On Mon, 2011-10-31 at 11:25 +0200, Dmitry Kravkov wrote: On Sun, 2011-10-30 at 08:06 -0700, Ben Hutchings wrote: On Sun, 2011-10-30 at 10:49 +0100, Sébastien Riccio wrote: On 30.10.2011 10:42, Niels Thykier wrote: Our upstream for (most of) firmware-nonfree is the linux-firmware

Re: Advocating the use of RDF for Debian's published metadata - Was: Re: Proposal for additional metadata in Debian archives (DEP-11)

2011-10-31 Thread Charles Plessy
Le Thu, Oct 27, 2011 at 05:49:12PM +0200, Matthias Klumpp a écrit : For us, it is necessary that APT can process this data (will be implemented if DEP-11 can make it) and that parts of it can be written into a Xapian-DB for fast searching. - Both would work perfectly well with any format.

seeking comaintainer for debmirror

2011-10-31 Thread Joey Hess
I've been maintaining debmirror since we lost fjp. But moving to a cabin with dialup internet shortly after adopting a mirror program turns out to be a bad idea for developing it (though a nice use-case for using it). So I'm seeking comaintainer(s). All that's needed is basic perl, and an

Bug#647197: ITP: python-snappy -- Python library for the snappy compression library from Google.

2011-10-31 Thread XuZhiXiang
Package: wnpp Severity: wishlist Owner: XuZhiXiang shell909...@gmail.com * Package name: python-snappy Version : 0.3.2 Upstream Author : Andres Moreira and...@andresmoreira.com * URL : http://github.com/andrix/python-snappy * License : BSD Programming Lang:

Re: Dealing with embedded javascript libraries

2011-10-31 Thread Jakub Wilk
* Raphael Hertzog hert...@debian.org, 2011-10-26, 18:47: For instance I just noticed that we can't install new widgets with the current wordpress package due to some javascript related problem. I'm not familiar enough with the codebase to investigate it easily. I can't ask upstream about it

Re: Dealing with embedded javascript libraries

2011-10-31 Thread Pau Garcia i Quiles
On Thu, Oct 27, 2011 at 1:28 AM, Ian Jackson ijack...@chiark.greenend.org.uk wrote: The difficulty is that if we end up with ten different versions of some random javascript library, when it turns out to have a security vulnerability we need to somehow backport the patch to each of those ten

Re: segfault error 4 in libpthread-2.13.so X86_64

2011-10-31 Thread Dallas Clement
Just pointing out that I'm seeing a segfault inside pthread_join of libpthread-2.13.so. I need to look at the pthread source before I can tell why it crashed. I will also try to roll back to an older version of this library to confirm that I was not seeing this crash earlier. Will report back

Re: segfault error 4 in libpthread-2.13.so X86_64

2011-10-31 Thread Jonathan Nieder
Dallas Clement wrote: Will report back what I find. Please don't. This is the wrong list --- it is about development _of_ Debian, not development _on_ Debian. You might find the libc-help list[1] to be more helpful. Or if your questions are Debian-specific, debian-user[2] can be a great

Re: Proposal for additional metadata in Debian archives (DEP-11)

2011-10-31 Thread Matthias Klumpp
2011/10/31 Charles Plessy ple...@debian.org: Le Thu, Oct 27, 2011 at 05:49:12PM +0200, Matthias Klumpp a écrit : For us, it is necessary that APT can process this data (will be implemented if DEP-11 can make it) and that parts of it can be written into a Xapian-DB for fast searching. - Both

Re: segfault error 4 in libpthread-2.13.so X86_64

2011-10-31 Thread Ben Hutchings
On Mon, Oct 31, 2011 at 02:05:03PM -0500, Dallas Clement wrote: Just pointing out that I'm seeing a segfault inside pthread_join of libpthread-2.13.so. I need to look at the pthread source before I can tell why it crashed. I will also try to roll back to an older version of this library to

Re: Could the multiarch wiki page be explicit about pkgconfig files?

2011-10-31 Thread Jakub Wilk
* Simon McVittie s...@debian.org, 2011-09-19, 18:56: The correct place for debug files is a hash-based path, instead of the crapfuck we have today. ... but until then, for gdb to pick them up, debug symbols for $THING must be in /usr/lib/debug/$THING (a general rule, independent of

Re: Possible mass bug filling for package depending on [X-KDE-SubstituteUID]

2011-10-31 Thread Frank lin Piat
On Mon 31/10/11 11:20 , Petter Reinholdtsen wrote:: [Frank lin Piat] Any chance to go ahead? It would be a pity if the only solution was to fork su-to-root (and possible merge xdg-su[2]) in a new source+binary package :-( FYI ... a KDE specific solution... For those interested in the

Re: Dealing with embedded javascript libraries

2011-10-31 Thread Zygmunt Krynicki
W dniu 31.10.2011 14:49, Pau Garcia i Quiles pisze: On Thu, Oct 27, 2011 at 1:28 AM, Ian Jackson ijack...@chiark.greenend.org.uk wrote: The difficulty is that if we end up with ten different versions of some random javascript library, when it turns out to have a security vulnerability we need

Re: Announcing derivatives patches and call for help and feedback

2011-10-31 Thread Karl Goetz
On Mon, 31 Oct 2011 18:34:47 +0800 Paul Wise p...@debian.org wrote: On Mon, Oct 31, 2011 at 5:28 PM, Karl Goetz wrote: As a (largely) non coder, what should I look for in (say) gNewSenses patches to know if it can be filtered out automatically? Are there any common indicators?

Accepted libnet-vnc-perl 0.40-1 (source all)

2011-10-31 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 07:42:23 +0100 Source: libnet-vnc-perl Binary: libnet-vnc-perl Architecture: source all Version: 0.40-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org

Accepted awesome-extra 2011103101 (source all)

2011-10-31 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 09:33:22 +0100 Source: awesome-extra Binary: awesome-extra Architecture: source all Version: 2011103101 Distribution: unstable Urgency: low Maintainer: Julien Danjou a...@debian.org Changed-By: Julien Danjou

Accepted libtasn1-3 2.10-1 (source i386)

2011-10-31 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 31 Oct 2011 08:54:49 +0100 Source: libtasn1-3 Binary: libtasn1-3-dev libtasn1-3-dbg libtasn1-3 libtasn1-3-bin Architecture: source i386 Version: 2.10-1 Distribution: unstable Urgency: low Maintainer: Debian GnuTLS

Accepted python-psutil 0.4.0-1 (source amd64)

2011-10-31 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 08:47:46 +0100 Source: python-psutil Binary: python-psutil Architecture: source amd64 Version: 0.4.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team

Accepted ruby1.9.1 1.9.3.0-1 (source all amd64)

2011-10-31 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 08:44:23 +0100 Source: ruby1.9.1 Binary: ruby1.9.1 libruby1.9.1 libruby1.9.1-dbg ruby1.9.1-dev libtcltk-ruby1.9.1 ruby1.9.1-examples ri1.9.1 ruby1.9.1-full ruby1.9.3 Architecture: source all amd64 Version:

Accepted el-get 3.1-1 (source all)

2011-10-31 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 09:53:16 +0100 Source: el-get Binary: el-get Architecture: source all Version: 3.1-1 Distribution: unstable Urgency: low Maintainer: Julien Danjou a...@debian.org Changed-By: Julien Danjou a...@debian.org

Accepted subunit 0.0.7-1 (source all amd64)

2011-10-31 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 02:02:11 -0700 Source: subunit Binary: subunit libsubunit-perl python-subunit libsubunit0 libsubunit-dev libcppunit-subunit0 libcppunit-subunit-dev Architecture: source all amd64 Version: 0.0.7-1 Distribution:

Accepted r-base 2.14.0-1 (source i386 all)

2011-10-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 05:00:31 -0500 Source: r-base Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf r-doc-html r-doc-info r-recommended r-base-core-dbg Architecture: source i386 all Version: 2.14.0-1 Distribution:

Accepted spamprobe 1.4d-10 (source i386)

2011-10-31 Thread Nicolas Duboc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 11:09:00 +0100 Source: spamprobe Binary: spamprobe Architecture: source i386 Version: 1.4d-10 Distribution: unstable Urgency: low Maintainer: Nicolas Duboc ndu...@debian.org Changed-By: Nicolas Duboc

Accepted refpolicy 2:2.20110726-1 (source all)

2011-10-31 Thread Russell Coker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 21:54:20 +1100 Source: refpolicy Binary: selinux-policy-default selinux-policy-mls selinux-policy-src selinux-policy-dev selinux-policy-doc Architecture: source all Version: 2:2.20110726-1 Distribution: unstable

Accepted s3d 0.2.2-6 (source all amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 11:35:02 +0100 Source: s3d Binary: s3d s3d-dbg libs3d2 libs3d-dev libs3dw2 libs3dw-dev s3d-data s3d-doc dotmcp kism3d meshs3d s3dfm s3dosm s3dvt s3dx11gate Architecture: source amd64 all Version: 0.2.2-6

Accepted fonts-tomsontalks 1.1-3 (source all)

2011-10-31 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 30 Oct 2011 15:45:43 +0100 Source: fonts-tomsontalks Binary: fonts-tomsontalks ttf-tomsontalks Architecture: source all Version: 1.1-3 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force

Accepted pyside 1.0.8-1+py3~exp0 (source all amd64)

2011-10-31 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 30 Oct 2011 21:03:23 +0100 Source: pyside Binary: python-pyside python3-pyside python-pyside-dbg python3-pyside-dbg libpyside1.0 libpyside-py3-1.0 libpyside-dev python-pyside.qtcore python3-pyside.qtcore

Accepted rxtx 2.2pre2-10 (source i386)

2011-10-31 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 03:04:52 -0400 Source: rxtx Binary: librxtx-java librxtx-java-dbg Architecture: source i386 Version: 2.2pre2-10 Distribution: unstable Urgency: low Maintainer: Debian Java maintainers

Accepted fonts-sil-abyssinica 1.200-1 (source all)

2011-10-31 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 06:08:29 +0100 Source: fonts-sil-abyssinica Binary: fonts-sil-abyssinica fonts-sil-abyssinica-udeb ttf-sil-abyssinica Architecture: source all Version: 1.200-1 Distribution: unstable Urgency: low Maintainer: Debian

Accepted libvirt-tck 0.1.0~1.git80b67a-1 (source all)

2011-10-31 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 30 Oct 2011 16:58:17 +0100 Source: libvirt-tck Binary: libvirt-tck Architecture: source all Version: 0.1.0~1.git80b67a-1 Distribution: experimental Urgency: low Maintainer: Guido Günther a...@sigxcpu.org Changed-By: Guido

Accepted naga 2.1-1 (source all)

2011-10-31 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Sun, 30 Oct 2011 21:01:43 +0100 Source: naga Binary: libnaga-java Architecture: source all Version: 2.1-1 Distribution: unstable Urgency: low Maintainer: Michael Banck mba...@debian.org Changed-By: Michael Banck

Accepted phantomjs 1.3.0+dfsg-1 (source all amd64)

2011-10-31 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 25 Oct 2011 15:13:08 +0900 Source: phantomjs Binary: phantomjs python-pyphantomjs Architecture: source amd64 all Version: 1.3.0+dfsg-1 Distribution: unstable Urgency: low Maintainer: TANIGUCHI Takaki tak...@debian.org

Accepted python-unipath 0.2.1+dfsg-1 (source all)

2011-10-31 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 21 Oct 2011 14:16:07 -0400 Source: python-unipath Binary: python-unipath Architecture: source all Version: 0.2.1+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team

Accepted xjobs 20110730-1 (source amd64)

2011-10-31 Thread Thierry Randrianiriana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 29 Oct 2011 21:05:39 +0300 Source: xjobs Binary: xjobs Architecture: source amd64 Version: 20110730-1 Distribution: unstable Urgency: low Maintainer: Thierry Randrianiriana thie...@debian.org Changed-By: Thierry Randrianiriana

Accepted mupen64plus 1.99.4+4 (source all)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:48:29 +0100 Source: mupen64plus Binary: mupen64plus mupen64plus-audio-all mupen64plus-input-all mupen64plus-rsp-all mupen64plus-video-all Architecture: source all Version: 1.99.4+4 Distribution: unstable

Accepted mupen64plus-audio-sdl 1.99.4-4 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:48:39 +0100 Source: mupen64plus-audio-sdl Binary: mupen64plus-audio-sdl mupen64plus-audio-sdl-dbg Architecture: source amd64 Version: 1.99.4-4 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted mupen64plus-core 1.99.4-4 (source all amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:48:50 +0100 Source: mupen64plus-core Binary: libmupen64plus2 libmupen64plus2-dbg libmupen64plus-dev Architecture: source amd64 all Version: 1.99.4-4 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted mupen64plus-input-sdl 1.99.4-4 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:49:00 +0100 Source: mupen64plus-input-sdl Binary: mupen64plus-input-sdl mupen64plus-input-sdl-dbg Architecture: source amd64 Version: 1.99.4-4 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted mupen64plus-rsp-hle 1.99.4-4 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:49:14 +0100 Source: mupen64plus-rsp-hle Binary: mupen64plus-rsp-hle mupen64plus-rsp-hle-dbg Architecture: source amd64 Version: 1.99.4-4 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted mupen64plus-rsp-z64 1.99.4-5 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:49:27 +0100 Source: mupen64plus-rsp-z64 Binary: mupen64plus-rsp-z64 mupen64plus-rsp-z64-dbg Architecture: source amd64 Version: 1.99.4-5 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted mupen64plus-ui-console 1.99.4-5 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:49:39 +0100 Source: mupen64plus-ui-console Binary: mupen64plus-ui-console mupen64plus-ui-console-dbg Architecture: source amd64 Version: 1.99.4-5 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted mupen64plus-video-arachnoid 1.99.4-4 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:50:13 +0100 Source: mupen64plus-video-arachnoid Binary: mupen64plus-video-arachnoid mupen64plus-video-arachnoid-dbg Architecture: source amd64 Version: 1.99.4-4 Distribution: unstable Urgency: low Maintainer:

Accepted mupen64plus-video-glide64 1.99.4-4 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:50:26 +0100 Source: mupen64plus-video-glide64 Binary: mupen64plus-video-glide64 mupen64plus-video-glide64-dbg Architecture: source amd64 Version: 1.99.4-4 Distribution: unstable Urgency: low Maintainer: Tobias

Accepted mupen64plus-video-rice 1.99.4-5 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:50:39 +0100 Source: mupen64plus-video-rice Binary: mupen64plus-video-rice mupen64plus-video-rice-dbg Architecture: source amd64 Version: 1.99.4-5 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted mupen64plus-video-z64 1.99.4-4 (source amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 12:50:51 +0100 Source: mupen64plus-video-z64 Binary: mupen64plus-video-z64 mupen64plus-video-z64-dbg Architecture: source amd64 Version: 1.99.4-4 Distribution: unstable Urgency: low Maintainer: Tobias Loose

Accepted rygel 0.12.5-1 (source all amd64)

2011-10-31 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 13:29:18 +0100 Source: rygel Binary: rygel rygel-dbg rygel-1.0-dev rygel-mediathek rygel-tracker rygel-gst-renderer rygel-playbin rygel-gst-launch rygel-preferences Architecture: source amd64 all Version: 0.12.5-1

Accepted gupnp-dlna 0.6.4-1 (source all amd64)

2011-10-31 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 13:38:38 +0100 Source: gupnp-dlna Binary: libgupnp-dlna-1.0-2 gir1.2-gupnp-dlna-1.0 libgupnp-dlna-1.0-dev libgupnp-dlna-1.0-dbg libgupnp-dlna-doc gupnp-dlna-tools Architecture: source all amd64 Version: 0.6.4-1

Accepted sysconfig 0.0.10+nmu1 (source s390)

2011-10-31 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 29 Oct 2011 14:10:30 +0200 Source: sysconfig Binary: sysconfig-hardware Architecture: source s390 Version: 0.0.10+nmu1 Distribution: unstable Urgency: low Maintainer: Bastian Blank wa...@debian.org Changed-By: Philipp Kern

Accepted vtkedge 0.2.0~20110819-1 (source amd64)

2011-10-31 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 19 Aug 2011 17:12:42 +0200 Source: vtkedge Binary: libvtkedge libvtkedge-dev Architecture: source amd64 Version: 0.2.0~20110819-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted zfs-fuse 0.7.0-2 (source i386)

2011-10-31 Thread Asias He
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 19:27:51 +0800 Source: zfs-fuse Binary: zfs-fuse Architecture: source i386 Version: 0.7.0-2 Distribution: unstable Urgency: low Maintainer: Asias He asias.he...@gmail.com Changed-By: Asias He asias.he...@gmail.com

Accepted libg3d 0.0.8-15 (source all amd64)

2011-10-31 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 11:31:33 +0100 Source: libg3d Binary: libg3d0 libg3d-dev libg3d-dbg libg3d-doc libg3d-plugins libg3d-plugin-gdkpixbuf Architecture: source amd64 all Version: 0.0.8-15 Distribution: unstable Urgency: low

Accepted debmirror 1:2.10 (source all)

2011-10-31 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 10:44:07 -0400 Source: debmirror Binary: debmirror Architecture: source all Version: 1:2.10 Distribution: unstable Urgency: low Maintainer: Joey Hess jo...@debian.org Changed-By: Joey Hess jo...@debian.org

Accepted neverball 1.5.4-5 (source all amd64)

2011-10-31 Thread Alexander Reichle-Schmehl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 14:53:56 +0100 Source: neverball Binary: neverball neverball-data neverball-common neverputt neverputt-data neverball-dbg Architecture: source all amd64 Version: 1.5.4-5 Distribution: unstable Urgency: medium

Accepted p11-kit 0.8-1 (source i386)

2011-10-31 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 31 Oct 2011 14:40:56 +0100 Source: p11-kit Binary: libp11-kit-dev libp11-kit0 p11-kit Architecture: source i386 Version: 0.8-1 Distribution: unstable Urgency: low Maintainer: Debian GnuTLS Maintainers

Accepted tuxguitar 1.2-11 (source all amd64)

2011-10-31 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 07:33:41 -0700 Source: tuxguitar Binary: tuxguitar tuxguitar-jsa tuxguitar-alsa tuxguitar-oss tuxguitar-fluidsynth tuxguitar-jack Architecture: source amd64 all Version: 1.2-11 Distribution: unstable Urgency: low

Accepted gbrainy 2.05-1 (source all)

2011-10-31 Thread Siegfried-Angel Gevatter Pujals
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 15:07:43 +0100 Source: gbrainy Binary: gbrainy Architecture: source all Version: 2.05-1 Distribution: unstable Urgency: low Maintainer: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com Changed-By: Siegfried-Angel

Accepted sludge 2.1.2-3 (source all kfreebsd-amd64)

2011-10-31 Thread Tobias Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 24 Oct 2011 19:14:02 +0200 Source: sludge Binary: sludge-engine sludge-devkit sludge-compiler sludge-doc Architecture: source kfreebsd-amd64 all Version: 2.1.2-3 Distribution: unstable Urgency: low Maintainer: Debian Games Team

Accepted git 1:1.7.8~rc0-1 (source all)

2011-10-31 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 09:45:53 + Source: git Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all Architecture: all source Version:

Accepted hg-git 0.3.1-1 (source all)

2011-10-31 Thread Qijiang Fan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 17 Oct 2011 21:32:57 +0800 Source: hg-git Binary: mercurial-git Architecture: source all Version: 0.3.1-1 Distribution: unstable Urgency: low Maintainer: Qijiang Fan fqj1...@gmail.com Changed-By: Qijiang Fan fqj1...@gmail.com

Accepted libclass-dbi-lite-perl 1.023-1 (source all)

2011-10-31 Thread Onur Aslan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 10:55:28 +0200 Source: libclass-dbi-lite-perl Binary: libclass-dbi-lite-perl Architecture: all source Version: 1.023-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libmojolicious-perl 2.19-1 (source all)

2011-10-31 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 14:36:04 +0100 Source: libmojolicious-perl Binary: libmojolicious-perl Architecture: all source Version: 2.19-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libwww-youtube-download-perl 0.36-1 (source all)

2011-10-31 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 31 Oct 2011 14:31:18 +0100 Source: libwww-youtube-download-perl Binary: libwww-youtube-download-perl Architecture: all source Version: 0.36-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted paraview 3.10.1-8 (source all amd64)

2011-10-31 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 30 Oct 2011 14:25:05 +0100 Source: paraview Binary: paraview paraview-dev paraview-doc paraview-python Architecture: source amd64 all Version: 3.10.1-8 Distribution: unstable Urgency: low Maintainer: Debian Science Team

Accepted libxpm 1:3.5.9-4 (source amd64)

2011-10-31 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 16:41:44 +0100 Source: libxpm Binary: libxpm4 libxpm4-dbg libxpm-dev xpmutils Architecture: source amd64 Version: 1:3.5.9-4 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force

Accepted kernel-wedge 2.82 (source all)

2011-10-31 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 18:31:41 +0100 Source: kernel-wedge Binary: kernel-wedge Architecture: source all Version: 2.82 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno aure...@debian.org Changed-By: Aurelien Jarno

Accepted reptyr 0.3-2 (source amd64)

2011-10-31 Thread Evan Broder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 12:05:33 -0400 Source: reptyr Binary: reptyr Architecture: source amd64 Version: 0.3-2 Distribution: unstable Urgency: low Maintainer: Evan Broder e...@ebroder.net Changed-By: Evan Broder e...@ebroder.net

Accepted bareftp 0.3.9-1 (source amd64)

2011-10-31 Thread Stefan Ebner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 30 Oct 2011 15:37:12 +0100 Source: bareftp Binary: bareftp Architecture: source amd64 Version: 0.3.9-1 Distribution: unstable Urgency: low Maintainer: Debian CLI Applications Team pkg-cli-apps-t...@lists.alioth.debian.org

Accepted x264 2:0.118.2092+git6eac7c3-1 (source i386)

2011-10-31 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 19:47:16 +0100 Source: x264 Binary: x264 libx264-118 libx264-dev Architecture: source i386 Version: 2:0.118.2092+git6eac7c3-1 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted gnome-gmail 1.8.2-1 (source all)

2011-10-31 Thread David Steele
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 24 Oct 2011 22:31:22 -0400 Source: gnome-gmail Binary: gnome-gmail Architecture: source all Version: 1.8.2-1 Distribution: unstable Urgency: low Maintainer: David Steele da...@users.sourceforge.net Changed-By: David Steele

Accepted libapache-mod-musicindex 1.3.6-1 (source all amd64)

2011-10-31 Thread Thibaut VARENE
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 18:41:50 +0100 Source: libapache-mod-musicindex Binary: libapache2-mod-musicindex mod-musicindex-common Architecture: source amd64 all Version: 1.3.6-1 Distribution: unstable Urgency: low Maintainer: Thibaut VARENE

Accepted bochs 2.4.6-4 (source all amd64)

2011-10-31 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 20:58:55 +0100 Source: bochs Binary: bochs bochs-doc bochsbios bochs-wx bochs-sdl bochs-term bochs-x bochs-svga bximage sb16ctrl-bochs Architecture: source all amd64 Version: 2.4.6-4 Distribution: unstable Urgency:

Accepted cupt 2.2.2 (source i386 all)

2011-10-31 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 21:40:46 +0200 Source: cupt Binary: libcupt2-0 libcupt2-dev libcupt2-doc cupt libcupt2-0-downloadmethod-curl libcupt2-0-downloadmethod-wget Architecture: source i386 all Version: 2.2.2 Distribution: unstable

Accepted libotr 3.2.0-3 (source amd64)

2011-10-31 Thread Thibaut VARENE
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 20:44:01 +0100 Source: libotr Binary: libotr2 libotr2-bin libotr2-dev Architecture: source amd64 Version: 3.2.0-3 Distribution: unstable Urgency: low Maintainer: Thibaut VARENE vare...@debian.org Changed-By: Thibaut

Accepted libpipeline 1.2.0-4 (source i386)

2011-10-31 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 20:07:59 + Source: libpipeline Binary: libpipeline1 libpipeline-dev Architecture: source i386 Version: 1.2.0-4 Distribution: unstable Urgency: low Maintainer: Colin Watson cjwat...@debian.org Changed-By: Colin

Accepted libva 1.0.14-1 (source all i386)

2011-10-31 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 20:11:38 +0100 Source: libva Binary: libva-dev libva1 libva-x11-1 libva-glx1 libva-tpi1 i965-va-driver vainfo Architecture: source all i386 Version: 1.0.14-1 Distribution: unstable Urgency: low Maintainer: Debian

Accepted libdancer-perl 1.3080+dfsg-1 (source all)

2011-10-31 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 26 Oct 2011 19:46:39 +0200 Source: libdancer-perl Binary: libdancer-perl Architecture: source all Version: 1.3080+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted cl-asdf 2:2.018-1 (source all)

2011-10-31 Thread Francois-Rene Rideau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 29 Oct 2011 12:46:22 -0400 Source: cl-asdf Binary: cl-asdf Architecture: source all Version: 2:2.018-1 Distribution: unstable Urgency: low Maintainer: Debian Common Lisp Team pkg-common-lisp-de...@lists.alioth.debian.org

Accepted cl-launch 3.016-1 (source all)

2011-10-31 Thread Francois-Rene Rideau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 18 Oct 2011 23:44:28 -0400 Source: cl-launch Binary: cl-launch Architecture: source all Version: 3.016-1 Distribution: unstable Urgency: low Maintainer: Francois-Rene Rideau f...@tunes.org Changed-By: Francois-Rene Rideau

Accepted clfswm 20111015.git51b0a02-1 (source all)

2011-10-31 Thread Desmond O. Chang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 24 Oct 2011 03:06:27 +0800 Source: clfswm Binary: clfswm Architecture: source all Version: 20111015.git51b0a02-1 Distribution: unstable Urgency: low Maintainer: Debian Common Lisp Team

Accepted stumpwm 1:20110819.gitca08e08-1 (source all)

2011-10-31 Thread Desmond O. Chang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 27 Oct 2011 15:38:41 +0800 Source: stumpwm Binary: stumpwm Architecture: source all Version: 1:20110819.gitca08e08-1 Distribution: unstable Urgency: low Maintainer: Debian Common Lisp Team

Accepted pyside 1.0.8-1+py3~exp1 (source all)

2011-10-31 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 23:05:07 +0100 Source: pyside Binary: python-pyside python3-pyside python-pyside-dbg python3-pyside-dbg libpyside1.0 libpyside-py3-1.0 libpyside-dev python-pyside.qtcore python3-pyside.qtcore

Accepted shiboken 1.0.9-3+py3~exp1 (source all)

2011-10-31 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 23:20:34 +0100 Source: shiboken Binary: shiboken shiboken-doc libshiboken1.0 libshiboken-py3-1.0 libshiboken-dev shiboken-dbg Architecture: source all Version: 1.0.9-3+py3~exp1 Distribution: experimental Urgency:

Accepted jmol 12.2.2+dfsg-1 (source all)

2011-10-31 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 31 Oct 2011 20:53:01 +0100 Source: jmol Binary: jmol libjmol-java jmol-applet libjmol-java-doc Architecture: source all Version: 12.2.2+dfsg-1 Distribution: unstable Urgency: low Maintainer: Michael Banck mba...@debian.org

Accepted tzdata 2011n-1 (source all)

2011-10-31 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 23:32:50 +0100 Source: tzdata Binary: tzdata tzdata-java Architecture: source all Version: 2011n-1 Distribution: unstable Urgency: critical Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org Changed-By:

Accepted boinc 6.13.10+dfsg-1 (source all amd64)

2011-10-31 Thread Steffen Moeller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 30 Oct 2011 00:32:49 +0200 Source: boinc Binary: boinc boinc-client boinc-manager boinc-dev boinc-server-maker boinc-app-examples boinc-dbg boinc-cgi-stripchart Architecture: source all amd64 Version: 6.13.10+dfsg-1

Accepted phantomjs 1.3.0+dfsg-2 (source all amd64)

2011-10-31 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 01 Nov 2011 09:16:37 +0900 Source: phantomjs Binary: phantomjs python-pyphantomjs Architecture: source amd64 all Version: 1.3.0+dfsg-2 Distribution: unstable Urgency: low Maintainer: TANIGUCHI Takaki tak...@debian.org

Accepted ncurses 5.9-3 (source all amd64)

2011-10-31 Thread Sven Joachim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 31 Oct 2011 17:18:46 +0100 Source: ncurses Binary: libncurses5 libtinfo5 libtinfo-dev libtinfo5-dbg libncurses5-dev libncurses5-dbg libncursesw5 libncursesw5-dev libncursesw5-dbg lib64ncurses5 lib64ncurses5-dev lib32ncurses5

Accepted vgabios 0.7a-1 (source all)

2011-10-31 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 01 Nov 2011 00:57:42 +0100 Source: vgabios Binary: vgabios Architecture: source all Version: 0.7a-1 Distribution: unstable Urgency: low Maintainer: Guillem Jover guil...@debian.org Changed-By: Guillem Jover guil...@debian.org

Accepted nodm 0.11-1.1 (source i386)

2011-10-31 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Oct 2011 02:13:08 +0200 Source: nodm Binary: nodm Architecture: source i386 Version: 0.11-1.1 Distribution: unstable Urgency: low Maintainer: Debian FreeSmartphone.Org Team pkg-fso-ma...@lists.alioth.debian.org Changed-By:

Accepted openhackware 0.4.1-5 (source all)

2011-10-31 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 01 Nov 2011 01:58:36 +0100 Source: openhackware Binary: openhackware Architecture: source all Version: 0.4.1-5 Distribution: unstable Urgency: low Maintainer: Guillem Jover guil...@debian.org Changed-By: Guillem Jover

Accepted audtty 0.1.12-2 (source amd64)

2011-10-31 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 23 Aug 2011 22:22:20 + Source: audtty Binary: audtty Architecture: source amd64 Version: 0.1.12-2 Distribution: unstable Urgency: low Maintainer: Chris Taylor ctay...@debian.org Changed-By: Chris Taylor ctay...@debian.org

Accepted goaccess 1:0.4.2-2 (source amd64)

2011-10-31 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 24 Aug 2011 04:21:25 + Source: goaccess Binary: goaccess Architecture: source amd64 Version: 1:0.4.2-2 Distribution: unstable Urgency: low Maintainer: Chris Taylor ctay...@debian.org Changed-By: Chris Taylor

Accepted remctl 3.0-1 (source i386 all)

2011-10-31 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2011 18:05:11 -0700 Source: remctl Binary: libremctl1 libremctl-dev remctl-client remctl-server libnet-remctl-perl php5-remctl python-remctl libremctl-ruby libremctl-ruby1.8 libremctl-ruby1.9.1 Architecture: source

  1   2   >