Re: Switching /bin/sh to dash (part two)

2009-07-25 Thread Gabor Gombas
On Fri, Jul 24, 2009 at 06:17:30PM +0200, Goswin von Brederlow wrote: Or we need to set explicitly use #!/bin/dash in umountall? [not so flexible solution, but IMHO enough good] If it needs dash then yes, set #!/bin/dash and Pre-Depend on dash. But in this case that really needs to be

Re: Switching /bin/sh to dash (part two)

2009-07-25 Thread Gabor Gombas
On Fri, Jul 24, 2009 at 06:39:53PM +0200, Giacomo Catenazzi wrote: BTW it seems that all previous tries to remove the bug in bash failed. Actually it's not a bug in bash at all. The bug is the combined effect of how bash behaves and how the NSS functionality is implemented inside glibc. AFAIR

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Gabor Gombas
On Fri, Jul 24, 2009 at 06:31:59PM +0200, Goswin von Brederlow wrote: Why would you think the one transition would be helpfull in the second or that there would be less breakage in the second if we do the first one first? I would rather say you are doubling the problems and breakages as the

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Steve Langasek
On Fri, Jul 24, 2009 at 10:38:51AM -0500, Manoj Srivastava wrote: On Fri, Jul 24 2009, Steve Langasek wrote: On Fri, Jul 24, 2009 at 09:31:04AM -0500, Manoj Srivastava wrote: I think you are not going far enough. Why should I have dash on the system when my default shell is posh?

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Steve Langasek
On Fri, Jul 24, 2009 at 09:15:43PM +0200, Goswin von Brederlow wrote: And what if my posh is compiled against uclibc? You never know. For embedded systems that is not too far fetched. The embedded system developers could just as easily build dash against uclibc instead of posh. Stop being

Re: Switching /bin/sh to dash (part two)

2009-07-25 Thread Giacomo Catenazzi
Gabor Gombas wrote: On Fri, Jul 24, 2009 at 06:39:53PM +0200, Giacomo Catenazzi wrote: BTW it seems that all previous tries to remove the bug in bash failed. Actually it's not a bug in bash at all. The bug is the combined effect of how bash behaves and how the NSS functionality is

Re: shells and posix compliance [was Re: Switching /bin/sh to dash without dash essential]

2009-07-25 Thread Giacomo Catenazzi
Clint Adams wrote: [not replying off-list because that seems counterproductive and arrogant] On Fri, Jul 24, 2009 at 03:49:15PM +, brian m. carlson wrote: Actually, if it's invoked as /bin/sh, it is supposed to be Bourne-compatible. That's my experience with the current version: Not

Re: Switching /bin/sh to dash (part two)

2009-07-25 Thread Andreas Metzler
Clint Adams sch...@debian.org wrote: [...] The second hunk isn't relevant to bash, but it seems a waste to call ls and head for no reason. --- debian/libpam0g.postinst.orig 2009-07-24 08:59:07.0 -0500 +++ debian/libpam0g.postinst2009-07-24 09:00:38.0 -0500 @@ -1,4

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Vincent Lefevre
On 2009-07-25 09:53:06 +0200, Steve Langasek wrote: On Fri, Jul 24, 2009 at 10:38:51AM -0500, Manoj Srivastava wrote: On Fri, Jul 24 2009, Steve Langasek wrote: What's the advantage of having it be zsh? Is zsh faster than dash? Or is the only savings the elimination of the 84k dash

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Raphael Geissert
Goswin von Brederlow wrote: But that should be a choice. Not forced upon the user. As Manoj has said now a few times, many things will break for users even if all of Debian is dash fixed. By making /bin/sh choosable everybody wins. Who said anything about not offering the user to choose what

Re: Switching /bin/sh to dash (part two)

2009-07-25 Thread Raphael Geissert
Giacomo Catenazzi wrote: Or telling bash (and shells in general) via some environment variable, that we are shutting down things. Not clean, but I think the init could provide some extra informations. There are a couple of variables begin set by the rc script, but I don't think bash

Bug#538389: ITP: rfkill -- tool for enabling and disabling wireless devices

2009-07-25 Thread Darren Salt
Package: wnpp Severity: wishlist Owner: Darren Salt li...@youmustbejoking.demon.co.uk * Package name: rfkill Version : 0.1-4-g9429740 Upstream Authors: Johannes Berg, Marcel Holtmann, Tim Gardner * URL : http://wireless.kernel.org/en/users/Documentation/rfkill *

