Bug#317430: ITP: apt-history -- logs the changes when installing

2005-07-08 Thread Nico Golde
Package: wnpp
Severity: wishlist
Owner: Nico Golde <[EMAIL PROTECTED]>


* Package name: apt-history
  Version : 0.1
  Upstream Author : Vittorio Palmisano <[EMAIL PROTECTED]>
* URL : http://redclay.altervista.org/archivio/python/apt-history/
* License : GPL
  Description : logs the changes when installing

apt-history logs the changes of /var/lib/dpkg/status when installing,
removing, upgrading packages with apt-get

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.29
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#317430: ITP: apt-history -- logs the changes when installing

2005-07-08 Thread Nico Golde
Hi,
* Wouter Verhelst <[EMAIL PROTECTED]> [2005-07-08 18:56]:
> On Fri, Jul 08, 2005 at 02:03:32PM +0200, Nico Golde wrote:
> > apt-history logs the changes of /var/lib/dpkg/status when installing,
> > removing, upgrading packages with apt-get
> 
> what's the added value over the new logging feature in dpkg?

I think the purpose is another. It isn't a clear log, it is
a history:

apt-history show
2005-07-08 12:05:29: install  yacpi1.2.1-1
2005-07-08 12:05:44: remove   yacpi
2005-07-08 12:09:33: install  libqdbm111.8.30-1
2005-07-08 12:09:33: upgrade  mutt-ng=0.0.svn+r287-1   
0.0.svn+r316-1
2005-07-08 12:09:33: upgrade  libncursesw5=5.4-4   5.4-8
2005-07-08 14:41:34: install  note 1.1.1-2
2005-07-08 14:41:58: remove   note
But i doesn't know the new dpkg feature very well so do you see a difference. If
noone sees a difference I will close the bug.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#317430: ITP: apt-history -- logs the changes when installing

2005-07-08 Thread Nico Golde
Hallo Guillem,

* Guillem Jover <[EMAIL PROTECTED]> [2005-07-09 01:52]:
> On Fri, Jul 08, 2005 at 02:03:32PM +0200, Nico Golde wrote:
> > * Package name: apt-history
> >   Version : 0.1
> >   Upstream Author : Vittorio Palmisano <[EMAIL PROTECTED]>
> > * URL : 
> > http://redclay.altervista.org/archivio/python/apt-history/
> > * License : GPL
> >   Description : logs the changes when installing
> > 
> > apt-history logs the changes of /var/lib/dpkg/status when installing,
> > removing, upgrading packages with apt-get
> 
> Does this package makes sense now that dpkg logs into
> /var/log/dpkg.log?

Ok, now I had a look on the log file.
I think apt-history is different. If you want you can see
the same info but the log is a typical logfile. You have to
use grep and other coreutils to get for example the new
version of a package and the displayed version of the
package before because the infos aren't listed in context in
the logfile. It is easier than building the information apt-history
gives out of the logfile.
Example:

sudo apt-history show upgrade
2005-07-09 00:12:03: upgrade  gstreamer0.8-alsa=0.8.8-30.8.10-1
2005-07-09 00:12:03: upgrade  libbonobo2-common=2.8.1-22.10.0-1
2005-07-09 00:12:03: upgrade  gnome-desktop-data=2.10.1-2  2.10.2-1
2005-07-09 00:12:03: upgrade  libgimp2.0=2.2.7-1   2.2.8-2
2005-07-09 00:12:03: upgrade  findutils=4.2.22-1   4.2.22-2
2005-07-09 00:12:03: upgrade  e2fslibs=1.37+1.38-WIP-0620-11.38-1
2005-07-09 00:12:03: upgrade  dselect=1.13.9   1.13.10
2005-07-09 00:12:03: upgrade  libgnome-keyring0=0.4.2-10.4.3-1
2005-07-09 00:12:03: upgrade  login=1:4.0.3-35 
1:4.0.3-36
2005-07-09 00:12:03: upgrade  zlib1g-dev=1:1.2.2-4 1:1.2.2-7
2005-07-09 00:12:03: upgrade  libgcrypt11-dev=1.2.0-11.1   1.2.1-1
2005-07-09 00:12:03: upgrade  telnet=0.17-29   0.17-30
2005-07-09 00:12:03: upgrade  libqdbm-dev=1.8.30-1 1.8.30-2

I think it is a nice little tool to furbish the information so I think
it would be good to have this in the tool chain.
And please correct me if I missed something
Regards Nico

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpHxWBZk6w7u.pgp
Description: PGP signature


Bug#317430: ITP: apt-history -- logs the changes when installing

2005-07-09 Thread Nico Golde
Hi,
* Eduard Bloch <[EMAIL PROTECTED]> [2005-07-09 12:02]:
> #include 
> * Nico Golde [Sat, Jul 09 2005, 02:14:22AM]:
> 
> > sudo apt-history show upgrade
> > 2005-07-09 00:12:03: upgrade  gstreamer0.8-alsa=0.8.8-3
> > 0.8.10-1
> > 2005-07-09 00:12:03: upgrade  libbonobo2-common=2.8.1-2
> > 2.10.0-1
> > 2005-07-09 00:12:03: upgrade  gnome-desktop-data=2.10.1-2  
> > 2.10.2-1
> > 2005-07-09 00:12:03: upgrade  libgimp2.0=2.2.7-1   
> > 2.2.8-2
> > 2005-07-09 00:12:03: upgrade  findutils=4.2.22-1   
> > 4.2.22-2
> > 2005-07-09 00:12:03: upgrade  e2fslibs=1.37+1.38-WIP-0620-1
> > 1.38-1
> > 2005-07-09 00:12:03: upgrade  dselect=1.13.9   
> > 1.13.10
> > 2005-07-09 00:12:03: upgrade  libgnome-keyring0=0.4.2-1
> > 0.4.3-1
> > 2005-07-09 00:12:03: upgrade  login=1:4.0.3-35 
> > 1:4.0.3-36
> > 2005-07-09 00:12:03: upgrade  zlib1g-dev=1:1.2.2-4 
> > 1:1.2.2-7
> > 2005-07-09 00:12:03: upgrade  libgcrypt11-dev=1.2.0-11.1   
> > 1.2.1-1
> > 2005-07-09 00:12:03: upgrade  telnet=0.17-29   
> > 0.17-30
> > 2005-07-09 00:12:03: upgrade  libqdbm-dev=1.8.30-1 
> > 1.8.30-2
> > 
> > I think it is a nice little tool to furbish the information so I think
> > it would be good to have this in the tool chain.
> > And please correct me if I missed something
> 
> If I understand you correctly, you are going to write a simple little
> logfile parser (few LOC perl code). 

No :)

> I would not create a separate
> package just for this purpose - better pass it over to apt maintainers.

Mhm maybe some others can test it and say what they like
better?
You can find a package on:
http://nion.modprobe.de/debian/apt-history/
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpEUTP3FZBrt.pgp
Description: PGP signature


Bug#317430: ITP: apt-history -- logs the changes when installing

2005-07-09 Thread Nico Golde
Hallo David,

* David Pashley <[EMAIL PROTECTED]> [2005-07-09 12:02]:
> On Jul 09, 2005 at 01:14, Nico Golde praised the llamas by saying:
sn 
> beebo root% grep upgrade /var/log/dpkg.log | tail
> 2005-07-09 01:17:02 upgrade eog 2.10.0-0.2 2.10.2-0.1
> 2005-07-09 01:17:09 upgrade gaim 1:1.3.1-2 1:1.4.0-1
> 2005-07-09 01:17:10 upgrade gaim-data 1:1.3.1-2 1:1.4.0-1
> 2005-07-09 01:17:14 upgrade gcj 4:4.0.0-1 4:4.0.0-2
> 2005-07-09 01:17:15 upgrade gij 4:4.0.0-1 4:4.0.0-2
> 2005-07-09 01:17:19 upgrade libasound2 1.0.9-2 1.0.9-3
> 2005-07-09 01:17:19 upgrade libsensors3 1:2.9.1-3 1:2.9.1-4
> 2005-07-09 01:17:20 upgrade ucf 1.18 2.000
> 2005-07-09 01:17:23 upgrade libavc1394-0 0.5.0-2 0.5.1-1
> 2005-07-09 01:17:24 upgrade ssh 1:4.1p1-5 1:4.1p1-6
> 
> What else am I missing? Does apt-history hook into /etc/apt/apt.conf or
> just a wrapper around dpkg.log?

But for example:
apt-history show install
2005-07-09 00:12:03: install  libstdc++6-4.0-dev   4.0.0-12
2005-07-09 00:12:03: install  libaa1   1.4p5-28
2005-07-09 00:12:03: install  libstdc++6   4.0.0-12
2005-07-09 00:12:03: install  g++-4.0  4.0.0-12
2005-07-09 00:12:03: install  gcc-4.0  4.0.0-12
2005-07-09 00:12:03: install  cpp-4.0  4.0.0-12
2005-07-09 10:00:09: install  fireflies2.05-1
2005-07-09 10:00:09: install  aptitude 
0.2.15.9-3
2005-07-09 10:02:28: install  libgtop2-5   2.10.2-1
2005-07-09 10:03:13: install  apt-listchanges  2.59-0.2
[EMAIL PROTECTED]:/home/nion$ grep install /var/log/dpkg.log | tail
2005-07-09 12:02:20 install libgtop2-5  2.10.2-1
2005-07-09 12:02:20 status half-installed libgtop2-5 2.10.2-1
2005-07-09 12:02:26 status installed libgtop2-5 2.10.2-1
2005-07-09 12:02:28 status installed slmon 0.5.13-2
2005-07-09 12:03:07 install apt-listchanges 2.59-0.2 2.59-0.2
2005-07-09 12:03:07 status half-installed apt-listchanges 2.59-0.2
2005-07-09 12:03:12 status installed apt-listchanges 2.59-0.2
2005-07-09 12:04:00 status installed plotutils 2.4.1-12
2005-07-09 12:04:02 status half-installed plotutils 2.4.1-12
2005-07-09 12:04:02 status not-installed plotutils 

I think there is apt-history a better way.
No it isn't a wrapper around the dpkg.log it only uses /var/lib/dpkg/status
regards Nico


-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpQvNwwl4iAj.pgp
Description: PGP signature


Bug#317430: ITP: apt-history -- logs the changes when installing

2005-07-09 Thread Nico Golde
Hallo Eduard,

* Eduard Bloch <[EMAIL PROTECTED]> [2005-07-09 13:02]:
> #include 
> * Nico Golde [Sat, Jul 09 2005, 12:06:54PM]:

