Which group to use for system users (adduser bug #290623)

2005-02-05 Thread Marc Haber
Hi, I am asking for discussion about bug #290623. The bug basically says that it is a bad idea to generate system accounts with primary group nogroup, which I feel is a valid report. The bug report continues to suggest generating a dedicated group for each system account that has been generated

Re: Bug#292831: udev: udev prevents X from beeing started

2005-02-05 Thread Gaudenz Steinlin
On Sat, Feb 05, 2005 at 04:43:41AM +0100, Jérôme Warnier wrote: Le lundi 31 janvier 2005 à 08:58 +, David Pashley a écrit : On Jan 31, 2005 at 04:46, Hamish Moffatt praised the llamas by saying: Surely the solution is for hotplug/discover to load it during bootup. Could hotplug use

Re: Bug#292831: udev: udev prevents X from beeing started

2005-02-05 Thread Tollef Fog Heen
* Jérôme Warnier | Surely the solution is for hotplug/discover to load it during bootup. | Could hotplug use mdetect? | | IIRC, mdetect does not support devfs, and devfs is still in use in the | installer, right? mdetect won't run during the first phase of the installation, so that's not a

About valid and invalid user names

2005-02-05 Thread Marc Haber
Hi, adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers. May I ask for your opinion before denying or following the requests? Greetings Marc --

Re: About valid and invalid user names

2005-02-05 Thread Kurt Roeckx
On Sat, Feb 05, 2005 at 01:38:36PM +0100, Marc Haber wrote: Hi, adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers. May I ask for your opinion before

Re: About valid and invalid user names

2005-02-05 Thread Wim De Smet
On Sat, Feb 05, 2005 at 01:38:36PM +0100, Marc Haber wrote: Hi, adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers. May I ask for your opinion before

Re: About valid and invalid user names

2005-02-05 Thread Alastair McKinstry
On Sath, 2005-02-05 at 13:38 +0100, Marc Haber wrote: Hi, adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers. May I ask for your opinion before denying or

Re: library packaging doc...

2005-02-05 Thread Junichi Uekawa
Hi Joey Just request to [EMAIL PROTECTED] while pointing them our message on this list. Or see and follow the instructions summarised on http://master.debian.org/~joey/misc/webwml.html#ddp According to the page you pointed to, it seems to tell me that I should send request to you,

Re: About valid and invalid user names

2005-02-05 Thread Michelle Konzack
Am 2005-02-05 14:18:32, schrieb Wim De Smet: I think the discussion came up earlier here. IIRC the conclusion was that it could be relaxed for .'s (don't know about numbers). Although it can cause confusion with chown a.b format. But chown should now be patched to behave correctly on chown

Plese test new adduser in experimental

2005-02-05 Thread Marc Haber
Hi, please test the new adduser package in experimental which was uploaded today. It fixes a number of minor functionality bugs and also three issues where deluser --remove-home wasn't foolproof enough. It will now by default refuse to delete /, /bin, /usr, /var and other important directories,

Re: About valid and invalid user names

2005-02-05 Thread Petter Reinholdtsen
[Marc Haber] adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers. May I ask for your opinion before denying or following the requests? Personally, I prefer

Re: About valid and invalid user names

2005-02-05 Thread Henrique de Moraes Holschuh
On Sat, 05 Feb 2005, Marc Haber wrote: adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers. Allowing the dot is ok. I do think that usernames starting with

Re: About valid and invalid user names

2005-02-05 Thread Andreas Barth
* Henrique de Moraes Holschuh ([EMAIL PROTECTED]) [050205 16:35]: On Sat, 05 Feb 2005, Marc Haber wrote: adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers.

Re: About valid and invalid user names

2005-02-05 Thread Petri Latvala
On Sat, 2005-02-05 at 16:39 +0100, Andreas Barth wrote: IMHO even the dot is, eh, difficult. Consider a chown user.group file. if (no_such_username) { chown(); chgrp(); } else { chown(); } If there is such an username and the user meant to change both user and group, it's his own fault for not

Re: About valid and invalid user names

2005-02-05 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote: On Sat, 05 Feb 2005, Marc Haber wrote: adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to start with numbers. Allowing the dot is ok.

Re: About valid and invalid user names

2005-02-05 Thread Henrique de Moraes Holschuh
On Sat, 05 Feb 2005, Bernd Eckenfels wrote: In article [EMAIL PROTECTED] you wrote: On Sat, 05 Feb 2005, Marc Haber wrote: adduser has two bug reports open where people are asking for user name rules to be relaxed. One report wants . to be allowed in user names, another wants usernames to

