Processed: owner 476959

2008-12-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 owner 476959 pkg-cli-apps-t...@lists.alioth.debian.org
Bug 476959 [wnpp] ITP: galaxium -- instant messenger application designed for 
the GNOME desktop
Owner changed from David Paleino d.pale...@gmail.com to 
pkg-cli-apps-t...@lists.alioth.debian.org.

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 debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: owner 481590

2008-12-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 owner 481590 pkg-dkms-ma...@lists.alioth.debian.org
Bug 481590 [wnpp] ITP: dkms -- Dynamic Kernel Module Support framework
Owner changed from David Paleino d.pale...@gmail.com to 
pkg-dkms-ma...@lists.alioth.debian.org.

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 debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509685: ITP: hardlink -- Hardlink multiple copies of the same file

2008-12-26 Thread Sandro Tosi
On Fri, Dec 26, 2008 at 13:23, Julian Andres Klode j...@debian.org wrote:
 On Thu, Dec 25, 2008 at 12:04:43PM -0600, John Goerzen wrote:
 Julian Andres Klode wrote:
 
   Hardlink is a tool which detects multiple copies of the same file and 
  replaces
   them with hardlinks.
   .
   The idea has been taken from http://code.google.com/p/hardlinkpy/, but the
   code has been written from scratch and licensed under the MIT license.

 Do we really need another tool like this?

 We already have these packages:

   fdupes
   perforate
 AFAIK, they do not replace files, they just find them.

I'd happily accept patches for #284274

Cheers,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#509685: ITP: hardlink -- Hardlink multiple copies of the same file

2008-12-26 Thread Samuel Thibault
John Goerzen, le Fri 26 Dec 2008 08:54:53 -0600, a écrit :
 Samuel Thibault wrote:
  John Goerzen, le Thu 25 Dec 2008 12:04:43 -0600, a écrit :
  Julian Andres Klode wrote:
   Hardlink is a tool which detects multiple copies of the same file and 
  replaces
   them with hardlinks.
   .
   The idea has been taken from http://code.google.com/p/hardlinkpy/, but 
  the
   code has been written from scratch and licensed under the MIT license.
  Do we really need another tool like this?
 
  We already have these packages:
 
perforate
  
  Nothing to do with this.
 
 Eh?  It can do exactly what #284274 requests in fdupes below.  How is
 that not relevant?

Oh, sorry, I hadn't seen the
« Also there are some scripts that help cleaning up the hard disk »
I don't see why that belongs to the perforate package.

Samuel



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



Bug#509685: ITP: hardlink -- Hardlink multiple copies of the same file

2008-12-26 Thread John Goerzen
Samuel Thibault wrote:
 John Goerzen, le Thu 25 Dec 2008 12:04:43 -0600, a écrit :
 Julian Andres Klode wrote:
  Hardlink is a tool which detects multiple copies of the same file and 
 replaces
  them with hardlinks.
  .
  The idea has been taken from http://code.google.com/p/hardlinkpy/, but the
  code has been written from scratch and licensed under the MIT license.
 Do we really need another tool like this?

 We already have these packages:

   perforate
 
 Nothing to do with this.

Eh?  It can do exactly what #284274 requests in fdupes below.  How is
that not relevant?

 
   fdupes
 
 That one would be an argument for hardlink is a duplicate _if_ #284274
 was fixed.  Else, hardlink is really useful.
 
 Samuel
 




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



Bug#509685: ITP: hardlink -- Hardlink multiple copies of the same file

2008-12-26 Thread John Goerzen
Julian Andres Klode wrote:
 On Thu, Dec 25, 2008 at 12:04:43PM -0600, John Goerzen wrote:
 Julian Andres Klode wrote:
  Hardlink is a tool which detects multiple copies of the same file and 
 replaces
  them with hardlinks.
  .
  The idea has been taken from http://code.google.com/p/hardlinkpy/, but the
  code has been written from scratch and licensed under the MIT license.
 Do we really need another tool like this?

 We already have these packages:

   fdupes
   perforate
 AFAIK, they do not replace files, they just find them.

That's not correct.  From the manpage of finddup, part of perforate:

   -l, --link
  link the identical files together

 Plus a host of tools that do backups, datapacker that packs things onto
 DVDs, and the like, using hard links.
 hardlink can be used to link files in multiple backup trees,
 and also features options to maximize/minimize the link count,
 and much more.
 
 Imagine you have two backups, each on a different filesystem. Now you
 want to have them both on one filesystem. In this situation, you can use
 hardlink to link all common files in the backups together.
 




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



Bug#509685: ITP: hardlink -- Hardlink multiple copies of the same file

