Bug#416263: RFA: file -- Determines file type using magic numbers

2007-03-26 Thread Michael Piefel
Package: wnpp
Severity: normal

I request an adopter for the file package. file is of priority standard
and comes with a library and thus the following additional packages are
generated from the source: libmagic-dev, libmagic1 and python-magic.
I believe the package to be in pretty good shape, even if the bug count
suggests otherwise; most bugs are requests for the addition of new
entries in the magic database and are not that urgent.

The package description is:
 File tests each argument in an attempt to classify it.  There are three
 sets of tests, performed in this order: filesystem tests, magic number
 tests, and language tests.  The first test that succeeds causes the
 file type to be printed.
 .
 Starting with version 4, the file command is not much more than a wrapper
 around the magic library.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Processed: tagging bugs that are closed by packages in NEW as pending

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # the following bugs are closed by packages in NEW
 #
 tags 333756 pending
Bug#333756: ITP: roundcube -- modern, skinable webmail solution for IMAP servers
There were no tags set.
Bug#344949: ITP: roundcube -- webmail with an application-like user interface
Tags added: pending

 tags 344949 pending
Bug#344949: ITP: roundcube -- webmail with an application-like user interface
Tags were: pending
Bug#333756: ITP: roundcube -- modern, skinable webmail solution for IMAP servers
Tags added: pending

 tags 410829 pending
Bug#410829: ITP: libdkim -- cryptographically identify the sender of email
Tags were: pending
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#416269: ITP: pdb2pqr -- Converts Protein Data Bank (PDB) files to PQR

2007-03-26 Thread Manuel Prinz
Package: wnpp
Severity: wishlist
Owner: Manuel Prinz [EMAIL PROTECTED]


* Package name: pdb2pqr
  Version : 1.1.2
  Upstream Author : Todd Dolinsky [EMAIL PROTECTED]
* URL : http://pdb2pqr.sourceforge.net/
* License : GPL
  Programming Lang: Python, C
  Description : Converts Protein Data Bank (PDB) files to PQR

  From the PDB2PQR hompage:
  PDB2PQR is a Python software package that automates many of the
  common tasks of preparing structures for continuum electrostatics
  calculations. This includes adding a limited number of missing
  heavy atoms to biomolecular structures, optimizing the protein
  for favorable hydrogen bonding, determining side-chain pKas, and
  assigning charge and radius parameters from a variety of force
  fields, ultimately yielding a final PQR file.

  PDB2PQR is a tool often used in conjunction with APBS, which is in
  Debian already. I have had good contact with both upstream authors
  in the past.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Missing ITP

2007-03-26 Thread Manuel Prinz
Am Samstag, den 24.03.2007, 20:31 -0300 schrieb Felipe Augusto van de
Wiel (faw):
  (...) Did you properly setup your MTA? reportbug can send the message
 if you are able to send messages from the console. You can use reportbug
 to generate the text of the message and then use your MUA to sent it, or
 you can try the new reportbug-ng that it is a graphical interface that
 can talk with lots of MUAs;)

It seems like my MTA is not properly configured, meaning my smarthost
won't accept my mails for some reason. I did use the reportbug/MUA
suggestion, which worked out well.

 (...) I didn't found your name on the mails from yesterday and I
 didn't find your ITP on the packages being worked on:

Me neither. I just sent it again, and got reply from DBTS as expected.

 (...) Hope this helps, kind regards,

It did, thanks a lot!

Kind regards,
Manuel



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#416281: RFA: cvs-syncmail -- Notification program for CVS checkins

2007-03-26 Thread Christopher Sacca
Package: wnpp
Severity: normal

I have run out of time to maintain cvs-syncmail and am requesting 
someone adopt it.

The package description is:
 syncmail is used to provide email notifications of changes to the CVS
 repository.  These email changes will include context diffs of the
 changes. Really big diffs are be trimmed.
 .
 Homepage: http://sourceforge.net/projects/cvs-syncmail

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#416278: O: pyzor

2007-03-26 Thread Christopher Sacca
Package: wnpp
Severity: normal

Pyzor has gone beyond the point where I can reasonably maintain it in my 
current situation.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#416280: RFA: libcgi-simple-perl -- A Simple totally OO CGI interface that is CGI.pm compliant

2007-03-26 Thread Christopher Sacca
Package: wnpp
Severity: normal


I request an adopter for the libcgi-simple-perl package.

