Re: Bug#480563: Doesn't strip binary NMU version (+b1, +bN etc.) when reporting bugs

2008-07-19 Thread Sandro Tosi
On Sat, Jul 19, 2008 at 02:23, Don Armstrong [EMAIL PROTECTED] wrote: On Fri, 18 Jul 2008, Sandro Tosi wrote: should we strip-off the binNMU extension from the package version in reportbug? No. The BTS is more than capable of resolving binary versions to source versions, and knows far better

Re: Call for keys for keysigning in Mar del Plata during DebConf8

2008-07-19 Thread Aníbal Monsalve Salazar
On Tue, Jul 15, 2008 at 10:09:27PM +1000, Anibal Monsalve Salazar wrote: Hello All, As part of the 9th Debian Conference in Mar del Plata, Argentina, there will be OpenPGP (pgp/gpg) keysignings. If you intend to participate in the DebConf8 keysignings, please send your ascii armored public key as

Clarification about bug #463538 is needed

2008-07-19 Thread Sergei Golovan
Hi! Currently APT fails to start all services which are based on Erlang (see bug #463538, [1]). It starts the service successfully but after apt-get finishes the service process get killed. I've found a one-line-patch which fixes this bug (see [2]) but I'm not sure if it's correct and doesn't

Re: [Pkg-xen-devel] Xen status in lenny?

2008-07-19 Thread Gunnar Wolf
Guido Günther dijo [Fri, Jul 18, 2008 at 04:34:25PM -0230]: On Fri, Jul 11, 2008 at 08:37:01AM +0100, Ian Campbell wrote: [..snip..] dom0 support is being worked on by Fedora people (I think) but there are no patches upstream yet. We could recommend kvm+xenner+libvirt as dom0 for people

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Martijn van Oosterhout
On Sat, Jul 19, 2008 at 3:21 PM, Sergei Golovan [EMAIL PROTECTED] wrote: Hi! Currently APT fails to start all services which are based on Erlang (see bug #463538, [1]). It starts the service successfully but after apt-get finishes the service process get killed. I've found a one-line-patch

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Sergei Golovan
On 7/19/08, Martijn van Oosterhout [EMAIL PROTECTED] wrote: Umm, if that patch fixes it (removing the TIOCSCTTY) then it seems to me that the erlang-based service will instead exit when the user who installed the server logs out. Evidently the services in erlang are not properly

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Stephen Gran
This one time, at band camp, Sergei Golovan said: On 7/19/08, Martijn van Oosterhout [EMAIL PROTECTED] wrote: Umm, if that patch fixes it (removing the TIOCSCTTY) then it seems to me that the erlang-based service will instead exit when the user who installed the server logs out.

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Mike Hommey
On Sat, Jul 19, 2008 at 09:28:03PM +0400, Sergei Golovan wrote: On 7/19/08, Martijn van Oosterhout [EMAIL PROTECTED] wrote: Umm, if that patch fixes it (removing the TIOCSCTTY) then it seems to me that the erlang-based service will instead exit when the user who installed the server

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Vincent Bernat
OoO Pendant le repas du samedi 19 juillet 2008, vers 19:28, Sergei Golovan [EMAIL PROTECTED] disait : Erlang does exactly the following when detaches from a terminal: if (start_detached) { int status = fork(); if (status != 0) return 0; status = fork(); if (status

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Russ Allbery
Sergei Golovan [EMAIL PROTECTED] writes: Erlang does exactly the following when detaches from a terminal: if (start_detached) { int status = fork(); if (status != 0) return 0; status = fork(); if (status != 0) return 0; close(0); open(/dev/null, O_RDONLY);

Re: [Pkg-xen-devel] Xen status in lenny?

2008-07-19 Thread LM Jogbäck
On Wed, Jul 16, 2008 at 2:54 AM, Ben Hutchings [EMAIL PROTECTED] wrote: SLES 11 will include Linux 2.6.26 with Xen patches - packages should be available any day now from ftp://ftp.suse.com/pub/projects/kernel/kotd/SL110_BRANCH/i386/. Is it possible that those patches will be usable in

Re: [Pkg-xen-devel] Xen status in lenny?

2008-07-19 Thread Ben Hutchings
On Sat, Jul 19, 2008 at 09:15:09PM +0200, LM Jogbäck wrote: On Wed, Jul 16, 2008 at 2:54 AM, Ben Hutchings [EMAIL PROTECTED] wrote: SLES 11 will include Linux 2.6.26 with Xen patches - packages should be available any day now from

Downgrading Bug#474736 to important

2008-07-19 Thread Rodrigo Gallardo
Eric Cooper [EMAIL PROTECTED] When I click on this feed: http://www.borowitzreport.com/, the first item is (currently) the following. Liferea pops up a browser window for the embedded URL in the iframe whenever I try to display headlines -- I'm not even trying to read the body of the item.

Re: esound [was: Re: Non-related 'Recommends' dependencies - bug or not?]

2008-07-19 Thread Jason D. Clinton
On Tue, Jun 17, 2008 at 9:21 AM, Loïc Minier [EMAIL PROTECTED] wrote: On Tue, Jun 17, 2008, Martin Pitt wrote: That's interesting indeed! So you avoid that by using an OSS driver instead of the ALSA one? I can really not imagine how esound on top of a broken ALSA driver would sound better

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Brian May
Sergei Golovan wrote: int status = fork(); if (status != 0) return 0; status = fork(); if (status != 0) return 0; Apart from what everyone else has said, I can't help put being slightly puzzled that it calls fork two times. This just seems weird... Or did I miss

Re: Clarification about bug #463538 is needed

2008-07-19 Thread The Fungi
On Sun, Jul 20, 2008 at 09:14:48AM +1000, Brian May wrote: Apart from what everyone else has said, I can't help put being slightly puzzled that it calls fork two times. This just seems weird... Or did I miss something? See chapter 13 from Advanced Programming in the UNIX Environment (ISBN

FHS and /var/www

2008-07-19 Thread Carl Fürstenberg
FHS 2.3 specifies in http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM to use /srv for Data for services provided by this system, for example /srv/www for web root. In the policy, the section 9.1.1(http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.1.1)

Re: FHS and /var/www

2008-07-19 Thread Roberto C . Sánchez
On Sun, Jul 20, 2008 at 01:43:12AM +0200, Carl Fürstenberg wrote: FHS 2.3 specifies in http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM to use /srv for Data for services provided by this system, for example /srv/www for web root. In the policy, the section

Re: FHS and /var/www

2008-07-19 Thread Ben Finney
Carl Fürstenberg [EMAIL PROTECTED] writes: Should we force all httpd:s to use /srv/www instead of /var/www, or should an exception to the policy be added? I think there's no hardship if we support the FHS location, so an exception shouldn't be made. What do you mean by force all [HTTP

Bug#491512: no man page for ulimit command

2008-07-19 Thread Robert A Marder
Package: general Severity: serious Justification: Policy 12.1 The ulimit command has no manual page, which violates DP 12.1 Because this command has no binary (an internal command?) i've put it as general although base may be a better psudeopackage. -- System Information: Debian Release: 4.0

Bug#491512: marked as done (no man page for ulimit command)

2008-07-19 Thread Debian Bug Tracking System
Your message dated Sun, 20 Jul 2008 10:46:18 +0800 with message-id [EMAIL PROTECTED] and subject line ulimit is documented has caused the Debian Bug report #491512, regarding no man page for ulimit command to be marked as done. This means that you claim that the problem has been dealt with. If

Re: Clarification about bug #463538 is needed

2008-07-19 Thread Sergei Golovan
On 7/19/08, Russ Allbery [EMAIL PROTECTED] wrote: It's missing either setsid or ioctl(/dev/tty, TIOCNOTTY). The semi-standard daemon() function does the right thing. Here's a public domain replacement (which assumes you have an Autoconf probe for whether setsid is available). It depends

Bug#491113: ITP: eekboek -- Bookkeeping software for small and medium-size businesses

2008-07-19 Thread Joost van Baal
retitle 491113 ITP: eekboek -- Bookkeeping software for small and medium-size businesses owner 491113 ! thanks Hi, Op Wed 16 Jul 2008 om 08:35:18 +0200 schreef Joost van Baal: Package: wnpp Severity: wishlist * Package name: eekboek Version : 1.03.13 Upstream Author :

Accepted elscreen 1.4.6-4 (source all)

2008-07-19 Thread mhatta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:02:03 +0900 Source: elscreen Binary: elscreen Architecture: source all Version: 1.4.6-4 Distribution: unstable Urgency: low Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED] Changed-By: Masayuki Hatta (mhatta)

Accepted mendexk 2.6e-3 (source i386)

2008-07-19 Thread mhatta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:18:52 +0900 Source: mendexk Binary: mendexk Architecture: source i386 Version: 2.6e-3 Distribution: unstable Urgency: low Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED] Changed-By: Masayuki Hatta (mhatta)

Accepted cgoban 1.9.14-15 (source i386)

2008-07-19 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 07:03:51 +0200 Source: cgoban Binary: cgoban Architecture: source i386 Version: 1.9.14-15 Distribution: unstable Urgency: low Maintainer: Martin A. Godisch [EMAIL PROTECTED] Changed-By: Martin A. Godisch [EMAIL

Accepted ewipe 1.2.0-8 (source i386)

2008-07-19 Thread mhatta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:07:37 +0900 Source: ewipe Binary: ewipe Architecture: source i386 Version: 1.2.0-8 Distribution: unstable Urgency: low Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED] Changed-By: Masayuki Hatta (mhatta)

Accepted edict-fpw 1.2.1-8 (source all)

2008-07-19 Thread mhatta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:33:24 +0900 Source: edict-fpw Binary: edict-fpw Architecture: source all Version: 1.2.1-8 Distribution: unstable Urgency: low Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED] Changed-By: Masayuki Hatta

Accepted autopsy 2.08-2.1 (source all)

2008-07-19 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 08:25:23 +0200 Source: autopsy Binary: autopsy Architecture: source all Version: 2.08-2.1 Distribution: unstable Urgency: low Maintainer: Lorenzo Martignoni [EMAIL PROTECTED] Changed-By: Martin A. Godisch [EMAIL

Accepted cracklib2 2.8.12-2 (source i386)

2008-07-19 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 15 Jul 2008 19:59:54 +0200 Source: cracklib2 Binary: libcrack2 libcrack2-dev cracklib-runtime python-cracklib Architecture: source i386 Version: 2.8.12-2 Distribution: unstable Urgency: low Maintainer: Jan Dittberner [EMAIL

Accepted audacious 1.5.1-2 (source i386)

2008-07-19 Thread William Pitcock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Jul 2008 20:10:07 -0500 Source: audacious Binary: audacious libaudid3tag1 libaudclient1 audacious-dev audacious-dbg Architecture: source i386 Version: 1.5.1-2 Distribution: unstable Urgency: medium Maintainer: Debian

Accepted audacious-plugins 1.5.1-2 (source i386)

2008-07-19 Thread William Pitcock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Jul 2008 20:25:56 -0500 Source: audacious-plugins Binary: audacious-plugins audacious-plugins-extra audacious-plugins-dev audacious-plugins-dbg Architecture: source i386 Version: 1.5.1-2 Distribution: unstable Urgency: low

Accepted openvpn 2.1~rc7-6 (source i386)

2008-07-19 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 24 Jun 2008 15:46:15 +0200 Source: openvpn Binary: openvpn Architecture: source i386 Version: 2.1~rc7-6 Distribution: unstable Urgency: low Maintainer: Alberto Gonzalez Iniesta [EMAIL PROTECTED] Changed-By: Alberto Gonzalez

Accepted latrine 0.10.1-1 (source i386)

2008-07-19 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 10:07:41 +0200 Source: latrine Binary: latrine Architecture: source i386 Version: 0.10.1-1 Distribution: unstable Urgency: low Maintainer: Martin A. Godisch [EMAIL PROTECTED] Changed-By: Martin A. Godisch [EMAIL

Accepted emacs21-non-dfsg 21.4a+1-1.1 (source all)

2008-07-19 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Jul 2008 23:53:10 +0200 Source: emacs21-non-dfsg Binary: emacs21-common-non-dfsg Architecture: source all Version: 21.4a+1-1.1 Distribution: unstable Urgency: high Maintainer: Rob Browning [EMAIL PROTECTED] Changed-By: Frank

Accepted lua-posix 5.1.4-1 (source amd64)

2008-07-19 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 11:12:52 +0200 Source: lua-posix Binary: liblua5.1-posix1 liblua5.1-posix-dev Architecture: source amd64 Version: 5.1.4-1 Distribution: unstable Urgency: low Maintainer: Enrico Tassi [EMAIL PROTECTED] Changed-By:

Accepted emacs22-non-dfsg 22.2+2-1.1 (source all)

2008-07-19 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 18 Jul 2008 00:15:19 +0200 Source: emacs22-non-dfsg Binary: emacs22-common-non-dfsg Architecture: source all Version: 22.2+2-1.1 Distribution: unstable Urgency: high Maintainer: Rob Browning [EMAIL PROTECTED] Changed-By: Frank

Accepted libsql-abstract-perl 1.24-1 (source all)

2008-07-19 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 10:58:34 +0200 Source: libsql-abstract-perl Binary: libsql-abstract-perl Architecture: source all Version: 1.24-1 Distribution: unstable Urgency: low Maintainer: Bart Martens [EMAIL PROTECTED] Changed-By: Bart

Accepted cpufrequtils 004-2 (source i386)

2008-07-19 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:10:07 +0900 Source: cpufrequtils Binary: cpufrequtils libcpufreq0 libcpufreq-dev Architecture: source i386 Version: 004-2 Distribution: unstable Urgency: low Maintainer: Mattia Dongili [EMAIL PROTECTED]

Accepted webcheck 1.10.3 (source all)

2008-07-19 Thread Arthur de Jong
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 13:30:00 +0200 Source: webcheck Binary: webcheck Architecture: source all Version: 1.10.3 Distribution: unstable Urgency: low Maintainer: Arthur de Jong [EMAIL PROTECTED] Changed-By: Arthur de Jong [EMAIL PROTECTED]

Accepted stroq 0.2-7 (source amd64)

2008-07-19 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 13:28:21 +0200 Source: stroq Binary: stroq Architecture: source amd64 Version: 0.2-7 Distribution: unstable Urgency: low Maintainer: Arnaud Cornet [EMAIL PROTECTED] Changed-By: Arnaud Cornet [EMAIL PROTECTED]

Accepted linux-modules-nonfree-2.6 2.6.25-2 (source i386)

2008-07-19 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Jul 2008 23:19:00 +0200 Source: linux-modules-nonfree-2.6 Binary: fglrx-modules-2.6.25-2-486 fglrx-modules-2.6-486 fglrx-modules-2.6.25-2-686 fglrx-modules-2.6-686 fglrx-modules-2.6.25-2-686-bigmem

Accepted libsub-name-perl 0.04-1 (source i386)

2008-07-19 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 11:09:58 +0200 Source: libsub-name-perl Binary: libsub-name-perl Architecture: source i386 Version: 0.04-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By: Ansgar

Accepted solfege 3.11.3-1 (source all i386)

2008-07-19 Thread Tom Cato Amundsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 14 Jul 2008 07:46:47 +0200 Source: solfege Binary: solfege solfege-oss Architecture: source all i386 Version: 3.11.3-1 Distribution: unstable Urgency: low Maintainer: Tom Cato Amundsen [EMAIL PROTECTED] Changed-By: Tom Cato

Accepted psycopg 1.1.21-17 (source all amd64)

2008-07-19 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 14 Jul 2008 09:55:56 +0200 Source: psycopg Binary: python-psycopg python-psycopg-dbg zope-psycopgda python-psycopgda Architecture: source all amd64 Version: 1.1.21-17 Distribution: unstable Urgency: low Maintainer: Fabio

Accepted gts 0.7.6+darcs080704-1 (source all amd64)

2008-07-19 Thread Ruben Molina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 04 Jul 2008 17:20:55 -0500 Source: gts Binary: libgts-doc libgts-dev libgts-dbg libgts-0.7-5 libgts-bin Architecture: source all amd64 Version: 0.7.6+darcs080704-1 Distribution: unstable Urgency: low Maintainer: Ruben Molina

Accepted libdatetime-format-natural-perl 0.71-1 (source all)

2008-07-19 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2008 14:52:48 +0200 Source: libdatetime-format-natural-perl Binary: libdatetime-format-natural-perl Architecture: source all Version: 0.71-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL

Accepted di-netboot-assistant 0.35 (source all)

2008-07-19 Thread Franklin Piat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 11 Jul 2008 00:26:10 +0200 Source: di-netboot-assistant Binary: di-netboot-assistant Architecture: source all Version: 0.35 Distribution: unstable Urgency: low Maintainer: Franklin Piat [EMAIL PROTECTED] Changed-By: Franklin

Accepted python-scriptutil 1-1 (source all)

2008-07-19 Thread Matthew Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2008 18:54:44 +0100 Source: python-scriptutil Binary: python-scriptutil Architecture: source all Version: 1-1 Distribution: unstable Urgency: low Maintainer: Matthew Johnson [EMAIL PROTECTED] Changed-By: Matthew Johnson

Accepted libproc-processtable-perl 0.43-1 (source all i386)

2008-07-19 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 18 Jul 2008 18:02:53 +0200 Source: libproc-processtable-perl Binary: libproc-processtable-perl libproc-process-perl Architecture: source all i386 Version: 0.43-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted openstreetmap-map-icons 1:0.0.0.20080713-1 (source all)

2008-07-19 Thread Andreas Putzo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2008 16:26:14 + Source: openstreetmap-map-icons Binary: openstreetmap-map-icons-classic openstreetmap-map-icons-square openstreetmap-map-icons-scalable Architecture: source all Version: 1:0.0.0.20080713-1

Accepted kallery 1.2.0-2 (source all amd64)

2008-07-19 Thread Marvin Stark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2008 22:50:54 +0200 Source: kallery Binary: kallery kallery-data Architecture: source amd64 all Version: 1.2.0-2 Distribution: experimental Urgency: low Maintainer: Marvin Stark [EMAIL PROTECTED] Changed-By: Marvin Stark

Accepted digitemp 3.5.0ds1-1 (source amd64)

2008-07-19 Thread Riccardo Stagni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 18 Jul 2008 00:33:07 +0200 Source: digitemp Binary: digitemp Architecture: source amd64 Version: 3.5.0ds1-1 Distribution: unstable Urgency: low Maintainer: Riccardo Stagni [EMAIL PROTECTED] Changed-By: Riccardo Stagni [EMAIL

Accepted reportbug-ng 1.0 (source all)

2008-07-19 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 13:45:24 +0200 Source: reportbug-ng Binary: reportbug-ng Architecture: source all Version: 1.0 Distribution: unstable Urgency: low Maintainer: Bastian Venthur [EMAIL PROTECTED] Changed-By: Bastian Venthur [EMAIL

Accepted libmodule-install-perl 0.76-1 (source all)

2008-07-19 Thread AGOSTINI Yves
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Jul 2008 14:21:48 +0200 Source: libmodule-install-perl Binary: libmodule-install-perl Architecture: source all Version: 0.76-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By:

Accepted unixcw 2.3-10 (source i386)

2008-07-19 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:48:46 +0200 Source: unixcw Binary: unixcw cw unixcw-dev cwcp xcwcp Architecture: source i386 Version: 2.3-10 Distribution: unstable Urgency: low Maintainer: Joop Stakenborg [EMAIL PROTECTED] Changed-By: Joop

Accepted extra-xdg-menus 1.0-4 (source all)

2008-07-19 Thread Hamish Moffatt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 20 Jul 2008 00:13:22 +1000 Source: extra-xdg-menus Binary: extra-xdg-menus Architecture: source all Version: 1.0-4 Distribution: unstable Urgency: low Maintainer: Peter Clifton [EMAIL PROTECTED] Changed-By: Hamish Moffatt [EMAIL

Accepted baycomusb 0.10-10 (source i386)

2008-07-19 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:53:45 +0200 Source: baycomusb Binary: baycomusb Architecture: source i386 Version: 0.10-10 Distribution: unstable Urgency: low Maintainer: Debian Hamradio Maintainers [EMAIL PROTECTED] Changed-By: Joop Stakenborg

Accepted kvm 71+dfsg-1 (source all i386)

2008-07-19 Thread Jan Lübbe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 15:52:45 +0200 Source: kvm Binary: kvm kvm-source Architecture: source all i386 Version: 71+dfsg-1 Distribution: unstable Urgency: low Maintainer: Jan Lübbe [EMAIL PROTECTED] Changed-By: Jan Lübbe [EMAIL PROTECTED]

Accepted freemat 3.6+dfsg-2 (source all amd64)

2008-07-19 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 11:24:52 +0200 Source: freemat Binary: freemat freemat-data freemat-help Architecture: source all amd64 Version: 3.6+dfsg-2 Distribution: unstable Urgency: low Maintainer: Giuseppe Iuculano [EMAIL PROTECTED]

Accepted xft 2.1.13-1 (source i386)

2008-07-19 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 16:30:18 +0200 Source: xft Binary: libxft2 libxft2-dbg libxft-dev Architecture: source i386 Version: 2.1.13-1 Distribution: experimental Urgency: low Maintainer: Debian X Strike Force [EMAIL PROTECTED] Changed-By:

Accepted wmaker 0.92.0-8 (source amd64)

2008-07-19 Thread John H. Robinson, IV
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 10 Jul 2008 19:35:34 -0700 Source: wmaker Binary: wmaker libwmaker0-dev libwraster3-dev libwraster3 libwings-dev Architecture: source amd64 Version: 0.92.0-8 Distribution: unstable Urgency: low Maintainer: John H. Robinson, IV

Accepted user-mode-linux 2.6.25-1um-1 (source i386)

2008-07-19 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 19:58:26 +0900 Source: user-mode-linux Binary: user-mode-linux Architecture: source i386 Version: 2.6.25-1um-1 Distribution: unstable Urgency: low Maintainer: User Mode Linux Maintainers [EMAIL PROTECTED] Changed-By:

Accepted vdr 1.6.0-5 (source all i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 16:25:21 +0200 Source: vdr Binary: vdr vdr-dev vdr-dbg vdr-plugin-sky vdr-plugin-examples Architecture: source all i386 Version: 1.6.0-5 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL

Accepted gnustep-gui 0.14.0-4 (source all i386)

2008-07-19 Thread Hubert Chathi
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Sat, 19 Jul 2008 11:13:23 -0400 Source: gnustep-gui Binary: gnustep-gui-common gnustep-gui-runtime libgnustep-gui0.14 libgnustep-gui-dev libgnustep-gui0.14-dbg gnustep-gui-doc Architecture: source all i386 Version: 0.14.0-4

Accepted gnustep-base 1.16.3-2 (source all i386)

2008-07-19 Thread Hubert Chathi
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Sat, 19 Jul 2008 11:36:33 -0400 Source: gnustep-base Binary: gnustep-base-common gnustep-base-runtime libgnustep-base1.16 libgnustep-base1.16-libffi libgnustep-base-dev libgnustep-base1.16-dbg libgnustep-base1.16-libffi-dbg

Accepted wu-ftpd 2.6.2-30 (source amd64)

2008-07-19 Thread Chris Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 21 Jun 2008 16:19:51 +0100 Source: wu-ftpd Binary: wu-ftpd Architecture: source amd64 Version: 2.6.2-30 Distribution: unstable Urgency: low Maintainer: Chris Butler [EMAIL PROTECTED] Changed-By: Chris Butler [EMAIL PROTECTED]

Accepted sixpack 1:0.64-1 (source all)

2008-07-19 Thread Carlo Segre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 11:00:32 -0500 Source: sixpack Binary: sixpack Architecture: source all Version: 1:0.64-1 Distribution: unstable Urgency: low Maintainer: Carlo Segre [EMAIL PROTECTED] Changed-By: Carlo Segre [EMAIL PROTECTED]

Accepted aufs 0+20080719-1 (source all amd64)

2008-07-19 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:52:16 +0200 Source: aufs Binary: aufs-tools aufs-source linux-patch-aufs Architecture: source all amd64 Version: 0+20080719-1 Distribution: unstable Urgency: low Maintainer: Julian Andres Klode [EMAIL PROTECTED

Accepted nis 3.17-15 (source amd64)

2008-07-19 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 16:19:04 +0100 Source: nis Binary: nis Architecture: source amd64 Version: 3.17-15 Distribution: unstable Urgency: low Maintainer: Mark Brown [EMAIL PROTECTED] Changed-By: Mark Brown [EMAIL PROTECTED] Description:

Accepted dieharder 2.24.7-1 (source i386)

2008-07-19 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 11:14:06 -0500 Source: dieharder Binary: dieharder libdieharder2 libdieharder-dev Architecture: source i386 Version: 2.24.7-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]

Accepted vdr-plugin-fritzbox 1.0.0-3 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:40:19 +0200 Source: vdr-plugin-fritzbox Binary: vdr-plugin-fritzbox Architecture: source i386 Version: 1.0.0-3 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-svdrpext 0.0.1-17 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:31:36 +0200 Source: vdr-plugin-svdrpext Binary: vdr-plugin-svdrpext Architecture: source i386 Version: 0.0.1-17 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-prefermenu 0.6.6-24 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:08:02 +0200 Source: vdr-plugin-prefermenu Binary: vdr-plugin-prefermenu Architecture: source i386 Version: 0.6.6-24 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-live 0.2.0-3 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:48:12 +0200 Source: vdr-plugin-live Binary: vdr-plugin-live Architecture: source i386 Version: 0.2.0-3 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas Schmidt

Accepted vdr-plugin-osdteletext 0.5.1-37 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:06:10 +0200 Source: vdr-plugin-osdteletext Binary: vdr-plugin-osdteletext Architecture: source i386 Version: 0.5.1-37 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-remote 0.4.0-14 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:09:46 +0200 Source: vdr-plugin-remote Binary: vdr-plugin-remote Architecture: source i386 Version: 0.4.0-14 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-vcd 0.9-7 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:35:11 +0200 Source: vdr-plugin-vcd Binary: vdr-plugin-vcd Architecture: source i386 Version: 0.9-7 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas Schmidt

Accepted vdr-plugin-bitstreamout 0.89b-3 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 16:39:56 +0200 Source: vdr-plugin-bitstreamout Binary: vdr-plugin-bitstreamout Architecture: source i386 Version: 0.89b-3 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-console 0.6.0-38 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 16:50:46 +0200 Source: vdr-plugin-console Binary: vdr-plugin-console Architecture: source i386 Version: 0.6.0-38 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-games 0.6.3-22 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:46:04 +0200 Source: vdr-plugin-games Binary: vdr-plugin-games Architecture: source i386 Version: 0.6.3-22 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-weather 0.2.1e-50 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:39:38 +0200 Source: vdr-plugin-weather Binary: vdr-plugin-weather Architecture: source i386 Version: 0.2.1e-50 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-solitaire 0.0.2-43 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:19:16 +0200 Source: vdr-plugin-solitaire Binary: vdr-plugin-solitaire Architecture: source i386 Version: 0.0.2-43 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-mp3 0.10.1-12 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:59:50 +0200 Source: vdr-plugin-mp3 Binary: vdr-plugin-mp3 vdr-plugin-mplayer Architecture: source i386 Version: 0.10.1-12 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED]

Accepted vdr-plugin-xineliboutput 1.0.1-5 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:41:38 +0200 Source: vdr-plugin-xineliboutput Binary: vdr-plugin-xineliboutput libxineliboutput-fbfe libxineliboutput-sxfe xineliboutput-fbfe xineliboutput-sxfe libxine1-xvdr Architecture: source i386 Version:

Accepted ocamlnet 2.2.9-3 (source all amd64)

2008-07-19 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:55:19 +0200 Source: ocamlnet Binary: libocamlnet-ocaml-dev libocamlnet-ocaml libocamlnet-ocaml-bin libocamlnet-gtk2-ocaml-dev libocamlnet-ssl-ocaml-dev libocamlnet-ssl-ocaml libnethttpd-ocaml-dev

Accepted vdr-plugin-epgsearch 0.9.24-3 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:28:51 +0200 Source: vdr-plugin-epgsearch Binary: vdr-plugin-epgsearch Architecture: source i386 Version: 0.9.24-3 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-skinenigmang 0.0.6-4 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:13:38 +0200 Source: vdr-plugin-skinenigmang Binary: vdr-plugin-skinenigmang Architecture: source i386 Version: 0.0.6-4 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-sudoku 0.2.1-4 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:29:36 +0200 Source: vdr-plugin-sudoku Binary: vdr-plugin-sudoku Architecture: source i386 Version: 0.2.1-4 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-spider 0.2.1-4 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:21:45 +0200 Source: vdr-plugin-spider Binary: vdr-plugin-spider Architecture: source i386 Version: 0.2.1-4 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-freecell 0.0.2-45 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:38:18 +0200 Source: vdr-plugin-freecell Binary: vdr-plugin-freecell Architecture: source i386 Version: 0.0.2-45 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas

Accepted vdr-plugin-streamdev 0.3.3~cvs20080406.1321-4 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:24:29 +0200 Source: vdr-plugin-streamdev Binary: vdr-plugin-streamdev-client vdr-plugin-streamdev-server Architecture: source i386 Version: 0.3.3~cvs20080406.1321-4 Distribution: unstable Urgency: low Maintainer:

Accepted vdr-plugin-osdserver 0.1.1a-1 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:03:58 +0200 Source: vdr-plugin-osdserver Binary: vdr-plugin-osdserver Architecture: source i386 Version: 0.1.1a-1 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-svdrpservice 0.0.3-15 (source all i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:33:25 +0200 Source: vdr-plugin-svdrpservice Binary: vdr-plugin-svdrpservice svdrpservice-dev Architecture: source all i386 Version: 0.0.3-15 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL

Accepted vdr-plugin-remoteosd 0.0.2-15 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:11:46 +0200 Source: vdr-plugin-remoteosd Binary: vdr-plugin-remoteosd Architecture: source i386 Version: 0.0.2-15 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By:

Accepted vdr-plugin-femon 1.6.1-1 (source i386)

2008-07-19 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:34:09 +0200 Source: vdr-plugin-femon Binary: vdr-plugin-femon Architecture: source i386 Version: 1.6.1-1 Distribution: unstable Urgency: low Maintainer: Debian VDR Team [EMAIL PROTECTED] Changed-By: Thomas Schmidt

Accepted libfilesys-diskspace-perl 0.05-12 (source all)

2008-07-19 Thread midget
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Jul 2008 23:56:27 +0200 Source: libfilesys-diskspace-perl Binary: libfilesys-diskspace-perl Architecture: source all Version: 0.05-12 Distribution: unstable Urgency: low Maintainer: Dario Minnucci (midget) [EMAIL PROTECTED]

Accepted libset-object-perl 1.24-1 (source amd64)

2008-07-19 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 17:40:06 +0200 Source: libset-object-perl Binary: libset-object-perl Architecture: source amd64 Version: 1.24-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By: Ansgar

Accepted openoffice.org-thesaurus-it 2.0.7.gh.deb1-1 (source all)

2008-07-19 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 18:04:08 +0100 Source: openoffice.org-thesaurus-it Binary: openoffice.org-thesaurus-it Architecture: source all Version: 2.0.7.gh.deb1-1 Distribution: unstable Urgency: low Maintainer: Enrico Zini [EMAIL PROTECTED]

Accepted janest-core 0.5.0-5 (source amd64)

2008-07-19 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 19:47:03 +0200 Source: janest-core Binary: libcore-ocaml-dev libcore-ocaml Architecture: source amd64 Version: 0.5.0-5 Distribution: unstable Urgency: medium Maintainer: Stefano Zacchiroli [EMAIL PROTECTED]

  1   2   >