[...] 
> > I think there is apt-history a better way.
> 
> For doing what exactly?

For doing this without corebutils.

regards nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpXWfVrB41uN.pgp
Description: PGP signature


Bug#317430: ITP: apt-history -- logs the changes when installing

2005-07-09 Thread Nico Golde
Hallo Eduard,

* Eduard Bloch <[EMAIL PROTECTED]> [2005-07-09 13:26]:
> #include 
> * Nico Golde [Sat, Jul 09 2005, 01:04:23PM]:
> > > > I think there is apt-history a better way.
> > > 
> > > For doing what exactly?
> > 
> > For doing this without corebutils.
> 
> a) grep it is not in coreutils but in the grep package

I don't talked about the package :) Everybody is using it so
i is core :)

> b) you seem to have an allergy to essential packages (you know,
> those installed on every system, like grep, bash, ...) or is there any
> other reason to justify a PYTHON installation for a tool without extra
> features?

I have no allergy to essential packages, but I don't think
that it is very userfriendly to say oh use these tools
combined with this if you want info if you can use just one
tool. Especially because there are alot of users (maybe new
to linux) wo want to know these infos but are not familiar
with these tools.
Regards Nico

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpEOVFPuzX63.pgp
Description: PGP signature


Bug#319742: ITP: dvdisaster

2005-07-25 Thread Nico Golde
Hi,
* Daniel Baumann <[EMAIL PROTECTED]> [2005-07-24 16:45]:
> URL: http://www.dvdisaster.com/
> License: GPL
> 
> dvdisaster provides a margin of safety against data loss on CD and DVD
> media caused by aging or scratches.

[...] 
I am not shure if this is really necessary but an upstream
author and a version number would be nice.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgp9C26dYYv5o.pgp
Description: PGP signature


Bug#314883: package ready and looking for a sponsor

2005-08-08 Thread Nico Golde
Hi,
* Martin-Éric Racine <[EMAIL PROTECTED]> [2005-08-08 13:40]:
> I completed my package of gaim-irchelper during Debconf5.
> Now, I just need a sponsor to upload it.

please mail to debian-mentors@lists.debian.org
regards nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred



Bug#311567: wmii 2 already released

2005-08-10 Thread Nico Golde
Hi,
* Florian Ragwitz <[EMAIL PROTECTED]> [2005-08-10 23:05]:
> > meanwhile I found a sponsor but we decided to wait for the first
> > upstream bugfix release (wmii-1.1) before uploading wmii to debian. It
> > is scheduled for June 20. but those who waited for wmii-1 know: Don't
> > take the proposed release date too serious ;)
> 
> wmii 1.1 and even 2 are already released. How about the Debian package?
> Are you still interested in packaging it?

Yes he is, he is on vacation currently.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgp6EZar2KCdp.pgp
Description: PGP signature


Re: Bug#319779: marked as done (ITP: pycairo -- python language bindings for the Cairo vector graphics library)

2005-08-15 Thread Nico Golde
Hi,
[...] 
> Package: wnpp
> Severity: wishlist
> Owner: Dave Beckett <[EMAIL PROTECTED]>
> 
> 
>   Package name: pycairo
>   Version : 0.5.1
>   Upstream Author : James Henstridge, Steve Chaplin, Kevin Worth
>   URL : http://cairographics.org/snapshots/
>   License : LGPL / MPL
>   Description : Python language bindings for the Cairo vector graphics 
> library
> 
>  This package contains modules that allow you to use the Cairo vector
>  graphics library in Python programs.
> 
> 
> I've been packaging this for several years, tracking cairo snapshots.
> ITP now as it seems to be needed for pygtk and cairo is heading
> towards a stable API.  Initial packages are available from
> http://cairographics.org/packages/debian/unstable/

[...] 
I heared rumours that the cairo development is dead at the
moment and will not be development in the future
Do you know something about it?
Maybe it would be good to contact [EMAIL PROTECTED] who will
drop cairo support in his wm in the future before uploading
it.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgp8YlmdTPXOe.pgp
Description: PGP signature


Re: Bug#319779: marked as done (ITP: pycairo -- python language bindings for the Cairo vector graphics library)

2005-08-16 Thread Nico Golde
Hi,
* Dave Beckett <[EMAIL PROTECTED]> [2005-08-16 12:58]:
> On Mon, 15 Aug 2005, Steve Langasek wrote:
[...] 
> > > > towards a stable API.  Initial packages are available from
> > > > http://cairographics.org/packages/debian/unstable/
> > > I heared rumours that the cairo development is dead at the
> > >moment and will not be development in the future
> > That's a rather bizarre rumour.
> 
> Yes, rather.

[...] 
Ok sorry, so please go on!
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#325709: ITP: xmms2 -- XMMS2 is a redesign of the XMMS music player

2005-08-31 Thread Nico Golde
Hi,
* Bryan Donlan <[EMAIL PROTECTED]> [2005-08-31 15:24]:
> On 8/31/05, Laszlo Boszormenyi <[EMAIL PROTECTED]> wrote:
> > On Tue, 2005-08-30 at 14:31 -0500, Peter Samuelson wrote:
> > > [Florian Ragwitz]
[...] 
> > >   Once
> > > that's finished and packaged, we'll have four xmmses.
> >  I think old ones can be dropped after a while with transitional
> > packages.
> 
> xmms2 is still in early developlement, and xmms1 dev most likely will
> not stop immediately. The only thing shared between xmms1 and xmms2,
> really, is the name. So, using transitional packages to force all
> users to change does not seem wise to me.

If I undestand the website right it has a client server
modell with different clients (test mode and graphic). This
is not the case with xmms or do I miss something?
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#325709: ITP: xmms2 -- XMMS2 is a redesign of the XMMS music player

2005-09-01 Thread Nico Golde
Hi,
* David Moreno Garza <[EMAIL PROTECTED]> [2005-09-01 20:42]:
> On Wed, 2005-08-31 at 08:52 -0400, Bryan Donlan wrote:
> > The only thing shared between xmms1 and xmms2, really, is the name.
> 
> So is this a fork of XMMS? If not, I can't see a reason to keep xmms1:
> http://lists.debian.org/debian-gtk-gnome/2005/06/msg00025.html

Not really a fork but the wiki[1] clearly points that xmms2
should completly substitute xmms if the development is in a
stable state.
Regards Nico
[1] http://wiki.xmms2.xmms.se
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#275774: package removal?

2005-09-12 Thread Nico Golde
Hi,
what about deleting the package? Its orphaning is about a 
year old and there is a bunch of solitaire games in debian.
Regards Nico

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpDFIk2RMxCz.pgp
Description: PGP signature


Bug#132446: ITP: bashburn -- A simple shell script to burn CDs

2005-09-13 Thread Nico Golde
Hi,
* Mohammed Adnène Trojette <[EMAIL PROTECTED]> [2005-09-14 00:02]:
> On Thu, Apr 28, 2005, Carlos Parra wrote:
> > I'm going to package this software, i think it's useful.
> 
> as part of the effort of cleaning the WNPP bugs, I just wanted to know
> your status on packaging magma. Are you still intending to do it?

If so please rename your package cause there is already a 
magma package in debian which seems to be something else.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpU7VMjqDvXl.pgp
Description: PGP signature


Bug#132446: ITP: bashburn -- A simple shell script to burn CDs

2005-09-13 Thread Nico Golde
Hi,
* Carlos Parra Camargo <[EMAIL PROTECTED]> [2005-09-14 00:32]:
> El mar, 13-09-2005 a las 23:41 +0200, Mohammed Adnène Trojette escribió:
> > On Thu, Apr 28, 2005, Carlos Parra wrote:
> > > I'm going to package this software, i think it's useful.
> > 
> > as part of the effort of cleaning the WNPP bugs, I just wanted to know
> > your status on packaging magma. Are you still intending to do it?
> 
>   No, i make a package but it breaks many thing about the debian policy.
> 
>   The package itself it's ok but upstream source do a lot of things in
> the system... that aren't "clean".

Then please close the bug or consider to contact the 
debian-legal list for discussing how to solve this.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpMWk65PK9Ux.pgp
Description: PGP signature


Bug#429227: ITP: dzen -- A general purpose messaging and notification program

2007-06-16 Thread Nico Golde
Hi,
* Daniel Jared Dominguez <[EMAIL PROTECTED]> [2007-06-16 13:50]:
> Package: wnpp
> Severity: wishlist
> Owner: Daniel Jared Dominguez <[EMAIL PROTECTED]>
> 
> 
> * Package name: dzen
>   Version : 0.5.0
>   Upstream Author : Robert Manea <[EMAIL PROTECTED]>
> * URL : http://www.example.org/

http://gotmor.googlepages.com/dzen
Cheers
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpL9bGleRvG4.pgp
Description: PGP signature


Bug#429573: ITP: libacpi -- general purpose ACPI library

2007-06-18 Thread Nico Golde
Package: wnpp
Severity: wishlist
Owner: Nico Golde <[EMAIL PROTECTED]>

* Package name: libacpi
  Version : 0.1
  Upstream Author : Nico Golde <[EMAIL PROTECTED]>
* URL : http://www.ngolde.de/libacpi.html
* License : MIT/X
  Programming Lang: C
  Description : general purpose ACPI library

 libacpi is a general purpose shared library for programs gathering ACPI data 
on Linux.
 It implements thermal zones, battery information, fan information and AC 
states.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


signature.asc
Description: Digital signature


Bug#427814: RFH: stfl -- structured terminal forms language/library

2007-06-18 Thread Nico Golde
Hi,
* Michael Mende <[EMAIL PROTECTED]> [2007-06-18 22:37]:
> I'm interested in helping you managing the stfs packages. Guess I can
> provide you first results this week.

Alright, cool!
Cheers
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpgq6E9cJ1tE.pgp
Description: PGP signature


Bug#430663: openbox sponsoring

2007-07-03 Thread Nico Golde
Hi,
since I am also interested in the new upstream version I can 
sponsor you if you want. Ping me if you need this.
Cheers
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpx9Y9JOmWxZ.pgp
Description: PGP signature


Bug#372268: ITP: valkyrie -- A graphical front-end to valgrind

2007-08-09 Thread Nico Golde
Hi Tobi,
any progress here? :)
Cheers
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgp22GbI3y3yh.pgp
Description: PGP signature


Bug#441303: ITP: poker3d -- 3D poker client