2008-12-26 Thread Samuel Thibault
John Goerzen, le Thu 25 Dec 2008 12:04:43 -0600, a écrit :
 Julian Andres Klode wrote:
   Hardlink is a tool which detects multiple copies of the same file and 
  replaces
   them with hardlinks.
   .
   The idea has been taken from http://code.google.com/p/hardlinkpy/, but the
   code has been written from scratch and licensed under the MIT license.
 
 Do we really need another tool like this?
 
 We already have these packages:
 
   perforate

Nothing to do with this.

   fdupes

That one would be an argument for hardlink is a duplicate _if_ #284274
was fixed.  Else, hardlink is really useful.

Samuel



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



Bug#509685: ITP: hardlink -- Hardlink multiple copies of the same file

2008-12-26 Thread Julian Andres Klode
On Thu, Dec 25, 2008 at 12:04:43PM -0600, John Goerzen wrote:
 Julian Andres Klode wrote:
  
   Hardlink is a tool which detects multiple copies of the same file and 
  replaces
   them with hardlinks.
   .
   The idea has been taken from http://code.google.com/p/hardlinkpy/, but the
   code has been written from scratch and licensed under the MIT license.
 
 Do we really need another tool like this?
 
 We already have these packages:
 
   fdupes
   perforate
AFAIK, they do not replace files, they just find them.
 
 Plus a host of tools that do backups, datapacker that packs things onto
 DVDs, and the like, using hard links.
hardlink can be used to link files in multiple backup trees,
and also features options to maximize/minimize the link count,
and much more.

Imagine you have two backups, each on a different filesystem. Now you
want to have them both on one filesystem. In this situation, you can use
hardlink to link all common files in the backups together.
 

-- 
Julian Andres Klode  - Free Software Developer
   Debian Developer  - Contributing Member of SPI
   Ubuntu Member - Fellow of FSFE

Website: http://jak-linux.org/   XMPP: juli...@jabber.org
Debian:  http://www.debian.org/  SPI:  http://www.spi-inc.org/
Ubuntu:  http://www.ubuntu.com/  FSFE: http://www.fsfe.org/



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



Processed: Orphaning nouvelle

2008-12-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 485794 O: nouvelle -- simple pure-python web framework
Bug#485794: RFA: nouvelle -- simple pure-python web framework
Changed Bug title to `O: nouvelle -- simple pure-python web framework' from 
`RFA: nouvelle -- simple pure-python web 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 debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed (with 1 errors): ITP 508671 - furl

2008-12-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # ITP 508671 - furl
 retitle 508671 ITP: furl -- A small utility designed to display the HTTP
Bug#508671: RFP: furl -- A small utility designed to display the HTTP headers 
returned by web-servers in response to client requests.
Changed Bug title to `ITP: furl -- A small utility designed to display the 
HTTP' from `RFP: furl -- A small utility designed to display the HTTP headers 
returned by web-servers in response to client requests.'.

 headers returned by web-servers in response to client requests.
Unknown command or malformed arguments to command.

 owner 508671 !
Bug 508671 [wnpp] ITP: furl -- A small utility designed to display the HTTP
Owner recorded as Weboide webo...@codealpha.net.
 --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#508671: Packaged and available on mentors.debian.net

2008-12-26 Thread Weboide
I just packaged furl.

I am now looking for a sponsor. The package is lintian clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/f/furl
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget -x http://mentors.debian.net/debian/pool/main/f/furl/furl_2.1-1.dsc


Thanks!
--
Weboide webo...@codealpha.net [Using: Linux ~ Ubuntu 8.10]



signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#508671: Packaged and available on mentors.debian.net

2008-12-26 Thread Sandro Tosi
It's better if you send this kind of requests to debian-ment...@lists.debian.org

On Fri, Dec 26, 2008 at 17:32, Weboide webo...@codealpha.net wrote:
 I just packaged furl.

 I am now looking for a sponsor. The package is lintian clean.

 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/f/furl
 - Source repository: deb-src http://mentors.debian.net/debian unstable main 
 contrib non-free
 - dget -x http://mentors.debian.net/debian/pool/main/f/furl/furl_2.1-1.dsc


 Thanks!
 --
 Weboide webo...@codealpha.net [Using: Linux ~ Ubuntu 8.10]





-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#509671: O: oidentd -- replacement ident daemon

2008-12-26 Thread Evgeni Golov
Hey,