Re: Switching /bin/sh to dash (part two)

2009-07-25 Thread Bernd Eckenfels
In article 2qrqj6-973@argenau.downhill.at.eu.org you wrote: if [ -n $idl ] [ -x $idl ]; then This misses quotes. Greetings Bernd -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#538406: ITP: libparse-win32registry-perl -- a module for parsing Windows Registry files

2009-07-25 Thread Hilko Bengen
Package: wnpp Owner: Hilko Bengen ben...@debian.org Severity: wishlist * Package name: libparse-win32registry-perl Version : 0.50-1 Upstream Author : James Macfarlane jmacfa...@cpan.org * URL or Web page : http://search.cpan.org/dist/Parse-Win32Registry/ * License : Perl

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Goswin von Brederlow
Gabor Gombas gomb...@sztaki.hu writes: On Fri, Jul 24, 2009 at 06:31:59PM +0200, Goswin von Brederlow wrote: Why would you think the one transition would be helpfull in the second or that there would be less breakage in the second if we do the first one first? I would rather say you are

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Goswin von Brederlow
Raphael Geissert atomo64+deb...@gmail.com writes: Goswin von Brederlow wrote: But that should be a choice. Not forced upon the user. As Manoj has said now a few times, many things will break for users even if all of Debian is dash fixed. By making /bin/sh choosable everybody wins. Who

Whence /usr/lib/debug?

2009-07-25 Thread Florian Weimer
Where does the convention for this directory hierarchy come from? There are several different naming conventions for the debug objects stored there, and I wonder if some of them are bugs. (If the wrong file name or path is used, debuggers will have a hard time discovering debugging symbols.)

Re: Whence /usr/lib/debug?