Re: About valid and invalid user names

2005-02-05 Thread Steve Greenland
On 05-Feb-05, 10:47 (CST), Henrique de Moraes Holschuh [EMAIL PROTECTED] wrote: Because '.' is POSIX, thus valid. And not accepting the '.' is a damn bug in any POSIX-compliant utility. According the SUS section that Kurt quoted, leading digits are equally acceptable. I think it might be

Re: About valid and invalid user names

2005-02-05 Thread Marc Haber
On Sat, 05 Feb 2005 17:21:28 +0100, Bernd Eckenfels [EMAIL PROTECTED] wrote: Why not make it an configurable RE? I am quite reluctant with a so big change in a base package, ranking at #1 in popcon, so soon before sarge release. Greetings Marc -- -- !! No

Re: About valid and invalid user names

2005-02-05 Thread Marc Haber
On Sat, 5 Feb 2005 14:47:37 -0200, Henrique de Moraes Holschuh [EMAIL PROTECTED] wrote: Because people will use it to enable users with start with a digit, since they certainly don't know better or they would never have asked for this. Right now, we have users patching the adduser binary to allow

Re: About valid and invalid user names

2005-02-05 Thread Florian Weimer
* Marc Haber: On Sat, 05 Feb 2005 17:21:28 +0100, Bernd Eckenfels [EMAIL PROTECTED] wrote: Why not make it an configurable RE? I am quite reluctant with a so big change in a base package, ranking at #1 in popcon, so soon before sarge release. The check is on a very common code path. It

Re: About valid and invalid user names

2005-02-05 Thread Henrique de Moraes Holschuh
On Sat, 05 Feb 2005, Marc Haber wrote: On Sat, 5 Feb 2005 14:47:37 -0200, Henrique de Moraes Holschuh [EMAIL PROTECTED] wrote: Because people will use it to enable users with start with a digit, since they certainly don't know better or they would never have asked for this. Right now, we

Bug#293772: ITP: gr-audio-alsa -- GNU Radio interface to ALSA audio

2005-02-05 Thread Ramakrishnan Muthukrishnan
Package: wnpp Severity: wishlist * Package name: gr-audio-alsa Version : 0.1 Upstream Author : Eric Blossom [EMAIL PROTECTED] * URL or Web page : http://www.gnu.org/software/gnuradio * License : GNU GPL v2 or later Description : GNU Radio interface to ALSA audio

Bug#293771: ITP: gr-ssrp -- GNU Radio interface to SSRP

2005-02-05 Thread Ramakrishnan Muthukrishnan
Package: wnpp Severity: wishlist * Package name: gr-ssrp Version : 0.2 Upstream Author : David Carr [EMAIL PROTECTED] * URL or Web page : http://oscar.dcarr.org/ssrp/ * License : GNU GPL v2 Description : GNU Radio interface to SSRP The package interfaces the GNU

Bug#293773: ITP: gr-wxgui -- GUI toolkit for GNURadio

2005-02-05 Thread Ramakrishnan Muthukrishnan
Package: wnpp Severity: wishlist * Package name: gr-wxgui Version : 0.1 Upstream Author : Eric Blossom [EMAIL PROTECTED] * URL or Web page : http://www.gnu.org/software/gnuradio * License : GNU GPL v2 or later Description : GUI toolkit for GNURadio This package is

Bug#293774: ITP: gr-audio-oss -- GNU Radio interface to OSS audio

2005-02-05 Thread Ramakrishnan Muthukrishnan
Package: wnpp Severity: wishlist * Package name: gr-audio-oss Version : 0.2 Upstream Author : Eric Blossom [EMAIL PROTECTED] * URL or Web page : http://www.gnu.org/software/gnuradio/ * License : GNU GPL v2 or later Description : GNU Radio interface to OSS audio The

Bug#293775: ITP: gnuradio-examples -- Example programs to test and use GNURadio

2005-02-05 Thread Ramakrishnan Muthukrishnan
Package: wnpp Severity: wishlist * Package name: gnuradio-examples Version : 0.2 Upstream Author : Eric Blossom [EMAIL PROTECTED] * URL or Web page : http://www.gnu.org/software/gnuradio * License : GNU GPL v2 or later Description : Example programs to test and use

Bug#293776: ITP: ssrp -- Simple Software Radio Peripheral