2007-09-08 Thread Nico Golde
Hi,
* Loic Dachary <[EMAIL PROTECTED]> [2007-09-08 13:59]:
> Package: wnpp
> Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
> Severity: wishlist
> 
> * Package name: poker3d
>   Version : 1.1.36
>   Upstream Author : Loic Dachary, Johan Euphronise & Mekensleep
> * URL or Web page : http://gna.org/projects/underware/
> * License : GNU GPLv2 or later
>   Description : 3D poker client
> 
>Play  poker  using  a  3D  interface  with  other players connected to 
> a
>server.  When run it reads parameters from the configuration file  
> given
>in  argument.  If no configuration file is given, it first tries to 
> read
>~/.poker3d, then /etc/poker3d/client/poker.client.xml.
> 
>The configuration file specify which server  to  connect  to  (host  
> and
>port).   When  connected, the poker3d shows a list of poker tables 
> where
>games are running. The player can join any table in  which  there  is  
> a
>free seat.

Thats someone a rather bad description.
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpWRjm9LBDPc.pgp
Description: PGP signature


Bug#445377: ITP: awesome -- tiling window manager based on dwm

2007-10-05 Thread Nico Golde
Hi,
* Stanislav Maslovski <[EMAIL PROTECTED]> [2007-10-05 15:54]:
> On Fri, Oct 05, 2007 at 03:30:09PM +0200, Julien Danjou wrote:
> > At 1191589675 time_t, Stanislav Maslovski wrote:
> > > There has been no debian package listed on your site among other distros 
> > > so I was
> > > confused. There has been also no ITP yet.
> > 
> > Because of the libconfig problem.
> > 
> > > I would not mind. However, I also belive that you would have no reasons to
> > > regret it if I became a maintainer, really ;)
> > 
> > Help always welcome, we'll co maintain it!
> 
> All right! Speaking of the technical things: should I close this ITP now, or
> we may leave it as it is?

Please leave it as it is so others can see that you are 
already working on the package.
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpPyAAPJ1rOU.pgp
Description: PGP signature


Bug#446601: RFP: wnpp -- netrw -- netcat like tool with nice features to transport files over network

2007-10-14 Thread Nico Golde
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: wnpp
Version: 1.3.2
Upstream Author: Jiri Denemark <[EMAIL PROTECTED]>
URL: http://sitola.fi.muni.cz/~xdenemar/netrw/index.en.html
License: GPL v2
Description: netcat like tool with nice features to transport files over 
network

From the website:

netrw is a simple (but powerful) tool for transporting 
data over the internet. Its main purpose is to simplify 
and speed up file transfers to hosts without an FTP 
server. It can also be used for uploading data to some 
other user. It is something like one-way netcat (nc) 
with some nice features concerning data transfers. Netrw 
can compute and check message digest (MD5, SHA-1, and 
some others) of all the data being transferred, it can 
also print information on progress and average speed. At 
the end it sums up the transfer.

If someone packages this and need a sponsor, feel free 
to ping me.

Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpcR5UOcjqvh.pgp
Description: PGP signature


Bug#446601: RFP: wnpp -- netrw -- netcat like tool with nice features to transport files over network

2007-10-14 Thread Nico Golde
retitle 446601 RFP: netrw -- netcat like tool with nice features to transport 
files over network
thanks

Hi Nico,
* Nico Golde <[EMAIL PROTECTED]> [2007-10-14 12:44]:
[...] 
>Package name: wnpp

This should be of course netrw.
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpnD64tGJSXI.pgp
Description: PGP signature


Bug#536888: ITP: tlock -- Terminal locker

2009-07-14 Thread Nico Golde
Hi,
* Ryan Kavanagh  [2009-07-14 15:07]:
> Package: wnpp
> Severity: wishlist
> Owner: Ryan Kavanagh 
> 
> 
> * Package name: tlock
>   Version : 1.4
>   Upstream Author : Prasad Pandit 
> * URL : http://pjp.dgplug.org/tools/
> * License : GPLv2+
>   Programming Lang: C
>   Description : Terminal locker
> 
>  Simple console based application, which can be used to lock the terminal 
> with a
>  password string supplied by user from standard input, or with her login
>  password as needed. By default tlock prompts the user for a password and then
>  locks the terminal until the same password is supplied again. When invoked 
> with
>  -s flag, tlock locks the terminal with the user's login password.
[...] 
Why is that more useful or different than vlock?

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpLaywF6YJ4i.pgp
Description: PGP signature


Bug#474128: RFS: libdumbnet

2009-07-25 Thread Nico Golde
Hi,
* Luciano Bello  [2009-07-25 19:20]:
> You still need help for http://bugs.debian.org/474128 ?

Just uploaded it a few hours before, was on my todo list 
since quite some time now :) Thanks for the offer anyway!

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpnIApbZ3kLV.pgp
Description: PGP signature


Bug#538755: ITP: python-dpkt -- Python packet creation / parsing module

2009-08-09 Thread Nico Golde
Hi Luciano,
I also just stumbled over dpkt and it is really neat! I am 
also interested in packaging that. I didn't look into the 
source code yet so I have no idea if it makes sense but I 
offer myself as a co-maintainer hereby :)

Cheers
Nico
P.S. Homepage moved to http://code.google.com/p/dpkt/

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpRdo7aDc1fF.pgp
Description: PGP signature


Bug#542839: ITP: [PACKAGE] -- mktorrent - simple command line utility to create BitTorrent metainfo files

2009-08-21 Thread Nico Golde
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

   Package name: mktorrent
Version: 0.7
Upstream Author: Emil Renner Berthing
URL: http://mktorrent.sourceforge.net/
License: GPL 2
Description: mktorrent is a simple command line utility 
 to create BitTorrent metainfo files.
 Features:
 Creates a BitTorrent metainfo file from a file or directory in 
a simple and fast way.
 Supports multiple trackers.  Can add a custom comment to the 
metainfo file.
 Can add the private flag to dissalow DHT and Peer Exchange.
 Can add a web seed URLs.  Hashing can be done multi threaded 
and supports multiple CPUs.

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpeVUmzZMQmb.pgp
Description: PGP signature


Bug#543834: O: buildtorrent -- command line torrent creation program

2009-09-11 Thread Nico Golde
Hi,
* Bhavani Shankar R  [2009-09-11 10:51]:
> As I m a fan of CLI I use this program in ubuntu to build torrents from CLI
> and I ll take this over

I think we can savely remove it given that mktorrent was 
uploaded to debian which is far better than bouldtorrent.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpAZDg3i3uN6.pgp
Description: PGP signature


Bug#547804: RFH: stfl -- structured terminal forms language/library

2009-09-22 Thread Nico Golde
Package: wnpp
Severity: normal


I request assistance with maintaining the stfl package.

The package description is:
 stfl is a library which implements a curses-based widget set for text
 terminals.
 .
 This package contains the development files required to
 build software that uses libstfl.


I currently lack of time and interest to properly maintain the package but
I don't want to orphan it yet. Therefore I am searching for a new co-maintainer
for this package. The biggest todo would be to package the new upstream release.

Kind regards
Nico



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#516659: ITP: w3bfukk0r -- scan webservers for hidden directories (forced browsing)

2009-02-23 Thread Nico Golde
Hi,
* Daniel Moerner  [2009-02-23 10:05]:
> On Sun, Feb 22, 2009 at 2:39 PM, Maximilian Gaß  
> wrote:
> >  Upstream Author : Nico Golde and Andreas Krennmair
> 
> Nico Golde is a Debian Developer, and a member of the Testing Security
> Team. I think this suggests two things.
> 
> First, this package may be related to security audits.
> 
> Second, there may be a reason it isn't already in Debian if he is the
> upstream. Have you contacted him about this?

Since there are still a lot of people taking names a bit too 
serious (the name is meant as a joke) another ITP for this 
was already rejected some time ago as Joerg stated.

I tried to discuss this on -devel some time ago but there 
was no useful reaction on this:
http://lists.debian.org/debian-devel/2006/11/msg00566.html


So if you want this in Debian you need to rename it.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpZ0BdAwTDsM.pgp
Description: PGP signature


Bug#455002: O: rain -- Packet builder for testing IP protocols implementations.

2007-12-08 Thread Nico Golde
Hi Mario,
* Mario Iseli <[EMAIL PROTECTED]> [2007-12-08 17:49]:
[...] 
> The current maintainer of rain, Tommi Virtanen <[EMAIL PROTECTED]>,
> is apparently not active anymore.  Therefore, I orphan this package now.

What about removing it? I see 33 popcon users and while we 
have packeth, scapy and hping I see no real reason to keep 
this package in the archive.
Comments?
Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpCpwi7WqG8s.pgp
Description: PGP signature


Bug#455197: O: acpid -- Utilities for using ACPI power management

2007-12-09 Thread Nico Golde
Hi,
* Torsten Werner <[EMAIL PROTECTED]> [2007-12-09 11:53]:
> I intend to orphan the acpid package because I cannot agree with the
> severity of the Bug report #444666 and I do not have time to maintain a
> half broken package.

That does not make much sense to me. You set this bug to the 
status wishlist so if you judge this is a feature request it can't be 
half broken with it right?
Anyway, what about http://www.debian.org/devel/tech-ctte.en.html?

I think its really sad to just leave a such important 
package without any further discussion alone.
[...] 
Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpKwWKGmz2cm.pgp
Description: PGP signature


Bug#326398: Joomla! in Debian

2008-01-03 Thread Nico Golde
Hi Ove,
* Ove Kaaven <[EMAIL PROTECTED]> [2008-01-03 19:14]:
> A while ago, Alex de Oliveira Silva expressed intent to package Joomla!, a 
> content management system. It's a package I'm interested in right now. 
> Unfortunately, it looks to me like Alex has gone MIA before finishing the 
> package.
> 
> I could personally do any of: sponsoring an upload, adopting the package, or 
> even packaging it myself if I have to.
[...] 
If you do this please make sure that all of the referenced 
security issues for joomla are fixed in this upload:
http://security-tracker.debian.net/tracker/status/itp

Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpRJZfAeX6ny.pgp
Description: PGP signature


Bug#326398: Joomla! in Debian

2008-01-04 Thread Nico Golde
Hi Moritz,
* Moritz Muehlenhoff <[EMAIL PROTECTED]> [2008-01-05 01:44]:
> Ove Kaaven wrote:
[...] 
> an advance warning: Joomla! wouldn't be supported with security updates
> in a stable release, since security problems are too frequent.

I am not really interested in Joomla! but is this really the 
case? I mean many related issues pop out but those are 
mainly in 3rd party components.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpQYO8UQNBW9.pgp
Description: PGP signature


Bug#456599: ITP: dvtm -- Tiling window management for the console