2009-07-25 Thread Russ Allbery
Florian Weimer f...@deneb.enyo.de writes: Where does the convention for this directory hierarchy come from? There are several different naming conventions for the debug objects stored there, and I wonder if some of them are bugs. (If the wrong file name or path is used, debuggers will have

An introduction to multiarch

2009-07-25 Thread Goswin von Brederlow
Hi, after listening to the Multiarch round table talk at Debconf I feel that the talk was targeted at people already familiar with the subject and jumped right in at full speed. Someone new to the idea was probably lost in the first minute. So I decided to write an introduction to the problem

Re: Whence /usr/lib/debug?

2009-07-25 Thread Florian Weimer
* Russ Allbery: Policy should definitely describe what to do here. I don't know enough about the toolchain to know what Policy should say, but we should standardize how to handle debug packages at this point, since we have a fairly standard way of handling it now. If we could standardize on

Debian, universal operating system?

2009-07-25 Thread Frank Lin PIAT
## BANNER { http://www.debian.org/banners/3.1/sarge-ban1-6.png } Universal operating system #...@! First of all, let's make it clear, Debian is not THE universal operating system. I mean it is definitely not the one and only OS. Is Debian an universal operating system? Before answering this

Better tracebacks for C/C++ (and probably Ada Fortran, too)

2009-07-25 Thread Florian Weimer
I've built a small proof-of-concept library which creates Java-style tracebacks for C and C++ programs. In contrast to libc's backtrace() function, it uses DWARF debugging information when available, so the output is generally quite useful. Debugging information is extracted from the main

Re: Switching /bin/sh to dash without dash essential

2009-07-25 Thread Philipp Kern
On 2009-07-25, Goswin von Brederlow goswin-...@web.de wrote: The existing dash package uses dpkg-divert, which is unsuitable on a larger scale (larger than the one dash package). And to have bash removable dash has to force itself as /bin/sh. So there goes even that little choice. What

Re: Bug#538202: ITP: virt-what -- detect if we are running in a virtual machine

2009-07-25 Thread Joe Smith
Manoj Srivastava sriva...@debian.org wrote: Virt-what is more accurate than Imvirt, version 1.0 can tell the difference between Xen Dom0 and DomU. The new version (1.1, released on 23 july 2009) can tell the difference between QEMU and KVM, and can tell if you are running inside a Xen fullvirt

Re: Switching /bin/sh to dash (part two)

2009-07-25 Thread Peter Samuelson
[Bernd Eckenfels] if [ -n $idl ] [ -x $idl ]; then This misses quotes. So, how many unsafe characters do _you_ see in the following service names? apache2-common at bayonne cherokee courier-authdaemon cron cups dante-server diald dovecot-common exim exim4-base fcron

Accepted fslint 2.40-2 (source all)

2009-07-25 Thread Pádraig Brady
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: thu, 23 jul 2009 09:27:00 + Source: fslint Binary: fslint Architecture: source all Version: 2.40-2 Distribution: unstable Urgency: low Maintainer: m...@debian.org Changed-By: Pádraig Brady p...@draigbrady.com Description:

Accepted kipi-plugins 0.5.0-1 (source all amd64 i386)

2009-07-25 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 20:23:57 +0200 Source: kipi-plugins Binary: kipi-plugins kipi-plugins-doc Architecture: all amd64 i386 source Version: 0.5.0-1 Distribution: unstable Urgency: low Maintainer: Fathi Boudra f...@debian.org Changed-By:

Accepted r-cran-eco 3.1-4-1 (source amd64)

2009-07-25 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 01:28:10 -0500 Source: r-cran-eco Binary: r-cran-eco Architecture: source amd64 Version: 3.1-4-1 Distribution: unstable Urgency: low Maintainer: Chris Lawrence lawre...@debian.org Changed-By: Chris Lawrence

Accepted mcmcpack 1.0-2-1 (source amd64)

2009-07-25 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 01:25:18 -0500 Source: mcmcpack Binary: r-cran-mcmcpack Architecture: source amd64 Version: 1.0-2-1 Distribution: unstable Urgency: low Maintainer: Chris Lawrence lawre...@debian.org Changed-By: Chris Lawrence

Accepted gbatnav 1.0.4cvs20051004-4 (source i386)

2009-07-25 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 24 Jul 2009 22:46:37 +0800 Source: gbatnav Binary: gbatnav Architecture: source i386 Version: 1.0.4cvs20051004-4 Distribution: unstable Urgency: low Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org Changed-By: Ying-Chun

Accepted lxmusic 0.3.0-1 (source i386)

2009-07-25 Thread Shan-Bin Chen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 17 Jun 2009 14:33:14 +0800 Source: lxmusic Binary: lxmusic Architecture: source i386 Version: 0.3.0-1 Distribution: unstable Urgency: low Maintainer: Shan-Bin Chen dreamerwolf...@gmail.com Changed-By: Shan-Bin Chen

Accepted linux-modules-di-alpha-2.6 1.15 (alpha source)

2009-07-25 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 22:57:47 -0300 Source: linux-modules-di-alpha-2.6 Binary: loop-aes-modules-2.6.30-1-alpha-generic-di Architecture: alpha source Version: 1.15 Distribution: unstable Urgency: low Maintainer: Debian Install System

Accepted moreutils 0.37 (source i386)

2009-07-25 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 10:18:40 +0200 Source: moreutils Binary: moreutils Architecture: source i386 Version: 0.37 Distribution: unstable Urgency: low Maintainer: Joey Hess jo...@debian.org Changed-By: Joey Hess jo...@debian.org

Accepted macopix 1.7.4-2 (source i386)

2009-07-25 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 25 Jul 2009 16:06:31 +0800 Source: macopix Binary: macopix-gtk2 Architecture: source i386 Version: 1.7.4-2 Distribution: unstable Urgency: low Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org Changed-By: Ying-Chun Liu

Accepted libnsgif 0.0.1-1 (source amd64)

2009-07-25 Thread Daniel Silverstone
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 20 Jul 2009 13:20:41 +0200 Source: libnsgif Binary: libnsgif0 libnsgif0-dev libnsgif0-dbg Architecture: source amd64 Version: 0.0.1-1 Distribution: unstable Urgency: low Maintainer: Debian/Ubuntu NetSurf Package Team

Accepted fontypython 0.4.1-1 (source all)

2009-07-25 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 11:41:24 +0530 Source: fontypython Binary: fontypython Architecture: source all Version: 0.4.1-1 Distribution: unstable Urgency: low Maintainer: Kartik Mistry kar...@debian.org Changed-By: Kartik Mistry

Accepted eris 1.3.14-1 (source all amd64)

2009-07-25 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 21 Jul 2009 16:05:47 +0200 Source: eris Binary: liberis-1.3-dev liberis-1.3-15 liberis-1.3-15-dbg liberis-doc Architecture: source all amd64 Version: 1.3.14-1 Distribution: experimental Urgency: low Maintainer: Michael Koch

Accepted linux-modules-di-ia64-2.6 1.15 (ia64 source)

2009-07-25 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 22:58:24 -0300 Source: linux-modules-di-ia64-2.6 Binary: loop-aes-modules-2.6.30-1-itanium-di Architecture: ia64 source Version: 1.15 Distribution: unstable Urgency: low Maintainer: Debian Install System Team

Accepted libspreadsheet-ruby 0.6.4-1 (source all)

2009-07-25 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 21 Jul 2009 18:11:27 +0200 Source: libspreadsheet-ruby Binary: libspreadsheet-ruby libspreadsheet-ruby-doc libspreadsheet-ruby1.8 libspreadsheet-ruby1.9 Architecture: source all Version: 0.6.4-1 Distribution: unstable Urgency:

Accepted libnsbmp 0.0.1-1 (source amd64)

2009-07-25 Thread Daniel Silverstone
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 20 Jul 2009 13:27:28 +0200 Source: libnsbmp Binary: libnsbmp0 libnsbmp0-dev libnsbmp0-dbg Architecture: source amd64 Version: 0.0.1-1 Distribution: unstable Urgency: low Maintainer: Debian/Ubuntu NetSurf Package Team

Accepted jetty 6.1.19-1 (source all amd64)

2009-07-25 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 14 Jul 2009 11:50:43 +0200 Source: jetty Binary: libjetty-java libjetty-java-doc libjetty-extra-java libjetty-setuid-java jetty Architecture: source all amd64 Version: 6.1.19-1 Distribution: experimental Urgency: low

Accepted freebsd-utils 7.2-3 (source kfreebsd-i386)

2009-07-25 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 23 Jul 2009 19:52:09 +0200 Source: freebsd-utils Binary: freebsd-utils freebsd-utils-udeb kldutils kldutils-udeb kbdcontrol freebsd-net-tools Architecture: source kfreebsd-i386 Version: 7.2-3 Distribution: unstable Urgency: low

Accepted mysql-dfsg-5.1 5.1.36-2 (source all amd64)

2009-07-25 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 19 Jul 2009 18:48:53 +0200 Source: mysql-dfsg-5.1 Binary: libmysqlclient16 libmysqlclient15-dev libmysqld-pic libmysqld-dev libmysqlclient-dev mysql-common mysql-client-5.1 mysql-server-5.1 mysql-server mysql-client

Accepted libparserutils 0.0.1-1 (source amd64)

2009-07-25 Thread Daniel Silverstone
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 20 Jul 2009 12:59:27 +0200 Source: libparserutils Binary: libparserutils0 libparserutils0-dev libparserutils0-dbg Architecture: source amd64 Version: 0.0.1-1 Distribution: unstable Urgency: low Maintainer: Debian/Ubuntu

Accepted libole-ruby 1.2.9-1 (source all)

2009-07-25 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 21 Jul 2009 18:55:43 +0200 Source: libole-ruby Binary: libole-ruby-doc libole-ruby1.8 libole-ruby1.9 libole-ruby Architecture: source all Version: 1.2.9-1 Distribution: unstable Urgency: low Maintainer: Gunnar Wolf

Accepted thaifonts-scalable 1:0.4.13-1 (source all)

2009-07-25 Thread Theppitak Karoonboonyanan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 15:15:12 +0700 Source: thaifonts-scalable Binary: t1-thai-tlwg ttf-thai-tlwg ttf-thai-tlwg-udeb otf-thai-tlwg Architecture: source all Version: 1:0.4.13-1 Distribution: unstable Urgency: low Maintainer: Theppitak

Accepted eclipse 3.4.1-1 (source all i386)

2009-07-25 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 10:13:56 +0200 Source: eclipse Binary: eclipse-rcp eclipse-platform eclipse-cvs eclipse-jdt eclipse-pde eclipse-source eclipse-sdk eclipse libswt3.4-gtk-java libswt3.4-gtk-jni eclipse-efj Architecture: source all

Accepted gcc-mingw32 4.4.0-1 (source amd64)

2009-07-25 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 03 Jul 2009 00:33:53 +0200 Source: gcc-mingw32 Binary: gcc-mingw32 Architecture: source amd64 Version: 4.4.0-1 Distribution: unstable Urgency: low Maintainer: Robert Millan rmh.deb...@aybabtu.com Changed-By: Robert Millan

Accepted taglib-extras 0.1.5-1 (source amd64)

2009-07-25 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 12:43:59 +0300 Source: taglib-extras Binary: libtag-extras0 libtag-extras-dev Architecture: source amd64 Version: 0.1.5-1 Distribution: unstable Urgency: low Maintainer: Modestas Vainius modes...@vainius.eu

Accepted util-linux 2.16-2 (source all amd64)

2009-07-25 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 21 Jul 2009 15:58:40 -0600 Source: util-linux Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev libuuid1 uuid-runtime libuuid1-udeb uuid-dev util-linux-udeb

Accepted hubbub 0.0.1-1 (source amd64)

2009-07-25 Thread Daniel Silverstone
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 20 Jul 2009 13:16:38 +0200 Source: hubbub Binary: libhubbub0 libhubbub0-dev libhubbub0-dbg Architecture: source amd64 Version: 0.0.1-1 Distribution: unstable Urgency: low Maintainer: Debian/Ubuntu NetSurf Package Team

Accepted linux-modules-di-mipsel-2.6 1.18 (source mipsel)

2009-07-25 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 22:59:04 -0300 Source: linux-modules-di-mipsel-2.6 Binary: loop-aes-modules-2.6.30-1-r5k-cobalt-di loop-aes-modules-2.6.30-1-4kc-malta-di Architecture: mipsel source Version: 1.18 Distribution: unstable Urgency:

Accepted parrot 1.4.0-1 (source all i386)

2009-07-25 Thread Allison Randal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 23:54:07 -0700 Source: parrot Binary: parrot parrot-minimal libparrot1.4.0 libparrot-dev parrot-doc parrot-devel Architecture: source all i386 Version: 1.4.0-1 Distribution: unstable Urgency: low Maintainer: Debian

Accepted goldendict 0.9.0+svn354-4 (source i386)

2009-07-25 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Thu, 23 Jul 2009 15:39:10 +0400 Source: goldendict Binary: goldendict Architecture: source i386 Version: 0.9.0+svn354-4 Distribution: unstable Urgency: low Maintainer: Dmitry E. Oboukhov un...@debian.org Changed-By: Dmitry E.

Accepted ttf-ubuntu-title 0.20080108-1 (source all)

2009-07-25 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 April 2009 16:42:19 +0200 Source: ttf-ubuntu-title Binary: ttf-ubuntu-title Architecture: source all Version: 0.20080108-1 Distribution: unstable Urgency: low Maintainer: Gürkan Sengün gur...@phys.ethz.ch Changed-By: Gürkan

Accepted python-peak.rules 0.5a1+r2582.1-1 (source all)

2009-07-25 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 20 Jun 2009 14:34:47 +0200 Source: python-peak.rules Binary: python-peak.rules Architecture: source all Version: 0.5a1+r2582.1-1 Distribution: experimental Urgency: low Maintainer: Stefano Zacchiroli z...@debian.org Changed-By:

Accepted r6rs-doc 1.0-1 (source all)

2009-07-25 Thread Daniel Moerner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 16 Mar 2009 14:37:25 -0700 Source: r6rs-doc Binary: r6rs-doc Architecture: source all Version: 1.0-1 Distribution: unstable Urgency: low Maintainer: Daniel Moerner dmoer...@gmail.com Changed-By: Daniel Moerner dmoer...@gmail.com

Accepted python-peak.util 20090610-1 (source all)

2009-07-25 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 10 Jun 2009 16:04:32 +0200 Source: python-peak.util Binary: python-peak.util Architecture: source all Version: 20090610-1 Distribution: experimental Urgency: low Maintainer: Stefano Zacchiroli z...@debian.org Changed-By: Stefano

Accepted tor 0.2.1.18-1 (source all i386)

2009-07-25 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 11:15:11 +0200 Source: tor Binary: tor tor-dbg tor-geoipdb Architecture: source all i386 Version: 0.2.1.18-1 Distribution: unstable Urgency: low Maintainer: Peter Palfrader wea...@debian.org Changed-By: Peter

Accepted python-peak.rules 0.5a1+r2582-1 (source all)

2009-07-25 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 10 Jun 2009 18:47:20 +0200 Source: python-peak.rules Binary: python-peak.rules Architecture: source all Version: 0.5a1+r2582-1 Distribution: experimental Urgency: low Maintainer: Stefano Zacchiroli z...@debian.org Changed-By:

Accepted psi-plus 0.13.r537-1 (source i386)

2009-07-25 Thread Ivan Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Sun, 08 Jun 2009 01:24:54 +0300 Source: psi-plus Binary: psi-plus Architecture: source i386 Version: 0.13.r537-1 Distribution: unstable Urgency: low Maintainer: Ivan Borzenkov ivan1...@list.ru Changed-By: Ivan Borzenkov

Accepted mpdris 0.1-1 (source all)

2009-07-25 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 11 Jun 2009 14:10:02 +0200 Source: mpdris Binary: mpdris Architecture: source all Version: 0.1-1 Distribution: unstable Urgency: low Maintainer: Michal Čihař ni...@debian.org Changed-By: Michal Čihař ni...@debian.org

Accepted psi-plus 0.13.r735-1 (source i386)

2009-07-25 Thread Ivan Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Sat, 18 Jul 2009 22:58:36 +0400 Source: psi-plus Binary: psi-plus psi-plus-plugins Architecture: source i386 Version: 0.13.r735-1 Distribution: unstable Urgency: low Maintainer: Ivan Borzenkov ivan1...@list.ru Changed-By: Ivan

Accepted iceape 1.1.17-1 (source all amd64)

2009-07-25 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 22:29:22 +0200 Source: iceape Binary: iceape iceape-browser iceape-gnome-support iceape-dev iceape-dev-bin iceape-dbg iceape-mailnews iceape-chatzilla iceape-calendar iceape-dom-inspector Architecture: source all

Accepted haskell-edison-api 1.2.1-10 (source all amd64)

2009-07-25 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 17 Jul 2009 11:28:52 +0200 Source: haskell-edison-api Binary: libghc6-edison-api-dev libghc6-edison-api-prof libhugs-edison-api haskell-edison-api-doc Architecture: source all amd64 Version: 1.2.1-10 Distribution: unstable

Accepted mcl 1:09-182-1 (source i386 all)

2009-07-25 Thread Philipp Benner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 08:15:19 + Source: mcl Binary: mcl mcl-doc Architecture: source i386 all Version: 1:09-182-1 Distribution: unstable Urgency: low Maintainer: Philipp Benner phil...@debian.org Changed-By: Philipp Benner

Accepted haskell-edison-core 1.2.1.3-1 (source all amd64)

2009-07-25 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 17 Jul 2009 11:32:42 +0200 Source: haskell-edison-core Binary: libghc6-edison-core-dev libghc6-edison-core-prof libhugs-edison-core haskell-edison-core-doc Architecture: source all amd64 Version: 1.2.1.3-1 Distribution:

Accepted stardict 3.0.1-6 (source all i386)

2009-07-25 Thread 李健秋
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 00:38:44 +0200 Source: stardict Binary: stardict stardict-gnome stardict-gtk stardict-plugin-espeak stardict-plugin-festival stardict-plugin-gucharmap stardict-plugin-spell stardict-plugin stardict-common stardic

Accepted lxc 0.6.3-1 (source amd64)

2009-07-25 Thread Guido Trotter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 12:24:30 +0200 Source: lxc Binary: lxc Architecture: source amd64 Version: 0.6.3-1 Distribution: unstable Urgency: low Maintainer: Guido Trotter ultrot...@debian.org Changed-By: Guido Trotter ultrot...@debian.org

Accepted digikam 2:1.0.0~beta3-1 (source i386 amd64)

2009-07-25 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 08:43:28 +0200 Source: digikam Binary: digikam showfoto digikam-dbg Architecture: amd64 i386 source Version: 2:1.0.0~beta3-1 Distribution: unstable Urgency: low Maintainer: Fathi Boudra f...@debian.org Changed-By:

Accepted didiwiki 0.5-8 (source amd64)

2009-07-25 Thread Ignace Mouzannar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 20 Jul 2009 19:19:25 +0200 Source: didiwiki Binary: didiwiki Architecture: source amd64 Version: 0.5-8 Distribution: unstable Urgency: low Maintainer: Ignace Mouzannar mouzan...@gmail.com Changed-By: Ignace Mouzannar

Accepted libzip 0.9-2 (source i386 amd64)

2009-07-25 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 11:47:15 +0200 Source: libzip Binary: libzip-dev libzip1 zipcmp zipmerge ziptorrent Architecture: amd64 i386 source Version: 0.9-2 Distribution: unstable Urgency: low Maintainer: Fathi Boudra f...@debian.org

Accepted freqtweak 0.7.2-1 (source amd64)

2009-07-25 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 12:25:42 +0200 Source: freqtweak Binary: freqtweak Architecture: source amd64 Version: 0.7.2-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Ricardo Mones

Accepted abcde 2.3.99.7-1 (source all)

2009-07-25 Thread Colin Tuckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 10:24:33 +0100 Source: abcde Binary: abcde Architecture: source all Version: 2.3.99.7-1 Distribution: unstable Urgency: low Maintainer: Jesus Climent jesus.clim...@hispalinux.es Changed-By: Colin Tuckley

Accepted nis 3.17-26 (source amd64)

2009-07-25 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 11:35:13 +0100 Source: nis Binary: nis Architecture: source amd64 Version: 3.17-26 Distribution: unstable Urgency: low Maintainer: Mark Brown broo...@debian.org Changed-By: Mark Brown broo...@debian.org Description:

Accepted qlandkartegt 0.13.0-1 (source amd64)

2009-07-25 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 11 Jun 2009 16:29:18 +0200 Source: qlandkartegt Binary: qlandkartegt Architecture: source amd64 Version: 0.13.0-1 Distribution: unstable Urgency: low Maintainer: Yaroslav Halchenko deb...@onerussian.com Changed-By: Michael Hanke

Accepted ksplice 0.9.8-1 (source i386)

2009-07-25 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 13:27:19 +0200 Source: ksplice Binary: ksplice Architecture: source i386 Version: 0.9.8-1 Distribution: unstable Urgency: low Maintainer: Luca Bruno lu...@debian.org Changed-By: Luca Bruno lu...@debian.org

Accepted freebsd-utils 7.2-4 (source kfreebsd-i386)

2009-07-25 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 13:06:27 +0200 Source: freebsd-utils Binary: freebsd-utils freebsd-utils-udeb kldutils kldutils-udeb kbdcontrol freebsd-net-tools Architecture: source kfreebsd-i386 Version: 7.2-4 Distribution: unstable Urgency: low

Accepted gnome-audio 2.22.2-1 (source all)

2009-07-25 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 13:48:13 +0200 Source: gnome-audio Binary: gnome-audio Architecture: source all Version: 2.22.2-1 Distribution: unstable Urgency: low Maintainer: Noèl Köthe n...@debian.org Changed-By: Noèl Köthe n...@debian.org

Accepted egroupware-egw-pear 1.6.002-1 (source all)

2009-07-25 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 15:33:58 +0300 Source: egroupware-egw-pear Binary: egroupware-egw-pear Architecture: source all Version: 1.6.002-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted libmimedir 0.5.1-3 (source i386)

2009-07-25 Thread Raphael Hertzog
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 15:19:07 +0200 Source: libmimedir Binary: libmimedir0 libmimedir-dev Architecture: source i386 Version: 0.5.1-3 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted ssdeep 2.2-1 (source i386)

2009-07-25 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 00:47:42 +0200 Source: ssdeep Binary: ssdeep Architecture: source i386 Version: 2.2-1 Distribution: unstable Urgency: low Maintainer: Debian Forensics forensics-de...@lists.alioth.debian.org Changed-By: Michael

Accepted translate-toolkit 1.4.0~rc1-1 (source all)

2009-07-25 Thread Nekral
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 18:27:06 +0200 Source: translate-toolkit Binary: translate-toolkit translate-toolkit-dev-doc Architecture: source all Version: 1.4.0~rc1-1 Distribution: experimental Urgency: low Maintainer: Nicolas FRANCOIS (Nekral)

Accepted lshw 02.14-1 (source i386)

2009-07-25 Thread Ghe Rivero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 15:30:52 +0200 Source: lshw Binary: lshw lshw-gtk Architecture: source i386 Version: 02.14-1 Distribution: unstable Urgency: low Maintainer: Ghe Rivero g...@debian.org Changed-By: Ghe Rivero g...@debian.org

Accepted gngb 20060309-3 (source i386)

2009-07-25 Thread Nick Ellery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 18 Jul 2009 10:46:58 -0700 Source: gngb Binary: gngb Architecture: source i386 Version: 20060309-3 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org Changed-By: Nick Ellery

Accepted liquidwar 5.6.4-2 (source all i386)

2009-07-25 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 10:36:12 -0400 Source: liquidwar Binary: liquidwar liquidwar-data liquidwar-server Architecture: source all i386 Version: 5.6.4-2 Distribution: unstable Urgency: low Maintainer: Debian Games Team

Accepted ttf-gfs-didot-classic 1.1-1 (source all)

2009-07-25 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 20 Jul 2009 17:03:20 +0300 Source: ttf-gfs-didot-classic Binary: ttf-gfs-didot-classic Architecture: source all Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force

Accepted ttf-gfs-baskerville 1.1-1 (source all)

2009-07-25 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 20 Jul 2009 17:03:20 +0300 Source: ttf-gfs-baskerville Binary: ttf-gfs-baskerville Architecture: source all Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force

Accepted belpic 2.6.0-7 (source amd64)

2009-07-25 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 16:31:33 +0200 Source: belpic Binary: libbeidlibopensc2 libbeidlibopensc2-dev libbeidlibopensc2-dbg beid-tools libbeid2 libbeid2-dev libbeid2-dbg beidgui Architecture: source amd64 Version: 2.6.0-7 Distribution:

Accepted libtpproto-py 0.2.5-2 (source all)

2009-07-25 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 11:30:49 -0400 Source: libtpproto-py Binary: python-tp-netlib Architecture: source all Version: 0.2.5-2 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org

Accepted librspec-ruby 1.2.8-1 (source all)

2009-07-25 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 15:40:48 +0200 Source: librspec-ruby Binary: librspec-ruby1.8 librspec-ruby Architecture: source all Version: 1.2.8-1 Distribution: unstable Urgency: low Maintainer: Sebastien Delafond s...@debian.org Changed-By:

Accepted virtaal 0.4.0~rc1-1 (source all)

2009-07-25 Thread Nekral
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 24 Jul 2009 18:56:50 +0200 Source: virtaal Binary: virtaal Architecture: source all Version: 0.4.0~rc1-1 Distribution: experimental Urgency: low Maintainer: Nicolas FRANCOIS (Nekral) nicolas.franc...@centraliens.net Changed-By:

Accepted ttf-gfs-complutum 1.1-1 (source all)

2009-07-25 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 20 Jul 2009 17:03:20 +0300 Source: ttf-gfs-complutum Binary: ttf-gfs-complutum Architecture: source all Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force

Accepted scheme9 2009.07.25-1 (source amd64)

2009-07-25 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 17:14:28 +0200 Source: scheme9 Binary: scheme9 Architecture: source amd64 Version: 2009.07.25-1 Distribution: unstable Urgency: low Maintainer: Barak A. Pearlmutter b...@debian.org Changed-By: Barak A. Pearlmutter

Accepted ttf-gfs-bodoni-classic 1.1-1 (source all)

2009-07-25 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 20 Jul 2009 17:03:20 +0300 Source: ttf-gfs-bodoni-classic Binary: ttf-gfs-bodoni-classic Architecture: source all Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force

Accepted sysvinit 2.87dsf-1 (source i386 all)

2009-07-25 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 16:44:55 +0200 Source: sysvinit Binary: sysvinit sysvinit-utils sysv-rc initscripts Architecture: source i386 all Version: 2.87dsf-1 Distribution: unstable Urgency: low Maintainer: Debian sysvinit maintainers

Accepted xrestop 0.4-4 (source amd64)

2009-07-25 Thread Moray Allan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 16:26:51 +0200 Source: xrestop Binary: xrestop Architecture: source amd64 Version: 0.4-4 Distribution: unstable Urgency: low Maintainer: Moray Allan mo...@debian.org Changed-By: Moray Allan mo...@debian.org

Accepted ttf-gfs-solomos 1.1-1 (source all)

2009-07-25 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 20 Jul 2009 17:03:20 +0300 Source: ttf-gfs-solomos Binary: ttf-gfs-solomos Architecture: source all Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org

Accepted ttf-gfs-gazis 1.1-1 (source all)

2009-07-25 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 20 Jul 2009 17:03:20 +0300 Source: ttf-gfs-gazis Binary: ttf-gfs-gazis Architecture: source all Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org

Accepted libraw1394 2.0.4-1 (source all amd64)

2009-07-25 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 25 Jul 2009 17:16:11 +0200 Source: libraw1394 Binary: libraw1394-dev libraw1394-doc libraw1394-11 Architecture: source amd64 all Version: 2.0.4-1 Distribution: unstable Urgency: low Maintainer: Guus Sliepen g...@debian.org

  1   2   >