2005-02-05 Thread Ramakrishnan Muthukrishnan
Package: wnpp Severity: wishlist * Package name: ssrp Version : 0.3.3 Upstream Author : David Carr [EMAIL PROTECTED] * URL or Web page : http://oscar.dcarr.org/ssrp/ * License : GNU GPL v2 or later Description : Simple Software Radio Peripheral SSRP is a simplified

Bug#293785: ITP: gnomebaker -- CD/DVD writer for the GNOME desktop

2005-02-05 Thread Goedson Teixeira Paixao
Package: wnpp Severity: wishlist * Package name: gnomebaker Version : 0.3 Upstream Author : Luke Biddel [EMAIL PROTECTED] * URL : http://www.sourceforge.net/projects/gnomebaker/ * License : GPL Description : CD/DVD writer for the GNOME desktop

Re: About valid and invalid user names

2005-02-05 Thread Michelle Konzack
Am 2005-02-05 17:21:28, schrieb Bernd Eckenfels: Why not make it an configurable RE? You cant avoid ppl breaking their systems, but you can help them to enforce their policy. For example : may be fine on non-passwd systems (however some tools will have trouble with that). chown was recently

Re: About valid and invalid user names

2005-02-05 Thread Michelle Konzack
Am 2005-02-05 11:13:50, schrieb Steve Greenland: According the SUS section that Kurt quoted, leading digits are equally acceptable. I think it might be reasonable to accept leading digits when there is at least one non-digit in the name. Agreed. Steve Greetings Michelle -- Linux-User

dpkg-preconfigure error messages

2005-02-05 Thread Jochen Voss
Hello, suddenly I start to get mighty frightening error messages: plonk:~# apt-get install --reinstall dpkg Reading Package Lists... Done Building Dependency Tree... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 2 not upgraded. Need to get 0B/1656kB of

Re: dpkg-preconfigure error messages

2005-02-05 Thread Martin Michlmayr
* Jochen Voss [EMAIL PROTECTED] [2005-02-05 20:43]: Is this problem known? What is the cause of this? I checked both the dpkg and the gettext bug report pages but did not recognise anything similar. It's fixed in debconf 1.4.44 which just got accepted today. debconf (1.4.44) unstable;

Re: dpkg-preconfigure error messages

2005-02-05 Thread Jochen Voss
Hello Martin, On Sat, Feb 05, 2005 at 08:51:38PM +, Martin Michlmayr wrote: It's fixed in debconf 1.4.44 which just got accepted today. Thank you for the quick answer. * Fix a rogue quotation mark intorduced in the translatable string patch in the previous version. Closes: #293666

Re: Bug#293771: ITP: gr-ssrp -- GNU Radio interface to SSRP