2008-01-12 Thread Nico Golde
Hi,
Albin, if you need a sponsor for this drop me a mail.
Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpKf7O5naLAr.pgp
Description: PGP signature


Bug#461568: RFP: portbunny -- Linux-kernel-based port-scanner

2008-01-19 Thread Nico Golde
Hi Moritz,
* Moritz Muehlenhoff <[EMAIL PROTECTED]> [2008-01-19 16:33]:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: portbunny
>   Version : 1.0
>   Upstream Author : Fabian Yamaguchi / Recurity Labs
> * URL : http://www.recurity-labs.com/portbunny/portbunny.html
> * License : GPL
>   Programming Lang: C and Python
>   Description : Linux-kernel-based port-scanner
> 
> "PortBunny is a Linux-kernel-based port-scanner created by Recurity Labs. Its 
> aim
> is to provide a reliable and fast TCP-SYN-port-scanner which performs
> sophisticated timing based on the use of so called "trigger"-packets. The
> port-scan is performed in 2 steps: First the scanner tries to find packets, to
> which the target responds ("triggers"). Second, the actual port-scan is 
> performed.
> During the scan, the triggers, which were found in the first scanning-phase, 
> are
> used to determine the optimal speed at which the target may be scanned."

At the moment portbunny still has some bugs which cause for 
example kernel freezes. I suggest waiting for a bugfix 
release before packaging it.

Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpF1QXmsAf7k.pgp
Description: PGP signature


Bug#464902: O: elog -- Web interface logbook system

2008-02-15 Thread Nico Golde
Hi Recai,
looking at the numbers of installations in popcon and the 
security issues that are currently unfixed in elog, what 
about removing this package?
Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgp5C5tJlDAnc.pgp
Description: PGP signature


Bug#466544: ITP: eeepc-acpi-scripts -- Scripts to support suspend and hotkeys on the Asus Eee PC laptop

2008-02-19 Thread Nico Golde
Package: wnpp
Severity: wishlist
Owner: Nico Golde <[EMAIL PROTECTED]>


* Package name: eeepc-acpi-scripts
  Version : 1.0
  Upstream Author : Debian EeePC Team <[EMAIL PROTECTED]>
* URL : http://alioth.debian.org/projects/debian-eeepc/
* License : GPL
  Programming Lang: sh
  Description : Scripts to support suspend and hotkeys on the Asus Eee PC 
laptop

 Sleep (suspend) and hotkeys such as wireless, brightness, mute and 
 volume are all supported by the ACPI scripts in this package on the 
 Asus Eee PC laptop.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#468183: ITP: monkey -- small webserver based on the HTTP/1.1 protocol

2008-02-27 Thread Nico Golde
Hi Thorsten,
* Thorsten Schmale <[EMAIL PROTECTED]> [2008-02-27 16:19]:
> Package: wnpp
> Severity: wishlist
> Owner: Thorsten Schmale <[EMAIL PROTECTED]>
> 
> * Package name: monkey
>   Version : 0.9.2
>   Upstream Author : Eduardo Silva <[EMAIL PROTECTED]>
> * URL : http://monkeyd.sourceforge.net/
> * License : GPL
>   Programming Lang: C
>   Description : monkey is a small webserver based on the HTTP/1.1 protocol
> 
> Monkey is a Web Server written in C based on the HTTP/1.1 protocol. The
> objective is to develop a fast, efficient, small and easy to configure
> webserver.
> Although it is very small and does not need much system resources, it
> has a lot of nice features like Multithreading, Mimetype Support,
> Virtualhosts, CGI & PHP, Basic Security features (Deny by URL + IP)

How does it differ from lighttpd, thttpd or fnord? Why do we 
need yet another webserver in the archive?
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpNcrz2GTkP4.pgp
Description: PGP signature


Bug#468778: O: snownews -- Text mode RSS newsreader

2008-03-01 Thread Nico Golde
Package: wnpp
Severity: normal

I intent to orphan the snownews package.

The package description is:
 Snownews is a text mode RSS/RDF newsreader (similar to what lynx is for
 web-browsing). It supports RSS 1.0 feeds that comply with the W3C RDF
 specification and also supports Radio Userland's RSS 0.91 and 2.0 versions.
 It also includes the following additional features:
 .
  HTTP proxy support
  Correctly handles HTTP 301, 304, and gzip/deflate Content-Encodings.
  Imports OPML (Outline Processor Markup Language) subscription lists
  Fully customizable key bindings
  Customizable color support
 .
  Homepage: http://snownews.kcore.de

I am no longer interested in this package, a new upstream version is 
available (no real changes) and I think newsbeuter is far better than 
snownews providing all the features people ever wanted to get 
implemented in snownews. I maintain this package together with Joe 
Nahmias and I poked him 3 weeks ago about the fact that I am no longer 
interested in this package and poked him again one week ago. No answer.
So I am orphaning this package now.

Cheers
Nico



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#470995: ITP: devotee -- Debian voting system

2008-03-15 Thread Nico Golde
Hi,
looking at the fact that other people might want to check 
the source or the project you are filing an ITP for I think 
this is a rather strange rationale.

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.



pgpmn62lBdhs5.pgp
Description: PGP signature


Bug#464902: Bug#472279: elog: should this package be removed?