The package description is:
 CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm.
 It shares an identical OO interface to CGI.pm for parameter parsing, file
 upload, cookie handling and header generation. This module is entirely object
 oriented, however a complete functional interface is available by using the
 CGI::Simple::Standard module.
 .
 Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
 things is available. There are even a few new methods and additions to old
 ones! If you are interested in what has gone on under the hood see the
 Compatibility with CGI.pm section at the end.
 .
 In practical testing this module loads and runs about twice as fast as CGI.pm
 depending on the precise task.
 .
 Homepage: http://search.cpan.org/~jfreeman/Cgi-Simple-0.077/

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#416263: RFA: file -- Determines file type using magic numbers

2007-03-26 Thread Daniel Baumann
Michael Piefel wrote:
 I request an adopter for the file package. file is of priority standard
 and comes with a library and thus the following additional packages are
 generated from the source: libmagic-dev, libmagic1 and python-magic.

I would like to adopt file if you agree.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Processed: reassign 414364 wnpp

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 414364 wnpp
Bug#414364: O: ion2 -- keyboard-friendly window manager with tiled windows (v2)
Bug reassigned from package `ion2' to `wnpp'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 414363 to wnpp

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 reassign 414363 wnpp
Bug#414363: O: ion3-scripts -- user-contributed add-ons to the Ion 3 window 
manager
Bug reassigned from package `ion3-scripts' to `wnpp'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 414362 to wnpp

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 reassign 414362 wnpp
Bug#414362: O: ion3-mod-ionflux -- remote control for the ion3 window manager
Bug reassigned from package `ion3-mod-ionflux' to `wnpp'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#232638: marked as done (RFP: libtagedit -- music file tag editing library)