I may be instrested in maintaining it.
Martin, could you spend some words on upstream?
Is he responsive (the last oidentd release was back in '06)?

Regards
Evgeni
-- 
Bruce Schneier Fact Number 676
Period Three doesn't imply Chaos, it implies Bruce Schneier.


pgpP9bKFx97M8.pgp
Description: PGP signature


Bug#508671:

2008-12-26 Thread Weboide
Yeah I did that too, I just wanted to also notify the bug report.
Thanks.
--
Weboide (Arnaud Soyez) webo...@codealpha.net
[Using: Linux ~ Ubuntu 8.10]
Launchpad page: https://launchpad.net/~weboide





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



Bug#509815: O: libiodbc2 -- iODBC Driver Manager

2008-12-26 Thread Bart Martens
Package: wnpp

http://packages.qa.debian.org/libi/libiodbc2.html





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



Bug#508012: marked as done (ITP: maven-file-management -- Maven File Management API)

2008-12-26 Thread Debian Bug Tracking System

Your message dated Fri, 26 Dec 2008 18:04:53 +
with message-id e1lgh3n-0004eg...@ries.debian.org
and subject line Bug#508012: fixed in maven-file-management 1.2-1
has caused the Debian Bug report #508012,
regarding ITP: maven-file-management -- Maven File Management API
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
508012: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508012
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Torsten Werner twer...@debian.org

* Package name: maven-file-management
  Version : 1.2
  Upstream Author : Apache Software Foundation
* URL : http://maven.apache.org/shared/file-management/
* License : Apache 2.0
  Programming Lang: Java
  Description : Maven File Management API
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 The Maven File Management API provides an API to collect files from a given
 directory using several include/exclude rules.


---End Message---
---BeginMessage---
Source: maven-file-management
Source-Version: 1.2-1

We believe that the bug you reported is fixed in the latest version of
maven-file-management, which is due to be installed in the Debian FTP archive:

libmaven-file-management-java_1.2-1_all.deb
  to 
pool/main/m/maven-file-management/libmaven-file-management-java_1.2-1_all.deb
maven-file-management_1.2-1.diff.gz
  to pool/main/m/maven-file-management/maven-file-management_1.2-1.diff.gz
maven-file-management_1.2-1.dsc
  to pool/main/m/maven-file-management/maven-file-management_1.2-1.dsc
maven-file-management_1.2.orig.tar.gz
  to pool/main/m/maven-file-management/maven-file-management_1.2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 508...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated maven-file-management 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Dec 2008 19:29:26 +0100
Source: maven-file-management
Binary: libmaven-file-management-java
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libmaven-file-management-java - Maven File Management API
Closes: 508012
Changes: 
 maven-file-management (1.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #508012)
Checksums-Sha1: 
 02f206d9ffe6885a041ea5b74e77d7b4cabd1557 1547 maven-file-management_1.2-1.dsc
 8d405544bdc996e6cabf6347d75e7e1b2f28445b 14892 
maven-file-management_1.2.orig.tar.gz
 673259fdcef0d8fbda6f04411540b98bbbf626e0 2641 
maven-file-management_1.2-1.diff.gz
 cd29623d39c5803db2582e5b075e1921c820ec52 29490 
libmaven-file-management-java_1.2-1_all.deb
Checksums-Sha256: 
 799eacbd5fd0e348a89547a22f89c3b906bd4bb8725f4a3087499e32699291c0 1547 
maven-file-management_1.2-1.dsc
 4a278e35e06821dc6db2835d2834e2397b2d3c28e0f403162dc336cb99668225 14892 
maven-file-management_1.2.orig.tar.gz
 9357fccfaa3f70899171ab9a3db9ecdebc7f816ea3179c1f9ea87af1da031d53 2641 
maven-file-management_1.2-1.diff.gz
 d0991755b07a284a45a66642a9cba8c372a20c5150a93f6b3ae3fcf23797886a 29490 
libmaven-file-management-java_1.2-1_all.deb
Files: 
 e6d163211deeebf5299cc9b7cd70af02 1547 devel optional 
maven-file-management_1.2-1.dsc
 156f1f5486bf423d86f42b13d7896594 14892 devel optional 
maven-file-management_1.2.orig.tar.gz
 cfa5d67b90845ee844d51b60a6bb05f6 2641 devel optional 

Processed: O: gamazons -- Amazons board game

2008-12-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 497244 O: gamazons -- Amazons board game
Bug#497244: RFA: gamazons -- Amazons board game
Changed Bug title to `O: gamazons -- Amazons board game' from `RFA: gamazons -- 
Amazons board game'.

 stop
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#509816: O: libwww-bugzilla-perl -- creation and updating of Bugzilla bugs

2008-12-26 Thread Bart Martens
Package: wnpp

http://packages.qa.debian.org/libw/libwww-bugzilla-perl.html





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



Bug#508095: marked as done (ITP: plexus-interpolation -- Plexus Interpolation API)

2008-12-26 Thread Debian Bug Tracking System

Your message dated Fri, 26 Dec 2008 18:28:17 +
with message-id e1lghq1-0005p9...@ries.debian.org
and subject line Bug#508095: fixed in plexus-interpolation 1.7-1
has caused the Debian Bug report #508095,
regarding ITP: plexus-interpolation -- Plexus Interpolation API
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
508095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Torsten Werner twer...@debian.org

* Package name: plexus-interpolation
  Version : 1.7
  Upstream Author : The Codehaus Foundation
* URL : 
http://plexus.codehaus.org/plexus-components/plexus-interpolation/
* License : Apache-2.0
  Programming Lang: Java
  Description : Plexus Interpolation API
 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
 * Component lifecycles
 * Component instantiation strategies
 * Nested containers
 * Component configuration
 * Auto-wiring
 * Component dependencies, and
 * Various dependency injection techniques including constructor injection,
   setter injection, and private field injection.
 .
 Plexus interpolator is focused on providing a more modular, flexible
 interpolation framework for the expression language style commonly seen in
 Maven, Plexus, and other related projects.


---End Message---
---BeginMessage---
Source: plexus-interpolation
Source-Version: 1.7-1

We believe that the bug you reported is fixed in the latest version of
plexus-interpolation, which is due to be installed in the Debian FTP archive:

libplexus-interpolation-java_1.7-1_all.deb
  to pool/main/p/plexus-interpolation/libplexus-interpolation-java_1.7-1_all.deb
plexus-interpolation_1.7-1.diff.gz
  to pool/main/p/plexus-interpolation/plexus-interpolation_1.7-1.diff.gz
plexus-interpolation_1.7-1.dsc
  to pool/main/p/plexus-interpolation/plexus-interpolation_1.7-1.dsc
plexus-interpolation_1.7.orig.tar.gz
  to pool/main/p/plexus-interpolation/plexus-interpolation_1.7.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 508...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated plexus-interpolation 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Dec 2008 21:15:47 +0100
Source: plexus-interpolation
Binary: libplexus-interpolation-java
Architecture: source all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libplexus-interpolation-java - Plexus Interpolation API
Closes: 508095
Changes: 
 plexus-interpolation (1.7-1) unstable; urgency=low
 .
   * Initial release. (Closes: #508095)
Checksums-Sha1: 
 2072dc773240aa0f4a8f9211e896df7e90a88f35 1406 plexus-interpolation_1.7-1.dsc
 4a6f9c0577a00a22e6107f15a56223fa5da1d83b 43181 
plexus-interpolation_1.7.orig.tar.gz
 2808ae7e5bc927cce4eb86ffe2cdec45bd6984b6 4301 
plexus-interpolation_1.7-1.diff.gz
 2d71fdb65fda23e613264f2c8c35747c2627e8b4 47922 
libplexus-interpolation-java_1.7-1_all.deb
Checksums-Sha256: 
 685cc0f87648020d1d08e4024a53c9bb61e94ff25d2a171560e1c3ddc4fe8c96 1406 
plexus-interpolation_1.7-1.dsc
 6f57d97d30231b62dd1de03e46e4f6fb5fdbe8236ae99415f308933ccaf6bebc 43181 
plexus-interpolation_1.7.orig.tar.gz
 2d3af68ecc7e2bfdc552d4991bb9c850fd19a513ed4c6c2c0f777d04a742111f 4301 
plexus-interpolation_1.7-1.diff.gz
 0ae082bbc07f1ad050f9f4904911f197e7622595aa81782978cc4a565ef4798d 47922 
libplexus-interpolation-java_1.7-1_all.deb
Files: 
 f3c1aa180b38bd9c89be78b2de6a4052 1406 libs optional 
plexus-interpolation_1.7-1.dsc
 bbeabb0d35d9699b761fde0fe8afd6fb 

Bug#508102: marked as done (ITP: maven-filtering -- Maven Filtering)

2008-12-26 Thread Debian Bug Tracking System

Your message dated Fri, 26 Dec 2008 18:30:19 +
with message-id e1lghrz-0006aj...@ries.debian.org
and subject line Bug#508102: fixed in maven-filtering 1.0~beta-2-1
has caused the Debian Bug report #508102,
regarding ITP: maven-filtering -- Maven Filtering
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
508102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508102
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Torsten Werner twer...@debian.org

* Package name: maven-filtering
  Version : 1.0~beta2
  Upstream Author : Apache Software Foundation
* URL : http://maven.apache.org/shared/maven-filtering/
* License : Apache 2.0
  Programming Lang: Java
  Description : Maven Filtering
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This packages provides a shared component for all Maven plugins which needs to
 filter resources.


---End Message---
---BeginMessage---
Source: maven-filtering
Source-Version: 1.0~beta-2-1

We believe that the bug you reported is fixed in the latest version of
maven-filtering, which is due to be installed in the Debian FTP archive:

libmaven-filtering-java_1.0~beta-2-1_all.deb
  to pool/main/m/maven-filtering/libmaven-filtering-java_1.0~beta-2-1_all.deb
maven-filtering_1.0~beta-2-1.diff.gz
  to pool/main/m/maven-filtering/maven-filtering_1.0~beta-2-1.diff.gz
maven-filtering_1.0~beta-2-1.dsc
  to pool/main/m/maven-filtering/maven-filtering_1.0~beta-2-1.dsc
maven-filtering_1.0~beta-2.orig.tar.gz
  to pool/main/m/maven-filtering/maven-filtering_1.0~beta-2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 508...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated maven-filtering 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Dec 2008 19:29:26 +0100
Source: maven-filtering
Binary: libmaven-filtering-java
Architecture: source all
Version: 1.0~beta-2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libmaven-filtering-java - Maven Filtering
Closes: 508102
Changes: 
 maven-filtering (1.0~beta-2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #508102)
Checksums-Sha1: 
 ce4e65dce1f1b33d43eb8bf69d5a2ced19f7acdb 1460 maven-filtering_1.0~beta-2-1.dsc
 509f8af2fe5f89426e3949b2c3c6a8c853d440b4 56507 
maven-filtering_1.0~beta-2.orig.tar.gz
 b959b6beaaddb323f7f522e864a26315d593cf18 3438 
maven-filtering_1.0~beta-2-1.diff.gz
 86d5727f7e5b1db66c822654d431cca9dcd302ff 27004 
libmaven-filtering-java_1.0~beta-2-1_all.deb
Checksums-Sha256: 
 f5ca924ddbbb6073e3d567459683fcb2c1f8e1cf75cfbd4051735e07bea885b2 1460 
maven-filtering_1.0~beta-2-1.dsc
 94dcb9954dab08368029bd20707332995e13c4e529f9f7dcc12286657d19571f 56507 
maven-filtering_1.0~beta-2.orig.tar.gz
 6b9b0bb07fc64273ffad36b35bf6feb97284cbeb3bbb0f552ad706baf181f5db 3438 
maven-filtering_1.0~beta-2-1.diff.gz
 d22d7e8fb119ea53fcfc4118a64043b8f12b298c202535e6d7da098c1072f3f8 27004 
libmaven-filtering-java_1.0~beta-2-1_all.deb
Files: 
 6c056166bacf22cc4f3a028d24cf5a6e 1460 devel optional 
maven-filtering_1.0~beta-2-1.dsc
 4f467b15e556e4311d43906d973ceeb6 56507 devel optional 
maven-filtering_1.0~beta-2.orig.tar.gz
 2ba0b9870d0d1ef596972c23dc553420 3438 devel optional 
maven-filtering_1.0~beta-2-1.diff.gz
 f3b897bc15b8daa5cba2f34823efc2bb 27004 devel optional 

Bug#505295: marked as done (ITP: tfdocgen -- TiLP framework documentation generator)

2008-12-26 Thread Debian Bug Tracking System

Your message dated Fri, 26 Dec 2008 18:10:04 +
with message-id e1lgh8o-0004dk...@ries.debian.org
and subject line Bug#505295: fixed in tfdocgen 1.0-1
has caused the Debian Bug report #505295,
regarding ITP: tfdocgen -- TiLP framework documentation generator
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
505295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Krzysztof Burghardt krzysz...@burghardt.pl

* Package name: tfdocgen
  Version : 1.0.0
  Upstream Author : Romain LIEVIN r...@tilp.info
* URL : http://repo.calcforge.org/debian/source/
* License : GPL
  Programming Lang: C
  Description : TiLP framework documentation generator

The tfdocgen program is a program used by the libti*2 libraries to generate
their HTML documentation from sources and misc files. You don't need this
package unless you want to develop on the libti*2 libraries.

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


---End Message---
---BeginMessage---
Source: tfdocgen
Source-Version: 1.0-1

We believe that the bug you reported is fixed in the latest version of
tfdocgen, which is due to be installed in the Debian FTP archive:

tfdocgen_1.0-1.diff.gz
  to pool/main/t/tfdocgen/tfdocgen_1.0-1.diff.gz
tfdocgen_1.0-1.dsc
  to pool/main/t/tfdocgen/tfdocgen_1.0-1.dsc
tfdocgen_1.0-1_amd64.deb
  to pool/main/t/tfdocgen/tfdocgen_1.0-1_amd64.deb
tfdocgen_1.0.orig.tar.gz
  to pool/main/t/tfdocgen/tfdocgen_1.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Krzysztof Burghardt krzysz...@burghardt.pl (supplier of updated tfdocgen 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Dec 2008 19:40:33 +0100
Source: tfdocgen
Binary: tfdocgen
Architecture: source amd64
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Burghardt krzysz...@burghardt.pl
Changed-By: Krzysztof Burghardt krzysz...@burghardt.pl
Description: 
 tfdocgen   - TiLP framework documentation generator
Closes: 505295
Changes: 
 tfdocgen (1.0-1) unstable; urgency=low
 .
   * Initial version (Closes: #505295).
Checksums-Sha1: 
 159ed0419fa04a5946f486de4f2635c64ef23a5f 969 tfdocgen_1.0-1.dsc
 880a96fde527140e4b04b240dd9d7d415fb35cc5 315385 tfdocgen_1.0.orig.tar.gz
 03746058a62764af859b1a2efdc6a0111aa81b64 2614 tfdocgen_1.0-1.diff.gz
 fff81091a339dde9c774c7cd5bceaa15691054cb 9514 tfdocgen_1.0-1_amd64.deb
Checksums-Sha256: 
 aed0e2c7a0bb477b1016a86a6a357313391d8aeebb6c30e77f15e48b86f7673d 969 
tfdocgen_1.0-1.dsc
 580560d5f00a769becee2528ada79387f9f13656305709a401b3152374760a0f 315385 
tfdocgen_1.0.orig.tar.gz
 b31aab27578438d3fad6e14daf7e6850f0fbdd0d762537a8294c1075f738f6c8 2614 
tfdocgen_1.0-1.diff.gz
 a9fe74c019bbab349bdd597b8cf89e4ed5cfd1e7aa6755f7ba6c701980405fc4 9514 
tfdocgen_1.0-1_amd64.deb
Files: 
 8748a1627bbab2dc2ea9b070caa90058 969 devel extra tfdocgen_1.0-1.dsc
 6311e40370d6b84d9939bd93f0b57554 315385 devel extra tfdocgen_1.0.orig.tar.gz
 bf580d4ba97db258b1bed805f976adbc 2614 devel extra tfdocgen_1.0-1.diff.gz
 238d823e1feb51915802a55594d9f73d 9514 devel extra tfdocgen_1.0-1_amd64.deb

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

iD8DBQFJPCCAzWFP1/XWUWkRAq/AAJ9RuYrogid0ZQrdgWtLIXoApA+4lACdFQ6E
EBitKh7CcZPDNKbYBOqfUyM=
=0MLF
-END PGP SIGNATURE-


---End Message---


Bug#409604:

2008-12-26 Thread Weboide
The source package isn't available on the upstream website.
I also checked the new website and it's not available there either. [1]


[1] http://www.vide.memoire.free.fr/index.html
--
Weboide (Arnaud Soyez) webo...@codealpha.net
[Using: Linux ~ Ubuntu 8.10]
Launchpad page: https://launchpad.net/~weboide





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



Bug#509841: ITP: monkeystudio -- Qt 4 Integrated Development Enviroment (IDE)

2008-12-26 Thread Evgeni Golov
Package: wnpp
Severity: wishlist
Owner: Evgeni Golov sarge...@die-welt.net

* Package name: monkeystudio
  Version : 1.8.3.0
  Upstream Author : Azevedo Filipe pas...@gmail.com
* URL : http://www.monkeystudio.org
* License : GPL
  Programming Lang: C++
  Description : Qt 4 Integrated Development Enviroment (IDE)

 Monkey Studio is a crossplatform Qt 4 IDE. It is developed using the Qt
 library itself, meaning it will run on any platform supported by Qt 4. This
 allows you to work on the same project on multiple platforms using the same
 IDE. Monkey Studio uses the Qt Project file (.pro) to manage the project, and
 there are no extra files created.
 .
 Monkey Studio also features
  * a project creation wizard
  * code completion with syntax highlighting
  * GDB integration

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



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



Bug#509839: ITP: rotter -- JACK client for transmission recording and audio logging

2008-12-26 Thread Free Ekanayaka
Package: wnpp
Owner: Free Ekanayaka fr...@debian.org
Severity: wishlist

* Package name: rotter
  Version : 0.5
  Upstream Author : Nicholas J Humfrey n...@aelius.com
* URL or Web page : http://www.aelius.com/njh/rotter/
* License : GPL
  Description : JACK client for transmission recording and audio logging

 Rotter is a Recording of Transmission / Audio Logger for JACK. It was
 designed for use by radio stations, who are legally required to keep
 a recording of all their output. Rotter runs continuously, writing to
 a new file every hour.



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



Bug#509850: RFP: haskell-curl -- Haskell bindings to the libcurl URL transfer library

2008-12-26 Thread Josh Triplett
Package: wnpp
Severity: wishlist

* Package name: haskell-curl
  Version : 1.3.3
  Upstream Author : Sigbjorn Finne
* URL : 
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl
* License : BSD (3-clause)
  Programming Lang: Haskell
  Description : Haskell bindings to the libcurl URL transfer library

This package provides the Haskell Network.Curl bindings to the libcurl
client-side URL transfer library.

- Josh Triplett

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#509841: ITP: monkeystudio -- Qt 4 Integrated Development Enviroment (IDE)

2008-12-26 Thread Evgeni Golov
On Sat, 27 Dec 2008 00:37:07 +0100 Carlos wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Fri, Dec 26, 2008 at 11:15 PM, Evgeni Golov  wrote:
 
  * Package name: monkeystudio
  * URL : http://www.monkeystudio.org
 
 The url points to an empty dir and the latest stable relase is dated
 October 24, 2006.
 Are you sure this project is still alive?

Hu, yeah it is.
The page is at http://monkeystudio.tuxfamily.org/drupal/
Will ask the devs why the main domain is dead :)

Regards

-- 
Bruce Schneier Fact Number 140
Bruce Schneier tampers with tamperproof hardware.



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



Bug#509841: ITP: monkeystudio -- Qt 4 Integrated Development Enviroment (IDE)

2008-12-26 Thread Carlos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, Dec 26, 2008 at 11:15 PM, Evgeni Golov  wrote:

 * Package name: monkeystudio
 * URL : http://www.monkeystudio.org

The url points to an empty dir and the latest stable relase is dated
October 24, 2006.
Are you sure this project is still alive?

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

iEYEARECAAYFAklVam0ACgkQW4wCemmtvmXLYACfYEhrFChx7SvfhDHki3yFBemT
UXkAn3Dc+uoDnqtpYUZHUDjB2JDchnK0
=puP1
-END PGP SIGNATURE-


-- 
---
Carlos Galisteo cgalisteo AT k-rolus.net
PGP_key::http://k-rolus.net/~cgalisteo/cgalisteo.gpg
Key_Fingerprint::F888 6FBA 9145 B5A2 C187  66D6 5B8C 027A 69AD BE65
---



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



Bug#507922: marked as done (ITP: maven-plugin-tools -- Maven Plugin Tools Base POM)

2008-12-26 Thread Debian Bug Tracking System

Your message dated Fri, 26 Dec 2008 23:45:08 +
with message-id e1lgmme-0002rm...@ries.debian.org
and subject line Bug#507922: fixed in maven-plugin-tools 2.4.3-1
has caused the Debian Bug report #507922,
regarding ITP: maven-plugin-tools -- Maven Plugin Tools Base POM
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
507922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Torsten Werner twer...@debian.org

* Package name: maven-plugin-tools
  Version : 2.4.3
  Upstream Author : d...@maven.apache.org
* URL : http://maven.apache.org
* License : Apache-2.0
  Programming Lang: Java
  Description : Maven Plugin Tools Base POM
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This package ships some basic POM tools.


---End Message---
---BeginMessage---
Source: maven-plugin-tools
Source-Version: 2.4.3-1

We believe that the bug you reported is fixed in the latest version of
maven-plugin-tools, which is due to be installed in the Debian FTP archive:

libmaven-plugin-tools-java_2.4.3-1_all.deb
  to pool/main/m/maven-plugin-tools/libmaven-plugin-tools-java_2.4.3-1_all.deb
maven-plugin-tools_2.4.3-1.diff.gz
  to pool/main/m/maven-plugin-tools/maven-plugin-tools_2.4.3-1.diff.gz
maven-plugin-tools_2.4.3-1.dsc
  to pool/main/m/maven-plugin-tools/maven-plugin-tools_2.4.3-1.dsc
maven-plugin-tools_2.4.3.orig.tar.gz
  to pool/main/m/maven-plugin-tools/maven-plugin-tools_2.4.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 507...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated maven-plugin-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Dec 2008 19:29:26 +0100
Source: maven-plugin-tools
Binary: libmaven-plugin-tools-java
Architecture: source all
Version: 2.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libmaven-plugin-tools-java - Maven Plugin Tools Base POM
Closes: 507922
Changes: 
 maven-plugin-tools (2.4.3-1) unstable; urgency=low
 .
   * Initial release. (Closes: #507922)
Checksums-Sha1: 
 db2bb0a0008b59b1db2c58a4ed6d7a8c296d7916 1511 maven-plugin-tools_2.4.3-1.dsc
 3cbe095eb7c41993f47474c55a2deebcd5f573b9 116061 
maven-plugin-tools_2.4.3.orig.tar.gz
 d923052447d8ce874c400eba017356b48fcd5acf 4717 
maven-plugin-tools_2.4.3-1.diff.gz
 96fc964383188a30660322f4ac1661652aac6cc9 82488 
libmaven-plugin-tools-java_2.4.3-1_all.deb
Checksums-Sha256: 
 06dd2332c4954efbc2d98cfba5ac9b584a65cfc11375ad5920e2c09f95e9860a 1511 
maven-plugin-tools_2.4.3-1.dsc
 52a8562cc12ad0d4c0ba7b4b5680ea11ae03e3deade527a2abfddc53fb0de073 116061 
maven-plugin-tools_2.4.3.orig.tar.gz
 19dea0a542142150fa51e9ce2030ec7cf4f7efef5cbc2c191486fb05865ed4db 4717 
maven-plugin-tools_2.4.3-1.diff.gz
 03e50b2056e0c759c7046120a75e6338402f538a5a2f6c5995bab6897ac0dd54 82488 
libmaven-plugin-tools-java_2.4.3-1_all.deb
Files: 
 684ede2f4d422e2c4532f903638096ef 1511 devel optional 
maven-plugin-tools_2.4.3-1.dsc
 19f14d85b943cedac7e24735c8404be0 116061 devel optional 
maven-plugin-tools_2.4.3.orig.tar.gz
 6de6c0f8bfc4fb746d4f97a73e85c5e2 4717 devel optional 
maven-plugin-tools_2.4.3-1.diff.gz
 13a01bb0cbebdae05b3cce45b36e0432 82488 devel optional 
libmaven-plugin-tools-java_2.4.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG 

Bug#506405: marked as done (ITP: libsane-perl -- Perl bindings for the SANE (Scanner Access Now Easy) project)

2008-12-26 Thread Debian Bug Tracking System

Your message dated Sat, 27 Dec 2008 00:05:26 +
with message-id e1lgmgi-0004yr...@ries.debian.org
and subject line Bug#506405: fixed in libsane-perl 0.02-1
has caused the Debian Bug report #506405,
regarding ITP: libsane-perl -- Perl bindings for the SANE (Scanner Access Now  
Easy) project
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: wnpp
Severity: wishlist

* Package name : libsane-perl
Version : 0.01
Upstream Author : Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com
* URL : http://search.cpan.org/~ratcliffe/Sane-0.01/lib/Sane.pm
* License : Artistic
Description : This module allows you to access SANE-compatible scanners in  
a Perlish and
object-oriented way, freeing you from the casting and memory management in  
C,

yet remaining very close in spirit to original API.
---End Message---
---BeginMessage---
Source: libsane-perl
Source-Version: 0.02-1

We believe that the bug you reported is fixed in the latest version of
libsane-perl, which is due to be installed in the Debian FTP archive:

libsane-perl_0.02-1.diff.gz
  to pool/main/libs/libsane-perl/libsane-perl_0.02-1.diff.gz
libsane-perl_0.02-1.dsc
  to pool/main/libs/libsane-perl/libsane-perl_0.02-1.dsc
libsane-perl_0.02-1_i386.deb
  to pool/main/libs/libsane-perl/libsane-perl_0.02-1_i386.deb
libsane-perl_0.02.orig.tar.gz
  to pool/main/libs/libsane-perl/libsane-perl_0.02.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 506...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com (supplier of updated 
libsane-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Nov 2008 20:31:30 +0100
Source: libsane-perl
Binary: libsane-perl
Architecture: source i386
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com
Description: 
 libsane-perl - Perl bindings for the SANE (Scanner Access Now Easy) Project
Closes: 506405
Changes: 
 libsane-perl (0.02-1) unstable; urgency=low
 .
   * Initial release (Closes: #506405).
Checksums-Sha1: 
 e5315a872b99e9a77eb81b45f9555a6cd52a4696 1291 libsane-perl_0.02-1.dsc
 26e6313f383aa1c797d7ff736e64b748e1b30c01 38148 libsane-perl_0.02.orig.tar.gz
 d8db7c264e8e66dac0c387e097a2dcebf36822a9 1254 libsane-perl_0.02-1.diff.gz
 df45d1f5daf1ca5e67ed4a95dc6b10df17c3d5f9 31960 libsane-perl_0.02-1_i386.deb
Checksums-Sha256: 
 ebcf34ca111facdfafafdad55cb3fd60e52142107e10bb5ce41f92c0f0f1ba29 1291 
libsane-perl_0.02-1.dsc
 8ef815ad55812495dfa29cd3bc58ebe9e5a2de439e0e8fa4f653e99169d5fe19 38148 
libsane-perl_0.02.orig.tar.gz
 56a5df7d338597ac415032684ee39dee70990266d50c98a333fb93623be613b5 1254 
libsane-perl_0.02-1.diff.gz
 e29098b5e329613096960edd2e1c450dc96371f0c716aa409b4df62e4334705d 31960 
libsane-perl_0.02-1_i386.deb
Files: 
 26531b6ae4fd52120de80b99301b2d13 1291 perl optional libsane-perl_0.02-1.dsc
 03fa0ad2a50e18598d91f197924fb54d 38148 perl optional 
libsane-perl_0.02.orig.tar.gz
 5ba3e9dfb2ee5fc78a14c61662b85a57 1254 perl optional libsane-perl_0.02-1.diff.gz
 ef5ea46e0f2e3e61c03c2b855a197dfa 31960 perl optional 
libsane-perl_0.02-1_i386.deb

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

iEYEARECAAYFAkk/+IsACgkQOzKYnQDzz+Rl4gCfQ8GRh5LhS4J5duQQYMvLg+Wi
9FAAnRHY5xCOygoVO7hGhF2mbQzUJjYJ
=9ATZ
-END PGP SIGNATURE-


---End Message---


Bug#501190: moonlight status

2008-12-26 Thread Clint Adams
It looks like moon is no longer in NEW.  Could someone
provide an update?



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