2008-04-03 Thread Nico Golde
Hi Raphael,
* Raphael Geissert <[EMAIL PROTECTED]> [2008-04-03 10:50]:
> On Monday 31 March 2008, Recai Okta?? wrote:
> > [Also CC'ing to Nico... I've just noticed the response at #464902.]
> >
> > Sorry for the late response!  I had already filed a bug report to orphan
> > elog: #464902.  However removing this package from the archives is also
> > fine with me, unless someone willing to maintain it comes up.
> 
> Thanks for your reply; I'll wait about a month for anyone to come up and 
> adopt 
> elog (Nico: unless the testing/ security team really doesn't want to see this 
> package in the archive any longer :). If after a month nobody shows up I'll 
> then request its removal.

No sure this bug is there since quite some time, waiting for 
a month seems fine.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpUyeWfnNTgg.pgp
Description: PGP signature


Bug#425940: ITP: nitrogen -- Background browser and setter for X windows

2008-04-09 Thread Nico Golde
Hi,
any news on this?
I'd like to use it because of its xinerama support :)

Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpANzY2Qgsbh.pgp
Description: PGP signature


Bug#476707: [wnpp] O: aterm -- Afterstep XVT - a VT102 emulator for the X window system

2008-04-18 Thread Nico Golde
Package: wnpp
Severity: normal

Hi,
I don't want to maintain aterm any longer as it has several 
bugs, uncoorparative upstream developers, it is basically 
superseded by urxvt and does not support UTF-8. Though it 
still has a pretty huge user base.

Description: Afterstep XVT - a VT102 emulator for the X window system
 Aterm is a colour vt102 terminal emulator, based on rxvt 2.4.8 with
 some additions of fast transparency, intended as an xterm replacement
 for users who do not require features such as Tektronix 4014
 emulation and toolkit-style configurability. As a result, aterm uses
 much less swap space -- a significant advantage on a machine serving
 many X sessions. It was created with AfterStep Window Manager users
 in mind, but is not tied to any libraries, and can be used anywhere.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Kind regards
Nico



pgppQnFC66LuI.pgp
Description: PGP signature


Bug#425940: ITP: nitrogen -- Background browser and setter for X windows

2008-04-26 Thread Nico Golde
Hi,
I will highjack this ITP in a week if no reaction comes from 
Alejandro.
Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpsHL4LH8Qg5.pgp
Description: PGP signature


Bug#440292: ITP: boomerang -- boomerang decompiler

2008-06-03 Thread Nico Golde
Hi,
any news on packaging boomerang?

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpP28RaqqguS.pgp
Description: PGP signature


Bug#495597: O: note -- small program managing notes from commandline

2008-08-18 Thread Nico Golde
Package: wnpp
Severity: normal

Hi,
I no longer use neutrino. This package would be better off 
with a maintainer that uses it regularly.

The long description is:
This is a small console program similar to knotes, which
allows you to manage notes from commandline.
.
Homepage: http://www.daemon.de/NOTE

This program is written in perl.


Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpOYOKBPyOHk.pgp
Description: PGP signature


Bug#522196: #522196 - RFP: gnu icecat - the GNU version of Mozilla Firefox

2009-04-03 Thread Nico Golde
Hi,
* Raphael Geissert  [2009-04-02 19:45]:
> [Security team BCC'ed]
> 
> Hi,
> 
> Do we really need another mozilla browser around?
> Last time I heard the iceweasel maintainers were looking for other people to 
> help them.
> 
> I don't think yet another clone of firefox is going to do any good in any 
> sense (including the security POV).

As providing security support for the ice* suite is already 
PITA and I see no reason why we should include this given 
that we have ice* I strongly oppose to include this to 
Debian.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpuUbcMZg7oj.pgp
Description: PGP signature


Bug#522830: O: hping3 -- Active Network Smashing Tool

2009-04-07 Thread Nico Golde
Hi,
* Romain Francoise  [2009-04-07 10:03]:
> I intend to orphan the hping3 package.
> 
> The package description is:
>  hping3 is a network tool able to send custom ICMP/UDP/TCP packets and
>  to display target replies like ping does with ICMP replies. It handles
>  fragmentation and arbitrary packet body and size, and can be used to
>  transfer files under supported protocols. Using hping3, you can test
>  firewall rules, perform (spoofed) port scanning, test network
>  performance using different protocols, do path MTU discovery, perform
>  traceroute-like actions under different protocols, fingerprint remote
>  operating systems, audit TCP/IP stacks, etc.  hping3 is scriptable
>  using the Tcl language.

What is the reason for orphaning it? I might be interested 
in taking it over.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgphFW15yc13E.pgp
Description: PGP signature


Bug#525488: O: 9menu -- Creates X menus from the shell

2009-04-25 Thread Nico Golde
Hi,
* Barry deFreese  [2009-04-25 14:22]:
> The maintainer of 9menu Andrew Stribblehill  seems to no
> longer be active and attempts to contact him have failed.  Therefore I
> am orphaning this package now.
> 
> If you want to be the new maintainer, please take it -- see
> http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
> instructions how to adopt a package properly.

Given that we have dmenu in the dwm-tools which does exactly 
the same, can we just remove this package?

Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpGCNo8ELBxD.pgp
Description: PGP signature


Bug#533229: O: ctorrent -- BitTorrent Client written in C++

2009-06-15 Thread Nico Golde
Package: wnpp
Severity: normal
X-Debbugs-CC: debian-de...@lists.debian.org

As the maintainer of ctorrent is not available since over a year referring to
the ctorrent uploader I am hereby orphaning this package.

Description: BitTorrent Client written in C++
 This application is written in the C++ language and doesn't
 require any graphical component, such as an X server. Original
 ctorrent's upstream has stopped its development and now it's kept
 updated with new releases/bug fixes by a new developer.
 It's built as a console program and it can be even used remotely
 in a machine that provides outside ssh access. Other main features are:
 .
  * Support for large files (>2GB) and large torrents (>255 files).
  * Strategic selection of pieces to request for download.
  * Continuous queueing of download requests, tuned based on
latency and throughput for each peer.
  * Improved download performance, including parallel requests
in initial and endgame modes.
  * Improved bandwidth regulation.
  * Improved compatibility with other peers.
  * Performance optimization and bug fixes.
  * An interface for monitoring and managing multiple clients.
  * Dynamic cache allocation and management, including prefetch.
 .
  Homepage: http://ctorrent.sourceforge.net/
 .
  See also: http://www.rahul.net/dholmes/ctorrent/

Maintaining a package requires time and skills. Please only adopt this
package if you are *sure* you will have enough time and attention to
work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpFvAJNXdBKN.pgp
Description: PGP signature


Bug#534398: ITP: libposix -- unifed implementation of core functionality of all Unix systems

2009-06-24 Thread Nico Golde
Hi,
* Aníbal Monsalve Salazar  [2009-06-24 08:21]:
> Package: wnpp
> Severity: wishlist
> Owner: Anibal Monsalve Salazar 
> 
> * Package name: libposix
>   Version : 0
>   Upstream Author : Henrique Almeida 
> * URL : http://libposix.sourceforge.net/
> * License : See below
>   Programming Lang: C
>   Description : unifed implementation of core functionality of all
> Unix systems
> 
[...] 
Given the current state of this project I doubt there is 
anything worth packaging at this point, there is hardly any 
functionality.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpZzR0mhwmVB.pgp
Description: PGP signature


Bug#379676: ITP: vbindiff -- visual binary diff, visually compare binary files

2006-07-24 Thread Nico Golde
Hi,
* Miriam Ruiz <[EMAIL PROTECTED]> [2006-07-25 01:55]:
[...] 
>  Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or
>  EBCDIC). It can also display two files at once, and highlight the
>  differences between them. Unlike diff, it works well with large files (up
>  to 4 GB)

Is it able to show assembler code like bindiff by sabre labs 
is doing?
regards nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://nion.modprobe.de/blog/
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgp6xlffKzeQt.pgp
Description: PGP signature


Bug#384474: ITP: weplab -- tool designed to break WEP keys

2006-08-24 Thread Nico Golde
Hello Adam,

* Adam Cécile <[EMAIL PROTECTED]> [2006-08-24 18:52]:
> Package: wnpp
> Severity: wishlist
> Owner: "Adam Cécile (Le_Vert)" <[EMAIL PROTECTED]>
> 
> 
> * Package name: weplab
>   Version : 0.1.5
>   Upstream Author : Jose Ignacio Sanchez <[EMAIL PROTECTED]>
> * URL : http://weplab.sourceforge.net/
> * License : GPL
>   Programming Lang: C
>   Description : tool designed to break WEP keys
> 
> 
> WepLab is a tool designed to teach how WEP works, what different
> vulnerabilities it has, and how they can be used in practice to
> break a WEP protected wireless network.
> ..
> Homepage: http://weplab.sourceforge.net/

I tried to build your mentors package:

pdebuild -rfakeroot -us -uc
dpkg-buildpackage: source package is weplab
dpkg-buildpackage: source version is 0.1.5-1
dpkg-buildpackage: source changed by Adam Cécile (Le_Vert) <[EMAIL PROTECTED]>
dpkg-buildpackage: source version without epoch 0.1.5-1
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp 
/usr/bin/make clean
make[1]: Entering directory `/home/nion/wep/weplab-0.1.5'
/bin/sh ./config.status --recheck
/bin/sh: ./config.status: No such file or directory
make[1]: *** [config.status] Error 127
make[1]: Leaving directory `/home/nion/wep/weplab-0.1.5'
make: *** [clean] Error 2
Kind regards 
Nico

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://nion.modprobe.de/blog/
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgpouoDvgCnkI.pgp
Description: PGP signature


Bug#384474: ITP: weplab -- tool designed to break WEP keys

2006-08-24 Thread Nico Golde
Hi,
* =?UTF-8?Q?Adam=20C=C3=A9cile=20 =20 <[EMAIL PROTECTED]> [2006-08-25 00:53]:
> On Thu, 24 Aug 2006 19:05:23 +0200, Nico Golde <[EMAIL PROTECTED]> wrote:
> > * Adam Cécile <[EMAIL PROTECTED]> [2006-08-24 18:52]:
> >> * Package name: weplab
> >>   Version : 0.1.5
[...] 
> > I tried to build your mentors package:
> > 
> > pdebuild -rfakeroot -us -uc
> > dpkg-buildpackage: source package is weplab
> > dpkg-buildpackage: source version is 0.1.5-1
> > dpkg-buildpackage: source changed by Adam Cécile (Le_Vert)
> > <[EMAIL PROTECTED]>
> > dpkg-buildpackage: source version without epoch 0.1.5-1
> >  fakeroot debian/rules clean
> > dh_testdir
> > dh_testroot
> > rm -f build-stamp 
> > /usr/bin/make clean
> > make[1]: Entering directory `/home/nion/wep/weplab-0.1.5'
> > /bin/sh ./config.status --recheck
> > /bin/sh: ./config.status: No such file or directory
> > make[1]: *** [config.status] Error 127
> > make[1]: Leaving directory `/home/nion/wep/weplab-0.1.5'
> > make: *** [clean] Error 2
[...] 
> I found this bug and I'm fixing it right now. Makefile is 
> created by configure script so I added a depedency on 
> configure.status to clean rules and use make distclean 
> instead of make clean.
> 
> I'm building it in my pbuilder to see if everything goes fine.
> 
> Btw, I have removed my current weplab package from mentors 
> to reupload a fixed release but dupload say me the package 
> is already present on mentors ftp ?!?!?
> 
> How can I reupload it ? 

I dont know if there are any special package treatments for 
mentors.debian.net (I never used it) but it should be no 
problem to build a -2 revision and upload it.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://nion.modprobe.de/blog/
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgpjuPE2dajck.pgp
Description: PGP signature


Bug#389417: new version

2006-10-23 Thread Nico Golde
hi,
version 0.2 is available.
kind regards
nico

-- 
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!


pgpvNTJRnwLcw.pgp
Description: PGP signature


Bug#295331: possible work on fetchmail package

2005-04-15 Thread Nico Golde
Hello Graham,

* Graham Wilson <[EMAIL PROTECTED]> [2005-04-15 13:53]:
> I assume the Subversion repository has still not been created. If
> needed, I can host one temporarily, and then provide a dump when you all
> want to switch.

That would be great!

> Even if your not interested in that, do one (or some) of you think you
> look into some of the easier bugs in the package and possibly make an
> upload? It seems like sarge is getting closer, and if there are any easy
> bugs to fix, I guess now would be the time.

We are interrested. So please make the svn repo.
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpr5Xm3YA1ox.pgp
Description: PGP signature


Bug#301081: Progress on mutt-ng

2005-05-25 Thread Nico Golde
Hello Roberto,

* Roberto C. Sanchez <[EMAIL PROTECTED]> [2005-05-26 00:19]:
> I recently switched to mutt (chekcout my X-Mailer header).  I also found
> out about mutt-ng and the sidbar patch and would like to see this make
> it into Debian soon.  I tried looking for Norbert's packages, but they
> have been removed.  Please let me know if there is anything I can to help.

Yes, we moved the package (source and binary) to
http://www.lxtec.de/debarchiv

With packaging we don't need help really I think. But I you
have some skills in c programming please write a mail to
[EMAIL PROTECTED]
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpZ9QwDdy4Eb.pgp
Description: PGP signature


Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-03 Thread Nico Golde
* Florian Ernst <[EMAIL PROTECTED]> [2005-06-03 17:56]:
> Package: wnpp
> Severity: normal
> 
> 
> I request an adopter for the fbgrab package, as I don't really use
> framebuffer anymore. The package seems to be in good shape, there are
> no bugs and it is up to date with upstream.
> 
> The package description is:
>  Grabs an image of a framebuffer device and store it as a png file.
>  .
>  Also has a timer-feature so you can do things before the image is
>  grabbed.

is this program maintaining active? the last release was feb
2004.

i am interrested in the package. are you able to sponsor the
upload?
regards nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred



Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-04 Thread Nico Golde
Hello Florian,

* Florian Ernst <[EMAIL PROTECTED]> [2005-06-04 14:25]:
> Hello Nico,
> 
> On Fri, Jun 03, 2005 at 05:59:46PM +0200, Nico Golde wrote:
> > * Florian Ernst <[EMAIL PROTECTED]> [2005-06-03 17:56]:
> > > I request an adopter for the fbgrab package, as I don't really use
> > > framebuffer anymore. The package seems to be in good shape, there are
> > > no bugs and it is up to date with upstream.
> > 
> > is this program maintaining active? the last release was feb
> > 2004.
> 
> I haven't heard anything from upstream ever since I contacted him
> after taking over from Ola. Well, I don't know if anything goes on at
> all...

Ok, so I will contact him as soon as I can.

> > i am interrested in the package. are you able to sponsor the
> > upload?
> 
> I'm quite able to sponsor an upload, but whether I'll do it or not
> will pretty much depend on the changes applied to the packaging,
> especially as I believe there isn't much that really _needs_ to be
> done. I personally dislike changes that are basically nothing but a
> "It's mine!".

Yes you are totally right. Its not in my interest to do an
upload just because of the maintainer field.

> Furthermore I forgot to CC Ola in my RFA (see bugreport online). If he
> is still interested he's got first dibs.

So lets do it like this:
I will contact the upstream author in the next week and then
I will write you an email in which I decide if I will adopt
it. Is that ok for you? Or maybe there are good alternatives
for this program so we are able to drop the package from the
pool?
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpBDWFrlYBWL.pgp
Description: PGP signature


Bug#311322: RFP: xps -- Show processes as a colored graphical tree.

2005-06-18 Thread Nico Golde
Hello Jari,

* Jari Aalto <[EMAIL PROTECTED]> [2005-05-31 10:47]:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: xps
>   Version : 4.2
>   Upstream Author : Rocky Bernstein <[EMAIL PROTECTED]>
> * URL : http://sourceforge.net/projects/motif-pstree
> * License : GPL
>   Description : Show processes as a colored graphical tree. 
> 
> (Include the long description here.)
> 
> Like console based pstree(1), but this utility is for window
> system. The status is indicated by color.  Pictures available at the
> sourceforge URL.

[...] 
In my opinion you should close the bug.
The htop package pretty much does the same with additional
feature in an xterm.
regards nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpjNdvhle6LA.pgp
Description: PGP signature


Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-19 Thread Nico Golde
* Florian Ernst <[EMAIL PROTECTED]> [2005-06-04 15:36]:
> On Sat, Jun 04, 2005 at 02:34:08PM +0200, Nico Golde wrote:
> > So lets do it like this:
> > I will contact the upstream author in the next week and then
> > I will write you an email in which I decide if I will adopt
> > it. Is that ok for you? Or maybe there are good alternatives
> > for this program so we are able to drop the package from the
> > pool?
> 
> I don't know of any alternatives in Debian, so perhaps just keep it in
> the archives, even though the user base is quite small according to
> popcon. After all it seems to serve a certain purpose, and apparently
> it does so well enough, without the need for much maintenance.
> 
> Please proceed as you wish.

I mailed the upstream author but no reply. Because I don't
have the time to maintain the source code by myself I
consider it better if someone else would adopt this package.
Sorry.
Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpHTKioWebOA.pgp
Description: PGP signature


Bug#314915: ITP: gifshuffle -- GIF colourmap steganography program

2005-06-19 Thread Nico Golde
Package: wnpp
Severity: wishlist
Owner: Nico Golde <[EMAIL PROTECTED]>

* Package name: gifshuffle
  Version : 2.0 
  Upstream Author : Matthew Kwan <[EMAIL PROTECTED]>
* URL : http://www.example.org/
* License : Public domain
  Description : GIF colourmap steganography program

gifshuffle is a program for  concealing  messages  in  GIF
images  by  shuffling  the  colourmap. A shuffled image is
visibly indistinguishable from  the  original.  gifshuffle
works  with  all  GIF  images, including those with trans-
parency and animation.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages wnpp is related to:
ii  reportbug 3.13   reports bugs in the Debian distrib
pn  totem-gstreamer(no description available)

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


signature.asc
Description: Digital signature


Bug#314915: Acknowledgement (ITP: gifshuffle -- GIF colourmap steganography program)

2005-06-19 Thread Nico Golde
Sorry, I forgot to fill in the homepage:
http://www.darkside.com.au/gifshuffle/
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpITxxe6sBsC.pgp
Description: PGP signature


Bug#314915: ITP: gifshuffle -- GIF colourmap steganography program

2005-06-20 Thread Nico Golde
Hello Jacob,

* Jacob S <[EMAIL PROTECTED]> [2005-06-20 15:17]:
> On Sun, 19 Jun 2005 13:42:07 +0200
> Nico Golde <[EMAIL PROTECTED]> wrote:
> 
> > Package: wnpp
> > Severity: wishlist
> > Owner: Nico Golde <[EMAIL PROTECTED]>
> > 
> > * Package name: gifshuffle
> >   Version : 2.0 
> >   Upstream Author : Matthew Kwan <[EMAIL PROTECTED]>
> > * URL : http://www.example.org/
>   ^^^
> > * License : Public domain
> >   Description : GIF colourmap steganography program
> > 
> > gifshuffle is a program for  concealing  messages  in  GIF
> > images  by  shuffling  the  colourmap. A shuffled image is
> > visibly indistinguishable from  the  original.  gifshuffle
> > works  with  all  GIF  images, including those with trans-
> > parency and animation.
> 
> Sounds interesting. Is there an upstream?

Please read this bug carefully, I replied to the first mail
and corrected it.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgp1KYf820zK1.pgp
Description: PGP signature


Bug#276057: ITP: mediawiki -- Wikipedia wiki engine

2004-10-11 Thread Nico Golde
Hello Evan,

* Evan Prodromou <[EMAIL PROTECTED]> [2004-10-12 00:09]:
> Package: wnpp
> Severity: wishlist
> 
> 
> * Package name: mediawiki

great, i have no idea why it hasnt been packaged in the past :)
regards nico
-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#276228: RFH: pcmcia-cs -- PCMCIA Card Services for Linux