2005-02-05 Thread Steinar H. Gunderson
On Sat, Feb 05, 2005 at 11:16:54PM +0530, Ramakrishnan Muthukrishnan wrote: The package interfaces the GNU Radio libraries to SSRP hardware interface. Just so people know; there will be a gr-usrp as well (for the http://comsec.com/wiki?UniversalSoftwareRadioPeripheral), but as I haven't

Debug packages cluttering the archive

2005-02-05 Thread Josselin Mouette
With the increasing numbers of libraries, especially libraries in development, we have an increasing number of -dbg packages in the archive. As they are useful only for debugging, and not for the average user, I think they are mostly cluttering the Packages file and mirror space. Practically

DD needing a sponsor to upload

2005-02-05 Thread Nicolas Boullis
Hi, As I moved recently, I currently have no decent Internet connectivity. Hence, I'm quite unable to keep an unstable system up-to-date, si I can't build packages to upload. Several packages of mine are in need of an upload, especially libcdio and vcdimager. I have uploaded the source

Re: Bug#293772: ITP: gr-audio-alsa -- GNU Radio interface to ALSA audio

2005-02-05 Thread Tollef Fog Heen
* Ramakrishnan Muthukrishnan | Package: wnpp | Severity: wishlist | | * Package name: gr-audio-alsa | Version : 0.1 | Upstream Author : Eric Blossom [EMAIL PROTECTED] | * URL or Web page : http://www.gnu.org/software/gnuradio | * License : GNU GPL v2 or later |

Re: About valid and invalid user names

2005-02-05 Thread Bernd Eckenfels
On Sat, Feb 05, 2005 at 02:47:37PM -0200, Henrique de Moraes Holschuh wrote: Please don't give people this much rope to hang themselves with *so easily*. Why dont u think they dont change the name of the user in the passwd?! I dont think it is needed to play big daddy microsoft here. If

Re: [Xen-devel] Re: xen 2.0.x and debian

2005-02-05 Thread Adam Heath
On Sat, 5 Feb 2005, Adam Heath wrote: On Wed, 2 Feb 2005, Nuutti Kotivuori wrote: Tom Hibbert wrote: I think we are waiting on 2.6.10 to get accepted into testing. If you're tired of waiting you can build the debs yourself (like I did :)

Inconsistent naming of ethernet interfaces...

2005-02-05 Thread salman h
I have a computer system with 3 ethernet ports, one on the motherboard and two on a dual NIC PCI card. Typically, the onboard port is aliased as eth0 while the ports on the NIC get assigned eth1 and eth2. Lately, eth1 gets assigned to the onboard port, which is very annoying since that messes up

Re: Debug packages cluttering the archive

2005-02-05 Thread Joel Aelwyn
On Sun, Feb 06, 2005 at 12:36:55AM +0100, Josselin Mouette wrote: With the increasing numbers of libraries, especially libraries in development, we have an increasing number of -dbg packages in the archive. As they are useful only for debugging, and not for the average user, I think they are

Re: Debug packages cluttering the archive

2005-02-05 Thread Glenn Maynard
On Sat, Feb 05, 2005 at 10:33:53PM -0700, Joel Aelwyn wrote: It was brought up on IRC, a couple of weeks ago (my apologies, but I don't recall who brought it up, nor do I have a log) that it is now possible to strip debugging information from a binary or library, and keep the debugging

Accepted apt-listchanges 2.59-0.1 (all source)

2005-02-05 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 29 Jan 2005 09:46:43 +0100 Source: apt-listchanges Binary: apt-listchanges Architecture: source all Version: 2.59-0.1 Distribution: unstable Urgency: low Maintainer: Matt Zimmerman [EMAIL PROTECTED] Changed-By: Christian Perrier

Accepted httrack 3.33.15-1 (i386 source all)

2005-02-05 Thread Xavier Roche
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 09:32:29 +0100 Source: httrack Binary: libhttrack1 httrack httrack-doc libhttrack-dev webhttrack Architecture: source i386 all Version: 3.33.15-1 Distribution: unstable Urgency: low Maintainer: Xavier Roche [EMAIL

Accepted mime-tools 5.417-1 (all source)

2005-02-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 23 Jan 2005 00:58:51 +0100 Source: mime-tools Binary: libmime-perl Architecture: source all Version: 5.417-1 Distribution: unstable Urgency: low Maintainer: Matthias Klose [EMAIL PROTECTED] Changed-By: Matthias Klose [EMAIL

Accepted evince 0.1.3-1 (i386 source)

2005-02-05 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 01:55:16 +0100 Source: evince Binary: evince Architecture: source i386 Version: 0.1.3-1 Distribution: unstable Urgency: low Maintainer: Sebastien Bacher [EMAIL PROTECTED] Changed-By: Sebastien Bacher [EMAIL

Accepted bugzilla 2.18-1 (all source)

2005-02-05 Thread sukria
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 29 Jan 2005 11:15:36 +0100 Source: bugzilla Binary: bugzilla bugzilla-doc Architecture: source all Version: 2.18-1 Distribution: experimental Urgency: low Maintainer: Rémi Perrot [EMAIL PROTECTED] Changed-By: sukria [EMAIL

Accepted partimage 0.6.4-10.1 (i386 source)

2005-02-05 Thread Paul Brossier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 03:40:46 + Source: partimage Binary: partimage-server partimage Architecture: source i386 Version: 0.6.4-10.1 Distribution: unstable Urgency: low Maintainer: Sergio Rua [EMAIL PROTECTED] Changed-By: Paul Brossier

Accepted htdig 1:3.1.6-10.2 (i386 source all)

2005-02-05 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 05 Feb 2005 19:43:11 +1100 Source: htdig Binary: htdig htdig-doc Architecture: source i386 all Version: 1:3.1.6-10.2 Distribution: unstable Urgency: low Maintainer: Robert Ribnitz [EMAIL PROTECTED] Changed-By: Anibal Monsalve

Accepted libcompress-zlib-perl 1.34-1 (i386 source)

2005-02-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 10:36:22 +0100 Source: libcompress-zlib-perl Binary: libcompress-zlib-perl Architecture: source i386 Version: 1.34-1 Distribution: unstable Urgency: low Maintainer: Matthias Klose [EMAIL PROTECTED] Changed-By:

Accepted pdbv 2.0.9.4 (all source)

2005-02-05 Thread Mathieu Roy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 3 Feb 2005 12:17:20 +0100 Source: pdbv Binary: pdbv Architecture: source all Version: 2.0.9.4 Distribution: unstable Urgency: high Maintainer: Mathieu Roy [EMAIL PROTECTED] Changed-By: Mathieu Roy [EMAIL PROTECTED] Description:

Accepted python2.4 2.4-6 (i386 source all)

2005-02-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 4 Feb 2005 22:15:13 +0100 Source: python2.4 Binary: python2.4-doc python2.4-dev python2.4-gdbm python2.4-dbg python2.4 python2.4-tk idle-python2.4 python2.4-examples Architecture: source all i386 Version: 2.4-6 Distribution:

Accepted python2.4 2.4-5 (i386 source all)

2005-02-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 4 Feb 2005 08:12:10 +0100 Source: python2.4 Binary: python2.4-doc python2.4-dev python2.4-gdbm python2.4-dbg python2.4 python2.4-tk idle-python2.4 python2.4-examples Architecture: source all i386 Version: 2.4-5 Distribution:

Accepted console-tools 1:0.2.3dbs-56 (i386 source all)

2005-02-05 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 10:07:48 + Source: console-tools Binary: kbd-compat console-tools-dev libconsole console-tools Architecture: source all i386 Version: 1:0.2.3dbs-56 Distribution: unstable Urgency: low Maintainer: Alastair

Accepted rsh-redone 66-1 (i386 source)

2005-02-05 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 11:20:24 +0100 Source: rsh-redone Binary: rsh-redone-client rsh-redone-server Architecture: source i386 Version: 66-1 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus

Accepted gmime2.1 2.1.11-1 (i386 source)

2005-02-05 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 11:43:24 +0100 Source: gmime2.1 Binary: libgmime2.1-dev libgmime2.1 Architecture: source i386 Version: 2.1.11-1 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus Sliepen

Accepted gnupg 1.4.0-2 (i386 source)

2005-02-05 Thread James Troup
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 03:03:06 + Source: gnupg Binary: gnupg gpgv-udeb Architecture: source i386 Version: 1.4.0-2 Distribution: unstable Urgency: low Maintainer: James Troup [EMAIL PROTECTED] Changed-By: James Troup [EMAIL PROTECTED]

Accepted wireless-tools 27-2 (i386 source)

2005-02-05 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 12:21:30 +0100 Source: wireless-tools Binary: libiw27-udeb wireless-tools-udeb wireless-tools libiw27 ifrename libiw-dev Architecture: source i386 Version: 27-2 Distribution: unstable Urgency: low Maintainer: Guus

Accepted sash 3.7-5 (i386 source)

2005-02-05 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 12:57:59 +0100 Source: sash Binary: sash Architecture: source i386 Version: 3.7-5 Distribution: unstable Urgency: low Maintainer: Tollef Fog Heen [EMAIL PROTECTED] Changed-By: Tollef Fog Heen [EMAIL PROTECTED]

Accepted mailscanner 4.38.10-1 (all source)

2005-02-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 12:22:09 +0100 Source: mailscanner Binary: mailscanner Architecture: source all Version: 4.38.10-1 Distribution: unstable Urgency: medium Maintainer: Matthias Klose [EMAIL PROTECTED] Changed-By: Matthias Klose [EMAIL

Accepted java-gnome 2.8.3-3.1 (i386 source all)

2005-02-05 Thread Paul Brossier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 10:28:44 + Source: java-gnome Binary: libjava-gnome-doc libgtk0-jni libgtk2-jni libglade2-java libglade0-java libgnome2-java libgtk2-java libgnome0-jni libgnome2-jni libgtk0-java libgnome0-java Architecture:

Accepted firehol 1.214-3 (all source)

2005-02-05 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 2 Feb 2005 00:12:00 +0200 Source: firehol Binary: firehol Architecture: source all Version: 1.214-3 Distribution: unstable Urgency: high Maintainer: Alexander Wirt [EMAIL PROTECTED] Changed-By: Alexander Wirt [EMAIL PROTECTED]

Accepted quack-el 0.27-1 (all source)

2005-02-05 Thread Ramakrishnan Muthukrishnan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 20:31:51 +0530 Source: quack-el Binary: quack-el Architecture: source all Version: 0.27-1 Distribution: unstable Urgency: low Maintainer: Ramakrishnan Muthukrishnan [EMAIL PROTECTED] Changed-By: Ramakrishnan

Accepted blosxom 2.0-9 (all source)

2005-02-05 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Feb 2005 13:26:28 +0100 Source: blosxom Binary: blosxom Architecture: source all Version: 2.0-9 Distribution: unstable Urgency: high Maintainer: Pascal Hakim [EMAIL PROTECTED] Changed-By: Gerfried Fuchs [EMAIL PROTECTED]

Accepted libxslt 1.1.12-4 (i386 source all)

2005-02-05 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 15:08:18 +0100 Source: libxslt Binary: libxslt1-python2.3 xsltproc libxslt1 python2.3-libxslt1 libxslt1.1 libxslt1-dev Architecture: source i386 all Version: 1.1.12-4 Distribution: unstable Urgency: low Maintainer:

Accepted norwegian 2.0-18 (i386 source all)

2005-02-05 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 15:58:18 +0100 Source: norwegian Binary: aspell-no myspell-nb inorwegian myspell-nn wnorwegian Architecture: source all i386 Version: 2.0-18 Distribution: unstable Urgency: low Maintainer: Tollef Fog Heen [EMAIL

Accepted etherape 0.9.0-8 (i386 source)

2005-02-05 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 18:43:11 +0100 Source: etherape Binary: etherape Architecture: source i386 Version: 0.9.0-8 Distribution: unstable Urgency: low Maintainer: Frederic Peters [EMAIL PROTECTED] Changed-By: Frederic Peters [EMAIL

Accepted bluez-libs 2.15-1 (i386 source)

2005-02-05 Thread Edd Dumbill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 17:25:47 + Source: bluez-libs Binary: libbluetooth1 libbluetooth1-dev Architecture: source i386 Version: 2.15-1 Distribution: unstable Urgency: low Maintainer: Edd Dumbill [EMAIL PROTECTED] Changed-By: Edd

Accepted systemimager 3.2.3-5 (all source)

2005-02-05 Thread dann frazier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 3 Feb 2005 23:02:38 -0700 Source: systemimager Binary: systemimager-boot-i386-standard systemimager-boot-ia64-standard systemimager-client systemimager-common systemimager-doc systemimager-server

Accepted smokeping 1.38-2 (all source)

2005-02-05 Thread Jose Carlos Garcia Sogo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 19:14:48 +0100 Source: smokeping Binary: smokeping Architecture: source all Version: 1.38-2 Distribution: unstable Urgency: low Maintainer: Jose Carlos Garcia Sogo [EMAIL PROTECTED] Changed-By: Jose Carlos Garcia

Accepted libconfig-simple-perl 4.57-1 (all source)

2005-02-05 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 09:30:01 -0800 Source: libconfig-simple-perl Binary: libconfig-simple-perl Architecture: source all Version: 4.57-1 Distribution: unstable Urgency: low Maintainer: tony mancill [EMAIL PROTECTED] Changed-By: tony

Accepted diablo 1:5.0-0.3 (i386 source all)

2005-02-05 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jan 2005 07:51:19 +0100 Source: diablo Binary: diablo-common diablo diablo-readerd Architecture: source i386 all Version: 1:5.0-0.3 Distribution: unstable Urgency: low Maintainer: Alexander List [EMAIL PROTECTED] Changed-By:

Accepted xbox-cromwell 2.40-1 (all source)

2005-02-05 Thread David Pye
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 3 Feb 2005 21:09:09 + Source: xbox-cromwell Binary: xbox-cromwell Architecture: source all Version: 2.40-1 Distribution: unstable Urgency: low Maintainer: David Pye [EMAIL PROTECTED] Changed-By: David Pye [EMAIL PROTECTED]

Accepted sane-backends-extras 1.0.15.4 (i386 source)

2005-02-05 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 19:31:34 +0100 Source: sane-backends-extras Binary: libsane-extras libsane-extras-dev Architecture: source i386 Version: 1.0.15.4 Distribution: unstable Urgency: low Maintainer: Julien BLACHE [EMAIL PROTECTED]

Accepted glib2.0 2.6.2-1 (i386 source all)

2005-02-05 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 19:23:59 +0100 Source: glib2.0 Binary: libglib2.0-0-dbg libglib2.0-udeb libglib2.0-data libglib2.0-dev libglib2.0-doc libglib2.0-0 Architecture: source i386 all Version: 2.6.2-1 Distribution: unstable Urgency: low

Accepted vim 1:6.3-061+1 (source all alpha)

2005-02-05 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Feb 2005 22:39:26 +0100 Source: vim Binary: vim-lesstif vim-common vim-doc vim-gnome kvim-ruby vim vim-gtk kvim-perl vim-perl kvim-tcl vim-tiny vim-ruby vim-python vim-tcl kvim-python kvim Architecture: source alpha all

Accepted kdebindings 4:3.3.2-1 (i386 source all)

2005-02-05 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 3 Feb 2005 21:41:17 +0100 Source: kdebindings Binary: kjscmd libsmokeqt-dev libsmokekde-dev libqt3-jni libqt3-java libkjsembed1 libdcop3-java-dev libqt0-ruby1.8 libkjsembed-dev libsmokekde1 libkde3-java libkde3-jni

Accepted gerris 0.6.0-1 (i386 source)

2005-02-05 Thread Marcelo E. Magallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 05 Feb 2005 14:14:23 -0600 Source: gerris Binary: gerris Architecture: source i386 Version: 0.6.0-1 Distribution: unstable Urgency: low Maintainer: Marcelo E. Magallon [EMAIL PROTECTED] Changed-By: Marcelo E. Magallon [EMAIL

Accepted lsof 4.74-1 (source all alpha)

2005-02-05 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 05 Feb 2005 23:31:25 +0100 Source: lsof Binary: lsof-2.2 lsof Architecture: source alpha all Version: 4.74-1 Distribution: unstable Urgency: low Maintainer: Jim Mintha [EMAIL PROTECTED] Changed-By: Norbert Tretkowski [EMAIL

Accepted zorp 2.0.9-9 (sparc source all)

2005-02-05 Thread Magosnyi rpd (mag)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 18 Jan 2005 10:17:54 + Source: zorp Binary: zorp zorp-doc libzorp2 zorp-modules libzorp2-dev Architecture: source all sparc Version: 2.0.9-9 Distribution: unstable Urgency: low Maintainer: SZALAY Attila [EMAIL PROTECTED]

Accepted arcboot 0.3.8.6 (mips source)

2005-02-05 Thread Thiemo Seufer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 06 Feb 2005 01:51:01 +0100 Source: arcboot Binary: arcboot tip22 Architecture: source mips Version: 0.3.8.6 Distribution: unstable Urgency: low Maintainer: Guido Guenther [EMAIL PROTECTED] Changed-By: Thiemo Seufer [EMAIL

Accepted postfix 2.2-20050203-1 (i386 source all)

2005-02-05 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 11:51:06 -0700 Source: postfix Binary: postfix-doc postfix-pgsql postfix-ldap postfix-dev postfix-tls postfix-pcre postfix postfix-mysql Architecture: all i386 source Version: 2.2-20050203-1 Distribution:

Accepted tabextensions 1.13.2005013101-1 (all source)

2005-02-05 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 16:45:48 +0100 Source: tabextensions Binary: mozilla-tabextensions Architecture: source all Version: 1.13.2005013101-1 Distribution: unstable Urgency: low Maintainer: Mike Hommey [EMAIL PROTECTED] Changed-By: Mike

Accepted fakechroot 0.5+1.2.4 (i386 source)

2005-02-05 Thread Piotr Roszatycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 4 Feb 2005 17:20:26 +0100 Source: fakechroot Binary: fakechroot Architecture: source i386 Version: 0.5+1.2.4 Distribution: unstable Urgency: low Maintainer: Piotr Roszatycki [EMAIL PROTECTED] Changed-By: Piotr Roszatycki [EMAIL

Accepted smartmontools 5.32-3 (powerpc source)

2005-02-05 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 17:07:15 +0100 Source: smartmontools Binary: smartmontools Architecture: source powerpc Version: 5.32-3 Distribution: unstable Urgency: medium Maintainer: Guido Guenther [EMAIL PROTECTED] Changed-By: Guido Guenther

Accepted amap 4.8-1 (i386 source)

2005-02-05 Thread Andrs Roldn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 17:04:40 + Source: amap Binary: amap Architecture: source i386 Version: 4.8-1 Distribution: unstable Urgency: low Maintainer: Andrés Roldán [EMAIL PROTECTED] Changed-By: Andrés Roldán [EMAIL PROTECTED]

Accepted udev 0.051-1 (i386 source)

2005-02-05 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 13:36:15 +0100 Source: udev Binary: udev udev-udeb Architecture: source i386 Version: 0.051-1 Distribution: unstable Urgency: low Maintainer: Marco d'Itri [EMAIL PROTECTED] Changed-By: Marco d'Itri [EMAIL PROTECTED]

Accepted pennmush 1.8.0p2-1 (i386 source all)

2005-02-05 Thread Ervin Hearn III
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 4 Feb 2005 18:31:20 -0500 Source: pennmush Binary: pennmush-common pennmush pennmush-i18n pennmush-mysql Architecture: source i386 all Version: 1.8.0p2-1 Distribution: unstable Urgency: low Maintainer: Ervin Hearn III [EMAIL

Accepted dovecot 0.99.13-5 (i386 source all)

2005-02-05 Thread Jaldhar H. Vyas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 13:56:31 -0500 Source: dovecot Binary: dovecot-common dovecot dovecot-pop3d dovecot-imapd Architecture: source i386 all Version: 0.99.13-5 Distribution: unstable Urgency: high Maintainer: Jaldhar H. Vyas [EMAIL

Accepted vserver-debiantools 0.1.9 (all source)

2005-02-05 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 21:11:15 +0100 Source: vserver-debiantools Binary: vserver-debiantools Architecture: source all Version: 0.1.9 Distribution: unstable Urgency: low Maintainer: Ola Lundqvist [EMAIL PROTECTED] Changed-By: Ola Lundqvist

Accepted sbcl 1:0.8.19.15-1 (i386 source)

2005-02-05 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 4 Feb 2005 15:04:09 -0700 Source: sbcl Binary: sbcl Architecture: source i386 Version: 1:0.8.19.15-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED] Changed-By: Kevin M. Rosenberg [EMAIL

Accepted email-reminder 0.5.2-2 (all source)

2005-02-05 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 14:43:32 -0500 Source: email-reminder Binary: email-reminder Architecture: source all Version: 0.5.2-2 Distribution: unstable Urgency: low Maintainer: Francois Marier [EMAIL PROTECTED] Changed-By: Francois Marier

Accepted automake1.6 1.6.3-12 (all source)

2005-02-05 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 6 Feb 2005 00:34:27 -0500 Source: automake1.6 Binary: automake1.6 Architecture: source all Version: 1.6.3-12 Distribution: unstable Urgency: low Maintainer: Eric Dorland [EMAIL PROTECTED] Changed-By: Eric Dorland [EMAIL

Accepted automake 1:1.4-p6-9 (all source)

2005-02-05 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 6 Feb 2005 00:21:08 -0500 Source: automake Binary: automake1.4 Architecture: source all Version: 1:1.4-p6-9 Distribution: unstable Urgency: low Maintainer: Eric Dorland [EMAIL PROTECTED] Changed-By: Eric Dorland [EMAIL

Accepted automake1.7 1.7.9-7 (all source)

2005-02-05 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 6 Feb 2005 01:06:41 -0500 Source: automake1.7 Binary: automake1.7 Architecture: source all Version: 1.7.9-7 Distribution: unstable Urgency: low Maintainer: Eric Dorland [EMAIL PROTECTED] Changed-By: Eric Dorland [EMAIL

Accepted automake1.8 1.8.5-3 (all source)

2005-02-05 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 6 Feb 2005 01:09:17 -0500 Source: automake1.8 Binary: automake1.8 Architecture: source all Version: 1.8.5-3 Distribution: unstable Urgency: low Maintainer: Eric Dorland [EMAIL PROTECTED] Changed-By: Eric Dorland [EMAIL

Accepted kdetoys 4:3.3.2-2 (i386 source all)

2005-02-05 Thread Ben Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 6 Feb 2005 17:51:59 +1100 Source: kdetoys Binary: eyesapplet kdetoys-doc-html kweather ktux kodo kmoon amor kdetoys fifteenapplet kworldclock kteatime Architecture: source i386 all Version: 4:3.3.2-2 Distribution: unstable

Accepted acx100 0.2.0pre8+45-1 (all source)

2005-02-05 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 31 Jan 2005 21:15:16 +0100 Source: acx100 Binary: acx100-source Architecture: source all Version: 0.2.0pre8+45-1 Distribution: unstable Urgency: low Maintainer: Miguel Gea Milvaques [EMAIL PROTECTED] Changed-By: Miguel Gea

Accepted honeyd 1.0-6 (i386 source all)

2005-02-05 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE- Format: 1.7 Date: Sat, 5 Feb 2005 14:45:34 +0100 Source: honeyd Binary: honeyd-common honeyd Architecture: source i386 all Version: 1.0-6 Distribution: unstable Urgency: low Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED] Changed-By: Javier

Accepted torsmo 0.18-2 (i386 source)

2005-02-05 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 5 Feb 2005 14:45:48 +0100 Source: torsmo Binary: torsmo Architecture: source i386 Version: 0.18-2 Distribution: unstable Urgency: low Maintainer: Julien Danjou [EMAIL PROTECTED] Changed-By: Julien Danjou [EMAIL PROTECTED]

  1   2   >