2007-03-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Mar 2007 11:21:34 -0500
with message-id [EMAIL PROTECTED]
and subject line Bugs appear to be solved using -S option
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: libtagedit
  Version : 1.1alpha1
  Upstream Author : Torsten Marek [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/libtagedit/
* License : GPL
  Description : music file tag editing library

libtagedit provides a C++ and Python interface to music file tag editing
which should be as easy as possible. It has a plugin structure and is easily
extendable. Currently, it includes plugins for MP3 (ID3v2 r/w and ID3v1
reading), OGG and FLAC files.


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.0-1-k7
Locale: LANG=C, LC_CTYPE=C

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFALg7hInG+hz/aOQARAnR8AKC+CMbDDJ43sFY3ZAGMqYKvir9f5gCgiV4+
vLEmyDQxhyydGSxziqZPQug=
=06km
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source-Version: 1.9.15-1

The upstream author notes that these issues appear to have to do with
non-US versions of Word interpreting RTF files differently than US
versions; I assume this would be a bug in Word (which, as you note,
can be worked around with the -S option).  Good luck getting Microsoft
to fix these issues!


Chris
-- 
Chris Lawrence [EMAIL PROTECTED] - http://blog.lordsutch.com/
---End Message---


Processed: reopening 232638

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.2
 reopen 232638
Bug#232638: RFP: libtagedit -- music file tag editing library
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361660: ITP: kslovar -- A program create and edit dictionaries

2007-03-26 Thread Bart Martens
On Mon, 2007-03-26 at 21:21 +0800, Zhengpeng Hou wrote:
 On 星期六 24 三月 2007, you wrote:
  Hello Hou ZhengPeng,
 
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361660
 
  How is progress on this ITP ? Are you still working on this?
 I'm working on it now, and Ana  gave some advice on it





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



Bug#391473: RFA: systemimager -- Automate GNU/Linux installs and upgrades over a network

2007-03-26 Thread Devin Kennedy

I work in a couple of computer labs that use systemimager and they're
sorely in need of updating and maintenance.  I don't have much
experience building packages for Debian, but this seems like a good
opportunity to learn.  I'd be willing to help maintain up-to-date
systemimager packages, provided someone can get me started with them.

Best,
Devin Kennedy


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



Bug#368724: marked as done (ITP: umview -- A partial user space virtual machine monitor)

2007-03-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Mar 2007 21:11:35 +0200
with message-id [EMAIL PROTECTED]
and subject line closing old ITP bug
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Guido Trotter [EMAIL PROTECTED]

* Package name: umview
  Version : 0.3
  Upstream Author : View-OS team [EMAIL PROTECTED]
* URL : http://savannah.nongnu.org/projects/view-os
* License : GPL
  Description : A user space partial virtual machine monitor

Umview implements in user space the View-OS: A process with a View
concept, which grants an unprivileged user space process with the
possibility to personalize its filesystem and network interfaces.
.
It is implemented as a daemon which traces a child process, making it
see a different view of the world.

---End Message---
---BeginMessage---
Source: umview
Source-Version: 0.4a-2

-- 
Thomas Huriaux


signature.asc
Description: Digital signature
---End Message---


Bug#273322: marked as done (ITA: nco -- netCDF Operators)

2007-03-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Mar 2007 21:12:10 +0200
with message-id [EMAIL PROTECTED]
and subject line closing old ITP bug
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: wnpp
Severity: normal

The current maintainer of nco, Brian Mays [EMAIL PROTECTED], has
orphaned this package.  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.

Package information:

Package: nco
Priority: optional
Section: math
Installed-Size: 1257
Maintainer: Brian Mays [EMAIL PROTECTED]
Architecture: i386
Version: 2.2.0-3
Depends: libc6 (= 2.2.5-13), netcdfg3 (= 3.5.0-1)
Filename: pool/main/n/nco/nco_2.2.0-3_i386.deb
Size: 530746
MD5sum: 09b862fbc5b4cc414ed8c0cf65d71ac9
Description: netCDF Operators
 NCO is a suite of programs known as operators.  Each operator is
 a standalone, command line program that is executed at the UNIX
 shell-level.  The operators take one or more netCDF files as input,
 perform an operation (e.g., averaging or hyperslabbing), and produce
 a netCDF file as output.  The operators are primarily designed to aid
 manipulation and analysis of data.  This reflects their origin, but the
 operators are as general as netCDF itself.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

---End Message---
---BeginMessage---
Source: nco
Source-Version: 3.1.8-1

-- 
Thomas Huriaux


signature.asc
Description: Digital signature
---End Message---


Processed: fixing wnpp bugs

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #really lowercase package name
 retitle 416089 ITP: roxterm --  A multi-tabbed GTK+2 terminal emulator 
 application
Bug#416089: ITP: ROXTerm --  A multi-tabbed GTK+2 terminal emulator application
Changed Bug title to ITP: roxterm --  A multi-tabbed GTK+2 terminal emulator 
application from ITP: ROXTerm --  A multi-tabbed GTK+2 terminal emulator 
application.

 #missing short description
 retitle 416278 O: pyzor -- spam-catcher using a collaborative filtering 
 network
Bug#416278: O: pyzor
Changed Bug title to O: pyzor -- spam-catcher using a collaborative filtering 
network from O: pyzor.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed (with 2 errors): ITP plexus-interactivity

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 rename 413525 ITP: plexus-interactivity -- interactivity handler for the
Unknown command or malformed arguments to command.

 Plexus framework
Unknown command or malformed arguments to command.

 owner 413525 !
Bug#413525: RFP: plexus-interactivity -- interactivity handler for the Plexus 
framework
Owner recorded as Paul Cager [EMAIL PROTECTED].

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: ITP

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 413525 ITP: plexus-interactivity -- interactivity handler for the 
 Plexus framework
Bug#413525: RFP: plexus-interactivity -- interactivity handler for the Plexus 
framework
Changed Bug title to ITP: plexus-interactivity -- interactivity handler for the 
Plexus framework from RFP: plexus-interactivity -- interactivity handler for 
the Plexus framework.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#416327: ITP: 4g8 -- packet capture in a switched network

2007-03-26 Thread LaMont Jones
Package: wnpp
Severity: wishlist
Owner: LaMont Jones [EMAIL PROTECTED]

* Package name: 4g8
  Version : 1.0
  Upstream Author : Darren Bounds [EMAIL PROTECTED]
* URL : http://forgate.sourceforge.net
* License : GPL
  Description : capture traffic in a switched network

The 4G8 tool allows you to capture traffic from a third party in a switched
environment at the expense of a slight increase in latency to that third
party host. Utilizing ARP cache poisoning, packet capture and packet
reconstruction techniques, 4G8 works with nearly all TCP, ICMP and UDP IPv4
traffic flows.


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



Bug#416327: marked as done (ITP: 4g8 -- packet capture in a switched network)

2007-03-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Mar 2007 16:46:14 -0600
with message-id [EMAIL PROTECTED]
and subject line Bug#416327: ITP: 4g8 -- packet capture in a switched network
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: LaMont Jones [EMAIL PROTECTED]

* Package name: 4g8
  Version : 1.0
  Upstream Author : Darren Bounds [EMAIL PROTECTED]
* URL : http://forgate.sourceforge.net
* License : GPL
  Description : capture traffic in a switched network

The 4G8 tool allows you to capture traffic from a third party in a switched
environment at the expense of a slight increase in latency to that third
party host. Utilizing ARP cache poisoning, packet capture and packet
reconstruction techniques, 4G8 works with nearly all TCP, ICMP and UDP IPv4
traffic flows.

---End Message---
---BeginMessage---
Uploaded to sid
---End Message---


Processed: plexus-interactivity depends on plexus-component-api

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 block 413525 with 413552
Bug#413552: RFP: plexus-component-api -- API for the Plexus component framework
Bug#413525: ITP: plexus-interactivity -- interactivity handler for the Plexus 
framework
Was not blocked by any bugs.
Blocking bugs of 413525 added: 413552

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: tagging bugs that are closed by packages in NEW as pending

2007-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # the following bugs are closed by packages in NEW
 #
 tags 413827 pending
Bug#413827: ITP: hal-info -- device information for HAL
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#414621: RFA: mini-dinstall -- daemon for updating Debian packages in a repository

2007-03-26 Thread alex bodnaru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


hello thomas, friends,

as i'm currently using mini-dinstall, i'd be delighted to perform
maintenance and / or development work on it.

of course, not being a dd places me in need of sponsorship, and your
offer thomas is being well accepted.

the version i'm currently using already contains substantial
improvements and closes most of the bugs filed against the package in
the past.

best regards,

alex

Thomas Viehmann wrote:
 Package: wnpp
 Severity: normal
 X-Debbugs-CC: [EMAIL PROTECTED]
 X-Debbugs-CC: [EMAIL PROTECTED]
 
 Hi Alex, Alexander, everybody,
 
 the mini-dinstall package is up for adoption.
 
 Kind regards
 
 T.
 
 P.S.: If you intend to rely on me as a sponsor: I don't think making
 *mini*-dinstall a daemon is a good idea. For some more technical
 opinions of mine, see #385289.
 
 The package description is:
  This program implements a miniature version of the dinstall program
  which installs packages in the Debian archive.  It doesn't require a
  PostgreSQL database, and is very easy to set up, maintain, and use.
  mini-dinstall can be run via cron, or as a daemon.
  .
  This package is expressly designed for personal apt repositories, and
  the like.  In this vein, it contains fewer sanity checks; for
  example, it will happily install a lower version of a package.  You
  can also generally just 'rm' files from the repository, and
  mini-dinstall won't care.  In fact, (when run as a daemon) it will
  automatically detect that the directory changed, and update the
  Packages file.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRghm+dpwN1sq38njAQJ1oQP/b518S9DACdL5appJtEYDsyN/KM+OMQRZ
GXLWzL0XiSZerODXwVkpQKksxvSFtMmbEvNo+zEvrevbTX79DP43jDRdcHCWJGJi
6epz0g+g4ZGGR946tAuHqp9iAxil1sSeY+SEr5CLOfzqS4ZlcAD2yjVN731AlnRL
x0De8e0hD64=
=yUUI
-END PGP SIGNATURE-


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



Bug#282283: Adopting dselect, or not

2007-03-26 Thread Nathanael Nerode
I love dselect and would like to take it over; I prefer it to aptitude -- but 
I'm not ready to take it over yet.

The problem is that it currently has an incestuous relationship with the dpkg 
source.  I am afraid to touch anything or do any cleanup for fear of breaking 
dpkg.

If someone can manage to break this Siamese-twin relationship, so that dselect 
can build *after* dpkg (based on a fixed collection of headers exported by 
dpkg, and possibly some duplicated C files), rather than at the same time, then 
I would be happy to take it over.  I'm also happy to help in severing the 
Siamese twins, but I haven't been able to figure out how to do so yet.

I think separating the Siamese twins is worthwhile for dpkg as well.

I guess I said something like this before.  But if anyone can help in breaking 
the linkage, it would be really helpful.  Consider this an RFH for an RFH.

-- 
Nathanael Nerode  [EMAIL PROTECTED]

[Insert famous quote here]


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



Bug#136061: hi from chelsie

2007-03-26 Thread chelsie

Hi
It`s chelsie again. Will you ever contact me?
I made those nude pictures especially for you and I wont write to you again!
If you wanna see them just drop me a line at: [EMAIL PROTECTED]















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



Bug#385972: homepage moved

2007-03-26 Thread Bart Martens
The homepage seems to have moved to:
http://213.239.210.122/~sbeyer/#morse-x
http://pkqs.net/~sbeyer/#morse-x





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