2004-10-12 Thread Nico Golde
Hello Per,

* Per Olofsson <[EMAIL PROTECTED]> [2004-10-12 23:40]:
> Package: wnpp
> Severity: normal
> 
> I currently don't have the time and energy to maintain this package
> properly, so I hereby request co-maintainer(s) for it. There are
> currently no RC bugs in it and I will probably fix them if they arise,
> but there are other things to do like updating to the latest upstream
> version (although not for sarge). The package has an Alioth project
> with a Subversion repository so it should be fairly easy to cooperate,
> and I will also be available to discuss things by email.
> 
> The PCMCIA support in debian-installer could also use some
> improvement.

can you give me some concrete work, then i can have a look if i am able
to do something.
regards nico
-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#276392: O: bochs -- IA-32 PC emulator

2004-10-13 Thread Nico Golde
Hello Robert,
why do you orphan it? because of a lack of time?

regards nico:
* Robert Millan <[EMAIL PROTECTED]> [2004-10-14 02:02]:
> Package: wnpp
> Severity: normal
> 
> I intend to orphan the bochs package.
> 
> The package description is:
> 
>  Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
>  runs on most popular platforms. It includes emulation of the Intel x86 CPU,
>  common I/O devices, and a custom BIOS.
>  .
>  Bochs is capable of running most operating systems inside the emulation
>  including GNU, GNU/Linux, *BSD, FreeDOS, MSDOS and Windows 95/NT.
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: kfreebsd-i386 (i386)
> Kernel: GNU/kFreeBSD 5.2.1-7
> Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#270538: NM

2006-02-01 Thread Nico Golde
Hallo giskard,

* giskard <[EMAIL PROTECTED]> [2006-02-01 19:36]:
> i'm the actual maintainer of NM.
> 
> As you probably know upstream(s) will do a new release in the next few
> days, if upstream relase today/tomorrow/day after tomorrow  i will ask
> my sponsor to upload the new NM..if not.. i think i will use 0.5.1 :(

What is NM? Can not find an NM package in the archive.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgp8SqRJGOTn4.pgp
Description: PGP signature


Bug#270538: NM

2006-02-01 Thread Nico Golde
Hi,
* giskard <[EMAIL PROTECTED]> [2006-02-01 22:27]:
> Il giorno mer, 01/02/2006 alle 19.50 +0100, Nico Golde ha scritto:
> hello,
> 
> > What is NM? Can not find an NM package in the archive.
> > Regards Nico
> 
> NetworkManager. 

Oh which? ifconfig? Please be a little bit more precise in 
what you write.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgpsqHmwwxoMY.pgp
Description: PGP signature


Bug#270538: NM

2006-02-02 Thread Nico Golde
Hi,
* giskard <[EMAIL PROTECTED]> [2006-02-02 17:07]:
> Il giorno mer, 01/02/2006 alle 22.31 +0100, Nico Golde ha scritto:
> > * giskard <[EMAIL PROTECTED]> [2006-02-01 22:27]:
> > > Il giorno mer, 01/02/2006 alle 19.50 +0100, Nico Golde ha scritto:
> > > hello,
> > > > What is NM? Can not find an NM package in the archive.
> > > > Regards Nico
> > > NetworkManager. 
> > Oh which? ifconfig? Please be a little bit more precise in 
> > what you write.
> 
> ehrr, do you know what sort of bug is this? 
> 
> this is an ITP (Intent To Package) bug. As you probably know (afaik you
> are a maintainer) itp bugs must have a "Description" field.
> 
> this is the Description field of #270538:
> 
> Description : desktop network connection and link management system
> 
> The point of NetworkManager is to make networking configuration and
> setup as painless and automatic as possible. 
> NetworkManager attempts to keep an active network connection available
> at all times.  It is intended only for the desktop use-case, and is not
> intended for usage on servers.
> 
> you need something else?

ghh, sure I know what an ITP is and I know that this 
was an ITP bug. That was not my point, my point was your 
mail in which you tell:
"i'm the actual maintainer of NM." Which is something noone 
can understand. And for sure you know that NM is the acronym 
for New Maintainer so I just mailed because your mail was 
without any content.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgphIUX3QufXE.pgp
Description: PGP signature


Bug#355179: ITP: beef -- flexible BrainFuck interpreter

2006-03-05 Thread Nico Golde
Hi
* Andrea Bolognani <[EMAIL PROTECTED]> [2006-03-03 22:38]:
[...] 
>  beef is a BrainFuck interpreter written in C.
[...] 
This information is wasteful because we have tags, please 
keep this in mind for your control file.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgppZAgftMfPV.pgp
Description: PGP signature


Bug#355179: ITP: beef -- flexible BrainFuck interpreter

2006-03-06 Thread Nico Golde
hi
* Andrea Bolognani <[EMAIL PROTECTED]> [2006-03-06 23:27]:
> On Fri, 3 Mar 2006 22:43:20 +0100
> Nico Golde <[EMAIL PROTECTED]> wrote:
> 
> Please give me an opinion about the new description.

cant see a new description here in bts.
regards nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgpTJnBO97dhe.pgp
Description: PGP signature


Bug#358566: RFP: Freelords -- FreeLords is a turn-based strategy game in the style of the classical Warlords. In short, you produce armies in cities and use them to conquer more cities and finally def

2006-03-29 Thread Nico Golde
Hi,
* Alexander Schmehl <[EMAIL PROTECTED]> [2006-03-29 21:44]:
> That looks like a game worth to be packaged (at least when taking a look
> at the screenshots), but currently I don't have the time to debianize it
> myself... And there seems to be a small problem:  According to upstreams
> homepage, the most recent releases of freelords depend on paragui >
> 1.1.8.  Debian currently shops 1.0.4; and the 1.1x branche is the
> development branch of paragui if I understood correctly.  Don't know
> what's the easiest way to go on with it.  Ideas?

Why not uploading them to experimental?
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgp63S21B7huq.pgp
Description: PGP signature


Bug#366321: ITP: amap-align -- Protein multiple alignment by sequence annealing

2006-05-07 Thread Nico Golde
Hi,
* Charles Plessy <[EMAIL PROTECTED]> [2006-05-07 16:50]:
> Package: wnpp
> Severity: wishlist
> Owner: Charles Plessy <[EMAIL PROTECTED]>
> 
>   Package name: amap-align
>   Version : 2.0
>   Upstream Author : Ariel Schwartz <[EMAIL PROTECTED]>
>   URL : http://bio.math.berkeley.edu/amap/download/amap.2.0.tar.gz
>   License : Public domain
>   Description : Protein multiple alignment by sequence annealing
> 
>  AMAP is a command line tool to perform multiple alignment of peptidic
>  sequences. It utilizes posterior decoding, and a sequence-annealing
>  alignment, instead of the traditional progressive alignment method. It
>  is the only alignment program that allows to control the sensitivity /
>  specificity tradeoff.  It is based on the ProbCons source code, but
>  uses alignment metric accuracy and eliminates the consistency
>  transformation.
>  .
>  Homepage: http://bio.math.berkeley.edu/amap/

apt-cache show amap
Package: amap
Priority: extra
Section: net
Installed-Size: 204
Maintainer: Andrés Roldán <[EMAIL PROTECTED]>
Architecture: i386
Version: 4.8-1.1
Depends: libc6 (>= 2.3.5-1), libssl0.9.8
Suggests: nmap
Filename: pool/main/a/amap/amap_4.8-1.1_i386.deb
Size: 70512
MD5sum: a8f70d5acabd22ca17e4292849a05dbe
Description: Network protocol probing tool
 Amap allows you to probe IP ports for running protocols, ignoring the port
 number. It does this by sending probe packets to the port and analyzing the
 responses. This will allow you to find services running on non-standard
 ports.
 .
 Additionally, amapcrap is a tool that helps getting information for ports
 that don't show any output.
 .
 Having nmap installed is suggested, since amap cannot scan for open ports
 (but there is an option to import nmap's output).

Kind regards
Nico

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgpHrgAVGffdo.pgp
Description: PGP signature


Bug#366321: ITP: amap-align -- Protein multiple alignment by sequence annealing

2006-05-08 Thread Nico Golde
Hallo Charles,

* Charles Plessy <[EMAIL PROTECTED]> [2006-05-08 03:03]:
> On Sun, May 07, 2006 at 07:30:16PM +0200, Nico Golde wrote :
> Thank you for pointing this out. It is because amap already exists that
> I called the package amap-align. Do you think it is too close and that
> it may confuse amap users ?

Good question, I first thought it has something to do with 
amap but what is really important is that the binaries are 
not named both amap.
Regards Nicoo

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgpiuKf4YLicq.pgp
Description: PGP signature


Bug#295331: O: fetchmail

2005-02-15 Thread Nico Golde
Hello Graham,

* Graham Wilson <[EMAIL PROTECTED]> [2005-02-15 11:50]:
> Package: wnpp
> Severity: normal
> 
> I haven't been able to take good care of the fetchmail package, and
> therefore I'm orphaning it.
> 
> I'd like whoever adopts it to be able to spend a good amount of time
> with the package. Upstream has been slow lately, and the adopter would
> likely end up working with upstream. Whoever adopts the package should
> be very familiar with C and Bourne shell scripting.
> 
> I'd also ideally like to find someone who uses the system-wide fetchmail
> setup, since I was never able to test that very well.

Do you have a todo list with things that have to be done?
I am interrested in maintaining this package.
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred


pgpGmuLicqXnD.pgp
Description: PGP signature


Bug#295331: maintenance of fetchmail package

2005-02-16 Thread Nico Golde
Hello Graham,

* Graham Wilson <[EMAIL PROTECTED]> [2005-02-16 09:52]:
> On Wed, Feb 16, 2005 at 12:29:21AM -0300, Lucas Wall wrote:
> > On 02/16/05 00:21, Graham Wilson wrote:
> > >Three people have stepped up to maintain the package. Would all of you
> > >be interested in working together to co-maintain the pacakge? The
> > >fetchmail source is already maintained in Subversion, so it seems this
> > >could be coordinated easily.
> > 
> > Co-maintain is fine for me. Do you have an alioth project? or just an 
> > independent repo?
> 
> An independent repository. I suggest everyone who is interested to
> subscribe to the fetchmail mailing lists at Berlios [1] and at CCIL [2].

good idea.

> I'll ask the other current project admins if I can create a list just
> for Debian packaging.

that would be fine. thanks.

> Since upstream work is going slow, ideally everybody who is interested
> would eventually help participate upstream.

I have good knowledge of c.

> > >It also seems that only one of the people interested is a developer. I'd
> > >be happy to sponsor uploads if needed.
> > 
> > Perfect. If we co-maintain sponsor uploads won't be generally needed, 
> > but its good to know you have time to sponsor in case I'm not around.
> 
> Yes, I'd be glad for you to do uploads normally, and for me just to
> serve as backup.
> 
> [1] http://developer.berlios.de/mail/?group_id=1824
> [2] http://lists.ccil.org/mailman/listinfo/fetchmail 

the ccil ml is not available.
regards nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred



Bug#295331: maintenance of fetchmail package

2005-02-16 Thread Nico Golde
Hi folks,
* Graham Wilson <[EMAIL PROTECTED]> [2005-02-16 09:52]:
> Three people have stepped up to maintain the package. Would all of you
> be interested in working together to co-maintain the pacakge? The
> fetchmail source is already maintained in Subversion, so it seems this
> could be coordinated easily.
> 
> It also seems that only one of the people interested is a developer. I'd
> be happy to sponsor uploads if needed.

I like the idea of 3 people co-maintaining the package.
There is a lot of work that could be done. I also talked to
Eric Raymond and he says that he will have a look on the
program if there is anything important so we can count on
his work too.
With one who can upload packages we are complete I think.
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred



Bug#295331: maintenance of fetchmail package

2005-02-21 Thread Nico Golde
Hello Graham,

* Graham Wilson <[EMAIL PROTECTED]> [2005-02-21 09:52]:
> On Sun, Feb 20, 2005 at 12:24:03PM -0300, Lucas Wall wrote:
> > I've been talking to Nico and Goswin and we would like to get started. 
> > We don't want to steal more of your time.
> 
> I've actually already got a repository set up that is hosted with the
> main fetchmail repository (as a branch in Subversion). Is it alright to
> use that?

Yes i think so but alioth would be better :)
But is it necessary to subscribe to the fetchmail project at
berlios to get write access to this tree?

> I was hoping that if the two other upstream maintainers were satisfied
> with the direction the package was going, that they would eventually
> open commit access to the trunk, since development has been so slow
> lately.
> 
> I'll also be creating a mailing list at Berlios for bug reports and
> such.

what will be the name of the mailinglist?

[...] 
regards nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred


pgpEmklHPPj7v.pgp
Description: PGP signature


Bug#295331: maintenance of fetchmail package

2005-02-21 Thread Nico Golde
Hi folks,
* Graham Wilson <[EMAIL PROTECTED]> [2005-02-21 17:06]:
> On Mon, Feb 21, 2005 at 10:09:28AM +0100, Nico Golde wrote:
> > Yes i think so but alioth would be better :)
> 
> Well, it seems like that is the prevailing opinion at this point. So
> I'll just let you guys create the Alioth project.
> 
> I have two repositories available that you can base the work off of: one
> that I've been developing the Debian fetchmail package from, and one
> that we started the Berlios project with.
> 
> A dump of the repository that I've been working from is available here
> [1], and a dump of upstream's repository here [2]. Additionally, the
> upstream repository is available here [3].
> 
> Let me know if you guys need any more help or have any more questions.

[...] 
Ok i created the alioth project named fetchmail. Within 72
hours we will get a reply if it is ok by the admins.
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred


pgpzvc93CpVTj.pgp
Description: PGP signature


Bug#295331: maintenance of fetchmail package

2005-02-28 Thread Nico Golde
Hello Graham,

* Graham Wilson <[EMAIL PROTECTED]> [2005-02-28 09:53]:
> On Mon, Feb 21, 2005 at 05:45:02PM +0100, Nico Golde wrote:
> > * Graham Wilson <[EMAIL PROTECTED]> [2005-02-21 17:06]:
> > > Well, it seems like that is the prevailing opinion at this point. So
> > > I'll just let you guys create the Alioth project.
> > 
> > Ok i created the alioth project named fetchmail. Within 72
> > hours we will get a reply if it is ok by the admins.
> 
> Have you heard back from the Alioth admins yet?

sorry, i wanted to write you today.
the first subscribe failed because i named it fetchmail
instead of pkg-fetchmail but i submitted pkg-fetchmail now
but haven't heard anything. if i get no response tomorrow i
will write them a mail.
regards nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | mutt-ng.berlios.de | grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpXfDUYsPwNI.pgp
Description: PGP signature


Bug#295331: maintenance of fetchmail package

2005-03-03 Thread Nico Golde
Hallo Graham,

* Graham Wilson <[EMAIL PROTECTED]> [2005-02-28 09:53]:
> On Mon, Feb 21, 2005 at 05:45:02PM +0100, Nico Golde wrote:
> > * Graham Wilson <[EMAIL PROTECTED]> [2005-02-21 17:06]:
> > > Well, it seems like that is the prevailing opinion at this point. So
> > > I'll just let you guys create the Alioth project.
> > 
> > Ok i created the alioth project named fetchmail. Within 72
> > hours we will get a reply if it is ok by the admins.
> 
> Have you heard back from the Alioth admins yet?

no :(
regards nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | mutt-ng.berlios.de | grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgp7Mo4cdtnDs.pgp
Description: PGP signature


Bug#295331: maintenance of fetchmail package

2005-03-17 Thread Nico Golde
Hello Graham,

* Graham Wilson <[EMAIL PROTECTED]> [2005-03-17 11:44]:
> On Thu, Mar 03, 2005 at 10:58:28PM +0100, Nico Golde wrote:
> > * Graham Wilson <[EMAIL PROTECTED]> [2005-02-28 09:53]:
> > > Have you heard back from the Alioth admins yet?
> > 
> > no :(
> 
> Any more luck?

yes we have the alioth page now. but we are waiting for the
svn repos.
regards nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpDJ9E6OVod1.pgp
Description: PGP signature


Bug#301081: ITP: mutt-ng -- Mutt next generation (mutt-ng) is a fork of the well-known email client mutt

2005-03-23 Thread Nico Golde
Hello Elimar,

* Elimar Riesebieter <[EMAIL PROTECTED]> [2005-03-23 20:28]:
> Package: wnpp
> Severity: wishlist
> Owner: Elimar Riesebieter <[EMAIL PROTECTED]>
> 
> * Package name: mutt-ng
>   Version : x.y.z
>   Upstream Author : Name <[EMAIL PROTECTED]>
> * URL : http://www.example.org/
> * License : (GPL, LGPL, BSD, MIT/X, etc.)
>   Description : Mutt next generation (mutt-ng) is a fork of the 
> well-known email client mutt

Argh. This fields should be edited.
Regerds Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpDKzx5KmUz3.pgp
Description: PGP signature


Bug#301081: (no subject)

2005-03-23 Thread Nico Golde
hi,
no, the website is muttng.org and not mutt-ng.org.
the upstream author should only be andreas because he has
founded the project.

@pelle: thanks but we know. he hasn't got the time to
maintain it anymore.
regards nico

-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#301081: (no subject)

2005-03-24 Thread Nico Golde
* Package name: mutt-ng
  Version : rev-231
  Upstream Author : Andreas Krennmair
* URL : http://www.muttng.org
* License : GPL
  Description : Mutt next generation (mutt-ng) is a fork of the well-known 
email client mutt

(Include the long description here.)

Mutt next generation (mutt-ng) is a fork of the well-known email client mutt
 with the goal to both incorporate all the patches that are floating around in
 the web, and to fix all the other little annoyances of mutt.
 .
 Differences between mutt and mutt-ng:
  o Better view support for format=flowed attachments
  o Message IDs are configurable
  o User can set signoff_string just like in slrn
  o User can call up the "last folder" when saving attachments
  o IMAP reconnecting: when the connection to the IMAP server dies, mutt-ng
attempts reconnecting
  o User can set the umask with which all the files shall be created (was
hard-coded before, and caused huge problems for shared mailboxes to some
people)
  o Support for NNTP, i.e. mutt-ng can be used as a newsreader
  o A sidebar similar to other (graphical) MUAs where you can directly jump
to a certain mailbox
  o header caching for faster mailbox load

regards nico

-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpJSJRLjByRb.pgp
Description: PGP signature


Bug#303186: ITP: prosilla -- multi-threaded download accelerator for ssh

2005-04-05 Thread Nico Golde
Package: wnpp
Severity: wishlist
Owner: Nico Golde <[EMAIL PROTECTED]>

* Package name: prosilla
  Version : 1.2 
  Upstream Author : Andrzej Szombierski <[EMAIL PROTECTED]>
* URL : http://v-lo.krakow.pl/~anszom/prosilla/index.en.shtml
* License : GPL
  Description : multi-threaded download accelerator for ssh

ProSilla is a program which accelerates file transfers over ssh
by opening multiple connections just like other download
accelerators. The only difference is that proSilla uses ssh
instead of http/ftp for download. Of course you must have a
shell account on the remote server to use this program.

By default it uses a ncurses user interface but it also
provides a nice gtk+ interface.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


signature.asc
Description: Digital signature


Bug#264567: RFH: dpatch: patch maintenance system for Debian source packages

2004-08-10 Thread Nico Golde
Hallo Gergely,

* Gergely Nagy <[EMAIL PROTECTED]> [2004-08-10 13:43]:
> Package: wnpp
> Severity: wishlist
> 
> dpatch is currently maintained by Joerg Jaspert, David B Harris and
> myself, however, all of us seem to be busy with other things too.
> 
> We'd need someone to review the open bugs, and implement the
> features/fixes that are deemed to be worthwhile. (I have some rough
> ideas about the non-dpatch-edit-patch bugs, and I'm happy to explain
> them to anyone volunteering to help.)
> 
> It's not something hard or anything, just takes more time I actually
> have, and will have in the near future.

i try to make a new packages and fix the bugs that have a patch
included.
regards nico
-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#264567: RFH: dpatch: patch maintenance system for Debian source packages

2004-08-10 Thread Nico Golde
Hello Gergely,

* Gergely Nagy <[EMAIL PROTECTED]> [2004-08-10 13:43]:

is the following right?
"Am I right that now deapply applies the patches in reverse order?"
i havent got the time to figure it out with the source.
regards nico
-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#263352: request for removal: wmapm

2004-08-16 Thread Nico Golde
Hi Michael,
in the past i decided to dopt wmapm (#263352), but now i decided it
would be better to remove the package from the archive, because the
upstream and the upstream homepage isnt't available anymore. the package
is bug free, but the package wmapm does pretty much the same thing as
wmapm.

so please close the bug and remove the package.
is it ok for you?
regards nico

-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#271988: ITP: ded -- curses-based file browser with the possibility of editing directories

2004-09-25 Thread Nico Golde
Package: wnpp
Severity: wishlist


* Package name: ded
  Version : 20040318 
  Upstream Author : Thomas E. Dickey
* URL : http://dickey.his.com/ded/ded.htm 
* License : not shure yet 
  Description : curses-based file browser with the possibility of editing 
directories

ded allows you to navigate through multiple file lists or a directory
tree, viewing or changing file attributes rapidly. In addition to
conventional file information, it operates on the file's RCS or SCCS
archives, making it useful for source-control as well as system
administration. Curses-based, it runs on UNIX systems.
regards nico
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-rc1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]



Bug#271988: ITP: ded -- curses-based file browser with the possibility of editing directories

2004-09-25 Thread Nico Golde
Hello Thaddeus,

* Thaddeus H. Black <[EMAIL PROTECTED]> [2004-09-17 15:27]:
> Would you be angry, Rob, if I disagreed?
> 
> > >   Description : curses-based file browser with the possibility of 
> > > editing directories
> > 
> > This short description is bad, it should describe what the program does
> > without including a technical description of how it does it, so dont
> > include that its ncurses based there.
> 
> The "curses-based" part is interesting and highly informative, well
> worth the space it takes in the one-line Description.  One could say
> "terminal-based", which would be okay, too; but I admit that I slightly
> prefer "curses-based".  That one can run the program without X is a
> major point of the program.  The probable inference is that the program
> is lean and minimal, which some users like me really appreciate.

yes. thats my point to. i think there are more people who will use a
terminal-based program, if it is curses-based, because on most cases it
is more comfortable.

[...] 
regards nico
-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#271988: ITP: ded -- curses-based file browser with the possibility of editing directories

2004-09-25 Thread Nico Golde
Hallo Rob,

* Rob Bradford <[EMAIL PROTECTED]> [2004-09-17 15:26]:
> On Thu, Sep 16, 2004 at 07:06:06PM +0200, Nico Golde wrote:
> > Package: wnpp
> > Severity: wishlist
> > 
> > 
> > * Package name: ded
> >   Version : 20040318 
> >   Upstream Author : Thomas E. Dickey
> > * URL : http://dickey.his.com/ded/ded.htm 
> > * License : not shure yet 
> 
> This should have been your first priority.

the problem is that at the moment all rights are reserved, but the
author decides to switch to an bsd license.

> >   Description : curses-based file browser with the possibility of 
> > editing directories
> 
> This short description is bad, it should describe what the program does
> without including a technical description of how it does it, so dont
> include that its ncurses based there.

mh, i think it is ok. there are many packages in the pool which have
included in the descritption that they are curses based.

> I also dont think its necessary to
> include the latter part about editing directories. Can i suggest that
> you change the description to "powerful command line file manager", that
> implies the use point and also implies that it can be used for
> manipulation not just reading

ok, thats a good idea. i will rename the bug in the next days.

> > ded allows you to navigate through multiple file lists or a directory
> > tree, viewing or changing file attributes rapidly. In addition to
> > conventional file information, it operates on the file's RCS or SCCS
> > archives, making it useful for source-control as well as system
> > administration. Curses-based, it runs on UNIX systems.
> 
> "ded allows you to navigate through multiple file lists or a directory
> tree" contains redundant information, furthermore technically the RCS or
> SCCS archives that you refer to are not archive but file metadata. You
> also dont need to include the last part, as if it runs on Debian, its
> obviously running on Unix style system.
> 
> As an alternative can my propose:
> 
> "ded allows the browsing and changing of attributes on file in a
> directory tree to take place easily. Furthermore ded has good support
> for manipulating RCS and SCCS metadata making it useful for users of
> these systems as well as for system administration."

i took the descritption from the authors web page but i think your
description is much better. thank you.
do you know how can i change the content of the wnpp message?
regards nico
-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?


signature.asc
Description: Digital signature


Bug#282456: ITP: wavbreaker -- Takes a wave file and break it up into multiple wave files

2004-11-22 Thread Nico Golde
Hi,
* Free Ekanayaka <[EMAIL PROTECTED]> [2004-11-22 15:04]:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: wavbreaker
>   Version : 0.5
>   Upstream Author : Timothy Robinson <[EMAIL PROTECTED]>
> * URL or Web page : http://huli.org/wavbreaker
> * License : GNU GPL
>   Description : Takes a wave file and break it up into multiple wave files
> 
> This application takes a wave file and break it up into multiple wave
> files. It makes a clean break at the correct position to burn the
> files to an audio cd without any dead air between the tracks. It will
> only read wave files.
> .
> There is also a command line tool to merge wave files together,
> wavmerge.

what is the difference to wavsplit?
regards nico
-- 
Nico Golde - [EMAIL PROTECTED]
[EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de
GPG: FF46 E565 5CC1 E2E5 3F69  C739 1D87 E549 7364 7CFF
Is there life after /sbin/halt -p?



Bug#283806: ITP: elizatalk -- talk program like emacs psychatrist

2004-12-01 Thread Nico Golde
Package: wnpp
Severity: wishlist


* Package name: elizatalk
  Version : 0.4 
  Upstream Author : Duane Fields <[EMAIL PROTECTED]>
* URL : http://elizatalk.sf.net
* License : GPL
  Description : talk program like emacs psychatrist

Elizatalk is a talkback program for the Licq Autoreply plugin v1.0 or
higher. This program allows you to let you friends talk interactively to
your autoresponder. Some people even think they are actually talking to
you.. :-).

It also works with centericq.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
[EMAIL PROTECTED] | http://www.ngolde.de
VIM has two modes - the one in which it beeps
and the one in which it doesn't


signature.asc
Description: Digital signature


Bug#289176: ITP: yacpi -- ncurses based acpi monitor for text mode

2005-01-07 Thread Nico Golde
Package: wnpp
Severity: wishlist

* Package name: yacpi
  Version : 1.0 
  Upstream Author : Nico Golde <[EMAIL PROTECTED]>
* URL : http://www.ngolde.de/yacpi/
* License : GPL
  Description : ncurses based acpi monitor for text mode

yacpi (yet another configuration and power interface)  is an ncurses based
acpi monitoring program for notebooks.
It displays various acpi information like battery status, temperature
and AC status.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred


signature.asc
Description: Digital signature


  1   2   >