Bug#479152: ITP: core -- Jane Street Capital's alternative standard library for OCaml

2008-05-03 Thread Stefano Zacchiroli
Package: wnpp
Severity: wishlist
Owner: Stefano Zacchiroli <[EMAIL PROTECTED]>

* Package name: core
  Version : 0.5.0
  Upstream Author : Jane Street Holding <[EMAIL PROTECTED]>
* URL : http://ocaml.janestcapital.com/?q=node/13
* License : LGPL
  Programming Lang: OCaml
  Description : Jane Street Capital's alternative standard library for OCaml

   Core is Jane Street Capital's alternative standard library for OCaml.
   .
   Core does a number of things: it provides tail recursive versions of
   non tail recursive functions in the standard library; changes the
   signature of many of the standard modules; includes generic
   serialization for most types, and adds some entirely new modules and
   new functionality within existing modules.
   .
   Beware: Core extends some functionality from OCaml's standard
   library, and outright changes or replaces other. The goal is not to
   preserve complete compatibility with the standard.

The package is being worked on at
git://git.debian.org/git/pkg-ocaml-maint/packages/core.git (already
writable to debian-ocaml-maint contributors; help is welcome from them
as well as from anyone interested).

Cheers.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#479160: ITP: sexplib310 -- automated conversions between OCaml-values and S-expressions

2008-05-03 Thread Stefano Zacchiroli
Package: wnpp
Severity: wishlist
Owner: Stefano Zacchiroli <[EMAIL PROTECTED]>

* Package name: sexplib310
  Version : 3.7.4
  Upstream Author : Markus Mottl <[EMAIL PROTECTED]> 
* URL : http://www.janestcapital.com/ocaml/
* License : LGPL
  Programming Lang: OCaml
  Description : automated conversions between OCaml-values and S-expressions

 Sexplib library contains functionality for parsing and pretty-printing
 S-expressions.
 .
 Sexplib also contains a preprocessing module for Camlp4, which can be
 used to automatically generate code from type definitions for
 efficiently converting OCaml-values to S-expressions and vice versa.
 In combination with the parsing and pretty-printing functionality this
 frees users from having to write their own I/O-routines for the
 datastructures they define.  Possible errors during automatic
 conversions from S-expressions to OCaml-values are reported in a very
 human-readable way.
 .
 Another module contained in Sexplib you to extract and replace
 sub-expressions in S-expressions. 

The package is being worked on at
git://git.debian.org/git/pkg-ocaml-maint/packages/sexplib310.git
(already writable to debian-ocaml-maint contributors; help is welcome
from them as well as from anyone interested).

Sexplib is a dependency for Core (see ITP #479152).

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#479157: RFA: numlockx

2008-05-03 Thread Martin-Éric Racine
Package: wnpp
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I request an adopter for the numlockx package.

Description: enable NumLock in X11 sessions
 Utilities to enable the keyboard's Numeric Lock during X11
 session initialization.

Upstream has essentially orphaned this package and offered 
Debian to become the new upstream. 

The package still works as-is on Debian, but Ubuntu reports 
that the LEDs are no longer in sync with the keypad's status, 
on some desktop environments, which suggests that the same 
breakage may soon affect Debian too.

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

iD8DBQFIHDeOeXr56x4Muc0RAi7OAJ9sPtZjTRO1q6QyTjhAmXmY4cFQgwCfWX0m
F/em99Cq6t05PyFFuKeqLFs=
=1hpe
-END PGP SIGNATURE-



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



Bug#476967: libanculus-sharp 0.3

2008-05-03 Thread Paul Burton
FYI, libanculus-sharp 0.3.0 was tagged this morning :) A tarball is
available at http://code.google.com/p/libanculus-sharp/downloads/list

-- 
Paul Burton



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



Bug#479161: ITP: sexplib -- Automatic S-Expression for OCaml

2008-05-03 Thread Sylvain Le Gall
Package: wnpp
Severity: wishlist
Owner: Sylvain Le Gall <[EMAIL PROTECTED]>


* Package name: sexplib
  Version : 3.7.4
  Upstream Author : Jane Street Holding <[EMAIL PROTECTED]>
* URL : http://ocaml.janestcapital.com/?q=node/13
* License : LGPL + linking exception
  Programming Lang: OCaml
  Description : Automatic S-Expression for OCaml

  This library contains functionality for parsing and pretty-printing
  S-expressions. In addition to that it contains an extremely useful
  preprocessing module for Camlp4, which can be used to automatically
  generate code from type definitions for efficiently converting
  OCaml-values to S-expressions and vice versa.  This library allows you
  to extract and replace sub-expressions in S-expressions.  

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

Kernel: Linux 2.6.22.6-vs2.2.0.3-core2 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash




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



Bug#479162: ITP: type-conv -- Camlp4 preprocessor type conversions support for OCaml

2008-05-03 Thread Sylvain Le Gall
Package: wnpp
Severity: wishlist
Owner: Sylvain Le Gall <[EMAIL PROTECTED]>


* Package name: type-conv
  Version : 1.5.0
  Upstream Author : Jane Street Holding <[EMAIL PROTECTED]>
* URL : http://ocaml.janestcapital.com/?q=node/13
* License : LGPL + linking exception
  Programming Lang: OCaml
  Description : Camlp4 preprocessor type conversions support for OCaml

 This library factors out functionality needed by different
 preprocessors that generate code from type specifications, because this
 functionality cannot be duplicated without losing the ability to use
 these preprocessors simultaneously.  

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

Kernel: Linux 2.6.22.6-vs2.2.0.3-core2 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash




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



Bug#479164: ITP: bin-prot -- Binary protocol generator for OCaml

2008-05-03 Thread Sylvain Le Gall
Package: wnpp
Severity: wishlist
Owner: Sylvain Le Gall <[EMAIL PROTECTED]>


* Package name: bin-prot
  Version : 1.0.5
  Upstream Author : Jane Street Holding <[EMAIL PROTECTED]> 
* URL : http://ocaml.janestcapital.com/?q=node/13
* License : LGPL + linking exception
  Programming Lang: OCaml
  Description : Binary protocol generator for OCaml


  
 This library contains functionality for reading and writing
 OCaml-values in a type-safe binary protocol. These functions provide a
 safe way of performing I/O on any extensionally defined data type.
 Functions, objects, and values whose type is bound through a polymorphic
 record field are not supported, but everything else is.
 .
 There is no support for cyclic or shared values and only little endian
 computer architectures are supported.

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

Kernel: Linux 2.6.22.6-vs2.2.0.3-core2 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash




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



Bug#479161: marked as done (ITP: sexplib -- Automatic S-Expression for OCaml)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 3 May 2008 12:53:30 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#479161: ITP: sexplib -- Automatic S-Expression for 
OCaml
has caused the Debian Bug report #479161,
regarding ITP: sexplib -- Automatic S-Expression for OCaml
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 [EMAIL PROTECTED]
immediately.)


-- 
479161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479161
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Sylvain Le Gall <[EMAIL PROTECTED]>


* Package name: sexplib
  Version : 3.7.4
  Upstream Author : Jane Street Holding <[EMAIL PROTECTED]>
* URL : http://ocaml.janestcapital.com/?q=node/13
* License : LGPL + linking exception
  Programming Lang: OCaml
  Description : Automatic S-Expression for OCaml

  This library contains functionality for parsing and pretty-printing
  S-expressions. In addition to that it contains an extremely useful
  preprocessing module for Camlp4, which can be used to automatically
  generate code from type definitions for efficiently converting
  OCaml-values to S-expressions and vice versa.  This library allows you
  to extract and replace sub-expressions in S-expressions.  

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

Kernel: Linux 2.6.22.6-vs2.2.0.3-core2 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
On Sat, May 03, 2008 at 12:15:22PM +0200, Sylvain Le Gall wrote:
> * Package name: sexplib

Closing this ITP, as it is a dupe of #479160. Me and Sylvain are going
to co-maintain sexplib.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -<%>-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


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


Bug#479152: ITP: core -- Jane Street Capital's alternative standard library for OCaml

2008-05-03 Thread Stefano Zacchiroli
[ adding back the Cc to the bug report ]

On Sat, May 03, 2008 at 12:01:17PM +0200, Bastian Blank wrote:
> On Sat, May 03, 2008 at 11:13:50AM +0200, Stefano Zacchiroli wrote:
> > * Package name: core
> 
> This package name is a little bit too generic. Better one may be
> ocaml-core.

"core" is the name used by upstream for its tarballs, hence I would have
liked to have it as the Debian source package name. However I agree with
your concern and I will change it back.

> >   Version : 0.5.0
> >   Upstream Author : Jane Street Holding <[EMAIL PROTECTED]>
> This does not really look like a name of a human.

Does it need to be? The libraries is developed by a company and the
copyright is held by the company. Maybe I can in this specific case (as
I've contacts within the company) discover who actually wrote the code,
but in the general case it won't be possible. So I presume that setting
the upstream author / copyright to a non-humans should be supported
somehow.

> >   Description : Jane Street Capital's alternative standard library for 
> > OCaml
> Is "Jane Street Capital" a generic term? Better remove it from the short
> description: "Alternative standard library for OCaml".

Nope, there have been in the past other projects like that in the OCaml
community, this one is identified within the community via the company
name.

> >Core is Jane Street Capital's alternative standard library for OCaml.
> Duplication?

Nope: short vs long description. Or are you suggesting the first line of
long is too similar to the whole short description?

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -<%>-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#479159: RFA: utf8-migration-tool

2008-05-03 Thread Martin-Éric Racine
Package: wnpp
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I request an adopter for the utf8-migration-tool package.

Description: Debian UTF-8 migration wizard
 This wizard upgrades legacy system locales to their UTF-8
 equivalent. It also informs users whenever files in their
 home directory still utilize legacy encodings.

The package works quite well as it is. 

However, now that recent Debian releases are UTF-8 by default, 
its usefulness is greatly reduced for me, thus my low motivation
to further maintain it.

There's a couple of wishlist bugs that could be a good way for
whoever adopts this package to get their feet wet:

1) implement a fileselector to allow choosing another source path 
for the encoding conversion.

2) improve the manual page.

Thanks in advance to whoever will adopt utf8-migration-tool.

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

iD8DBQFIHDlFeXr56x4Muc0RAlyJAJ9K6gxwBsceBfKTOukCJNRF8/yzRQCffnAr
JWd1JWWAOfwgkDODu0wq4Ok=
=tORF
-END PGP SIGNATURE-



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



Bug#470467: marked as done (ITP: hyantesite -- geomatic tool to compute neighbourhood population potential)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 12:13:18 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470467: fixed in hyantesite 1.0-1
has caused the Debian Bug report #470467,
regarding ITP: hyantesite -- geomatic tool to compute neighbourhood population 
potential
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 [EMAIL PROTECTED]
immediately.)


-- 
470467: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470467
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Guelton <[EMAIL PROTECTED]>


* Package name: hyantesite
  Version : 1.0
  Upstream Author : serge guelton <[EMAIL PROTECTED]>
* URL : http://hyantes.gforge.inria.fr
* License : LGPL
  Programming Lang: C
  Description : geomatic tool to compute neighbourhood population potential

 Client to perform actions provided by libhyantes.
 hyantes aims to develop new methods for the cartographic representation of
 human distributions (population density, population increase, etc.) with
 various smoothing functions and opportunities for time-scale animations
 of maps.
 It provides a smoothing method related to multiscalar neighbourhood
 density estimation.

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

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: hyantesite
Source-Version: 1.0-1

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

hyantesite_1.0-1.diff.gz
  to pool/main/h/hyantesite/hyantesite_1.0-1.diff.gz
hyantesite_1.0-1.dsc
  to pool/main/h/hyantesite/hyantesite_1.0-1.dsc
hyantesite_1.0-1_i386.deb
  to pool/main/h/hyantesite/hyantesite_1.0-1_i386.deb
hyantesite_1.0.orig.tar.gz
  to pool/main/h/hyantesite/hyantesite_1.0.orig.tar.gz
libhyantes-dev_1.0-1_i386.deb
  to pool/main/h/hyantesite/libhyantes-dev_1.0-1_i386.deb
libhyantes0_1.0-1_i386.deb
  to pool/main/h/hyantesite/libhyantes0_1.0-1_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
serge guelton <[EMAIL PROTECTED]> (supplier of updated hyantesite 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Mar 2008 08:08:42 +0100
Source: hyantesite
Binary: libhyantes-dev libhyantes0 hyantesite
Architecture: source i386
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: serge guelton <[EMAIL PROTECTED]>
Changed-By: serge guelton <[EMAIL PROTECTED]>
Description: 
 hyantesite - geomatic tool to compute neighbourhood population potential
 libhyantes-dev - development files for libhyantes
 libhyantes0 - geomatic library to compute neighbourhood population potential
Closes: 470467
Changes: 
 hyantesite (1.0-1) unstable; urgency=low
 .
   * Initial release
 closes: Bug#470467
Files: 
 465ae59d872df7f88adda85d42814639 662 libs extra hyantesite_1.0-1.dsc
 00d0c22f43a71e0af740246c0b75d365 4556021 libs extra hyantesite_1.0.orig.tar.gz
 20f40c79510ecd4c5f679424a16f13fa 9992 libs extra hyantesite_1.0-1.diff.gz
 be706c651059067735999ee791e2641d 31988 libdevel extra 
libhyantes-dev_1.0-1_i386.deb
 1eeb3ca631c4317117f2447fb003e008 17050 libs extra libhyantes0_1.0-1_i386.deb
 ebe18cfcb48ce0c4b8dc20180fb8511f 19304 math extra hyantesite_1.0-1_i386.deb

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

iD8DBQFIC3N/C/d4Z50CXocRAkGpAJ9BPrpVtFHZSY31mtMB3yyKxEkJEACff5os
I21dLuVQCOUIW0xv0mDkOHY=
=DkGE
-END PGP SIGNATURE-


--- End Message ---


Bug#418776: Update to ITP bug

2008-05-03 Thread Robert James Clay
Switched back to working on initial packaging for v3.14a after being  
advised of a usable source archive for that version.   A 'package  
source archive' still needs to be created because that 'source  
archive' does not include the runtime files and directories, only the  
source;  but it does compile.


Robert James Clay
[EMAIL PROTECTED]
http://rocasa.org/syncdeb






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



Bug#467430: marked as done (ITP: milkytracker -- Music creation tool inspired by Fast Tracker 2)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 13:06:56 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467430: fixed in milkytracker 0.90.80+dfsg-1
has caused the Debian Bug report #467430,
regarding ITP: milkytracker -- Music creation tool inspired by Fast Tracker 2
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 [EMAIL PROTECTED]
immediately.)


-- 
467430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467430
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist

* Package name: milkytracker
  Version : 1.x
  Upstream Authors: Peter Barth
Christopher O'Neill
* URL : http://www.milkytracker.net/
* License : GNU GPL v3 (not publicly available yet)
  Description : Music creation tool inspired by Fast Tracker 2
 This is an editor for "tracked" music, i.e. audio samples of instruments
 pitch shifted according to the note data.



--- End Message ---
--- Begin Message ---
Source: milkytracker
Source-Version: 0.90.80+dfsg-1

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

milkytracker_0.90.80+dfsg-1.diff.gz
  to pool/main/m/milkytracker/milkytracker_0.90.80+dfsg-1.diff.gz
milkytracker_0.90.80+dfsg-1.dsc
  to pool/main/m/milkytracker/milkytracker_0.90.80+dfsg-1.dsc
milkytracker_0.90.80+dfsg-1_powerpc.deb
  to pool/main/m/milkytracker/milkytracker_0.90.80+dfsg-1_powerpc.deb
milkytracker_0.90.80+dfsg.orig.tar.gz
  to pool/main/m/milkytracker/milkytracker_0.90.80+dfsg.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gürkan Sengün <[EMAIL PROTECTED]> (supplier of updated milkytracker 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Feb 2008 09:29:43 +0100
Source: milkytracker
Binary: milkytracker
Architecture: source powerpc
Version: 0.90.80+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
Changed-By: Gürkan Sengün <[EMAIL PROTECTED]>
Description: 
 milkytracker - Music creation tool inspired by Fast Tracker 2
Closes: 467430
Changes: 
 milkytracker (0.90.80+dfsg-1) unstable; urgency=low
 .
   * Initial release. (Closes: #467430)
   * Repackaged without platforms.
   * Added desktop file.
Files: 
 df4192dd1a06ad7aedc95f897c802f7a 756 sound optional 
milkytracker_0.90.80+dfsg-1.dsc
 db1b8bf7f7e40b03a5d762820e59f9f5 1843577 sound optional 
milkytracker_0.90.80+dfsg.orig.tar.gz
 5203dd8fe80b7a2de6110bb1bfa21de0 5744 sound optional 
milkytracker_0.90.80+dfsg-1.diff.gz
 2bed18ff37156c5559e9260c365bbdb9 1282808 sound optional 
milkytracker_0.90.80+dfsg-1_powerpc.deb

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

iD8DBQFIDwRrGKDMjVcGpLQRAlfLAKDGtTtK68SUdRSN5CP0TLCZWy3K8gCgpE3R
qV61xZpIV7himFUhUMWswOs=
=recs
-END PGP SIGNATURE-


--- End Message ---


Bug#422441: marked as done (ITP: trac-spamfilter -- trac plugin to add spam filtering capabilities)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 13:21:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422441: fixed in trac-spamfilter 0.2.1+svn6871-1
has caused the Debian Bug report #422441,
regarding ITP: trac-spamfilter -- trac plugin to add spam filtering capabilities
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 [EMAIL PROTECTED]
immediately.)


-- 
422441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422441
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

 This plugin rejects contributions to Trac environments that contain spam.
 It can use the following techniques:
 .
  * Regular expressions
  * Akismet web service
  * IP throttling
  * IP blacklisting (requires python-dnspython package)
  * Bayes (requires spambayes package)
 .
 Homepage: 

It is licensed under a variation of the BSD license. The package should be
ready in a day or so.

/Lamby

-- 
 Chris Lamb, Leamington Spa, UK  GPG: 0x634F9A20


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: trac-spamfilter
Source-Version: 0.2.1+svn6871-1

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

trac-spamfilter_0.2.1+svn6871-1.diff.gz
  to pool/main/t/trac-spamfilter/trac-spamfilter_0.2.1+svn6871-1.diff.gz
trac-spamfilter_0.2.1+svn6871-1.dsc
  to pool/main/t/trac-spamfilter/trac-spamfilter_0.2.1+svn6871-1.dsc
trac-spamfilter_0.2.1+svn6871-1_all.deb
  to pool/main/t/trac-spamfilter/trac-spamfilter_0.2.1+svn6871-1_all.deb
trac-spamfilter_0.2.1+svn6871.orig.tar.gz
  to pool/main/t/trac-spamfilter/trac-spamfilter_0.2.1+svn6871.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb <[EMAIL PROTECTED]> (supplier of updated trac-spamfilter 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Apr 2008 04:12:33 +0100
Source: trac-spamfilter
Binary: trac-spamfilter
Architecture: source all
Version: 0.2.1+svn6871-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb <[EMAIL PROTECTED]>
Changed-By: Chris Lamb <[EMAIL PROTECTED]>
Description: 
 trac-spamfilter - Spam-prevention plugin for Trac
Closes: 422441
Changes: 
 trac-spamfilter (0.2.1+svn6871-1) unstable; urgency=low
 .
   * Initial release (Closes: #422441).
Checksums-Sha1: 
 2410da1083b036e9d9c7d8e92d94a22fb27b8611 1290 
trac-spamfilter_0.2.1+svn6871-1.dsc
 f9861826c80e5d5be2d7b396b883e58cb6028ded 24889 
trac-spamfilter_0.2.1+svn6871.orig.tar.gz
 d571d1e259384b84def6371735564866a1a1f0fc 2807 
trac-spamfilter_0.2.1+svn6871-1.diff.gz
 43cdced877f5e35138dc880dbaeb73967d6a2c3a 25592 
trac-spamfilter_0.2.1+svn6871-1_all.deb
Checksums-Sha256: 
 010f32d3678eea7a323c6e17703f4bc906c9e4d975650120807fd39aa5756491 1290 
trac-spamfilter_0.2.1+svn6871-1.dsc
 a839209fd4e5eaeb83fcfb13010027e6bf7c3c1022bc91ccb9f3dd4644d1f3a2 24889 
trac-spamfilter_0.2.1+svn6871.orig.tar.gz
 d5a52a11d04e18f528712d4449d049b826ac834e9a9e81b7770bb35ba040464c 2807 
trac-spamfilter_0.2.1+svn6871-1.diff.gz
 e0322533062d961a0045360e0eafbf47f4dc6f4b6f95bb5d6c1484fc77a19b9f 25592 
trac-spamfilter_0.2.1+svn6871-1_all.deb
Files: 
 543260eb3864dbc50df779f04c0f80b0 1290 python optional 
trac-spamfilter_0.2.1+svn6871-1.dsc
 1d9297a74819317bf31bb87a5dbefbec 24889 python optional 
trac-spamfilter_0.2.1+svn6871.orig.tar.gz
 765cb44567d489ff7719ce7627671131 2807 python optional 
trac-spamfilter_0.2.1+svn6871-1.diff.gz
 5013b047fed8fc24c3270bee52db5878 25592 python optional 
trac-spamfilter_0.2.1+svn6871-1_all.deb

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

iD8DBQFIDxSQ+C5cwEsrK54RAuMYAJ9Ae40lZzDqekVTc268ho5sL+7QSACgkOt5
woUqT+zwfZNc1ntZCVzMvuY=
=tNEj
-END PGP SIGNATURE-


--- End Message ---


Bug#456640: status of munin ITA

2008-05-03 Thread Thijs Kinkhorst
On Friday 2 May 2008 19:19, Holger Levsen wrote:
> Yup, we (at least Matthias Schmitz and me) are aware of the issue, Matthias
> has prepared a 1.2.6rc2 package too, which I'll check as soon as he fixed
> the one issue I already complained about.
>
> We plan to get 1.2.6 into lenny and 1.3.x in experimental, though obviously
> the latter is less pressing atm.

Good to know!

> > Do you need any help? I'd be happy to comaintain or help out in another
> > way if needed.
>
> Sure, help is always welcome. Do you have svn upstream access? Cause, this
> is where we keep the debian packaging too.

I don't have upstream access. If you think I can help out and can create an 
account that would be great.

> We also hang out on #munin on freenode.

I'm not always on IRC but will try to remember when I am :-)


cheers,
Thijs



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



Bug#478811: ITP: sunpinyin -- An input method engine based on SLM

2008-05-03 Thread Jun Ma
On Fri, May 2, 2008 at 10:02 AM, Yong Sun <[EMAIL PROTECTED]> wrote:
> Yes, SunPinyin had been ported to SCIM framework. And now it supports IIIMF,
> SCIM, BeCJK, and the Mac OS porting (leopard) is on going.
>
>  Regards,
>

在kov的帮助下,我顺利的切换到了SCIM-PINYIN。
感觉不错,大家可以测试下。



-- 
FIXME if it is wrong.


Bug#478811: ITP: sunpinyin -- An input method engine based on SLM

2008-05-03 Thread Jun Ma
debian etch编译安装:
1. sudo apt-get install devscripts
2. dget 
http://mentors.debian.net/debian/pool/main/s/sunpinyin/sunpinyin_1.0-1.dsc
3. dpkg-source -x sunpinyi_1.0-1.dsc
4. sudo vi /usr/lib/pkgconfig/scim.pc
修改moduledir为moduledir=${exec_prefix}/lib/scim-1.0/1.4.0
5. cd sunpinyin-1.0 && sudo dpkg-buildpackage
6. sudo dpkg -i ../scim-sunpinyin_1.0-1_i386.deb
7. 重启scim

2008/5/3 Jun Ma <[EMAIL PROTECTED]>:
> On Fri, May 2, 2008 at 10:02 AM, Yong Sun <[EMAIL PROTECTED]> wrote:
>  > Yes, SunPinyin had been ported to SCIM framework. And now it supports 
> IIIMF,
>  > SCIM, BeCJK, and the Mac OS porting (leopard) is on going.
>  >
>  >  Regards,
>  >
>
>  在kov的帮助下,我顺利的切换到了SCIM-PINYIN。
>  感觉不错,大家可以测试下。
>
>
>
>  --
>
>
> FIXME if it is wrong.
>



-- 
FIXME if it is wrong.


Bug#464250: marked as done (ITP: liblunar -- Chinese lunar calendar library)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 13:46:55 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464250: fixed in liblunar 1.0.0-1
has caused the Debian Bug report #464250,
regarding ITP: liblunar -- Chinese lunar calendar library
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 [EMAIL PROTECTED]
immediately.)


-- 
464250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464250
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: LI Daobing <[EMAIL PROTECTED]>

* Package name: libgcl
  Version : 0.2.4
  Upstream Author : yetist <[EMAIL PROTECTED]>
* URL : http://code.google.com/p/liblunar
* License : GPL
  Programming Lang: C
  Description : Chinese lunar calendar library

A Chinese lunar calendar library, lunar-applet 2.0~r2 depends on this
library.

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: liblunar
Source-Version: 1.0.0-1

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

liblunar-1-0-dbg_1.0.0-1_i386.deb
  to pool/main/libl/liblunar/liblunar-1-0-dbg_1.0.0-1_i386.deb
liblunar-1-0_1.0.0-1_i386.deb
  to pool/main/libl/liblunar/liblunar-1-0_1.0.0-1_i386.deb
liblunar-1-dev_1.0.0-1_i386.deb
  to pool/main/libl/liblunar/liblunar-1-dev_1.0.0-1_i386.deb
liblunar-1-doc_1.0.0-1_all.deb
  to pool/main/libl/liblunar/liblunar-1-doc_1.0.0-1_all.deb
liblunar_1.0.0-1.diff.gz
  to pool/main/libl/liblunar/liblunar_1.0.0-1.diff.gz
liblunar_1.0.0-1.dsc
  to pool/main/libl/liblunar/liblunar_1.0.0-1.dsc
liblunar_1.0.0.orig.tar.gz
  to pool/main/libl/liblunar/liblunar_1.0.0.orig.tar.gz
python-lunar_1.0.0-1_i386.deb
  to pool/main/libl/liblunar/python-lunar_1.0.0-1_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LI Daobing <[EMAIL PROTECTED]> (supplier of updated liblunar 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Apr 2008 22:24:55 +0800
Source: liblunar
Binary: liblunar-1-dev liblunar-1-0 liblunar-1-0-dbg liblunar-1-doc python-lunar
Architecture: source all i386
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing <[EMAIL PROTECTED]>
Changed-By: LI Daobing <[EMAIL PROTECTED]>
Description: 
 liblunar-1-0 - Chinese Lunar library
 liblunar-1-0-dbg - Chinese Lunar library
 liblunar-1-dev - Development files for the Chinese Lunar library
 liblunar-1-doc - Documentation for the Chinese Lunar library
 python-lunar - Python bindings for the Chinese Lunar library
Closes: 464250
Changes: 
 liblunar (1.0.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #464250)
Checksums-Sha1: 
 1b44ad9a823caa3f099bf9a0515108481be02308 1290 liblunar_1.0.0-1.dsc
 17cac7e76d25e7be73b22ba59b1e95fbbe93fd87 463525 liblunar_1.0.0.orig.tar.gz
 ee3dcc1fc0661dd8acea6e70e6e96143bbdfa315 2932 liblunar_1.0.0-1.diff.gz
 8b0e6f70d53d1088a319665c5ca6dbb715837b02 17134 liblunar-1-doc_1.0.0-1_all.deb
 0f72a1a6cdcebdae02412ca33acb6e3303c8c7ba 9084 liblunar-1-dev_1.0.0-1_i386.deb
 8e85ba7f473f652ec318b1627a14e263cd3d3a36 39838 liblunar-1-0_1.0.0-1_i386.deb
 55062da0de4f6d54b3f1e2b180017e0d0c4c8b94 73612 
liblunar-1-0-dbg_1.0.0-1_i386.deb
 41377049d3c60ebfbbcf5b5b66404b92af96fb20 11092 python-lunar_1.0.0-1_i386.deb
Checksums-Sha256: 
 983512022ae34327260b666d83f0c789e92662c4f995f287f369f91594eb9452 1290 
liblunar_1.0.0-1.dsc
 b62705f8ca0601b35dea68fd2f0febc7354538ff5e9639b5ab1d00763f3170f5 463525 
liblunar_1.0.0.orig.tar.gz
 20c947ed9f4110af7de93963a85af97c0a27560373e69c2c9c996f4c94ba1f67 2932 
liblunar_1.0.0-1.diff.gz
 dcd7f35c38fee562a7b2cac85a986dcba6fdb2bef49e85701320998263d5e6f1 17134 
liblunar-1-doc_1.0.0-1_all.deb
 9cca83b4cce0bb6cd6b97d5b9af1523b0d936c96fc6ce8517d931b8b94fa0db6 9084 
liblunar-1-dev_1.0.0-1_i386.deb
 1a240b15a9309782d24d48ab25fc90d38c6acc2c0b1767133849bd6e5ab594ed 39838 
liblunar-1-0_1.0.0-1_i386

Bug#474937: marked as done (ITP: logstalgia -- a website access log visualisation tool)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 13:37:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474937: fixed in logstalgia 0.9.0c-1
has caused the Debian Bug report #474937,
regarding ITP: logstalgia -- a website access log visualisation tool
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 [EMAIL PROTECTED]
immediately.)


-- 
474937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474937
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Caudwell <[EMAIL PROTECTED]>


* Package name: logstalgia
  Version : 0.9.0
  Upstream Author : Andrew Caudwell <[EMAIL PROTECTED]>
* URL : http://code.google.com/p/logstalgia/
* License : GPL
  Description : a website access log visualisation tool

Logstalgia (aka ApachePong) replays or streams a standard website
access log (eg access.log) as a retro arcade game-like simulation.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.16.17-vs2.0.2-rc21-x4100vs
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Source: logstalgia
Source-Version: 0.9.0c-1

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

logstalgia_0.9.0c-1.diff.gz
  to pool/main/l/logstalgia/logstalgia_0.9.0c-1.diff.gz
logstalgia_0.9.0c-1.dsc
  to pool/main/l/logstalgia/logstalgia_0.9.0c-1.dsc
logstalgia_0.9.0c-1_amd64.deb
  to pool/main/l/logstalgia/logstalgia_0.9.0c-1_amd64.deb
logstalgia_0.9.0c.orig.tar.gz
  to pool/main/l/logstalgia/logstalgia_0.9.0c.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Caudwell <[EMAIL PROTECTED]> (supplier of updated logstalgia 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Apr 2008 14:06:00 +1200
Source: logstalgia
Binary: logstalgia
Architecture: source amd64
Version: 0.9.0c-1
Distribution: unstable
Urgency: low
Maintainer: Andrew Caudwell <[EMAIL PROTECTED]>
Changed-By: Andrew Caudwell <[EMAIL PROTECTED]>
Description: 
 logstalgia - web server access log visualizer
Closes: 474937
Changes: 
 logstalgia (0.9.0c-1) unstable; urgency=low
 .
   * Initial release (Closes: #474937)
Checksums-Sha1: 
 cb7615693467fea0a384ac8da77d7f6c11a04189 1149 logstalgia_0.9.0c-1.dsc
 3746ab9c2e6b7b39a4a96aa5c14bb21da7583bb4 126618 logstalgia_0.9.0c.orig.tar.gz
 1faa9a55b6b338bceebdd4b7ff39e1aa930867e4 25084 logstalgia_0.9.0c-1.diff.gz
 d1f16dee9a94aafb3a408779d521687a84892008 109048 logstalgia_0.9.0c-1_amd64.deb
Checksums-Sha256: 
 9b2ec3cda0beae2c70d550d1e80a18d73effa5fac055dcb884f8785b93166c84 1149 
logstalgia_0.9.0c-1.dsc
 814fc14672ef39630e64e908aec817707fe1c0a1748b035b252be2a8ab4a22d3 126618 
logstalgia_0.9.0c.orig.tar.gz
 71951003ba7e599c3dc49ddab47932c6c23cd1b983f1fff7a36863b4d1af708c 25084 
logstalgia_0.9.0c-1.diff.gz
 b67d8e4612c89901af09ee7310abcf735748f50873bbe0302d390901c166969e 109048 
logstalgia_0.9.0c-1_amd64.deb
Files: 
 b44565c151546ba087360d9217368f5c 1149 web extra logstalgia_0.9.0c-1.dsc
 f3e9d6d0f4114d600545a9aa505e1e69 126618 web extra logstalgia_0.9.0c.orig.tar.gz
 ea7e6bfa9232bcccfb03e6820ec8393a 25084 web extra logstalgia_0.9.0c-1.diff.gz
 1475cb9e7721483f2814c359d03889ff 109048 web extra logstalgia_0.9.0c-1_amd64.deb

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

iD8DBQFID/Z/ScUZKBnQNIYRArecAJ48gcb2t7jGjceJKTL+ek9YsYziWgCeNsLF
3X8b9vU+CsbqXgJiadfnDso=
=Y7kv
-END PGP SIGNATURE-


--- End Message ---


Bug#477453: marked as done (ITP: wgerman-medical -- German medical dictionary words for /usr/share/dict)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 13:40:08 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477453: fixed in medicalterms 20080327-1
has caused the Debian Bug report #477453,
regarding ITP: wgerman-medical -- German medical dictionary words for 
/usr/share/dict
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 [EMAIL PROTECTED]
immediately.)


-- 
477453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477453
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Owner: Tobias Toedter <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: wgerman-medical
  Version : 20080327
  Upstream Author : Tobias Toedter <[EMAIL PROTECTED]>
* URL : https://launchpad.net/medicalterms
* License : GPL-3
  Description : German medical dictionary words for /usr/share/dict

This package contains a list of German medical words to be used
by spelling checkers.

-- 
Tobias Toedter   | The only problem with troubleshooting is
Hamburg, Germany | that the trouble shoots back.


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: medicalterms
Source-Version: 20080327-1

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

medicalterms_20080327-1.diff.gz
  to pool/main/m/medicalterms/medicalterms_20080327-1.diff.gz
medicalterms_20080327-1.dsc
  to pool/main/m/medicalterms/medicalterms_20080327-1.dsc
medicalterms_20080327.orig.tar.gz
  to pool/main/m/medicalterms/medicalterms_20080327.orig.tar.gz
wgerman-medical_20080327-1_all.deb
  to pool/main/m/medicalterms/wgerman-medical_20080327-1_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Toedter <[EMAIL PROTECTED]> (supplier of updated medicalterms 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Apr 2008 08:44:51 +0200
Source: medicalterms
Binary: wgerman-medical
Architecture: source all
Version: 20080327-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Toedter <[EMAIL PROTECTED]>
Changed-By: Tobias Toedter <[EMAIL PROTECTED]>
Description: 
 wgerman-medical - German medical dictionary words for /usr/share/dict
Closes: 477453
Changes: 
 medicalterms (20080327-1) unstable; urgency=low
 .
   * Initial release (Closes: #477453)
Checksums-Sha1: 
 baae158b01513fff3422737bc811845619c7f48c 1094 medicalterms_20080327-1.dsc
 06fb496debb2a255ad016e6cf63f6ae9710e5071 97750 
medicalterms_20080327.orig.tar.gz
 d36a931c6898a8f8f716612271a396ff91e72a79 2596 medicalterms_20080327-1.diff.gz
 74557a96c976b0a6833c7e44f6e5ead7932fd604 54738 
wgerman-medical_20080327-1_all.deb
Checksums-Sha256: 
 9b35663b8285e2d2a2f0503a3a553d8cc408a5db09296e1e77cf4127df6d48ed 1094 
medicalterms_20080327-1.dsc
 6f3d455585409e6b4ad7dd984d2259925c129468fc3de92d498b282128ee8f8b 97750 
medicalterms_20080327.orig.tar.gz
 2e917de9f8457fa19bb9cd318237acdf5f30e759f9fc111fe8fc01b4865a3ca3 2596 
medicalterms_20080327-1.diff.gz
 5cc1e8867cb298aeb25be401228bd34ad209ca79e09f69d5211a15e5d4f0de6c 54738 
wgerman-medical_20080327-1_all.deb
Files: 
 45fa4435201da5089983353a9c71efce 1094 text optional medicalterms_20080327-1.dsc
 55c94af3ce11ab029143cf6586a77495 97750 text optional 
medicalterms_20080327.orig.tar.gz
 b4e0b8c0aa28208f5e02fec8b258ac1f 2596 text optional 
medicalterms_20080327-1.diff.gz
 3cd0057f0b8b26f61c1baee083b2b435 54738 text optional 
wgerman-medical_20080327-1_all.deb

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

iD8DBQFIEC/t3UXUABXir9YRApNwAJ9q1/cf9Q/Y6MZm3A9X2aQHqEg1bQCfU5da
SDqVw92xSqgH7ah3maMGkcE=
=WCGM
-END PGP SIGNATURE-


--- End Message ---


Bug#477681: marked as done (ITP: iotop -- displays I/O usage information)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 13:47:53 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477681: fixed in iotop 0.1-1
has caused the Debian Bug report #477681,
regarding ITP: iotop -- displays I/O usage information
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 [EMAIL PROTECTED]
immediately.)


-- 
477681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477681
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Paul Wise <[EMAIL PROTECTED]>

* Package name: iotop
  Version : 20070930
  Upstream Author : Guillaume Chazarain <[EMAIL PROTECTED]>
* URL : http://guichaz.free.fr/misc/#iotop
* License : GPL 2
  Programming Lang: Python
  Description : simple top-like I/O monitor

iotop does for I/O usage what top(1) does for CPU usage. It watches I/O
usage information output by the Linux kernel (requires 2.6.20 or later)
and displays a table of current I/O usage by processes on the system.
Handy for answering the question "Why is my disk churning so much?".

psmisc/procps maintainer didn't want it there, moreutils probably isn't
the right place and a python dep probably wouldn't be wanted.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: iotop
Source-Version: 0.1-1

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

iotop_0.1-1.diff.gz
  to pool/main/i/iotop/iotop_0.1-1.diff.gz
iotop_0.1-1.dsc
  to pool/main/i/iotop/iotop_0.1-1.dsc
iotop_0.1-1_all.deb
  to pool/main/i/iotop/iotop_0.1-1_all.deb
iotop_0.1.orig.tar.gz
  to pool/main/i/iotop/iotop_0.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Wise <[EMAIL PROTECTED]> (supplier of updated iotop 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Apr 2008 21:51:35 +0800
Source: iotop
Binary: iotop
Architecture: source all
Version: 0.1-1
Distribution: unstable
Urgency: low
Maintainer: Paul Wise <[EMAIL PROTECTED]>
Changed-By: Paul Wise <[EMAIL PROTECTED]>
Description: 
 iotop  - simple top-like I/O monitor
Closes: 477681
Changes: 
 iotop (0.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #477681)
Checksums-Sha1: 
 290a11c92fb62f9dbcfae4a326bea5e79cc6ae79 942 iotop_0.1-1.dsc
 1945061fa8749d933a081436964071800abffa10 6298 iotop_0.1.orig.tar.gz
 468e91445989f13677416a590f43b7c09133f1e8 1923 iotop_0.1-1.diff.gz
 2bf6717cb1b90f58e93a31fdbaa9d4c7e43325ff 9300 iotop_0.1-1_all.deb
Checksums-Sha256: 
 0ad4fcde957af59d86e9391a6240a5fe9bb88e6dc7ea9dba2eccabe5390355a7 942 
iotop_0.1-1.dsc
 a804c52da83890d1bc6a2b3edbd7a543f30dd27992db5c6b83a3160a351e2503 6298 
iotop_0.1.orig.tar.gz
 9c151f58592213a94e49d1e21be6cc3531d6e0ba671275b3ff154f424cbac68a 1923 
iotop_0.1-1.diff.gz
 1abb2a610f65eb54c68aa2fff995ac5b527958ab9416bbd7cfd4e25ed00feae7 9300 
iotop_0.1-1_all.deb
Files: 
 f94e469cee6fe3fd19bbbc3b7163e0c1 942 admin optional iotop_0.1-1.dsc
 f15f6de079f1807a190d5fe863594131 6298 admin optional iotop_0.1.orig.tar.gz
 1ee5ff9c8875e82276d5a87c35b6923b 1923 admin optional iotop_0.1-1.diff.gz
 75137e7aaaed101b73ce37a8c23b278e 9300 admin optional iotop_0.1-1_all.deb

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

iD8DBQFIEVSo5Sc9mGvjxCMRAro7AJoC8hEEl/AZqXciLfOU6cdSFHUkDACeK5iy
nNe/mWuJardVdXfYxfG4Ugw=
=S3Wf
-END PGP SIGNATURE-


--- End Message ---


Bug#474036: marked as done (ITP: xnetcardconfig -- tool to configure your network cards using an easy wizard)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:29:33 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474036: fixed in xnetcardconfig 0.2.1-1
has caused the Debian Bug report #474036,
regarding ITP: xnetcardconfig -- tool to configure your network cards using an 
easy wizard
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 [EMAIL PROTECTED]
immediately.)


-- 
474036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474036
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Philippe Coval <[EMAIL PROTECTED]>


* Package name: xnetcardconfig
  Version : 0.2.1
  Upstream Author : Benedikt Meurer <[EMAIL PROTECTED]>
* URL : http://www.example.org/
* License : GPL
  Programming Lang: Ruby
  Description : tool to configure your network cards using a wizard GUI

It's just a ruby script to be used along sudo.

Note that I am about to upload the package to debian mentors 
and start looking for a sponsor.

Regards

--
http://rzr.online.fr/q/ruby


--- End Message ---
--- Begin Message ---
Source: xnetcardconfig
Source-Version: 0.2.1-1

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

xnetcardconfig_0.2.1-1.diff.gz
  to pool/main/x/xnetcardconfig/xnetcardconfig_0.2.1-1.diff.gz
xnetcardconfig_0.2.1-1.dsc
  to pool/main/x/xnetcardconfig/xnetcardconfig_0.2.1-1.dsc
xnetcardconfig_0.2.1-1_all.deb
  to pool/main/x/xnetcardconfig/xnetcardconfig_0.2.1-1_all.deb
xnetcardconfig_0.2.1.orig.tar.gz
  to pool/main/x/xnetcardconfig/xnetcardconfig_0.2.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philippe Coval <[EMAIL PROTECTED]> (supplier of updated xnetcardconfig 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Apr 2008 18:42:29 +0200
Source: xnetcardconfig
Binary: xnetcardconfig
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Ghe Rivero <[EMAIL PROTECTED]>
Changed-By: Philippe Coval <[EMAIL PROTECTED]>
Description: 
 xnetcardconfig - A simple network card configuration wizard for X
Closes: 474036
Changes: 
 xnetcardconfig (0.2.1-1) unstable; urgency=low
 .
   * New upstream release
   * Integration into debian (Closes: #474036)
   * Updated debian/*  by new maintainer
Checksums-Sha1: 
 9d89ca51888759d37cdb9ff8ce8a27b08d28b38a 1069 xnetcardconfig_0.2.1-1.dsc
 7a92f5813249c96e33ac9c61aec0fd7303412160 31680 xnetcardconfig_0.2.1.orig.tar.gz
 f258941f48cee42011bbb90ed45376f303ae263c 5511 xnetcardconfig_0.2.1-1.diff.gz
 7acbae6a9fd86302d8ec0449c2563ad68ea19416 38244 xnetcardconfig_0.2.1-1_all.deb
Checksums-Sha256: 
 6a3305007db1479e1e7e3a79199072b9e60bf91f3ffebfdb00d0c0a8744c226a 1069 
xnetcardconfig_0.2.1-1.dsc
 120dc321a6909c9d0a86dc8e059843bcd122f5709ad17595f56a0a864d7fcb25 31680 
xnetcardconfig_0.2.1.orig.tar.gz
 6b9467ae1dc9ac16d718eb8e0bc46ddf26880bf25c46da03af5f42a8c062d1e1 5511 
xnetcardconfig_0.2.1-1.diff.gz
 cb6830e7084a6ff718e815546eaf10c1eba201bcf73611aecb54c30190aa7f01 38244 
xnetcardconfig_0.2.1-1_all.deb
Files: 
 790b2371f2136886017bac10ed32f85c 1069 x11 optional xnetcardconfig_0.2.1-1.dsc
 9782ba2bbbed33d850a17aeacf6cfbc1 31680 x11 optional 
xnetcardconfig_0.2.1.orig.tar.gz
 92dfc5b43681c023dc9c4c930a40cb5e 5511 x11 optional 
xnetcardconfig_0.2.1-1.diff.gz
 cefbbf1e9a56f2d8f4d1c784fe4158a6 38244 x11 optional 
xnetcardconfig_0.2.1-1_all.deb

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

iD8DBQFIEcyZZttaNibwIPcRAsESAKCkGvryGtuh7B0NVLzZ55Z/A+F37gCfQkVB
4B7MdBPmRD5EUKr1DMHD42M=
=BFTt
-END PGP SIGNATURE-


--- End Message ---


Bug#477544: marked as done (ITP: libtest-mock-lwp-perl -- Easy mocking of LWP packages)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:54:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477544: fixed in libtest-mock-lwp-perl 0.05-1
has caused the Debian Bug report #477544,
regarding ITP: libtest-mock-lwp-perl -- Easy mocking of LWP packages
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 [EMAIL PROTECTED]
immediately.)


-- 
477544: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477544
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: AGOSTINI Yves <[EMAIL PROTECTED]>


* Package name : libtest-mock-lwp-perl
Version : 0.05
Upstream Author : Luke Closs, 
* URL : http://search.cpan.org/dist/Test-Mock-LWP/
* License : Perl
Programming Lang: Perl
Description : Easy mocking of LWP packages
 Make LWP packages to make testing easier.
 This package arises from duplicating the same code to mock LWP et al in 
several different modules.

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

Kernel: Linux 2.6.18-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash 


--- End Message ---
--- Begin Message ---
Source: libtest-mock-lwp-perl
Source-Version: 0.05-1

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

libtest-mock-lwp-perl_0.05-1.diff.gz
  to pool/main/libt/libtest-mock-lwp-perl/libtest-mock-lwp-perl_0.05-1.diff.gz
libtest-mock-lwp-perl_0.05-1.dsc
  to pool/main/libt/libtest-mock-lwp-perl/libtest-mock-lwp-perl_0.05-1.dsc
libtest-mock-lwp-perl_0.05-1_all.deb
  to pool/main/libt/libtest-mock-lwp-perl/libtest-mock-lwp-perl_0.05-1_all.deb
libtest-mock-lwp-perl_0.05.orig.tar.gz
  to pool/main/libt/libtest-mock-lwp-perl/libtest-mock-lwp-perl_0.05.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
AGOSTINI Yves <[EMAIL PROTECTED]> (supplier of updated libtest-mock-lwp-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 21:09:50 +0200
Source: libtest-mock-lwp-perl
Binary: libtest-mock-lwp-perl
Architecture: source all
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: AGOSTINI Yves <[EMAIL PROTECTED]>
Description: 
 libtest-mock-lwp-perl - Easy mocking of LWP packages
Closes: 477544
Changes: 
 libtest-mock-lwp-perl (0.05-1) unstable; urgency=low
 .
   * Initial Release (Closes: #477544)
Checksums-Sha1: 
 37fdc606a9afb22891aea9b60aa1c75607d9bfe7 1390 libtest-mock-lwp-perl_0.05-1.dsc
 0cf7c72b0830aadd2adac3dcdb4f1bf982ff74e8 19384 
libtest-mock-lwp-perl_0.05.orig.tar.gz
 8003eaeafaa68b9ceeff439b8e1a5fce369b74e6 1915 
libtest-mock-lwp-perl_0.05-1.diff.gz
 f402b6a4c9da225fff69af6af26885140ba2b9de 14472 
libtest-mock-lwp-perl_0.05-1_all.deb
Checksums-Sha256: 
 0d72679443db5297ab6a80b0860b4bfd538f749824e0c6badf25d8f8aea1d8bc 1390 
libtest-mock-lwp-perl_0.05-1.dsc
 61d70611e0d22cad29300433cbbe1aebdac2121d849b228016504afe5043590d 19384 
libtest-mock-lwp-perl_0.05.orig.tar.gz
 7531fe3d83a80c988be71285858c8418fda4cae3e29509efe193ddfa21a5a402 1915 
libtest-mock-lwp-perl_0.05-1.diff.gz
 6a0758e8c1d14a562919d335c4accf1f26c0d0201a56fd28636ea3c799b9d538 14472 
libtest-mock-lwp-perl_0.05-1_all.deb
Files: 
 2cd734094a76c2661cf16c6d38e69fef 1390 perl optional 
libtest-mock-lwp-perl_0.05-1.dsc
 2496324cd4474966269847836770b7a0 19384 perl optional 
libtest-mock-lwp-perl_0.05.orig.tar.gz
 a516ea0012c4724bfe9c254160f4a933 1915 perl optional 
libtest-mock-lwp-perl_0.05-1.diff.gz
 6d00c8cb105090082413021404a0403b 14472 perl optional 
libtest-mock-lwp-perl_0.05-1_all.deb

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

iD8DBQFIEw4POzKYnQDzz+QRAiEMAKDAHdXW4yE/IyD4xjcuh9mpOkqx0QCffQCZ
Uod1T96VajMcv+8EwPz+ZXI=
=z1vh
-END PGP SIGNATURE-


--- End Message ---


Bug#476136: marked as done (ITP: squirrelmail-logger -- SquirrelMail plugin: Add logging functionality to your webmail interface)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:59:52 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476136: fixed in squirrelmail-logger 2.2-1
has caused the Debian Bug report #476136,
regarding ITP: squirrelmail-logger -- SquirrelMail plugin: Add logging 
functionality to your webmail interface
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 [EMAIL PROTECTED]
immediately.)


-- 
476136: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476136
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Jan Hauke Rahm <[EMAIL PROTECTED]>

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA224


* Package name: squirrelmail-logger
  Version : 2.2
  Upstream Author : Paul Lesniewski <[EMAIL PROTECTED]> and others
* URL : http://www.squirrelmail.org/plugin_view.php?id=52
* License : GPL-2
  Programming Lang: PHP
  Description : SquirrelMail plugin: Add logging functionality to your 
webmail interface

 This plugin implements logging functionality for your webmail interface. You
 can choose to log to a database, a file, your system log, or any combination
 thereof. You can also choose which kinds of events to log, including login
 events, logout events, login error events, all outgoing messages, possible
 outgoing spam messages, and other error events.
 .
 Also included is monitoring functionality that will send alert emails to the
 administrator when certain events trigger. Log message format is completely
 custom-defined to meet your needs in the configuration file.
 .
 SquirrelMail is a standards-based webmail package written in PHP. It runs on
 top of any IMAP server.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iE8DBQFIA5EmGOp6XeD8cQ0RC4kPAN9acchcKGLxeaNh9TA1kxvGzGPdPaqSoprt
TgssAN9DXeDF5Woai2d0KcEoln0A3JX0WTr1eyZxnoRP
=7oXO
-END PGP SIGNATURE-


--- End Message ---
--- Begin Message ---
Source: squirrelmail-logger
Source-Version: 2.2-1

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

squirrelmail-logger_2.2-1.diff.gz
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.2-1.diff.gz
squirrelmail-logger_2.2-1.dsc
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.2-1.dsc
squirrelmail-logger_2.2-1_all.deb
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.2-1_all.deb
squirrelmail-logger_2.2.orig.tar.gz
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Hauke Rahm <[EMAIL PROTECTED]> (supplier of updated squirrelmail-logger 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Apr 2008 19:15:29 +0200
Source: squirrelmail-logger
Binary: squirrelmail-logger
Architecture: source all
Version: 2.2-1
Distribution: unstable
Urgency: low
Maintainer: Jan Hauke Rahm <[EMAIL PROTECTED]>
Changed-By: Jan Hauke Rahm <[EMAIL PROTECTED]>
Description: 
 squirrelmail-logger - SquirrelMail plugin: Add logging functionality to your 
webmail in
Closes: 476136
Changes: 
 squirrelmail-logger (2.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #476136)
Checksums-Sha1: 
 9f1b22b5e8f0f081a0548e6d96841d05352e3589 1306 squirrelmail-logger_2.2-1.dsc
 d66a1bb7b8af6742902a3ded815409549524d124 28094 
squirrelmail-logger_2.2.orig.tar.gz
 b739dfa9b5a9180a4fa0aaee0b881ffb2705c13e 1909 squirrelmail-logger_2.2-1.diff.gz
 e193b1631b69afac05248e69a3939559e1b2704e 23536 
squirrelmail-logger_2.2-1_all.deb
Checksums-Sha256: 
 9a9cad8af052e6fa7366fd368636ef498b9d04de938713e4b3ef20129ed314d3 1306 
squirrelmail-logger_2.2-1.dsc
 e20b4c450a963be9d2278bdf929b8e5358882dc1244f83a8febd6e4b4dc7f0c8 28094 
squirrelmail-logger_2.2.orig.tar.gz
 394466f03b6f62d8ea0a232c3de9cd515eec4116d1937af3e487516ac42

Bug#216740: marked as done (ITP: paq -- PAQ archiver (better than 7zip compression))

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:43:55 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#216740: fixed in paq8l 20070308-1
has caused the Debian Bug report #216740,
regarding ITP: paq -- PAQ archiver (better than 7zip compression)
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 [EMAIL PROTECTED]
immediately.)


-- 
216740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=216740
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

Licence: GNU GPL v2 or later

http://www.cs.fit.edu/~mmahoney/compression/ says:
PAQ4 Archiver
PAQ4 mixes models using adaptive rather than fixed weights, and also
includes an improved model for data with fixed length records. This is all
explained in the source code.

paq4.cpp Source code (Oct. 16, 2003)


The reason I bring this attention to the ppmd package maintainer is that
it seems that for at least some files, the PAQ line gives better results
than ppmd, ppmonster... In fact it seems that PAQ4 may have done better on
compression the Calgary Corpus than any other open source compressor.

I haven't looked into the algorithms and some testing may be needed anyway
to see whether this could be a valuable (more than ppmd) contribution to
Debian.

 Drew Daniels


--- End Message ---
--- Begin Message ---
Source: paq8l
Source-Version: 20070308-1

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

paq8l_20070308-1.diff.gz
  to pool/main/p/paq8l/paq8l_20070308-1.diff.gz
paq8l_20070308-1.dsc
  to pool/main/p/paq8l/paq8l_20070308-1.dsc
paq8l_20070308-1_i386.deb
  to pool/main/p/paq8l/paq8l_20070308-1_i386.deb
paq8l_20070308.orig.tar.gz
  to pool/main/p/paq8l/paq8l_20070308.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated paq8l 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 20:05:30 +0200
Source: paq8l
Binary: paq8l
Architecture: source i386
Version: 20070308-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 paq8l  - open source file compressor and archiver
Closes: 216740 399760 477709
Changes: 
 paq8l (20070308-1) unstable; urgency=low
 .
   * Initial release (Closes: #477709).
   * There were several ITP in the WNPP related to this packages.
 Closes: #216740, #399760.
Checksums-Sha1: 
 938d3431506eed2a6b24a9bd7ec4e870d9fb06bb 943 paq8l_20070308-1.dsc
 ae9c2c36fabcf0f07001926c9ff1e473a6db1bbd 45951 paq8l_20070308.orig.tar.gz
 7cca51a5c29e38c8c394b2177a9db7aa13b4d306 2732 paq8l_20070308-1.diff.gz
 a577713974c9de33578bc2069881e392f96f6f85 31666 paq8l_20070308-1_i386.deb
Checksums-Sha256: 
 b4a0dd6d93aa41ff8fb31621c7fb101e2f2aee7c546c25dd1a32aa06a2633b64 943 
paq8l_20070308-1.dsc
 21c7430559eb1ff539110cc3f3816f41ec6c1c979bd88974ad6c3a58ddb4858d 45951 
paq8l_20070308.orig.tar.gz
 492c7e013cb016c9b93759e42b1e82a79502323a1d3e7f1f3c7b89114f394394 2732 
paq8l_20070308-1.diff.gz
 d84936df83dc87b966b47d7b3af08826d352877cfd2b7e9773a64f74c0a8890a 31666 
paq8l_20070308-1_i386.deb
Files: 
 f57d53264f6958fc8aef85e84cda60eb 943 utils extra paq8l_20070308-1.dsc
 10cdf3f237a6da25523929d8e1cab51e 45951 utils extra paq8l_20070308.orig.tar.gz
 bf40873c1626ca943fd093dbfa0feff5 2732 utils extra paq8l_20070308-1.diff.gz
 48b4e4f949ea241f9b777270aa67c4fd 31666 utils extra paq8l_20070308-1_i386.deb

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

iD8DBQFIEha1/CqtjGLxpX8RAl18AJ41i/Kip0ZWSAxJjouawB8OH3WIfACeOoaX
B8URKKQXDtTsWUYj/zKLvqM=
=Gnzv
-END PGP SIGNATURE-


--- End Message ---


Bug#477502: marked as done (ITP: libnet-akismet-perl -- Perl interface to Akismet - comment and trackback spam fighter)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:57:10 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477502: fixed in libnet-akismet-perl 0.03-1
has caused the Debian Bug report #477502,
regarding ITP: libnet-akismet-perl -- Perl interface to Akismet - comment  and 
trackback spam fighter
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 [EMAIL PROTECTED]
immediately.)


-- 
477502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477502
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: AGOSTINI Yves <[EMAIL PROTECTED]>


* Package name : libnet-akismet-perl
Version : 0.03
Upstream Author : Nikolay Bachiyski <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/Net-Akismet/
* License : Perl
Programming Lang: Perl
Description : Perl interface to Akismet - comment and trackback spam fighter
 Perl interface to Akismet - comment and trackback spam fighter

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

Kernel: Linux 2.6.18-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash 


--- End Message ---
--- Begin Message ---
Source: libnet-akismet-perl
Source-Version: 0.03-1

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

libnet-akismet-perl_0.03-1.diff.gz
  to pool/main/libn/libnet-akismet-perl/libnet-akismet-perl_0.03-1.diff.gz
libnet-akismet-perl_0.03-1.dsc
  to pool/main/libn/libnet-akismet-perl/libnet-akismet-perl_0.03-1.dsc
libnet-akismet-perl_0.03-1_all.deb
  to pool/main/libn/libnet-akismet-perl/libnet-akismet-perl_0.03-1_all.deb
libnet-akismet-perl_0.03.orig.tar.gz
  to pool/main/libn/libnet-akismet-perl/libnet-akismet-perl_0.03.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
AGOSTINI Yves <[EMAIL PROTECTED]> (supplier of updated libnet-akismet-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 15:29:04 +0200
Source: libnet-akismet-perl
Binary: libnet-akismet-perl
Architecture: source all
Version: 0.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: AGOSTINI Yves <[EMAIL PROTECTED]>
Description: 
 libnet-akismet-perl - Perl interface to Akismet - comment and trackback spam 
fighter
Closes: 477502
Changes: 
 libnet-akismet-perl (0.03-1) unstable; urgency=low
 .
   * Initial Release (Closes: #477502)
Checksums-Sha1: 
 ecbff1c9c34f2a95a43d1da985ad20e865ea098e 1380 libnet-akismet-perl_0.03-1.dsc
 d03592667dbcacb4addf4796f21b8aa2fba49abe 4296 
libnet-akismet-perl_0.03.orig.tar.gz
 891cf648e3011bc322ccb2027ad613aa184a8412 1967 
libnet-akismet-perl_0.03-1.diff.gz
 12ab27a843da53e55a866d8feb0a8df7eb1bde65 6786 
libnet-akismet-perl_0.03-1_all.deb
Checksums-Sha256: 
 181bf7623ee1b2c7e24898400d3a3c674bc7f5d29c42d59676fa8cfa6ae05d94 1380 
libnet-akismet-perl_0.03-1.dsc
 cca1a409f88a61f5c7aa444226bdd4b3225dac3d925f0d95764c4469a77189f8 4296 
libnet-akismet-perl_0.03.orig.tar.gz
 a28311b9bf83b312c56f02a0fd9a039fd7380a896f75c02b2f84a4812411a703 1967 
libnet-akismet-perl_0.03-1.diff.gz
 1e4e453520456c94ee55b1b0984d6d9e7dc163dc2a6e1827601704aacec6c72a 6786 
libnet-akismet-perl_0.03-1_all.deb
Files: 
 1deccac67738bb31fe369085e1281a3e 1380 perl optional 
libnet-akismet-perl_0.03-1.dsc
 c7e6c53756516748b30aff6d0a0ea78c 4296 perl optional 
libnet-akismet-perl_0.03.orig.tar.gz
 7710553b32f097d12eac85a5ccf5d04d 1967 perl optional 
libnet-akismet-perl_0.03-1.diff.gz
 09d7c3347c979e6a76c5438d63411bfe 6786 perl optional 
libnet-akismet-perl_0.03-1_all.deb

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

iD8DBQFIEw/VOzKYnQDzz+QRArHhAJ9PtAOKCeQZKTHvGtjP1W4G+REyfQCeOmiF
wIkRKPiEiqUyzdx2dgLMguk=
=W6qQ
-END PGP SIGNATURE-


--- End Message ---


Bug#477709: marked as done (ITP: paq8l -- open source file compressor and archiver)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:43:55 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477709: fixed in paq8l 20070308-1
has caused the Debian Bug report #477709,
regarding ITP: paq8l -- open source file compressor and archiver
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 [EMAIL PROTECTED]
immediately.)


-- 
477709: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477709
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Joop Stakenborg <[EMAIL PROTECTED]>

* Package name: paq8l
  Version : 20070308
  Upstream Author : Matt Mahoney <[EMAIL PROTECTED]>
* URL : http://www.cs.fit.edu/~mmahoney/compression/
* License : GPL
  Programming Lang: C++
  Description : open source file compressor and archiver

Paq8l is one of a series of open source data compression archivers that 
have evolved through collaborative development to top rankings on 
several benchmarks measuring compression ratio (although at the expense 
of speed and memory usage). The paq compressors use context mixing: 
a large number of models estimate the probability that the next bit of 
data will be a 0 or 1. These predictions are combined and arithmetic 
coded (similar to PPM). In paq6, predictions are combined by weighted 
averaging, then adjusting the weights to favor the most accurate models.
Paq7 and later differ mainly in that model predictions are combined 
using a neural network rather than by weighted averaging.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: paq8l
Source-Version: 20070308-1

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

paq8l_20070308-1.diff.gz
  to pool/main/p/paq8l/paq8l_20070308-1.diff.gz
paq8l_20070308-1.dsc
  to pool/main/p/paq8l/paq8l_20070308-1.dsc
paq8l_20070308-1_i386.deb
  to pool/main/p/paq8l/paq8l_20070308-1_i386.deb
paq8l_20070308.orig.tar.gz
  to pool/main/p/paq8l/paq8l_20070308.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated paq8l 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 20:05:30 +0200
Source: paq8l
Binary: paq8l
Architecture: source i386
Version: 20070308-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 paq8l  - open source file compressor and archiver
Closes: 216740 399760 477709
Changes: 
 paq8l (20070308-1) unstable; urgency=low
 .
   * Initial release (Closes: #477709).
   * There were several ITP in the WNPP related to this packages.
 Closes: #216740, #399760.
Checksums-Sha1: 
 938d3431506eed2a6b24a9bd7ec4e870d9fb06bb 943 paq8l_20070308-1.dsc
 ae9c2c36fabcf0f07001926c9ff1e473a6db1bbd 45951 paq8l_20070308.orig.tar.gz
 7cca51a5c29e38c8c394b2177a9db7aa13b4d306 2732 paq8l_20070308-1.diff.gz
 a577713974c9de33578bc2069881e392f96f6f85 31666 paq8l_20070308-1_i386.deb
Checksums-Sha256: 
 b4a0dd6d93aa41ff8fb31621c7fb101e2f2aee7c546c25dd1a32aa06a2633b64 943 
paq8l_20070308-1.dsc
 21c7430559eb1ff539110cc3f3816f41ec6c1c979bd88974ad6c3a58ddb4858d 45951 
paq8l_20070308.orig.tar.gz
 492c7e013cb016c9b93759e42b1e82a79502323a1d3e7f1f3c7b89114f394394 2732 
paq8l_20070308-1.diff.gz
 d84936df83dc87b966b47d7b3af08826d352877cfd2b7e9773a64f74c0a8890a 31666 
paq8l_20070308-1_i386.deb
Files: 
 f57d53264f6958fc8aef85e84cda60eb 943 utils extra paq8l_20070308-1.dsc
 10cdf3f237a6da25523929d8e1cab51e 45951 utils extra paq8l_20070308.orig.tar.gz
 bf40873c1626ca943fd093dbfa0feff5 2732 utils extra paq8l_20070308-1.diff.gz
 48b4e4f949ea241f9b777270aa67c4fd 31666 utils extra paq8l_20070308-1_i386.deb

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

iD8DBQFIEha1/CqtjGLxpX8RAl18AJ41i/Kip0ZWSAxJjouawB8OH3WIfACeOoaX
B

Bug#399760: marked as done (ITP: paq -- high compression ratio archiver)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:43:55 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#216740: fixed in paq8l 20070308-1
has caused the Debian Bug report #216740,
regarding ITP: paq -- high compression ratio archiver
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 [EMAIL PROTECTED]
immediately.)


-- 
216740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=216740
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: paq
  Version : 8ja
  Upstream Author : Matt Mahoney <[EMAIL PROTECTED]>
* URL : Homepage: http://cs.fit.edu/~mmahoney/compression
* License : GPL
  Programming Lang: C++
  Description : high compression ratio archiver

 PAQ is a series of open source data compression archivers that have
 evolved through collaborative development to top rankings on several
 benchmarks measuring compression ratio (although at the expense of
 speed and memory usage).

- - 

PAQ is a complete rewrite of PAQ6 and variants (PAQAR, PAsQDa).
Compression ratio is similar to PAQAR but 3 times faster. However it
lacks x86 and a dictionary, so does not compress Windows executables
and English text files as well as PAsQDa. It does include models for
color .bmp, .tiff, and .jpeg files, so compresses these files better.
The primary difference from older PAQs is it uses a neural network to
combine models rather than a gradient descent mixer.

Test results are shown on the Calgary corpus (14 individual files or
concatenated into a single file of 3,141,622 bytes). All options set
for maximum compression. Programs are ordered by increasing
compression on the concatenated corpus. For sources to many programs,
see .

  Program Options14 files   Seconds  Concatenated
  --- ---   ---  
  gzip 1.2.4  -9 1,017,624 2 1,021,863
  bzip2 1.0.0 -9   828,347 5   859,448
  7zip 3.11   a -mx=9  822,05920   821,872
  winrar 3.20 b3  best, solid  754,270 7   760,953
  PAQ8F  -4606,605   828***120 MB
 -6605,650   840***435 MB

  ***Tested on a 2.2 GHz AMD-64 (in 32 bit XP), adjusted times 4.17.

The above data is from PAQ homepage at 
http://cs.fit.edu/~mmahoney/compression/


--- End Message ---
--- Begin Message ---
Source: paq8l
Source-Version: 20070308-1

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

paq8l_20070308-1.diff.gz
  to pool/main/p/paq8l/paq8l_20070308-1.diff.gz
paq8l_20070308-1.dsc
  to pool/main/p/paq8l/paq8l_20070308-1.dsc
paq8l_20070308-1_i386.deb
  to pool/main/p/paq8l/paq8l_20070308-1_i386.deb
paq8l_20070308.orig.tar.gz
  to pool/main/p/paq8l/paq8l_20070308.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated paq8l 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 20:05:30 +0200
Source: paq8l
Binary: paq8l
Architecture: source i386
Version: 20070308-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 paq8l  - open source file compressor and archiver
Closes: 216740 399760 477709
Changes: 
 paq8l (20070308-1) unstable; urgency=low
 .
   * Initial release (Closes: #477709).
   * There were several ITP in the WNPP related to this packages.
 Closes: #216740, #399760.
Checksums-Sha1: 
 938d3431506eed2a6b24a9bd7ec4e870d9fb06bb 943 paq8l_20070308-1.dsc
 ae9c2c36fabcf0f07001926c9ff1e473a6db1bbd 45951 paq8l_20070308.orig.tar.gz
 7cca51a5c29e38c8c394b2177a9db7aa13b4d306 2732 paq8l_20070308-1.diff.gz
 a577713974c9de33578bc2069881e392f96f6f85 31666 paq8l_20070308-1_i386.deb
Checksums-Sha256: 
 b4a0dd6d93aa41ff8fb31621c7fb101e2f2aee7c546c25dd1a32aa06a2633b64 943 
paq8l_20070308-1.dsc
 21c7430559eb1ff539110cc3f3816f41ec6c1c979bd88974ad6c3a58ddb4858d 45951 
paq8l_20070308.orig.tar.gz

Bug#477395: marked as done (ITP: libauthen-cas-client-perl -- Interface for authentication using JA-SIG's CAS)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:54:38 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477395: fixed in libauthen-cas-client-perl 0.02-1
has caused the Debian Bug report #477395,
regarding ITP: libauthen-cas-client-perl -- Interface for authentication  using 
JA-SIG's CAS
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 [EMAIL PROTECTED]
immediately.)


-- 
477395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477395
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: AGOSTINI Yves <[EMAIL PROTECTED]>


* Package name : libauthen-cas-client-perl
Version : 0.02
Upstream Author : jason hord <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/Authen-CAS-Client/
* License : MIT
Programming Lang: Perl
Description : Interface for authentication using JA-SIG's CAS
 The Authen::CAS::Client module provides a simple interface for authenticating 
users using JA-SIG's CAS protocol. Both CAS v1.0 and v2.0 are supported.

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

Kernel: Linux 2.6.18-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Source: libauthen-cas-client-perl
Source-Version: 0.02-1

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

libauthen-cas-client-perl_0.02-1.diff.gz
  to 
pool/main/liba/libauthen-cas-client-perl/libauthen-cas-client-perl_0.02-1.diff.gz
libauthen-cas-client-perl_0.02-1.dsc
  to 
pool/main/liba/libauthen-cas-client-perl/libauthen-cas-client-perl_0.02-1.dsc
libauthen-cas-client-perl_0.02-1_all.deb
  to 
pool/main/liba/libauthen-cas-client-perl/libauthen-cas-client-perl_0.02-1_all.deb
libauthen-cas-client-perl_0.02.orig.tar.gz
  to 
pool/main/liba/libauthen-cas-client-perl/libauthen-cas-client-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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
AGOSTINI Yves <[EMAIL PROTECTED]> (supplier of updated 
libauthen-cas-client-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Apr 2008 23:26:12 +0200
Source: libauthen-cas-client-perl
Binary: libauthen-cas-client-perl
Architecture: source all
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: AGOSTINI Yves <[EMAIL PROTECTED]>
Description: 
 libauthen-cas-client-perl - Interface for authentication using JA-SIG's CAS
Closes: 477395
Changes: 
 libauthen-cas-client-perl (0.02-1) unstable; urgency=low
 .
   * Initial Release (Closes: #477395)
Checksums-Sha1: 
 2aa76afc83ae83f063e597201e5a13b12ee57c9e 1467 
libauthen-cas-client-perl_0.02-1.dsc
 c9b6f1ee8de62fbc9a9d53432e813d38bbccd99b 8722 
libauthen-cas-client-perl_0.02.orig.tar.gz
 3718f22247fe578789feb3cd81771d2684232355 2526 
libauthen-cas-client-perl_0.02-1.diff.gz
 087496da7d30cc36052bb05f9e06c6d21b099af5 17902 
libauthen-cas-client-perl_0.02-1_all.deb
Checksums-Sha256: 
 5616ce3da507d84b5454e08e087c5d04c036db68b82559009b9acfa3999c07c5 1467 
libauthen-cas-client-perl_0.02-1.dsc
 9a724b34419cf4ce56cd7b1a4ccf005da1cca733dd1dc4d8fb77727b9e796c5d 8722 
libauthen-cas-client-perl_0.02.orig.tar.gz
 56e3abc02b77f326778a34f0dad9af4b7f8708c576dba475ac36cc65975102db 2526 
libauthen-cas-client-perl_0.02-1.diff.gz
 a959e231ad125388a694c25defde5d10cb9cf556754bc68297b9558318a348f9 17902 
libauthen-cas-client-perl_0.02-1_all.deb
Files: 
 829bd351a768f109312523cbaf16e8c0 1467 perl optional 
libauthen-cas-client-perl_0.02-1.dsc
 14b0c383f03be1b49b3dba7a7f555e06 8722 perl optional 
libauthen-cas-client-perl_0.02.orig.tar.gz
 6ba07b29288c6e24de852805069b6fd8 2526 perl optional 
libauthen-cas-client-perl_0.02-1.diff.gz
 4077d19d154244f864a84bc52ca663eb 17902 perl optional 
libauthen-cas-client-perl_0.02-1_all.deb

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

iD8DBQFIExJAOzKYnQDzz+QRAv65AKDgP4itt+l6iychb5f+JySIujuNsACfR7Io
2bFnmN3aN/iWoHLtijjmEbk=
=RoEb
-END PGP SIGNATURE-


--- End Messa

Bug#216740: marked as done (ITP: paq -- PAQ archiver (better than 7zip compression))

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:43:55 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#399760: fixed in paq8l 20070308-1
has caused the Debian Bug report #399760,
regarding ITP: paq -- PAQ archiver (better than 7zip compression)
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 [EMAIL PROTECTED]
immediately.)


-- 
399760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399760
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

Licence: GNU GPL v2 or later

http://www.cs.fit.edu/~mmahoney/compression/ says:
PAQ4 Archiver
PAQ4 mixes models using adaptive rather than fixed weights, and also
includes an improved model for data with fixed length records. This is all
explained in the source code.

paq4.cpp Source code (Oct. 16, 2003)


The reason I bring this attention to the ppmd package maintainer is that
it seems that for at least some files, the PAQ line gives better results
than ppmd, ppmonster... In fact it seems that PAQ4 may have done better on
compression the Calgary Corpus than any other open source compressor.

I haven't looked into the algorithms and some testing may be needed anyway
to see whether this could be a valuable (more than ppmd) contribution to
Debian.

 Drew Daniels


--- End Message ---
--- Begin Message ---
Source: paq8l
Source-Version: 20070308-1

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

paq8l_20070308-1.diff.gz
  to pool/main/p/paq8l/paq8l_20070308-1.diff.gz
paq8l_20070308-1.dsc
  to pool/main/p/paq8l/paq8l_20070308-1.dsc
paq8l_20070308-1_i386.deb
  to pool/main/p/paq8l/paq8l_20070308-1_i386.deb
paq8l_20070308.orig.tar.gz
  to pool/main/p/paq8l/paq8l_20070308.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated paq8l 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 20:05:30 +0200
Source: paq8l
Binary: paq8l
Architecture: source i386
Version: 20070308-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 paq8l  - open source file compressor and archiver
Closes: 216740 399760 477709
Changes: 
 paq8l (20070308-1) unstable; urgency=low
 .
   * Initial release (Closes: #477709).
   * There were several ITP in the WNPP related to this packages.
 Closes: #216740, #399760.
Checksums-Sha1: 
 938d3431506eed2a6b24a9bd7ec4e870d9fb06bb 943 paq8l_20070308-1.dsc
 ae9c2c36fabcf0f07001926c9ff1e473a6db1bbd 45951 paq8l_20070308.orig.tar.gz
 7cca51a5c29e38c8c394b2177a9db7aa13b4d306 2732 paq8l_20070308-1.diff.gz
 a577713974c9de33578bc2069881e392f96f6f85 31666 paq8l_20070308-1_i386.deb
Checksums-Sha256: 
 b4a0dd6d93aa41ff8fb31621c7fb101e2f2aee7c546c25dd1a32aa06a2633b64 943 
paq8l_20070308-1.dsc
 21c7430559eb1ff539110cc3f3816f41ec6c1c979bd88974ad6c3a58ddb4858d 45951 
paq8l_20070308.orig.tar.gz
 492c7e013cb016c9b93759e42b1e82a79502323a1d3e7f1f3c7b89114f394394 2732 
paq8l_20070308-1.diff.gz
 d84936df83dc87b966b47d7b3af08826d352877cfd2b7e9773a64f74c0a8890a 31666 
paq8l_20070308-1_i386.deb
Files: 
 f57d53264f6958fc8aef85e84cda60eb 943 utils extra paq8l_20070308-1.dsc
 10cdf3f237a6da25523929d8e1cab51e 45951 utils extra paq8l_20070308.orig.tar.gz
 bf40873c1626ca943fd093dbfa0feff5 2732 utils extra paq8l_20070308-1.diff.gz
 48b4e4f949ea241f9b777270aa67c4fd 31666 utils extra paq8l_20070308-1_i386.deb

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

iD8DBQFIEha1/CqtjGLxpX8RAl18AJ41i/Kip0ZWSAxJjouawB8OH3WIfACeOoaX
B8URKKQXDtTsWUYj/zKLvqM=
=Gnzv
-END PGP SIGNATURE-


--- End Message ---


Bug#477973: marked as done (ITP: pidgin-lastfm -- Last.FM plugin for Pidgin)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:59:14 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477973: fixed in pidgin-lastfm 0.3a
has caused the Debian Bug report #477973,
regarding ITP: pidgin-lastfm -- Last.FM plugin for Pidgin
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 [EMAIL PROTECTED]
immediately.)


-- 
477973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477973
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Jan Hauke Rahm <[EMAIL PROTECTED]>

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA224

* Package name: pidgin-lastfm
  Version : 0.3
  Upstream Author : Dominik George <[EMAIL PROTECTED]>
* URL : 
http://sourceforge.net/project/platformdownload.php?group_id=220126
* License : GPL-v3+
  Programming Lang: Perl
  Description : Last.FM plugin for Pidgin

This Pidgin plugin displays information from your Last.fm /
Audioscrobbler profile in your user info on the various IM networks
Pidgin supports. The most important information might be the most
recently scrobbled song.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iE8DBQFIEnHfGOp6XeD8cQ0RC9M6AN9/3co70Ob/QGq5o235HOP/AJgcgDHOXeAS
/ynxAN9JssEl+FlEzNaNX0X6WNNEXu5CSEulD4/i8fbo
=IWAL
-END PGP SIGNATURE-


--- End Message ---
--- Begin Message ---
Source: pidgin-lastfm
Source-Version: 0.3a

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

pidgin-lastfm_0.3a.diff.gz
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_0.3a.diff.gz
pidgin-lastfm_0.3a.dsc
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_0.3a.dsc
pidgin-lastfm_0.3a.orig.tar.gz
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_0.3a.orig.tar.gz
pidgin-lastfm_0.3a_all.deb
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_0.3a_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Hauke Rahm <[EMAIL PROTECTED]> (supplier of updated pidgin-lastfm 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2008 17:16:05 +0200
Source: pidgin-lastfm
Binary: pidgin-lastfm
Architecture: source all
Version: 0.3a
Distribution: unstable
Urgency: low
Maintainer: Jan Hauke Rahm <[EMAIL PROTECTED]>
Changed-By: Jan Hauke Rahm <[EMAIL PROTECTED]>
Description: 
 pidgin-lastfm - Last.FM plugin for Pidgin
Closes: 477973
Changes: 
 pidgin-lastfm (0.3a) unstable; urgency=low
 .
   * Initial release. (Closes: #477973)
Checksums-Sha1: 
 9ef0d631b5a1c7d48146e4405d07d1f34aaab346 1391 pidgin-lastfm_0.3a.dsc
 4708cfe9e4fff0be3575483d06627d1a88df18ad 17483 pidgin-lastfm_0.3a.orig.tar.gz
 67b23dd6751415f316993a3d253c07deaa42cd25 1256 pidgin-lastfm_0.3a.diff.gz
 8be50c39cd76157bd1c0ea39a984e4789ec8e958 6562 pidgin-lastfm_0.3a_all.deb
Checksums-Sha256: 
 95992cb9d6278436189458570ad6fe978f6de171cd7330864078cfd6884b9a28 1391 
pidgin-lastfm_0.3a.dsc
 4c3a8256183cdd557a97e8c82f467a447f9e4ac0b4bbeb42b86189ed44593aa8 17483 
pidgin-lastfm_0.3a.orig.tar.gz
 85556322e6be304b9de2dbe3b31e26a6da0cafc8e1f52cab2acea5e58c82d47e 1256 
pidgin-lastfm_0.3a.diff.gz
 e9cc96feccae20d23b36ac7d68f49e89baeea06b766ab43bc261df3ab93b4049 6562 
pidgin-lastfm_0.3a_all.deb
Files: 
 57172e911fc58e8cd61e5bb3b004e9f6 1391 net optional pidgin-lastfm_0.3a.dsc
 4532909ee5bd06f34a8562c6ebfb354f 17483 net optional 
pidgin-lastfm_0.3a.orig.tar.gz
 96d1e25aea3893ec30e69504a381b830 1256 net optional pidgin-lastfm_0.3a.diff.gz
 c5e29ca38e04e9b7cefaee442f2075b2 6562 net optional pidgin-lastfm_0.3a_all.deb

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

iQEVAwUBSBN/J2z0hbPcukPfAQLJawgAgTM5qtPJHCH2Eg9a8I4OoLDm7iG+5dQZ
v6C5j3dlutOijCV7DaQNNiN2fCVF2MNbNBeEphSwRd3eETIta2J4NDtvFaZDa7W1
ZuBATvvyFRL9tBSlK9LwgvSwaWgN7r6BpGiaUX1g/grl0JoTf4veJSg4w+GEL2eu
8Qh632CCabUUXqQ60qM32JHdoe3vnJsX62ueky1RZG/X0FUM

Bug#431634: marked as done (ITP: keynav -- a tool to quickly move the screen pointer)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:57:50 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431634: fixed in keynav 0.20071031-1
has caused the Debian Bug report #431634,
regarding ITP: keynav -- a tool to quickly move the screen pointer
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 [EMAIL PROTECTED]
immediately.)


-- 
431634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431634
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: keynav
  Version : 20070629
  Upstream Author : Jordan Sissel <[EMAIL PROTECTED]>
* URL : http://www.semicomplete.com/blog/projects/keynav/main.html
* License : BSD style
  Programming Lang: C
  Description : a tool to quickly move the screen pointer with the keyboard

Let me just quote a bit from the homepage:

What is keynav?

Another episode in the revolution against mouse-requisite interfaces.
It's one more step towards impulse-driven computing.

Enough marketing jargon. keynav is a piece of an on-going experiment to
make pointer-driven interfaces easier and faster for users to operate.
It lets you move the pointer quickly to most points on the screen with
only a few key strokes.

Note that I said pointer, not mouse. The mouse simply drives the
pointer. We can drive the pointer with other devices too. keynav turns
your keyboard into an fast pointer mover.

What does it do?

You select a piece of the screen. The screen is initially wholely
selected. One move will cut that region by half. A move is a direction:
up, down, left, and right.

Once you're done moving, you simply indicate (with a key stroke) that
you want to move. Boom, cursor moves.

Why it is fast?

keynav is geared towards selecting a piece of the screen very quickly.

Recall from above that you are selecting a region by cutting the
previous region by half. This gives us logarithmic scaling. High
resolution screens incur about the same number of moves to select an
area as smaller screens do.

For example, to select any pixel on a screen with resolution 1920x1200
it would take 21 moves. 21 moves is horrible. There is a bright side!

How often do you really want to click on a single specific pixel on your
screen using your mouse? Never, right? Well, maybe almost never. Most of
the time you want to:

* Raise a window and give it focus: 80x80 pixel target (worst: 9 moves)
* Click on an "OK" button: 60x25 pixels (worst: 11 moves)
* Click on a text widget to activate it: 80x25 or larger

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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
Source: keynav
Source-Version: 0.20071031-1

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

keynav_0.20071031-1.diff.gz
  to pool/main/k/keynav/keynav_0.20071031-1.diff.gz
keynav_0.20071031-1.dsc
  to pool/main/k/keynav/keynav_0.20071031-1.dsc
keynav_0.20071031-1_i386.deb
  to pool/main/k/keynav/keynav_0.20071031-1_i386.deb
keynav_0.20071031.orig.tar.gz
  to pool/main/k/keynav/keynav_0.20071031.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wen-Yen Chuang <[EMAIL PROTECTED]> (supplier of updated keynav 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2008 20:43:06 +0800
Source: keynav
Binary: keynav
Architecture: source i386
Version: 0.20071031-1
Distribution: unstable
Urgency: low
Maintainer: Wen-Yen Chuang <[EMAIL PROTECTED]>
Changed-By: Wen-Yen Chuang <[EMAIL PROTECTED]>
Description: 
 keynav - a keyboard-driven mouse cursor mover
Closes: 431634
Changes: 
 keynav (0.20071031-1) unstable; urgency=low
 .
   * Initial release (Closes: #431634)
Checksums-Sha1: 
 13179d96378260b39fadaf7849dd047cce47a8df 1024 keynav_0.20071031-1.dsc
 8426b9596be47ea0b413ded6b63addf489471f03 17467 keynav_0.200710

Bug#477501: marked as done (ITP: libmime-base64-urlsafe-perl -- Perl version of Python's URL-safe base64 codec)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:56:36 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477501: fixed in libmime-base64-urlsafe-perl 0.01-1
has caused the Debian Bug report #477501,
regarding ITP: libmime-base64-urlsafe-perl -- Perl version of Python's  
URL-safe base64 codec
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 [EMAIL PROTECTED]
immediately.)


-- 
477501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477501
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: AGOSTINI Yves <[EMAIL PROTECTED]>


* Package name : libmime-base64-urlsafe-perl
Version : 0.01
Upstream Author : Kazuho Oku 
* URL : http://search.cpan.org/dist/MIME-Base64-URLSafe/
* License : Perl
Programming Lang: Perl
Description : Perl version of Python's URL-safe base64 codec
 This module is a perl version of python's URL-safe base64 encoder / decoder.
 .
 When embedding binary data in URL, it is preferable to use base64 encoding.  
However, two characters ('+' and '/') used in the standard base64 encoding have 
special meanings in URLs, often leading to re-encoding with URL-encoding, or 
worse, interoperability problems.
 .
 To overcome the problem, the module provides a variation of base64 codec 
compatible with python's urlsafe_b64encode / urlsafe_b64decode.

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

Kernel: Linux 2.6.18-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: libmime-base64-urlsafe-perl
Source-Version: 0.01-1

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

libmime-base64-urlsafe-perl_0.01-1.diff.gz
  to 
pool/main/libm/libmime-base64-urlsafe-perl/libmime-base64-urlsafe-perl_0.01-1.diff.gz
libmime-base64-urlsafe-perl_0.01-1.dsc
  to 
pool/main/libm/libmime-base64-urlsafe-perl/libmime-base64-urlsafe-perl_0.01-1.dsc
libmime-base64-urlsafe-perl_0.01-1_all.deb
  to 
pool/main/libm/libmime-base64-urlsafe-perl/libmime-base64-urlsafe-perl_0.01-1_all.deb
libmime-base64-urlsafe-perl_0.01.orig.tar.gz
  to 
pool/main/libm/libmime-base64-urlsafe-perl/libmime-base64-urlsafe-perl_0.01.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
AGOSTINI Yves <[EMAIL PROTECTED]> (supplier of updated 
libmime-base64-urlsafe-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 15:28:35 +0200
Source: libmime-base64-urlsafe-perl
Binary: libmime-base64-urlsafe-perl
Architecture: source all
Version: 0.01-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: AGOSTINI Yves <[EMAIL PROTECTED]>
Description: 
 libmime-base64-urlsafe-perl - Perl version of Python's URL-safe base64 codec
Closes: 477501
Changes: 
 libmime-base64-urlsafe-perl (0.01-1) unstable; urgency=low
 .
   * Initial Release (Closes: #477501)
Checksums-Sha1: 
 ddf90ebd5e2e17109649685e628f0394b7577ef7 1418 
libmime-base64-urlsafe-perl_0.01-1.dsc
 f37a9c32c8f2847db2e00aca4998b32c7b9ca384 2404 
libmime-base64-urlsafe-perl_0.01.orig.tar.gz
 3c38aa3159ea06e83fc290d5b52944bc78c3012e 2140 
libmime-base64-urlsafe-perl_0.01-1.diff.gz
 1c6022b5f25a04eb7b9825ada81ce998cfcf5813 6198 
libmime-base64-urlsafe-perl_0.01-1_all.deb
Checksums-Sha256: 
 64c3703300f38cb066d38a983e7d7cb37bad9c3bc8f71f82a52759b5056d5357 1418 
libmime-base64-urlsafe-perl_0.01-1.dsc
 cb9966c50538bb676ab67bc40a7c841019b23ba2243d0ffcc2ccf084e5c33798 2404 
libmime-base64-urlsafe-perl_0.01.orig.tar.gz
 02366c1ddc35de265857a8cd7290cdcd6e631265b8cade891bdf09d488df721f 2140 
libmime-base64-urlsafe-perl_0.01-1.diff.gz
 b812e6b1286d2285efd9fa3a5a7e16ad2d1371bddb1a5716e709bba59477467b 6198 
libmime-base64-urlsafe-perl_0.01-1_all.deb
Files: 
 2714abcd4cd74c02a89e6e460c880e21 1418 perl optional 
libmime-base64-urlsafe-perl_0.01-1.dsc
 eccf42cc7e9576dd23b9f39ad59c9b62 2404 perl optional 
libmime-base64-urlsafe-perl_0.01.orig.tar.gz
 6597ac4c8a4

Bug#399760: marked as done (ITP: paq -- high compression ratio archiver)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:43:55 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#399760: fixed in paq8l 20070308-1
has caused the Debian Bug report #399760,
regarding ITP: paq -- high compression ratio archiver
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 [EMAIL PROTECTED]
immediately.)


-- 
399760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399760
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: paq
  Version : 8ja
  Upstream Author : Matt Mahoney <[EMAIL PROTECTED]>
* URL : Homepage: http://cs.fit.edu/~mmahoney/compression
* License : GPL
  Programming Lang: C++
  Description : high compression ratio archiver

 PAQ is a series of open source data compression archivers that have
 evolved through collaborative development to top rankings on several
 benchmarks measuring compression ratio (although at the expense of
 speed and memory usage).

- - 

PAQ is a complete rewrite of PAQ6 and variants (PAQAR, PAsQDa).
Compression ratio is similar to PAQAR but 3 times faster. However it
lacks x86 and a dictionary, so does not compress Windows executables
and English text files as well as PAsQDa. It does include models for
color .bmp, .tiff, and .jpeg files, so compresses these files better.
The primary difference from older PAQs is it uses a neural network to
combine models rather than a gradient descent mixer.

Test results are shown on the Calgary corpus (14 individual files or
concatenated into a single file of 3,141,622 bytes). All options set
for maximum compression. Programs are ordered by increasing
compression on the concatenated corpus. For sources to many programs,
see .

  Program Options14 files   Seconds  Concatenated
  --- ---   ---  
  gzip 1.2.4  -9 1,017,624 2 1,021,863
  bzip2 1.0.0 -9   828,347 5   859,448
  7zip 3.11   a -mx=9  822,05920   821,872
  winrar 3.20 b3  best, solid  754,270 7   760,953
  PAQ8F  -4606,605   828***120 MB
 -6605,650   840***435 MB

  ***Tested on a 2.2 GHz AMD-64 (in 32 bit XP), adjusted times 4.17.

The above data is from PAQ homepage at 
http://cs.fit.edu/~mmahoney/compression/


--- End Message ---
--- Begin Message ---
Source: paq8l
Source-Version: 20070308-1

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

paq8l_20070308-1.diff.gz
  to pool/main/p/paq8l/paq8l_20070308-1.diff.gz
paq8l_20070308-1.dsc
  to pool/main/p/paq8l/paq8l_20070308-1.dsc
paq8l_20070308-1_i386.deb
  to pool/main/p/paq8l/paq8l_20070308-1_i386.deb
paq8l_20070308.orig.tar.gz
  to pool/main/p/paq8l/paq8l_20070308.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated paq8l 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 20:05:30 +0200
Source: paq8l
Binary: paq8l
Architecture: source i386
Version: 20070308-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 paq8l  - open source file compressor and archiver
Closes: 216740 399760 477709
Changes: 
 paq8l (20070308-1) unstable; urgency=low
 .
   * Initial release (Closes: #477709).
   * There were several ITP in the WNPP related to this packages.
 Closes: #216740, #399760.
Checksums-Sha1: 
 938d3431506eed2a6b24a9bd7ec4e870d9fb06bb 943 paq8l_20070308-1.dsc
 ae9c2c36fabcf0f07001926c9ff1e473a6db1bbd 45951 paq8l_20070308.orig.tar.gz
 7cca51a5c29e38c8c394b2177a9db7aa13b4d306 2732 paq8l_20070308-1.diff.gz
 a577713974c9de33578bc2069881e392f96f6f85 31666 paq8l_20070308-1_i386.deb
Checksums-Sha256: 
 b4a0dd6d93aa41ff8fb31621c7fb101e2f2aee7c546c25dd1a32aa06a2633b64 943 
paq8l_20070308-1.dsc
 21c7430559eb1ff539110cc3f3816f41ec6c1c979bd88974ad6c3a58ddb4858d 45951 
paq8l_20070308.orig.tar.gz

Bug#404296: marked as done (ITP: sshproxy -- sshproxy is an ssh gateway to apply ACLs on ssh connections)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:01:21 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404296: fixed in sshproxy 0.6.0~beta2-1
has caused the Debian Bug report #404296,
regarding ITP: sshproxy -- sshproxy is an ssh gateway to apply ACLs on ssh 
connections
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 [EMAIL PROTECTED]
immediately.)


-- 
404296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404296
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Vincent Bernat <[EMAIL PROTECTED]>


* Package name: sshproxy
  Version : 0.5.1
  Upstream Author : David Guerizec <[EMAIL PROTECTED]>
* URL : http://penguin.fr/sshproxy/
* License : GPLv2
  Programming Lang: Python
  Description : sshproxy is an ssh gateway to apply ACLs on ssh connections

sshproxy is a pure python implementation of an ssh proxy.
It allows users to connect to remote sites without having to remember
the password or key of the remote sites.

In fact, this ITP is almost a RFP since the package is ready and on
mentors.debian.net :

It builds these binary packages:
sshproxy   - sshproxy is an ssh gateway to apply ACLs on ssh connections
sshproxy-backend-mysql - sshproxy is an ssh gateway to apply ACLs on ssh 
connections
sshproxy-client - sshproxy is an ssh gateway to apply ACLs on ssh connections
sshproxy-extra-plugins - sshproxy is an ssh gateway to apply ACLs on ssh 
connections

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/s/sshproxy
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/s/sshproxy/sshproxy_0.5.1-1.dsc

However, it depends on paramiko 1.6.4 which is not yet in unstable
(bug #344734). I have packaged it (as an NMU) on mentors.debian.net
too : http://mentors.debian.net/debian/pool/main/p/paramiko

When paramiko 1.6.4 hits unstable, I will ask for a sponsor for
sshproxy. In the meantime, I may use dbconfig-common to configure
MySQL.

There is currently one bug in the package due to a problem in cdbs :
bug #386970. I don't know wthat the correct work around is. This
results in sshproxy not being able to run on install (but this works
on upgrade). The current workaround is to default to not launch
sshproxy on install (a settings in /etc/default/sshproxy).

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

--- End Message ---
--- Begin Message ---
Source: sshproxy
Source-Version: 0.6.0~beta2-1

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

sshproxy-backend-mysql_0.6.0~beta2-1_all.deb
  to pool/main/s/sshproxy/sshproxy-backend-mysql_0.6.0~beta2-1_all.deb
sshproxy-client_0.6.0~beta2-1_all.deb
  to pool/main/s/sshproxy/sshproxy-client_0.6.0~beta2-1_all.deb
sshproxy-extra-plugins_0.6.0~beta2-1_all.deb
  to pool/main/s/sshproxy/sshproxy-extra-plugins_0.6.0~beta2-1_all.deb
sshproxy_0.6.0~beta2-1.diff.gz
  to pool/main/s/sshproxy/sshproxy_0.6.0~beta2-1.diff.gz
sshproxy_0.6.0~beta2-1.dsc
  to pool/main/s/sshproxy/sshproxy_0.6.0~beta2-1.dsc
sshproxy_0.6.0~beta2-1_all.deb
  to pool/main/s/sshproxy/sshproxy_0.6.0~beta2-1_all.deb
sshproxy_0.6.0~beta2.orig.tar.gz
  to pool/main/s/sshproxy/sshproxy_0.6.0~beta2.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Bernat <[EMAIL PROTECTED]> (supplier of updated sshproxy 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2008 13:23:06 +0200
Source: sshproxy
Binary: sshproxy sshproxy-backend-mysql sshproxy-client sshproxy-extra-plugins
Architecture: source all
Version: 0.6.0~beta2-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat <[EMAIL PROTECTED]>
Changed-By: Vincent Bernat <[EMAIL PROTECTED]>
Description: 
 sshproxy   - ssh gateway to apply ACLs on ssh connections
 sshproxy-ba

Bug#254938: marked as done (ITP: vttest -- VT100/VT220/XTerm compatiblity test utility)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:50:10 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#254938: fixed in vttest 2.7+20071216-1
has caused the Debian Bug report #254938,
regarding ITP: vttest -- VT100/VT220/XTerm compatiblity test utility
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 [EMAIL PROTECTED]
immediately.)


-- 
254938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=254938
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Subject: RFP: vttest -- VT100/VT220/XTerm compatiblity test utility
Package: wnpp
Version: N/A; reported 2004-06-17
Severity: wishlist

* Package name: vttest
  Version : 20030301?
  Upstream Author : Thomas E. Dickey <[EMAIL PROTECTED]>
* URL : http://dickey.his.com/vttest/vttest.html
* License : BSD? Certainly looks like it. See COPYING.
  Description : VT100/VT220/XTerm compatiblity test utility

This is a program to test the compatibility (or to demonstrate the
non-compatibility) of so-called "VT100-compatible" terminals. In
conformance of the good old hacker traditions, the only documentation of
this program is the source code itself. To understand it, you also need
a copy of the original VT100 manual from DEC.

Additional tests (past version 1.7) are provided for analysis of vt220,
vt420 terminals, as well as variants of xterm.

-- System Information
Locale: LANG=C, LC_CTYPE=C

--- End Message ---
--- Begin Message ---
Source: vttest
Source-Version: 2.7+20071216-1

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

vttest_2.7+20071216-1.diff.gz
  to pool/main/v/vttest/vttest_2.7+20071216-1.diff.gz
vttest_2.7+20071216-1.dsc
  to pool/main/v/vttest/vttest_2.7+20071216-1.dsc
vttest_2.7+20071216-1_amd64.deb
  to pool/main/v/vttest/vttest_2.7+20071216-1_amd64.deb
vttest_2.7+20071216.orig.tar.gz
  to pool/main/v/vttest/vttest_2.7+20071216.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wen-Yen Chuang <[EMAIL PROTECTED]> (supplier of updated vttest 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Apr 2008 10:50:57 +0800
Source: vttest
Binary: vttest
Architecture: source amd64
Version: 2.7+20071216-1
Distribution: unstable
Urgency: low
Maintainer: Wen-Yen Chuang <[EMAIL PROTECTED]>
Changed-By: Wen-Yen Chuang <[EMAIL PROTECTED]>
Description: 
 vttest - tool for testing VT100 compatibility of terminals
Closes: 254938
Changes: 
 vttest (2.7+20071216-1) unstable; urgency=low
 .
   * Initial release (Closes: #254938)
Checksums-Sha1: 
 4d18c37c1f593409a91c2555134171db3d9e13a5 1019 vttest_2.7+20071216-1.dsc
 f740b4554c7ae5f04301cd553fd83fdaf915a229 155273 vttest_2.7+20071216.orig.tar.gz
 dc29d4e4ff01798037f24c75938c6386f5a8e7e5 3569 vttest_2.7+20071216-1.diff.gz
 37ae9edcfe035be63f8b8757e2b16da32c1a1087 83414 vttest_2.7+20071216-1_amd64.deb
Checksums-Sha256: 
 609b116a4903bdf95e0570aa4cb93755fc2d0e5e14e9d85cac62a6dae563ac8a 1019 
vttest_2.7+20071216-1.dsc
 6c754405c1b9af2a28ba0975058ef8a38da230bc8c8e0874aebcbe2ff24dee7d 155273 
vttest_2.7+20071216.orig.tar.gz
 ea5e919e85d98e0cbe2d1ae086beba71256accf5b3a9d1b8fa98595c7de23a17 3569 
vttest_2.7+20071216-1.diff.gz
 79906a49e37fe6731f3d4ef3a6562d39dcb0957d32c46b9072bba187d24a6866 83414 
vttest_2.7+20071216-1_amd64.deb
Files: 
 d119b44dcdf5d62650745bb65093534e 1019 utils optional vttest_2.7+20071216-1.dsc
 490cebc85e531c833dcf14c32790184b 155273 utils optional 
vttest_2.7+20071216.orig.tar.gz
 1bb2ee843ddd0ae386016f8917b005da 3569 utils optional 
vttest_2.7+20071216-1.diff.gz
 88a85450ea675683d059106dd4055de3 83414 utils optional 
vttest_2.7+20071216-1_amd64.deb

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

iD8DBQFIEta0KFvXofIqeU4RAmijAKCe79wjQopRTURG8KmbEjBfS6kRggCZAVQF
w50QF8Zd/NoeN8Z6K78Vhlo=
=4DsY
-END PGP SIGNATURE-


--- End Message ---


Bug#473066: marked as done (ITP: xfmpc -- graphical GTK+ MPD client)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:31:45 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#473066: fixed in xfmpc 0.0.6-1
has caused the Debian Bug report #473066,
regarding ITP: xfmpc -- graphical GTK+ MPD client
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 [EMAIL PROTECTED]
immediately.)


-- 
473066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473066
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Mike Massonnet <[EMAIL PROTECTED]>

 * Package name : xfmpc
 * Version  : 0.0.4
 * Upstream Author  : Mike Massonnet <[EMAIL PROTECTED]>
 * URL  : http://goodies.xfce.org/projects/applications/xfmpc
 * Licence  : GPLv2 or later
 * Programming Lang : C
 * Description  : graphical GTK+ MPD client
 
Xfmpc is a MPD client with focus on low footprint for the Xfce desktop
environment.



signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: xfmpc
Source-Version: 0.0.6-1

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

xfmpc_0.0.6-1.diff.gz
  to pool/main/x/xfmpc/xfmpc_0.0.6-1.diff.gz
xfmpc_0.0.6-1.dsc
  to pool/main/x/xfmpc/xfmpc_0.0.6-1.dsc
xfmpc_0.0.6-1_amd64.deb
  to pool/main/x/xfmpc/xfmpc_0.0.6-1_amd64.deb
xfmpc_0.0.6.orig.tar.gz
  to pool/main/x/xfmpc/xfmpc_0.0.6.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Massonnet <[EMAIL PROTECTED]> (supplier of updated xfmpc 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2008 19:13:13 +0200
Source: xfmpc
Binary: xfmpc
Architecture: source amd64
Version: 0.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[EMAIL PROTECTED]>
Changed-By: Mike Massonnet <[EMAIL PROTECTED]>
Description: 
 xfmpc  - graphical GTK+ MPD client
Closes: 473066
Changes: 
 xfmpc (0.0.6-1) unstable; urgency=low
 .
   [ Mike Massonnet ]
   * Initial debian package  closes: #473066
 .
   [ Yves-Alexis Perez ]
   * debian/README: add information on how to run xfmpc and connect to mpd.
Checksums-Sha1: 
 efb5af27c234396e9ed2a456c0843a0c82b4543b 1458 xfmpc_0.0.6-1.dsc
 f8229d26daf7d194be7724a9322b0baa9690c6fb 244228 xfmpc_0.0.6.orig.tar.gz
 1e4ec585aed5e70df4a603e52b07114368e6d9f6 1320 xfmpc_0.0.6-1.diff.gz
 bfc63469b016dfe35b8e4662940f9358f447b574 33800 xfmpc_0.0.6-1_amd64.deb
Checksums-Sha256: 
 80173ed7ea7ae684b8e2b322c5f9fa7dd6e2ae72841a7356c1b62933440f7e99 1458 
xfmpc_0.0.6-1.dsc
 955522812f56171879eaab890ed2a9f0e0b5e1d1d74bf204c5cde93d05605dd0 244228 
xfmpc_0.0.6.orig.tar.gz
 16bc71fa75238480061fcf04339b937311d7989e4da305222809722e29e86135 1320 
xfmpc_0.0.6-1.diff.gz
 37e0a324ad7e9f74b966af094459b8b5b258a8cb3317ca62e8d2c2455d1671fb 33800 
xfmpc_0.0.6-1_amd64.deb
Files: 
 09e29d6055961065dbf75b5960a33946 1458 sound optional xfmpc_0.0.6-1.dsc
 88147823296e258050d1c67befdae0b2 244228 sound optional xfmpc_0.0.6.orig.tar.gz
 d048b550381ef6135ac4a283b1d45ba2 1320 sound optional xfmpc_0.0.6-1.diff.gz
 00768420f1c405ab13c03d1f1e8d3536 33800 sound optional xfmpc_0.0.6-1_amd64.deb

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

iD8DBQFIFLS+TUTAIMXAW64RAmTrAKCf0Gz8BLZVQG2ERqEIk8kL1ayDxQCePaJp
NiEotK8EYXXZmKb7J4mNCOc=
=LYfu
-END PGP SIGNATURE-


--- End Message ---


Bug#361954: Any update on OSSEC packages?

2008-05-03 Thread Carlos Eduardo Pedroza Santiviago
Hi,

Any update on this? I really would like to help if possible.

-- 
Carlos Eduardo Pedroza Santiviago - 
http://softwarelivre.net | Passo-a-passo rumo à liberdade!


Bug#479198: ITP: libdbicx-testdatabase-perl -- Create a temporary database from a DBIx::Class::Schema

2008-05-03 Thread Antony Gelberg
Package: wnpp
Severity: wishlist
Owner: Antony Gelberg <[EMAIL PROTECTED]>


* Package name: libdbicx-testdatabase-perl
  Version : x.y.z
  Upstream Author : Name <[EMAIL PROTECTED]>
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : Create a temporary database from a DBIx::Class::Schema

This module creates a temporary SQLite database, deploys your DBIC
schema, and then connects to it.  This lets you easily test your DBIC
schema.  Since you have a fresh database for every test, you don't
have to worry about cleaning up after your tests, ordering of tests
affecting failure, etc.
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#479203: ITP: libclass-workflow-perl -- Lightweight workflow system

2008-05-03 Thread Antony Gelberg
Package: wnpp
Severity: wishlist
Owner: Antony Gelberg <[EMAIL PROTECTED]>


* Package name: libclass-workflow-perl
  Version : 0.09
  Upstream Author : Yuval Kogman <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/Class-Workflow/
* License : GPL / Artistic
  Programming Lang: Perl
  Description : Lightweight workflow system

Assists in building a state machine, with states and transitions between
those states.  It also provides for restrictions i.e. transitions that 
are not allowed.
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#479198: ITP: libdbicx-testdatabase-perl -- Create a temporary database from a DBIx::Class::Schema

2008-05-03 Thread Antony Gelberg

Oops, I was a bit trigger-happy there.  Corrected:

* Package name: libdbicx-testdatabase-perl
  Version : 0.01
  Upstream Author : Jonathan Rockway <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/DBICx-TestDatabase/
* License : GPL / Artistic
  Programming Lang: Perl
  Description : Create a temporary database from a DBIx::Class::Schema




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



Bug#357202: marked as done (ITP: kpogre -- Graphical client for PostgreSQL for KDE.)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:56:29 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357202: fixed in kpogre 1.6.2-1
has caused the Debian Bug report #357202,
regarding ITP: kpogre -- Graphical client for PostgreSQL for KDE.
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 [EMAIL PROTECTED]
immediately.)


-- 
357202: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357202
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Subject: ITP: kpogre is grafical client for PostgreSQL  for KDE.
Package: wnpp
 Version: N/A; reported 2006-03-16
 Severity: wishlist


*Package name : kpogre
 Version : 1.3.7
 Upstream Author : Project started by:

Dominik Sacher <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Ideas and Artwork contributed by <[EMAIL PROTECTED]>
Beta-Testing and several hints by <[EMAIL PROTECTED]>

Current developer:

Lumir Vanek <[EMAIL PROTECTED]> http://www.eanet.cz/~lvanek
 * URL : http://pcmanfm.sourceforge.net/
 * License : GPL-2
 Description :  KPoGre is grafical client for PostgreSQL database system for
 
KDE.
Browsing through PostgreSQL system catalog
Wizards for create, modify and drop database objects - users, groups, 
databases, tables
Wizards for backup, restore, vacuum, analyze and another tasks
Wizards for changing privileges
 

- -- 
www.ubuntu.org.cn  --< simplified chinese website
www.ubuntu-zh.org --< website for all chinese user
ubuntu-zh AT lists DOT ubutu DOT com 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEGQdnJrhDLBNiZtwRAinTAJ9xVgt81GDLx43udPMJgz0Z47fYYACfS8sw
apU6sBo3nkuy+LEKJkVXjUw=
=Kuv1
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Source: kpogre
Source-Version: 1.6.2-1

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

kpogre_1.6.2-1.diff.gz
  to pool/main/k/kpogre/kpogre_1.6.2-1.diff.gz
kpogre_1.6.2-1.dsc
  to pool/main/k/kpogre/kpogre_1.6.2-1.dsc
kpogre_1.6.2-1_i386.deb
  to pool/main/k/kpogre/kpogre_1.6.2-1_i386.deb
kpogre_1.6.2.orig.tar.gz
  to pool/main/k/kpogre/kpogre_1.6.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anthony Fok <[EMAIL PROTECTED]> (supplier of updated kpogre 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Apr 2008 04:49:41 +0800
Source: kpogre
Binary: kpogre
Architecture: source i386
Version: 1.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team <[EMAIL PROTECTED]>
Changed-By: Anthony Fok <[EMAIL PROTECTED]>
Description: 
 kpogre - a graphical administrator tool for PostgreSQL
Closes: 357202
Changes: 
 kpogre (1.6.2-1) unstable; urgency=low
 .
   [ Zhengpeng Hou ]
   * Initial release (Closes: #357202)
 .
   [ Anthony Fok ]
   * Use automake (>= 1:1.10) instead of automake1.9
   * Added myself as an uploader.  :-)
Checksums-Sha1: 
 2ef273232b3b882d734b7e77083a8b68956bc6c3 1139 kpogre_1.6.2-1.dsc
 703646c3ff0c707e9b1a72b0e05853c65d4c50d1 6223741 kpogre_1.6.2.orig.tar.gz
 c2fea09918f92084e97b55bef43abd6bf10e7328 89942 kpogre_1.6.2-1.diff.gz
 ad90e5a21ebd7fc29dfc9fdb74bc0e3c02eb86ed 5978640 kpogre_1.6.2-1_i386.deb
Checksums-Sha256: 
 ed582e7bda35dfdc61b1ee209dc766581964f65e8c657e36904b42430d6f9766 1139 
kpogre_1.6.2-1.dsc
 b954c33efd37882f12d281f2c40d2d9259e2c22ac74aa5a87f7dbd0d19425f55 6223741 
kpogre_1.6.2.orig.tar.gz
 36fed560f632e32c4ee1c8d8fa55d221d33ad3d8912fc043e93ea833bb7e2cfe 89942 
kpogre_1.6.2-1.diff.gz
 92bf8d6cc82427e37104b119b9afb27012989c34c98b7a3c3b5690c6c33bd57c 5978640 
kpogre_1.6.2-1_i386.deb
Files: 
 110d2e4e2eb81555488196c7260d9da9 1139 kde optional kpogre_1.6.2-1.dsc
 c831d7b23771907162d03fafd7fd9fc4 6223741 kde optional kpogre_1.6.2.orig.tar.gz
 0a73f76cb7d6700e2262fd46c4220963 89942 kde optional kpogre_1.6.2-1.diff.gz
 469c938d42dd6d4e1807123484051423 5978640 kde optional kpogre_1.6.2-1_i386.deb

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

iD8DBQFIFWE0La8qZm1n95ARAi1fAKCX+ivhlD0bCLVsds4tbMdLP13RNACfaJCn
+qMTjwfOYLo2SoEBDOe1+/A=
=/MXM
-END PGP SIGNATURE-


--- End Message ---


Bug#478168: marked as done (ITP: xfkc -- keyboard layout configuration tool )

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:34:47 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478168: fixed in xfkc 0.2-1
has caused the Debian Bug report #478168,
regarding ITP: xfkc -- keyboard layout configuration tool
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 [EMAIL PROTECTED]
immediately.)


-- 
478168: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478168
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist


* Package name: xfkc
  Version : 0.2
  Upstream Author : Gauvain Pocentek <[EMAIL PROTECTED]>
* URL : http://gauvain.tuxfamily.org/code/xfkc.html
* License : GPLv2
  Programming Lang: C
  Description : keyboard layout configuration tool

 XfKC is a keyboard layout configuration tool for the Xfce desktop
 environment.  It allows you to select your keyboard model, and the layouts
 that you want to use. You won't have to tweak your xorg.conf to set up your
 keyboard.

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

Kernel: Linux 2.6.25 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: xfkc
Source-Version: 0.2-1

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

xfkc_0.2-1.diff.gz
  to pool/main/x/xfkc/xfkc_0.2-1.diff.gz
xfkc_0.2-1.dsc
  to pool/main/x/xfkc/xfkc_0.2-1.dsc
xfkc_0.2-1_amd64.deb
  to pool/main/x/xfkc/xfkc_0.2-1_amd64.deb
xfkc_0.2.orig.tar.gz
  to pool/main/x/xfkc/xfkc_0.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yves-Alexis Perez <[EMAIL PROTECTED]> (supplier of updated xfkc 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2008 19:43:28 +0200
Source: xfkc
Binary: xfkc
Architecture: source amd64
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[EMAIL PROTECTED]>
Changed-By: Yves-Alexis Perez <[EMAIL PROTECTED]>
Description: 
 xfkc   - keyboard layout configuration tool
Closes: 478168
Changes: 
 xfkc (0.2-1) unstable; urgency=low
 .
   * Initial Release.closes: #478168
Checksums-Sha1: 
 a68e0daa70fbda59b885b9bd3a2fd82e25fc8eae 1423 xfkc_0.2-1.dsc
 5bcb95db7905894296c8c49801c1c4553a9382cc 418097 xfkc_0.2.orig.tar.gz
 a4d62e7eabde4b45d7d22ae7a167b8abde392ef1 1063 xfkc_0.2-1.diff.gz
 29194af36511472f11cad07a1c19c1a8c0b31c7b 12202 xfkc_0.2-1_amd64.deb
Checksums-Sha256: 
 fe43afe291193cf69dc63fcfc9c8a143585a77c562758fd2dd80455a5ddaf203 1423 
xfkc_0.2-1.dsc
 1e4ce7632e60a93faf3dd384042a3be3d971264026795495233542ab703b2b47 418097 
xfkc_0.2.orig.tar.gz
 74304c7e5f592dfce600d5aa8b24a85230abf89d2782a437f57e6a54e310fc3b 1063 
xfkc_0.2-1.diff.gz
 01a45a572e47d51892c2af4446e3af7f9f2a52575981dd5b2da289c52a2a8418 12202 
xfkc_0.2-1_amd64.deb
Files: 
 80be8d9ac50828108bf3e1a96896fd3b 1423 x11 optional xfkc_0.2-1.dsc
 c2bf5dd8ea0d7e24db25c72a19f6ea85 418097 x11 optional xfkc_0.2.orig.tar.gz
 8095a234671fafcfedf0413bcccd5138 1063 x11 optional xfkc_0.2-1.diff.gz
 1f52ae7c6085f14ba1d0cbe81baee513 12202 x11 optional xfkc_0.2-1_amd64.deb

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

iD8DBQFIFLvjTUTAIMXAW64RAhhdAKC2aRT76SFuQtNDHuIGxG8BONrl8ACgj+4V
8e2RE+KSO20zDq+1dow/YDI=
=oBR5
-END PGP SIGNATURE-


--- End Message ---


Bug#361660: marked as done (ITP: kslovar -- A program create and edit dictionaries)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:55:36 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361660: fixed in kslovar 0.2.7-1
has caused the Debian Bug report #361660,
regarding ITP: kslovar -- A program create and edit dictionaries
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 [EMAIL PROTECTED]
immediately.)


-- 
361660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361660
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Subject: ITP: kslovar -- A program create and edit dictionaries
Package: wnpp
Version: N/A; reported 2006-04-09
Severity: wishlist

* Package name    : kslovar
  Version         : 0.2.1
  Upstream Author : Ryo Dairiki <[EMAIL PROTECTED]>
* URL             :  http://developer.berlios.de/projects/kslovar
* License         : (GPL-2)
  Description     A KDE dictionary application that can
 read, add, and modify various dictionaries.
 It will be capable to upload and download it
 from a central server. It also has multi-language
 support and Style support.

 Homepage: http://developer.berlios.de/projects/kslovar
- -- 
www.ubuntu.org.cn  --< simplified chinese website
www.ubuntu-zh.org --< website for all chinese user
ubuntu-zh AT lists DOT ubutu DOT com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEOQNFJrhDLBNiZtwRAnyZAJ9m3BcsBYcCUhm8G28L4X+SBy/AcwCfU5n4
uA1lM2SHaJSjR5nd4S3u15Q=
=FOel
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Source: kslovar
Source-Version: 0.2.7-1

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

kslovar_0.2.7-1.diff.gz
  to pool/main/k/kslovar/kslovar_0.2.7-1.diff.gz
kslovar_0.2.7-1.dsc
  to pool/main/k/kslovar/kslovar_0.2.7-1.dsc
kslovar_0.2.7-1_powerpc.deb
  to pool/main/k/kslovar/kslovar_0.2.7-1_powerpc.deb
kslovar_0.2.7.orig.tar.gz
  to pool/main/k/kslovar/kslovar_0.2.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Zhengpeng Hou <[EMAIL PROTECTED]> (supplier of updated kslovar 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Feb 2007 09:28:25 +
Source: kslovar
Binary: kslovar
Architecture: source powerpc
Version: 0.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team <[EMAIL PROTECTED]>
Changed-By: Zhengpeng Hou <[EMAIL PROTECTED]>
Description: 
 kslovar- dictionary application for KDE
Closes: 361660
Changes: 
 kslovar (0.2.7-1) unstable; urgency=low
 .
   [Mark Purcell]
   * Add debian/rules get-orig-source target for
 http://buildserver.net
 .
   [Zhengpeng Hou]
   * Initial release. (Closes: #361660)
Checksums-Sha1: 
 d9ec207053997b526c8cb774179720e53c7f6c3e 1347 kslovar_0.2.7-1.dsc
 e2625925b6b3eef48b6ffbc1fff056cadef628d1 882740 kslovar_0.2.7.orig.tar.gz
 e1b4728f7da7e51662224a843eb24ee191c98793 55656 kslovar_0.2.7-1.diff.gz
 4fd3dda7032aff26aee38090992d03c2254aeae2 389686 kslovar_0.2.7-1_powerpc.deb
Checksums-Sha256: 
 6dde94ad3d622048c6e77b743a484b8690c067c2b5bd6f9e18a6fb7bf2ed0734 1347 
kslovar_0.2.7-1.dsc
 6f8301d77265713d9d8b0807650fcf04be79055fd7e2b49afabaf24226dd9720 882740 
kslovar_0.2.7.orig.tar.gz
 24f6271df7b74fb18be433002ebd8cbc44e7fe649cb5986811b373158905e4ad 55656 
kslovar_0.2.7-1.diff.gz
 9d8d88191870c38918008ea183162934eb97d86fb44e325d15524552f0881630 389686 
kslovar_0.2.7-1_powerpc.deb
Files: 
 bcdf96932a7cbe5d2ca1fcaa47f0e4ce 1347 kde optional kslovar_0.2.7-1.dsc
 059bfd5aa4f231879c2ae2485f8943b5 882740 kde optional kslovar_0.2.7.orig.tar.gz
 8c2424a718ce2480b8fd64305e073f4d 55656 kde optional kslovar_0.2.7-1.diff.gz
 3a3a582084b9c38098408cb7c1f3e2a9 389686 kde optional 
kslovar_0.2.7-1_powerpc.deb

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

iD8DBQFIFX1+oCzanz0IthIRAhGuAJ9PowP/6Kc6FdEAQ1DIQ+nwM0d/mACeKgDp
TM3zP7HLiLU2umCEa5ykS0c=
=rovm
-END PGP SIGNATURE-


--- End Message ---


Bug#479206: ITP: libcurses-ui-poe-perl -- A subclass makes Curses::UI POE Friendly

2008-05-03 Thread Antony Gelberg
Package: wnpp
Severity: wishlist
Owner: Antony Gelberg <[EMAIL PROTECTED]>


* Package name: libcurses-ui-poe-perl
  Version : 0.11
  Upstream Author : Scott McCoy <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/Curses-UI-POE/
* License : GPL / Artistic
  Programming Lang: Perl
  Description : A subclass makes Curses::UI POE Friendly

This is a subclass for Curses::UI that enables it to work with POE. It
is designed to simply slide over Curses::UI. Keeping the API the same
and simply forcing Curses::UI to do all of its event handling via 
POE, This is a subclass for Curses::UI that enables it to work 
with POE. It is designed to simply slide over Curses::UI. Keeping 
the API the same and simply forcing Curses::UI to do all of its event 
handling via POE, instead of internal to itself. This allows you to 
use POE behind the scenes for things like networking clients, without 
Curses::UI breaking your programs' functionality.
 
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#479206: Test failure

2008-05-03 Thread Antony Gelberg
This module is failing tests at present, so I can't package it yet.  I 
have contacted upstream.  Build log is attached for reference.
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package libcurses-ui-poe-perl
dpkg-buildpackage: source version 0.02801-1
dpkg-buildpackage: source changed by Antony Gelberg <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
# Add commands to clean up after the build process here
[ ! -f Makefile ] || /usr/bin/make realclean
make[1]: Entering directory 
`/home/antony/src/debian/perl/build/Curses-UI-POE-0.02801'
rm -f \
  *.a core \
  core.[0-9] blib/arch/auto/Curses/UI/POE/extralibs.all \
  core.[0-9][0-9] POE.bso \
  pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \
  POE.x  \
  perl tmon.out \
  *.o pm_to_blib \
  blib/arch/auto/Curses/UI/POE/extralibs.ld blibdirs.ts \
  core.[0-9][0-9][0-9][0-9][0-9] *perl.core \
  core.*perl.*.? Makefile.aperl \
  perl POE.def \
  core.[0-9][0-9][0-9] mon.out \
  libPOE.def perlmain.c \
  perl.exe so_locations \
  POE.exp 
rm -rf \
  blib 
mv Makefile Makefile.old > /dev/null 2>&1
rm -f \
  Makefile.old Makefile 
rm -rf \
  Curses-UI-POE-0.02801 
make[1]: Leaving directory 
`/home/antony/src/debian/perl/build/Curses-UI-POE-0.02801'
 dpkg-source -b Curses-UI-POE-0.02801
dpkg-source: warning: source directory 'Curses-UI-POE-0.02801' is not 
- 'libcurses-ui-poe-perl-0.02801'
dpkg-source: warning: .orig directory name Curses-UI-POE-0.02801.orig is not 
- (wanted libcurses-ui-poe-perl-0.02801.orig)
dpkg-source: info: using source format `1.0'
dpkg-source: info: building libcurses-ui-poe-perl using existing 
libcurses-ui-poe-perl_0.02801.orig.tar.gz
dpkg-source: info: building libcurses-ui-poe-perl in 
libcurses-ui-poe-perl_0.02801-1.diff.gz
dpkg-source: info: building libcurses-ui-poe-perl in 
libcurses-ui-poe-perl_0.02801-1.dsc
 debian/rules build
dh_testdir
# Add commands to compile the package here
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Writing Makefile for Curses::UI::POE
/usr/bin/make
make[1]: Entering directory 
`/home/antony/src/debian/perl/build/Curses-UI-POE-0.02801'
cp POE.pm blib/lib/Curses/UI/POE.pm
Manifying blib/man3/Curses::UI::POE.3pm
make[1]: Leaving directory 
`/home/antony/src/debian/perl/build/Curses-UI-POE-0.02801'
/usr/bin/make test
make[1]: Entering directory 
`/home/antony/src/debian/perl/build/Curses-UI-POE-0.02801'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/01base_classesok
t/02widget_classes..ok
t/03dialog_classes..ok
t/04language_classes# Looks like you planned 12 tests but ran 2 extra.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 13-14
Failed 2/12 tests, 83.33% okay
t/06ui..ok
t/07widget..ok
t/08common..ok
t/09label...ok
t/10texteditor..ok
t/11listbox.ok
t/12gpm_handler.Use of uninitialized value in scalar chomp at 
/usr/share/perl5/Curses/UI.pm line 808.
Can't use string ("Curses::UI->new can only be call") as a HASH ref while 
"strict refs" in use at /usr/share/perl5/Curses/UI.pm line 811.
# Looks like you planned 5 tests but only ran 3.
# Looks like your test died just after 3.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/98miscok
t/99template# Looks like your test died just after 1.
dubious
Test returned status 255 (wstat 65280, 0xff00)
after all the subtests completed successfully
t/base_classes..ok
t/dialog_classesok
t/language_classes..# Looks like you planned 12 tests but ran 2 extra.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 13-14
Failed 2/12 tests, 83.33% okay
t/session...Unable to get Terminal Size. The TIOCGWINSZ ioctl 
didn't work. The COLUMNS and LINES environment variables didn't work. The 
resize program didn't work. at /usr/lib/perl5/Term/ReadKey.pm line 362.
Use of uninitialized value in scalar assignment at 
/usr/share/perl5/Curses/UI.pm line 260.
Use of uninitialized value in scalar assignment at 
/usr/share/perl5/Curses/UI.pm line 261.
Use of uninitialized value in subroutine entry at /usr/share/perl5/Curses/UI.pm 
line 300.
Use of uninitialized value in subroutine entry at /usr/share/perl5/Curses/UI.pm 
line 300.
Confused test output: test 2 answered afte

Bug#434360: marked as done (ITP: purifyeps -- creates EPS files usable in TeX and pdfTeX)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:21:17 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434360: fixed in purifyeps 1.0-1
has caused the Debian Bug report #434360,
regarding ITP: purifyeps -- creates EPS files usable in TeX and pdfTeX
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 [EMAIL PROTECTED]
immediately.)


-- 
434360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434360
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse <[EMAIL PROTECTED]>


* Package name: purifyeps
  Version : 1.0
  Upstream Author : Scott Pakin <[EMAIL PROTECTED]>
* URL : http://dante.ctan.org/CTAN/support/purifyeps/
* License : LPPL
  Programming Lang: Perl
  Description : creates EPS files usable in TeX and pdfTeX

While pdfLaTeX has a number of nice features, its primary shortcoming
relative to standard LaTeX+dvips is that it is unable to read ordinary
Encapsulated PostScript (EPS) files, the most common graphics format
in the LaTeX world. purifyeps converts EPS files into a "purified"
form that can be read by *both* LaTeX+dvips and pdfLaTeX.

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to POSIX)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
Source: purifyeps
Source-Version: 1.0-1

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

purifyeps_1.0-1.diff.gz
  to pool/main/p/purifyeps/purifyeps_1.0-1.diff.gz
purifyeps_1.0-1.dsc
  to pool/main/p/purifyeps/purifyeps_1.0-1.dsc
purifyeps_1.0-1_all.deb
  to pool/main/p/purifyeps/purifyeps_1.0-1_all.deb
purifyeps_1.0.orig.tar.gz
  to pool/main/p/purifyeps/purifyeps_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilmar Preusse <[EMAIL PROTECTED]> (supplier of updated purifyeps 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Apr 2008 15:10:31 +0200
Source: purifyeps
Binary: purifyeps
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Hilmar Preusse <[EMAIL PROTECTED]>
Changed-By: Hilmar Preusse <[EMAIL PROTECTED]>
Description: 
 purifyeps  - creates EPS files usable in TeX and pdfTeX
Closes: 434360
Changes: 
 purifyeps (1.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #434360)
Checksums-Sha1: 
 1c3ba0350a0ccd197454655943dfb77daa530693 938 purifyeps_1.0-1.dsc
 d89c6225911f7faabbb9ba52ab2a7bb75b26c2ed 18544 purifyeps_1.0.orig.tar.gz
 e67bcc74d7e4901282bbf36436a9b7487fb3ad3f 8100 purifyeps_1.0-1.diff.gz
 e328ba4c4197e0e5d3cb581c5ff1f6c8c0ffe489 28998 purifyeps_1.0-1_all.deb
Checksums-Sha256: 
 2be8bbf615b15a71877f176a336802aebf4c9067aff26b96f9edbeb495c6c333 938 
purifyeps_1.0-1.dsc
 ea52804803e08d42bbc4d487c51daeb2cf126677ec9809879e7d16e441658fcd 18544 
purifyeps_1.0.orig.tar.gz
 3ceb6ddadbba71163420eec3d1540d2a5c92065ef92cf1c77fbc8f30eee212d8 8100 
purifyeps_1.0-1.diff.gz
 7d525596cc9c391034e4d5b189eb31daf42dc9a811fd070c8540313a3bd7fd66 28998 
purifyeps_1.0-1_all.deb
Files: 
 b612288b574f91460e1fc4dbe9e0e2df 938 tex optional purifyeps_1.0-1.dsc
 feb9b01e758128c8cc0d7d08ff2bdafe 18544 tex optional purifyeps_1.0.orig.tar.gz
 33d88e6031f55e5330e8d9eece062e02 8100 tex optional purifyeps_1.0-1.diff.gz
 90271d5954251f3a4f9f882fc51e8ae7 28998 tex optional purifyeps_1.0-1_all.deb

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

iD8DBQFIFfLa0r9KownFsJQRAhK4AJsHy8VaM5ObaWPz1OO18B1pFap5CgCfRzjS
1D7pNz3qB568c0SlLsEC/iU=
=03O8
-END PGP SIGNATURE-


--- End Message ---


Bug#478516: marked as done (ITP: libcaptcha-recaptcha-perl -- perl implementation of the reCAPTCHA API)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:26:22 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478516: fixed in libcaptcha-recaptcha-perl 0.92-1
has caused the Debian Bug report #478516,
regarding ITP: libcaptcha-recaptcha-perl -- perl implementation of the 
reCAPTCHA 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 [EMAIL PROTECTED]
immediately.)


-- 
478516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478516
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Gerfried Fuchs <[EMAIL PROTECTED]>


* Package name: libcaptcha-recaptcha-perl
  Version : 0.92
  Upstream Author : Andy Armstrong <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/Captcha-reCAPTCHA/
* License : same as perl (GPL or Artistic License)
  Programming Lang: Perl
  Description : perl implementation of the reCAPTCHA API

 reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors
 who complete the captcha to assist in the digitization of books.
 From http://recaptcha.net/learnmore.html:
 .
 reCAPTCHA improves the process of digitizing books by sending words that
 cannot be read by computers to the Web in the form of CAPTCHAs for
 humans to decipher. More specifically, each word that cannot be read
 correctly by OCR is placed on an image and used as a CAPTCHA. This is
 possible because most OCR programs alert you when a word cannot be read
 correctly.
 .
 To use reCAPTCHA you need to register your site here:
 https://admin.recaptcha.net/recaptcha/createsite/

 So long,
Rhonda


--- End Message ---
--- Begin Message ---
Source: libcaptcha-recaptcha-perl
Source-Version: 0.92-1

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

libcaptcha-recaptcha-perl_0.92-1.diff.gz
  to 
pool/main/libc/libcaptcha-recaptcha-perl/libcaptcha-recaptcha-perl_0.92-1.diff.gz
libcaptcha-recaptcha-perl_0.92-1.dsc
  to 
pool/main/libc/libcaptcha-recaptcha-perl/libcaptcha-recaptcha-perl_0.92-1.dsc
libcaptcha-recaptcha-perl_0.92-1_all.deb
  to 
pool/main/libc/libcaptcha-recaptcha-perl/libcaptcha-recaptcha-perl_0.92-1_all.deb
libcaptcha-recaptcha-perl_0.92.orig.tar.gz
  to 
pool/main/libc/libcaptcha-recaptcha-perl/libcaptcha-recaptcha-perl_0.92.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gerfried Fuchs <[EMAIL PROTECTED]> (supplier of updated 
libcaptcha-recaptcha-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Apr 2008 16:19:22 +0200
Source: libcaptcha-recaptcha-perl
Binary: libcaptcha-recaptcha-perl
Architecture: source all
Version: 0.92-1
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs <[EMAIL PROTECTED]>
Changed-By: Gerfried Fuchs <[EMAIL PROTECTED]>
Description: 
 libcaptcha-recaptcha-perl - perl implementation of the reCAPTCHA API
Closes: 478516
Changes: 
 libcaptcha-recaptcha-perl (0.92-1) unstable; urgency=low
 .
   * Initial Release (closes: #478516)
Checksums-Sha1: 
 5e33dc539ed3304facbeab0622604a23fd84c10b 1239 
libcaptcha-recaptcha-perl_0.92-1.dsc
 36d11744f43490d34c01186a50a07de5a5e830ce 8461 
libcaptcha-recaptcha-perl_0.92.orig.tar.gz
 4fc7297e25889f032e046ccec2deef935727c422 2225 
libcaptcha-recaptcha-perl_0.92-1.diff.gz
 7a7c69eddc715591bbb53d0676bc6d54274dba34 12650 
libcaptcha-recaptcha-perl_0.92-1_all.deb
Checksums-Sha256: 
 ae003a77409a3d5af2da557fe7aa6a4c1afabf02f00662ae07f03745e4ff54e1 1239 
libcaptcha-recaptcha-perl_0.92-1.dsc
 2cef933d4ac104c9a15615d70e59009be207e4c2022acfc244fface4db76a0ba 8461 
libcaptcha-recaptcha-perl_0.92.orig.tar.gz
 ef77e44f1a40d8ac988749b84ea2d7571e4bfad3faab28c31bc94dfe56016269 2225 
libcaptcha-recaptcha-perl_0.92-1.diff.gz
 a4df398d0b0fd63e97d15381ca97bfdd46f08f33ac0147cbd3cf74878a2029c8 12650 
libcaptcha-recaptcha-perl_0.92-1_all.deb
Files: 
 5d696089213e7886fa1040f7e08b40a1 1239 perl optional 
libcaptcha-recaptcha-perl_0.92-1.dsc
 36b00fa37fd8a17367e1aa2f3b218f34 8461 perl optional 
libcaptcha-recaptcha-perl_0.92.orig.tar.gz
 38a7ddd8275e5a173f38f227f91090a9 2225 perl optional 
libcaptcha-recaptcha-perl_0.92-1

Bug#479216: O: gsynaptics -- configuration tool for Synaptics touchpad driver of X server

2008-05-03 Thread Osamu Aoki
Package: wnpp
Severity: normal

I intend to orphan the gsynaptics package.

The package description is:
 GSynaptics is a GUI configuration tool for the Synaptics touchpad
 driver of the X server.  This allows for modifications of the driver
 parameters on the fly.

Since synaptics driver itself now seems to have a lot of new features,
this gui configuration tool needs to be updated.  I have not had time to
check upstream or other distribution for what they did. 

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


signature.asc
Description: Digital signature


Bug#478302: marked as done (ITP: sipcrack -- Tools to sniff and crack the digest authentications within the SIP protocol.)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:54:40 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478302: fixed in sipcrack 0.2-1
has caused the Debian Bug report #478302,
regarding ITP: sipcrack -- Tools to sniff and crack the digest authentications 
within the SIP protocol.
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 [EMAIL PROTECTED]
immediately.)


-- 
478302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478302
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Sebastian Castillo Builes <[EMAIL PROTECTED]>


* Package name: sipcrack
* URL : http://www.remote-exploit.org/codes_sipcrack.html
* License : Undefined (Maybe GPL. In discution with upstream)
  Programming Lang: C
  Description : Tools to sniff and crack the digest authentications within 
the SIP protocol.

 The tools contained in this package offer support for pcap files, wordlists 
and many more to extract all needed information and bruteforce the passwords 
for the sniffed accounts.
 .
 * sipdump  - Dump SIP digest authentications to a file.
 * sipcrack - Bruteforce the user password using the dump file 
  generated by sipdump.
 .
Homepage: http://www.remote-exploit.org/codes_sipcrack.html



--- End Message ---
--- Begin Message ---
Source: sipcrack
Source-Version: 0.2-1

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

sipcrack_0.2-1.diff.gz
  to pool/main/s/sipcrack/sipcrack_0.2-1.diff.gz
sipcrack_0.2-1.dsc
  to pool/main/s/sipcrack/sipcrack_0.2-1.dsc
sipcrack_0.2-1_amd64.deb
  to pool/main/s/sipcrack/sipcrack_0.2-1_amd64.deb
sipcrack_0.2.orig.tar.gz
  to pool/main/s/sipcrack/sipcrack_0.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Castillo Builes <[EMAIL PROTECTED]> (supplier of updated sipcrack 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2008 17:56:05 -0500
Source: sipcrack
Binary: sipcrack
Architecture: source amd64
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Castillo Builes <[EMAIL PROTECTED]>
Changed-By: Sebastian Castillo Builes <[EMAIL PROTECTED]>
Description: 
 sipcrack   - SIP login dumper/cracker
Closes: 478302
Changes: 
 sipcrack (0.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #478302)
Checksums-Sha1: 
 615e2fa9aa22364ef38a62031959904198760ad6 1004 sipcrack_0.2-1.dsc
 b32e7359fc8dea711d9026a7696431eec987a2bd 18771 sipcrack_0.2.orig.tar.gz
 a8a8fe835bf4de2548dba6a5d0f88388dd67b0f7 3702 sipcrack_0.2-1.diff.gz
 8f9369fa9cd69adea8bdd343457e59528bed0d51 20180 sipcrack_0.2-1_amd64.deb
Checksums-Sha256: 
 ff2699683ea043c009ea8eef118ed79f1e611f0f2b3b7ba0a5e6625072a2c040 1004 
sipcrack_0.2-1.dsc
 5f356dbce7d09c009005af1a49c55e05ae66c8db4e44de862c5191898c49ae6e 18771 
sipcrack_0.2.orig.tar.gz
 485ad583278a60b1addd7f564dc0c5f2b3a7adec704fd6fe5da88afae269df5e 3702 
sipcrack_0.2-1.diff.gz
 ad8074135b11b20546557e60f272c82fab43fae0bc54b3d536b46b2ce12ae39e 20180 
sipcrack_0.2-1_amd64.deb
Files: 
 3e0736b5d2cf4a801ecff864c5d1ba1a 1004 net extra sipcrack_0.2-1.dsc
 b9096c8d537fc231c7d74b759831a4c7 18771 net extra sipcrack_0.2.orig.tar.gz
 8bcb035ac10fafdf7b5918436cb046c0 3702 net extra sipcrack_0.2-1.diff.gz
 903e4ce7319811cd8b12eb19a836a637 20180 net extra sipcrack_0.2-1_amd64.deb

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

iD8DBQFIGNII2OByS7KTlusRArsgAJ9OlG3iOItwspoLGg/uaR1sL0iSagCgoC85
i1J1SmkZh1lhjqhRD5SbvYQ=
=Iq3P
-END PGP SIGNATURE-


--- End Message ---


Bug#478846: marked as done (ITP: gtk-qt-engine-kde4 -- theme engine using Qt 4 for GTK+ 2.x)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:58:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478846: fixed in gtk-qt-engine-kde4 1.1-1
has caused the Debian Bug report #478846,
regarding ITP: gtk-qt-engine-kde4 -- theme engine using Qt 4 for GTK+ 2.x
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 [EMAIL PROTECTED]
immediately.)


-- 
478846: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478846
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

Package name: gtk-qt-engine-kde4
Version: 1.1
Upstream Author: David Sansome <[EMAIL PROTECTED]>
URL: http://gtk-qt.ecs.soton.ac.uk
License: GPL
Description: theme engine using Qt 4 for GTK+ 2.x

The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK+ 2 theme engine
that calls Qt 4 to do the actual drawing. This makes your GTK+ 2 applications
look almost like real Qt 4 applications and gives you a more unified desktop
experience.

Please note that this package is targeted at KDE 4 users and therefore 
provides a way to configure it from within Systemsettings.

To be complete, gtk-qt-engine package is in the archive and targeted to 
Qt3/KDE3. I tried to contact bastian before my ITP without success.

cheers,

Fathi


--- End Message ---
--- Begin Message ---
Source: gtk-qt-engine-kde4
Source-Version: 1.1-1

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

gtk-qt-engine-kde4_1.1-1.diff.gz
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1-1.diff.gz
gtk-qt-engine-kde4_1.1-1.dsc
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1-1.dsc
gtk-qt-engine-kde4_1.1-1_amd64.deb
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1-1_amd64.deb
gtk-qt-engine-kde4_1.1.orig.tar.gz
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fathi Boudra <[EMAIL PROTECTED]> (supplier of updated gtk-qt-engine-kde4 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 01 May 2008 12:47:20 +0200
Source: gtk-qt-engine-kde4
Binary: gtk-qt-engine-kde4
Architecture: source amd64
Version: 1.1-1
Distribution: experimental
Urgency: low
Maintainer: Fathi Boudra <[EMAIL PROTECTED]>
Changed-By: Fathi Boudra <[EMAIL PROTECTED]>
Description: 
 gtk-qt-engine-kde4 - theme engine using Qt 4 for GTK+ 2.x
Closes: 478846
Changes: 
 gtk-qt-engine-kde4 (1.1-1) experimental; urgency=low
 .
   * Initial release (Closes: #478846)
   * Add patch to disable engine with nspluginviewer.
   * Merge Kubuntu patches:
 * Out of source build isn't working due to problems in 2 CMakeLists.txt.
 * Installs the kcm desktop file in KDE 4's services directory, as it
   shouldn't show up in menus.
Checksums-Sha1: 
 3c74175ff2571f8bc4f9327a4aa9348e8152d0f3 1302 gtk-qt-engine-kde4_1.1-1.dsc
 a95a68b96da09fcaafb84150ee2b0aa8509e511d 64064 
gtk-qt-engine-kde4_1.1.orig.tar.gz
 fdf297d2852ee97861bb2d61bce096c002f5a593 4455 gtk-qt-engine-kde4_1.1-1.diff.gz
 9becb04d4297ef44299b024366fadfc4b7e7cabe 106834 
gtk-qt-engine-kde4_1.1-1_amd64.deb
Checksums-Sha256: 
 c78f32e650b9cdabf926575be9cf35235ff60deef6bc0acdb15738e752ae9859 1302 
gtk-qt-engine-kde4_1.1-1.dsc
 65c15c8ee001a77e42202aa76851f0393165e164b21abd7574d84cf52ac73b10 64064 
gtk-qt-engine-kde4_1.1.orig.tar.gz
 b019267e7b1336dba0e4a641e1530aeefb754e7e9fbb82a10647bfe2803e3430 4455 
gtk-qt-engine-kde4_1.1-1.diff.gz
 489292d1610e200bd615a4d8307019b49a35bba87123632de3a0dceb0356ffec 106834 
gtk-qt-engine-kde4_1.1-1_amd64.deb
Files: 
 fbccc7c186ec6953bdc4b912e97d59b9 1302 kde optional gtk-qt-engine-kde4_1.1-1.dsc
 23b06961e094a49da445237dcb9615a0 64064 kde optional 
gtk-qt-engine-kde4_1.1.orig.tar.gz
 7339adc66537c5ee2c6dd2bb288134fa 4455 kde optional 
gtk-qt-engine-kde4_1.1-1.diff.gz
 910ea081d62a0e98b151f3fe49b86395 106834 kde optional 
gtk-qt-engine-kde4_1.1-1_amd64.deb

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

iQCVAwUBSBnDFoz1NfZqpXL3AQKx5QQAj31njlcgB0QPk5DjJElXUH42lM6mps2i
U9Z7iGiue5ODfHTGyBred7w7BanKs4NRYbkdSdswvHnVQFwNZ8gdKfmq3I1p

Bug#479218: O: tpconfig -- configure touchpad devices

2008-05-03 Thread Osamu Aoki
Package: wnpp
Severity: normal

I intend to orphan the tpconfig package.

The package description is:
 This program can show or modify the configuration of several
 different kinds of touchpad devices, including the Synaptics
 TouchPad and the ALPS Glidepad/Stickpointer.

When I adopted this package, it was FTBFS due to header file change.  I
have synched it twice.  It seems still sort of OK but this package need
caring maintainer.  I just do not have time ...

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#478689: marked as done (ITP: getopt -- Command-line parsing for GNU R)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:45:36 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478689: fixed in r-cran-getopt 1.14-1
has caused the Debian Bug report #478689,
regarding ITP: getopt -- Command-line parsing for GNU R
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 [EMAIL PROTECTED]
immediately.)


-- 
478689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478689
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---

Package: wnpp
Owner: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: getopt
  Version : 1.12, 1.14
  Upstream Author : Allen Day
* URL or Web page : http://cran.r-project.org/web/packages/getopt/index.html
* License : GPL
  Description : Command-line parsing for GNU R front-ends Rscript and 
littler

This is packaged. Allen and I were simply going back and forth over a minor
bug. The current debian/control is:

Source: getopt
Section: math
Priority: optional
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4.1.0), r-base-dev (>= 2.7.0), cdbs
Standards-Version: 3.7.3

Package: r-cran-getopt
Architecture: any
Depends: ${shlibs:Depends}, r-base-core (>= 2.7.0)
Description: GNU R package providing command-line parsing functionality
 This package provides the getopt function which can be used with R's
 Rscript (or littler's r) to write ``#!'' shebang scripts that accept 
 short and long flags/options.

Dirk

-- 
Three out of two people have difficulties with fractions.


--- End Message ---
--- Begin Message ---
Source: r-cran-getopt
Source-Version: 1.14-1

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

r-cran-getopt_1.14-1.diff.gz
  to pool/main/r/r-cran-getopt/r-cran-getopt_1.14-1.diff.gz
r-cran-getopt_1.14-1.dsc
  to pool/main/r/r-cran-getopt/r-cran-getopt_1.14-1.dsc
r-cran-getopt_1.14-1_i386.deb
  to pool/main/r/r-cran-getopt/r-cran-getopt_1.14-1_i386.deb
r-cran-getopt_1.14.orig.tar.gz
  to pool/main/r/r-cran-getopt/r-cran-getopt_1.14.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated r-cran-getopt 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Apr 2008 07:05:30 -0500
Source: r-cran-getopt
Binary: r-cran-getopt
Architecture: source i386
Version: 1.14-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description: 
 r-cran-getopt - GNU R package providing command-line parsing functionality
Closes: 478689
Changes: 
 r-cran-getopt (1.14-1) unstable; urgency=low
 .
   * New upstream release and initial Debian upload (Closes: 
#478689)
Checksums-Sha1: 
 cd632bcfabc0222a19d655adad1f4423c8964de8 1002 r-cran-getopt_1.14-1.dsc
 0dea6b4e29535f6be256d6f8b93eb302df0b2dc7 5839 r-cran-getopt_1.14.orig.tar.gz
 84ac4b47ed722c60dbbd6bb3e2f11012cea1889d 1291 r-cran-getopt_1.14-1.diff.gz
 2b325f949e78600ce9bd184beb15d17cbcccbba2 15848 r-cran-getopt_1.14-1_i386.deb
Checksums-Sha256: 
 a2946898ffaca063ac7a73a6ced2184cd63489e269adc8e844f7c824625f0ba7 1002 
r-cran-getopt_1.14-1.dsc
 c550f415d939d23cbe62a93b25f0c0a03559e019218e199e07c6804c70120640 5839 
r-cran-getopt_1.14.orig.tar.gz
 e901468a9d2a69adf59eb092eaf2645a9a469935f543c28ad1d513664e7f6c3b 1291 
r-cran-getopt_1.14-1.diff.gz
 5380a1663300afe166a32dbea857ae40e9e85f3928d3277c7cf79b0fd79fa5de 15848 
r-cran-getopt_1.14-1_i386.deb
Files: 
 1421cec2d7ed0f807403108852a7cb37 1002 math optional r-cran-getopt_1.14-1.dsc
 5bff96b6c691987ce0ff6ad38c413111 5839 math optional 
r-cran-getopt_1.14.orig.tar.gz
 589be19fcd0935fafa87e78d30318c9a 1291 math optional 
r-cran-getopt_1.14-1.diff.gz
 44ff19a609c42459dd09822eb57bc3da 15848 math optional 
r-cran-getopt_1.14-1_i386.deb

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

iD8DBQFIGJ16CZSR95Gw07cRAtwkAJ9ANoS3N2BdH/lEPPrMvNf9BsfVYACePinV
uMlWtGTlylO52neNGODCNcE=
=L5YT
-END PGP SIGNATURE-


--- End Message ---


Bug#478585: marked as done (ITP: qpdf -- command-line PDF transformation software)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:39:16 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478585: fixed in qpdf 2.0-1
has caused the Debian Bug report #478585,
regarding ITP: qpdf -- command-line PDF transformation software
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 [EMAIL PROTECTED]
immediately.)


-- 
478585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478585
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Jay Berkenbilt <[EMAIL PROTECTED]>


* Package name: qpdf
  Version : 2.0
  Upstream Author : Jay Berkenbilt <[EMAIL PROTECTED]>
* URL : http://qpdf.sourceforge.net/
* License : Artistic License Version 2.0
  Programming Lang: C++, Perl
  Description : command-line PDF transformation software

QPDF is a program that does structural, content-preserving
transformations on PDF files.  It could have been called something
like pdf-to-pdf.  It also provides many useful capabilities to
developers of PDF-producing software or for people who just want to
look at the innards of a PDF file to learn more about how they work.

QPDF offers many capabilities such as linearization (web
optimization), encryption (password protection), and decryption of PDF
files as well as changing whether or not PDF files use object streams
(compressed objects).  It also has facilities for checking PDF files
for structural errors, inspecting stream contents, or extracting
objects from PDF files.  QPDF is not PDF content creation software --
it does not have the capability to create PDF files from scratch.

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: qpdf
Source-Version: 2.0-1

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

libqpdf-dev_2.0-1_i386.deb
  to pool/main/q/qpdf/libqpdf-dev_2.0-1_i386.deb
libqpdf1_2.0-1_i386.deb
  to pool/main/q/qpdf/libqpdf1_2.0-1_i386.deb
qpdf_2.0-1.diff.gz
  to pool/main/q/qpdf/qpdf_2.0-1.diff.gz
qpdf_2.0-1.dsc
  to pool/main/q/qpdf/qpdf_2.0-1.dsc
qpdf_2.0-1_i386.deb
  to pool/main/q/qpdf/qpdf_2.0-1_i386.deb
qpdf_2.0.orig.tar.gz
  to pool/main/q/qpdf/qpdf_2.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jay Berkenbilt <[EMAIL PROTECTED]> (supplier of updated qpdf 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Apr 2008 12:00:29 -0400
Source: qpdf
Binary: libqpdf1 libqpdf-dev qpdf
Architecture: source i386
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Jay Berkenbilt <[EMAIL PROTECTED]>
Changed-By: Jay Berkenbilt <[EMAIL PROTECTED]>
Description: 
 libqpdf-dev - development files for PDF transformation/inspection library
 libqpdf1   - runtime library for PDF transformation/inspection software
 qpdf   - tools for and transforming and inspecting PDF files
Closes: 478585
Changes: 
 qpdf (2.0-1) unstable; urgency=low
 .
   * Initial public release.  (Closes: #478585)
Checksums-Sha1: 
 790075315f2ae91ee931493a1aa57c8123cd980b 956 qpdf_2.0-1.dsc
 8ee9534128ce154ea952734cf7720eb0321b2bfb 1852550 qpdf_2.0.orig.tar.gz
 99511dcb4b2568378c468c1aaf9bcc708382455d 5212 qpdf_2.0-1.diff.gz
 dfead323a3e5c58dc20b9da48e405a43112a42a2 253840 libqpdf1_2.0-1_i386.deb
 bbb9efc84a1136d76c1657ace52347b35b02dae3 350200 libqpdf-dev_2.0-1_i386.deb
 c8919cb5d0c6fab774f3d8726bfcc106f0518a81 128104 qpdf_2.0-1_i386.deb
Checksums-Sha256: 
 5e82f55a1e8368275fed4c14b67ff43d9c3d97f32b5895c7dfcde5e4cd98ac40 956 
qpdf_2.0-1.dsc
 3aaf267ceea8a37ff1d1e1e6f0b4ab84b87c5936c7862962243a9f4e9b087ee9 1852550 
qpdf_2.0.orig.tar.gz
 f75d0aadf0e8ca9377d707d9b26b8facfeb744b73da3bed2679f39ce7f3a90cc 5212 
qpdf_2.0-1.diff.gz
 e7218ecb83a58a711a0fdb570ad6a2ef7e7774365d8efabdb5b6d0214f62dbdb 253840 
libqpdf1_2.0-1_i386.deb
 ead28b51d5707d2d129e56bf360fea5cc54d95b7

Bug#479124: RFA: libapache-db-perl -- Run the interactive Perl debugger under mod_perl

2008-05-03 Thread gregor herrmann
retitle 479124 ITA: libapache-db-perl -- Run the interactive Perl debugger 
under mod_perl
owner 479124 !
thanks

On Fri, 02 May 2008 16:48:14 -0700, Ivan Kohler wrote:

> I request an adopter for the libapache-db-perl package.

I'm taking the package for the Debian Perl Group ...
 
> Upstream has updated for 5.10 thanks to a patch from Niko Tyni.  You
> may adopt the package now and upload the new upstream version yourself,

... and update to the new upstream release.

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian gnu/linux user, admin & developer - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Rolling Stones: Travelling


signature.asc
Description: Digital signature


Bug#478690: marked as done (ITP: jit -- Just-in-time compilation support for GNU R)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:46:35 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478690: fixed in r-cran-jit 0.0-6-1
has caused the Debian Bug report #478690,
regarding ITP: jit -- Just-in-time compilation support for GNU R
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 [EMAIL PROTECTED]
immediately.)


-- 
478690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478690
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---

Package: wnpp
Owner: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: jit
  Version : 0.0-5
  Upstream Author : Stephen Millborrow
* URL or Web page : http://cran.r-project.org/web/packages/jit/index.html and
http://www.milbo.users.sonic.net/ra
* License : GPL-3
  Description : Just-in-time compilation support for GNU R

This is also packaged. It is required for Stephen's actual 'Ra' extension to
R (which I'll intend to package, and which needs jit to turn on just-in-time
compilation).  The current debian/control is 

Source: jit
Section: math
Priority: optional
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4.1.0), r-base-dev (>= 2.7.0), cdbs
Standards-Version: 3.7.3

Package: r-cran-jit
Architecture: any
Depends: ${shlibs:Depends}, r-base-core (>= 2.7.0)
Description: GNU R package just-in-time compilation support
 This package provides just-in-time compilation support. This requires
 the Ra extensions to R (to be provided by r-base-core-ra) and has no 
 effect under the standard build of GNU R. For more on Ra and jit, see 
 http://www.milbo.users.sonic.net/ra/index.html.

Dirk

-- 
Three out of two people have difficulties with fractions.


--- End Message ---
--- Begin Message ---
Source: r-cran-jit
Source-Version: 0.0-6-1

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

r-cran-jit_0.0-6-1.diff.gz
  to pool/main/r/r-cran-jit/r-cran-jit_0.0-6-1.diff.gz
r-cran-jit_0.0-6-1.dsc
  to pool/main/r/r-cran-jit/r-cran-jit_0.0-6-1.dsc
r-cran-jit_0.0-6-1_i386.deb
  to pool/main/r/r-cran-jit/r-cran-jit_0.0-6-1_i386.deb
r-cran-jit_0.0-6.orig.tar.gz
  to pool/main/r/r-cran-jit/r-cran-jit_0.0-6.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated r-cran-jit 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Apr 2008 11:25:59 -0500
Source: r-cran-jit
Binary: r-cran-jit
Architecture: source i386
Version: 0.0-6-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description: 
 r-cran-jit - GNU R package just-in-time compilation support
Closes: 478690
Changes: 
 r-cran-jit (0.0-6-1) unstable; urgency=low
 .
   * Initial Debian release (Closes: #478690)
Checksums-Sha1: 
 2878257c4ccb37363d3d203287aad39e2dc7ff77 985 r-cran-jit_0.0-6-1.dsc
 fec6ac99f7b1401905ed4eef0d29a668a574ea82 7047 r-cran-jit_0.0-6.orig.tar.gz
 acf6b3757a985e51212120c44d97ae0fa066ea8f 1242 r-cran-jit_0.0-6-1.diff.gz
 a32b3280768cee6bc8037db34f8592ba5ddc1f7f 23024 r-cran-jit_0.0-6-1_i386.deb
Checksums-Sha256: 
 4b6a368d62457fb68bb8d0366db4bf3c780f1355c0f33f6a09ea5d01a5d7f340 985 
r-cran-jit_0.0-6-1.dsc
 1764ad3e66168bd95811b74a8235c15feaced95f72af020d7665a8baf3542974 7047 
r-cran-jit_0.0-6.orig.tar.gz
 99e954100f32279d6f12742ce55fc58fdccd747b8990f7c3d2ba24bd97a6a3fc 1242 
r-cran-jit_0.0-6-1.diff.gz
 dd0a61d0fd5b75407c9da76c40f4522329280dde7e5ed3e7734368b76f21c250 23024 
r-cran-jit_0.0-6-1_i386.deb
Files: 
 980d26bf7516e549c921d9cc58f543f2 985 math optional r-cran-jit_0.0-6-1.dsc
 91d0c813f577ac029a2fab5e04b6343c 7047 math optional 
r-cran-jit_0.0-6.orig.tar.gz
 a33b854ad619e81f1404b1e6e01d9d9a 1242 math optional r-cran-jit_0.0-6-1.diff.gz
 45e91100065abee6a756e1300c71f7ab 23024 math optional 
r-cran-jit_0.0-6-1_i386.deb

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

iD8DBQFIGJ3cCZSR95Gw07cRApzlAJ93Vxi67THPyOvaRjiwWJFNSwu3fgCfTbTq
6uzWQfe2XW3RSFGHbMVfXhk=
=rh9o
-END PGP SI

Processed: Bug in libapache-db-perl fixed in revision 19357

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 479124 + pending
Bug#479124: RFA: libapache-db-perl -- Run the interactive Perl debugger under 
mod_perl
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#479124: Bug in libapache-db-perl fixed in revision 19357

2008-05-03 Thread pkg-perl-maintainers
tag 479124 + pending
thanks

Some bugs are closed in revision 19357
by Gregor Herrmann (gregoa)

Commit message:

* Take over for the Debian Perl Group on maintainer's request
  (closes: #479124)
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza). Changed:
  Maintainer set to Debian Perl Group  (was: Ivan Kohler ); Ivan Kohler <[EMAIL PROTECTED]> moved to
  Uploaders.
* debian/watch: use dist-based URL.



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



Bug#479221: ITP: libautobox-perl -- Allows calling methods on builtin Perl types

2008-05-03 Thread Antony Gelberg
Package: wnpp
Severity: wishlist
Owner: Antony Gelberg <[EMAIL PROTECTED]>


* Package name: libautobox-perl
  Version : 2.23
  Upstream Author : chocolateboy <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/autobox/
* License : GPL / Artistic
  Programming Lang: Perl
  Description : Allows calling methods on builtin Perl types

The autobox pragma endows Perl's core data types with the capabilities 
of first-class objects. This allows methods to be called on ARRAY refs, 
HASH refs, CODE refs and raw scalars in exactly the same manner as 
blessed references. The autoboxing is transparent: boxed values are not 
blessed into their (user-defined) implementation class (unless the 
method elects to bestow such a blessing) - they simply use its methods 
as though they are.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#467217: marked as done (ITP: python-pypdf -- PDF toolkit implemented solely in Python)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:22:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467217: fixed in python-pypdf 1.10-1
has caused the Debian Bug report #467217,
regarding ITP: python-pypdf -- PDF toolkit implemented solely in Python
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 [EMAIL PROTECTED]
immediately.)


-- 
467217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467217
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

* Package name: python-pypdf
  Version : 1.10
  Upstream Author : Mathieu Fenniak <[EMAIL PROTECTED]>
* URL : http://pybrary.net/pyPdf/
* License : modified BSD license
  Description : pure-Python library built as a PDF toolkit

A Pure-Python library built as a PDF toolkit. It is capable of:

* extracting document information (title, author, ...),
* splitting documents page by page,
* merging documents page by page,
* cropping pages,
* merging multiple pages into a single page,
* encrypting and decrypting PDF files.

By being Pure-Python, it should run on any Python platform without any 
dependencies on external libraries. It can also work entirely on StringIO 
objects rather than file streams, allowing for PDF manipulation in memory. It 
is therefore a useful tool for websites that manage or manipulate PDFs.


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: python-pypdf
Source-Version: 1.10-1

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

python-pypdf_1.10-1.diff.gz
  to pool/main/p/python-pypdf/python-pypdf_1.10-1.diff.gz
python-pypdf_1.10-1.dsc
  to pool/main/p/python-pypdf/python-pypdf_1.10-1.dsc
python-pypdf_1.10-1_all.deb
  to pool/main/p/python-pypdf/python-pypdf_1.10-1_all.deb
python-pypdf_1.10.orig.tar.gz
  to pool/main/p/python-pypdf/python-pypdf_1.10.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luciano Bello <[EMAIL PROTECTED]> (supplier of updated python-pypdf 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Apr 2008 18:20:06 -0300
Source: python-pypdf
Binary: python-pypdf
Architecture: source all
Version: 1.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team <[EMAIL PROTECTED]>
Changed-By: Luciano Bello <[EMAIL PROTECTED]>
Description: 
 python-pypdf - PDF toolkit implemented solely in Python
Closes: 467217
Changes: 
 python-pypdf (1.10-1) unstable; urgency=low
 .
   * Initial release (Closes: #467217)
Checksums-Sha1: 
 017112f2a696eb4375729a67f8eb72375d1ec19d 1168 python-pypdf_1.10-1.dsc
 e2b20fa48f9f792503f69cf07027fa89320b64c0 27554 python-pypdf_1.10.orig.tar.gz
 1453af5b31d5a2708792ab628fb4859905f6931c 1986 python-pypdf_1.10-1.diff.gz
 e0c4d908a3fb46b97f29c4f43334c69b24c6e4b3 27530 python-pypdf_1.10-1_all.deb
Checksums-Sha256: 
 106f2f9f4398af8a392da1b94e050166d9d0a5aa9a333eab4260c52cb86c6215 1168 
python-pypdf_1.10-1.dsc
 4f7a507e634a8b34e489128e1f8f35a46f0824835036a41f764ec8fd5cc7cbfb 27554 
python-pypdf_1.10.orig.tar.gz
 21e50f31c064afce4b4b39d4c127759e0688074d8eb5285576bd3b1f4d79557b 1986 
python-pypdf_1.10-1.diff.gz
 face2d4d69f1eeec793d4b7a84b2ef2c91c2f98383e33ad69298ee10306a1726 27530 
python-pypdf_1.10-1_all.deb
Files: 
 b2ba69db35eebb2842642bd2fe7f3a70 1168 python optional python-pypdf_1.10-1.dsc
 e15eca1a3ed4d5c0d86370784e552a92 27554 python optional 
python-pypdf_1.10.orig.tar.gz
 000951f2da088220fb68b681ce8c7ae1 1986 python optional 
python-pypdf_1.10-1.diff.gz
 b3674f2814f8b3d03fd71cf0ae6389ff 27530 python optional 
python-pypdf_1.10-1_all.deb

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

iD8DBQFIGct2QWTRs4lLtHkRAocGAJ9pIX+VyG7LYhvick/UT2Nhrp1IfwCfQu0L
AMTX1NF6VbIXnuFWJ0Wolpw=
=WyXe
-END PGP SIGNATURE-


--- End Message ---


Bug#479223: ITP: xfplan -- Xwindows general aviation flight planner

2008-05-03 Thread Edward A. Falk

Package: wnpp
Severity: wishlist
Owner: Edward A. Falk <[EMAIL PROTECTED]>

*** Please type your report below this line ***

This is an X Windows version of fplan (ITP files 311070).

* Package name: xfplan
  Version : 0.7
  Upstream Author : Edward A. Falk <[EMAIL PROTECTED]>
* URL : http://fplan.sourceforge.net
* License : GPL
  Description : Xwindows general aviation flight planner

The xfplan application is designed to assist general aviation pilots
in creating flight plans for cross country flights in powered aircraft.

It provides an interactive map, flight planning worksheet, and standard
FAA flightplan form.  It performs standard calculations involving
a description of the flight; departure and destination airports,
navigation aids, intermediate waypoints, winds aloft, fuel consumption
rates, and produces a flight plan including; wind corrected magnetic
headings, distance, estimated time and fuel consumption for each leg;
latitude, longitude and VOR fixes for each checkpoint, etc.

This program is to be used for preliminary flight planning only. It is
not to be used as an official source of navigation information. The
database it uses is not guaranteed to be accurate or current. Also,
the program itself is likely to still contain some bugs and is not
intended to be a substitute for official flight planning information.

-- System Information:
Debian Release: testing/unstable
Architecture: Any
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)



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



Bug#476968: marked as done (ITP: libemail-mime-createhtml-perl -- Multipart HTML Email builder)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:37:53 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476968: fixed in libemail-mime-createhtml-perl 1.026-1
has caused the Debian Bug report #476968,
regarding ITP: libemail-mime-createhtml-perl -- Multipart HTML Email builder
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 [EMAIL PROTECTED]
immediately.)


-- 
476968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476968
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: AGOSTINI Yves <[EMAIL PROTECTED]>


* Package name : libemail-mime-createhtml-perl
Version : 1.026
Upstream Author : John Alden 
* URL : http://search.cpan.org/dist/Test-Log4perl/
* License : Perl
Programming Lang: Perl
Description : Multipart HTML Email builder
 This module allows you to build HTML emails, optionally with a text-only 
alternative and embedded media objects.
 For example, an HTML email with an alternative version in plain text and with 
all the required
 images contained in the mail.
 
 The HTML content is parsed looking for embeddable media objects.   A resource 
loading routine is used to fetch content
 from those URIs and replace the URIs in the HTML with CIDs.  The default 
resource loading routine is deliberately conservative, only allowing resources 
to be fetched from the local filesystem.  It's possible and relatively 
straightforward to plug in a custom resource loading routine that can resolve 
URIs using a broader range of protocols.  An example of one using LWP is given 
later in the /COOKBOOK.
 
 The MIME structure is then assembled, embedding the content of the resources 
where appropriate.  Note that this module does not send any mail, it merely 
does the work of  building the appropriate MIME message.  The message can be 
sent with Email::Send or any other mailer that can be fed a string 
representation of an email message.


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

Kernel: Linux 2.6.18-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash 


--- End Message ---
--- Begin Message ---
Source: libemail-mime-createhtml-perl
Source-Version: 1.026-1

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

libemail-mime-createhtml-perl_1.026-1.diff.gz
  to 
pool/main/libe/libemail-mime-createhtml-perl/libemail-mime-createhtml-perl_1.026-1.diff.gz
libemail-mime-createhtml-perl_1.026-1.dsc
  to 
pool/main/libe/libemail-mime-createhtml-perl/libemail-mime-createhtml-perl_1.026-1.dsc
libemail-mime-createhtml-perl_1.026-1_all.deb
  to 
pool/main/libe/libemail-mime-createhtml-perl/libemail-mime-createhtml-perl_1.026-1_all.deb
libemail-mime-createhtml-perl_1.026.orig.tar.gz
  to 
pool/main/libe/libemail-mime-createhtml-perl/libemail-mime-createhtml-perl_1.026.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
AGOSTINI Yves <[EMAIL PROTECTED]> (supplier of updated 
libemail-mime-createhtml-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 20 Apr 2008 11:42:25 +0200
Source: libemail-mime-createhtml-perl
Binary: libemail-mime-createhtml-perl
Architecture: source all
Version: 1.026-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: AGOSTINI Yves <[EMAIL PROTECTED]>
Description: 
 libemail-mime-createhtml-perl - Multipart HTML Email builder
Closes: 476968
Changes: 
 libemail-mime-createhtml-perl (1.026-1) unstable; urgency=low
 .
   * Initial Release (Closes: #476968)
Checksums-Sha1: 
 8e299e30d13d3e57705ded4f28f2a0817740cfde 1719 
libemail-mime-createhtml-perl_1.026-1.dsc
 6b5e683a041ae695014c339c9379774b4814db8d 23544 
libemail-mime-createhtml-perl_1.026.orig.tar.gz
 0c8c642493ed292c4facf3fde3b4666967f9919e 2165 
libemail-mime-createhtml-perl_1.026-1.diff.gz
 89fc338ded8891652f6d804686c0a3d817cc 29338 
libemail-mime-createhtml-perl_1.026-1_all.deb
Checksums-Sha256: 
 ed7d217995ca00489a0906ff517646c0e8bea

Bug#479124: marked as done (RFA: libapache-db-perl -- Run the interactive Perl debugger under mod_perl)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:47:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479124: fixed in libapache-db-perl 0.14-1
has caused the Debian Bug report #479124,
regarding RFA: libapache-db-perl -- Run the interactive Perl debugger under 
mod_perl
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 [EMAIL PROTECTED]
immediately.)


-- 
479124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479124
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I request an adopter for the libapache-db-perl package.

Upstream has updated for 5.10 thanks to a patch from Niko Tyni.  You
may adopt the package now and upload the new upstream version yourself,
or if no one has yet adopted the package when unstable settles down,
I'll upload the new upstream version before orphaning.

The package description is:
 Perl ships with a very useful interactive debugger, however, it does not run
 "out-of-the-box" in the Apache/mod_perl environment.  Apache::DB makes a few
 adjustments so the two will cooperate.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: libapache-db-perl
Source-Version: 0.14-1

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

libapache-db-perl_0.14-1.diff.gz
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14-1.diff.gz
libapache-db-perl_0.14-1.dsc
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14-1.dsc
libapache-db-perl_0.14-1_i386.deb
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14-1_i386.deb
libapache-db-perl_0.14.orig.tar.gz
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[EMAIL PROTECTED]> (supplier of updated libapache-db-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 May 2008 20:33:26 +0200
Source: libapache-db-perl
Binary: libapache-db-perl
Architecture: source i386
Version: 0.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: gregor herrmann <[EMAIL PROTECTED]>
Description: 
 libapache-db-perl - Run the interactive Perl debugger under mod_perl
Closes: 466734 479124
Changes: 
 libapache-db-perl (0.14-1) unstable; urgency=low
 .
   * Take over for the Debian Perl Group on maintainer's request
 (closes: #479124)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Changed:
 Maintainer set to Debian Perl Group  (was: Ivan Kohler ); Ivan Kohler <[EMAIL PROTECTED]> moved to
 Uploaders.
   * debian/watch: use dist-based URL.
   * New upstream release, no longer FTBFS with Perl 5.10 (closes: #466734).
   * debian/copyright: mention Debian Perl Group, quote statement about
 authors and license verbatim from the module's source.
   * Refresh debian/rules, no functional changes.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 5.
   * Add /me to Uploaders.
Checksums-Sha1: 
 7218e5c710e739480a570b009b5f37feb83b704d 1314 libapache-db-perl_0.14-1.dsc
 b37b8a6bf58541aa85c2b216313ecb98149ffe2d 8683 
libapache-db-perl_0.14.orig.tar.gz
 836be72c37a7808a71e1e039f3f868c3138adecc 2905 libapache-db-perl_0.14-1.diff.gz
 94aa67bdb07221216e34f18fac70c848b1d5016e 156996 
libapache-db-perl_0.14-1_i386.deb
Checksums-Sha256: 
 03d7b8fdf43fc9e50aa1ec2d80d8439ffb4d6bc3fe201f7ba15f633dd8b6672f 1314 
libapache-db-perl_0.14-1.dsc
 c6b88236f3ed4f66fd137e950584bc0478cd41e0d1bf3e1ecaa5713f629570e5 8683 
libapache-db-perl_0.14.orig.tar.gz
 605d90f2e40e882d1f23c0176fad8aa72aaa6497e5a01b994892704075535dc2 2905 
libapache-db-perl_0.14-1.diff.gz
 9001355e83d02d986165f4ca22aa3c31246710972ff3cca7ce5790feb7669d4f 156996 
libapache-db-p

Bug#479206: ITP: libcurses-ui-poe-perl -- A subclass makes Curses::UI POE Friendly

2008-05-03 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/03/08 11:03, Antony Gelberg wrote:
[snip]
> 
> This is a subclass for Curses::UI that enables it to work with POE. It
> is designed to simply slide over Curses::UI. Keeping the API the same
> and simply forcing Curses::UI to do all of its event handling via 
> POE, This is a subclass for Curses::UI that enables it to work 
> with POE. It is designed to simply slide over Curses::UI. Keeping 
> the API the same and simply forcing Curses::UI to do all of its event 
> handling via POE, instead of internal to itself. This allows you to 
> use POE behind the scenes for things like networking clients, without 
> Curses::UI breaking your programs' functionality.

I think you duplicated some sentences in the long description.

- --
Ron Johnson, Jr.
Jefferson LA  USA

We want... a Shrubbery!!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIHLcQS9HxQb37XmcRAsWZAKCgOpD34Yq93rQSvYGeWvT6wHEBLQCgggIj
IoKwJPSNGkTe3J7T+gEV1Ok=
=b2a3
-END PGP SIGNATURE-



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



Bug#479160: marked as done (ITP: sexplib310 -- automated conversions between OCaml-values and S-expressions)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 19:14:51 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479160: fixed in sexplib310 3.7.4-1
has caused the Debian Bug report #479160,
regarding ITP: sexplib310 -- automated conversions between OCaml-values and 
S-expressions
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 [EMAIL PROTECTED]
immediately.)


-- 
479160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479160
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Stefano Zacchiroli <[EMAIL PROTECTED]>

* Package name: sexplib310
  Version : 3.7.4
  Upstream Author : Markus Mottl <[EMAIL PROTECTED]> 
* URL : http://www.janestcapital.com/ocaml/
* License : LGPL
  Programming Lang: OCaml
  Description : automated conversions between OCaml-values and S-expressions

 Sexplib library contains functionality for parsing and pretty-printing
 S-expressions.
 .
 Sexplib also contains a preprocessing module for Camlp4, which can be
 used to automatically generate code from type definitions for
 efficiently converting OCaml-values to S-expressions and vice versa.
 In combination with the parsing and pretty-printing functionality this
 frees users from having to write their own I/O-routines for the
 datastructures they define.  Possible errors during automatic
 conversions from S-expressions to OCaml-values are reported in a very
 human-readable way.
 .
 Another module contained in Sexplib you to extract and replace
 sub-expressions in S-expressions. 

The package is being worked on at
git://git.debian.org/git/pkg-ocaml-maint/packages/sexplib310.git
(already writable to debian-ocaml-maint contributors; help is welcome
from them as well as from anyone interested).

Sexplib is a dependency for Core (see ITP #479152).

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: sexplib310
Source-Version: 3.7.4-1

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

libsexplib-camlp4-dev_3.7.4-1_i386.deb
  to pool/main/s/sexplib310/libsexplib-camlp4-dev_3.7.4-1_i386.deb
sexplib310_3.7.4-1.diff.gz
  to pool/main/s/sexplib310/sexplib310_3.7.4-1.diff.gz
sexplib310_3.7.4-1.dsc
  to pool/main/s/sexplib310/sexplib310_3.7.4-1.dsc
sexplib310_3.7.4.orig.tar.gz
  to pool/main/s/sexplib310/sexplib310_3.7.4.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli <[EMAIL PROTECTED]> (supplier of updated sexplib310 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 May 2008 11:54:13 +0200
Source: sexplib310
Binary: libsexplib-camlp4-dev
Architecture: source i386
Version: 3.7.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
Changed-By: Stefano Zacchiroli <[EMAIL PROTECTED]>
Description: 
 libsexplib-camlp4-dev - automated conversions between OCaml-values and 
S-expressions
Closes: 479160
Changes: 
 sexplib310 (3.7.4-1) experimental; urgency=low
 .
   * Initial release (Closes: #479160)
Checksums-Sha1: 
 13becbe91795e87f28bb43b8dcf746a7bc54b120 1342 sexplib310_3.7.4-1.dsc
 97187a87cf8c7097034c369ea877ef295668f7c9 55667 sexplib310_3.7.4.orig.tar.gz
 2062e73e6c6439d4fe2be503a96ffd9b7be08a7e 3218 sexplib310_3.7.4-1.diff.gz
 b9f5b786e7a4065701f2d22a5cba216601c23a46 101546 
libsexplib-camlp4-dev_3.7.4-1_i386.deb
Checksums-Sha256: 
 ed81930dc6a6b111366f3ab51134d206a33ae8ef8ac470b674e45e06948b9567 1342 
sexplib310_3.7.4-1.dsc
 e3f7ae64aad98dab798d1329682b4b5b1ebf30717cd5a014342eb3a4163bba60 55667 
sexplib310_3.7.4.orig.tar.gz
 351ee28c052a572af1cc64ff94117e551117e1be921d249758a0e7cfe7ced946 3218 
sexplib310_3.7.4-1.diff.gz
 6a40c63c01baeb7fe816e06b8487f0c6196a16cdf7770fd4e5ed8a6da89af04e 101546 
libsexplib-camlp4-dev_3.7.4-1_i386.deb
Files: 
 fd94210f

Processed: your mail

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 479157 RFA: numlockx -- enable NumLock in X11 sessions
Bug#479157: RFA: numlockx
Changed Bug title to `RFA: numlockx -- enable NumLock in X11 sessions' from 
`RFA: numlockx'.

> retitle 479159 RFA: utf8-migration-tool -- Debian UTF-8 migration wizard
Bug#479159: RFA: utf8-migration-tool
Changed Bug title to `RFA: utf8-migration-tool -- Debian UTF-8 migration 
wizard' from `RFA: utf8-migration-tool'.

> retitle 479139 ITP: newspost -- Command line tool for binary Usenet posting
Bug#479139: newspost -- Command line tool for binary Usenet posting
Changed Bug title to `ITP: newspost -- Command line tool for binary Usenet 
posting' from `newspost -- Command line tool for binary Usenet posting'.

> 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#479206: ITP: libcurses-ui-poe-perl -- A subclass makes Curses::UI POE Friendly

2008-05-03 Thread Antony Gelberg

Ron Johnson wrote:

On 05/03/08 11:03, Antony Gelberg wrote:
[snip]

This is a subclass for Curses::UI that enables it to work with POE. It
is designed to simply slide over Curses::UI. Keeping the API the same
and simply forcing Curses::UI to do all of its event handling via 
POE, This is a subclass for Curses::UI that enables it to work 
with POE. It is designed to simply slide over Curses::UI. Keeping 
the API the same and simply forcing Curses::UI to do all of its event 
handling via POE, instead of internal to itself. This allows you to 
use POE behind the scenes for things like networking clients, without 
Curses::UI breaking your programs' functionality.


I think you duplicated some sentences in the long description.



*sigh* Long day, not the first mistake I've made, thanks Ron.  It should 
of course read:


This is a subclass for Curses::UI that enables it to work
with POE. It is designed to simply slide over Curses::UI. Keeping
the API the same and simply forcing Curses::UI to do all of its event
handling via POE, instead of internal to itself. This allows you to
use POE behind the scenes for things like networking clients, without
Curses::UI breaking your programs' functionality.




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



Bug#479233: ITP: r-base-core-ra -- Ra patch for just-in-time compilation of R code

2008-05-03 Thread Dirk Eddelbuettel

Package: wnpp
Owner: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: r-base-core-ra
  Version : 1.0.9
  Upstream Author : Stephen Milborrow
* URL or Web page : http://www.milbo.users.sonic.net/ra
* License : GPL
  Description : Ra patch for just-in-time compilation of R code

This is packaged as well. It need's Stephen 'jit' package which entered
Debian unstable earlier today as r-cran-jit.  See the URL above for details.

I packaged this as a plain alternative to R with a completely distinct
directory /usr/lib/Ra/ and just two binaries /usr/bin/R and
/usr/bin/Rscript.Ra provided the 'Ra' versions of R and Rscript.

Tentative debian/control below.

Cheers, Dirk

Source: r-base-core-ra
Section: math
Priority: optional
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Standards-Version: 3.7.3
Build-Depends: gcc (>= 4:4.1.0), g++ (>= 4:4.1.0), gfortran (>= 4:4.1.0), 
libblas-dev, liblapack-dev (>= 3.1.1), tcl8.4-dev, tk8.4-dev, bison, 
groff-base, libncurses5-dev, libreadline5-dev, debhelper (>= 5.0.0), texi2html, 
texinfo (>= 4.1-2), libbz2-dev, libpcre3-dev, xpdf-reader, zlib1g-dev, 
libpng12-dev, libjpeg62-dev, libx11-dev, libxt-dev, x-dev, libpango1.0-dev, 
libcairo2-dev, libtiff4-dev, xvfb, xbase-clients, xfonts-base, r-cran-jit, 
r-cran-mgcv

Package: r-base-core-ra
Architecture: any
Depends: ${perl:Depends}, zip, unzip, libpaper-utils, ${shlibs:Depends}
Recommends: r-base-core, r-base-dev, r-cran-jit
Suggests: ess, r-recommended, r-doc-info | r-doc-pdf | r-doc-html, r-mathlib, 
r-base-html | r-base-latex
Description: 'ra' variant of GNU R core of statistical computing language and 
environment
 R is `GNU S' - A language and environment for statistical computing
 and graphics. R is similar to the award-winning S system, which was
 developed at Bell Laboratories by John Chambers et al. It provides a
 wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis,
 classification, clustering, ...).
 .
 R is designed as a true computer language with control-flow
 constructions for iteration and alternation, and it allows users to
 add additional functionality by defining new functions. For
 computationally intensive tasks, C, C++ and Fortran code can be
 linked and called at run time.
 .
 S is the statistician's Matlab and R is to S what Octave is to Matlab.
 .
 This package provides a patched version of GNU R with 'just-in-time'
 compilation of R code using the 'jit' package (in r-cran-jit). See
 http://www.milbo.users.sonic.net/ra for details.



-- 
Three out of two people have difficulties with fractions.



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



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

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Sat May  3 20:03:13 UTC 2008
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: bin-prot
> tags 479164 + pending
Bug#479164: ITP: bin-prot -- Binary protocol generator for OCaml
There were no tags set.
Tags added: pending

>
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#478770: (no subject)

2008-05-03 Thread Andrew
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This package has been uploaded to mentors.debian for review. A sponsor
is needed for upload.

http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=parcellite

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

iD8DBQFIHMSsL4k+fGKG+20RAgT6AJwL/yfHTXZ55J2bvtuCsJvQqPp0PwCgq9sc
d3hkg+LRVJV5AcI+7LJHagQ=
=1FWs
-END PGP SIGNATURE-



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



Bug#479238: ITP: res -- OCaml library for automatically resizing contiguous data structure

2008-05-03 Thread Stefano Zacchiroli
Package: wnpp
Severity: wishlist
Owner: Stefano Zacchiroli <[EMAIL PROTECTED]>

* Package name: res
  Version : 2.2.5
  Upstream Author : Markus Mottl <[EMAIL PROTECTED]>
* URL : http://www.ocaml.info/home/ocaml_sources.html
* License : LGPL
  Programming Lang: OCaml
  Description : OCaml library for automatically resizing contiguous data 
structure

 This OCaml library consists of a set of modules which implement
 automatically resizing (i.e. reallocating) data structures that consume
 a contiguous part of memory.
 .
 This allows appending and removing of elements to/from arrays (both
 boxed and unboxed), strings (i.e. buffers), bit strings and weak arrays
 while still maintaining fast constant-time access to elements.
 .
 There are also functors that allow the generation of similar modules
 which use different reallocation strategies.

The package is being worked on at
git://git.debian.org/git/pkg-ocaml-maint/packages/res.git . It is being
packages as a dependency of core (see #479152).

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#479152: ITP: core -- Jane Street Capital's alternative standard library for OCaml

2008-05-03 Thread Stefano Zacchiroli
On Sat, May 03, 2008 at 09:30:50PM +0100, Richard Jones wrote:
> I don't know if you realised, but you'll need 'res' too:
> http://www.ocaml.info/home/ocaml_sources.html#RES

Yes I did, see #479238, but thanks anyhow for pointing it out :)

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -<%>-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time



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



Bug#479152: ITP: core -- Jane Street Capital's alternative standard library for OCaml

2008-05-03 Thread Richard Jones
I don't know if you realised, but you'll need 'res' too:

http://www.ocaml.info/home/ocaml_sources.html#RES

Rich.

-- 
Richard Jones
Red Hat



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



Bug#479152: ITP: core -- Jane Street Capital's alternative standard library for OCaml

2008-05-03 Thread Richard Jones
A few other points, from the Fedora point of view.

- We think 'core' is a bit too generic a name and risks some
confusion.  If you would like to coordinate with us, then we can
decide on a different name.  (corelib? janestcore? - I admit I don't
have a good suggestion).

- For the description, you might want to use the Fedora description,
which is in this file, under '%description':

  http://www.annexia.org/tmp/ocaml/ocaml-core.spec

- If you have patches either to make bin-prot big-endian or to excise
those bits of core that depend on bin-prot, then I'll take them, or
try to help.

Rich.

-- 
Richard Jones
Red Hat



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



Bug#479152: ITP: core -- Jane Street Capital's alternative standard library for OCaml

2008-05-03 Thread Stefano Zacchiroli
On Sat, May 03, 2008 at 09:42:24PM +0100, Richard Jones wrote:
> - We think 'core' is a bit too generic a name and risks some
> confusion.  If you would like to coordinate with us, then we can
> decide on a different name.  (corelib? janestcore? - I admit I don't
> have a good suggestion).

Same problem here, my intention was to call it ocaml-core, but the idea
of "pressing" Jane St for a better name together is neat. "janestcore"
sounds nice to me.  If you feel so, go ahead and mail them with our
concerns; please put me in Cc.

> - For the description, you might want to use the Fedora description,
> which is in this file, under '%description':
> 
>   http://www.annexia.org/tmp/ocaml/ocaml-core.spec

A bit too long for our standards, but in fact I have already grabbed
your module summary posted to the caml list and put it in README.Debian
(with the due kudos). It looks like that summary is exactly what you've
put in the Fedora description.

> - If you have patches either to make bin-prot big-endian or to excise
> those bits of core that depend on bin-prot, then I'll take them, or
> try to help.

I haven't yet attacked the big-endian bits, but I'm working on a patch
to make bin-prot dependency optional and detected at compile time. Will
mail you back when I've something fully working.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -<%>-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time



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



Bug#479152: ITP: core -- Jane Street Capital's alternative standard library for OCaml

2008-05-03 Thread Richard Jones
On Sat, May 03, 2008 at 11:20:21PM +0200, Stefano Zacchiroli wrote:
> On Sat, May 03, 2008 at 09:42:24PM +0100, Richard Jones wrote:
> > - We think 'core' is a bit too generic a name and risks some
> > confusion.  If you would like to coordinate with us, then we can
> > decide on a different name.  (corelib? janestcore? - I admit I don't
> > have a good suggestion).
> 
> Same problem here, my intention was to call it ocaml-core, but the idea
> of "pressing" Jane St for a better name together is neat. "janestcore"
> sounds nice to me.  If you feel so, go ahead and mail them with our
> concerns; please put me in Cc.

OK, I'll do it in a moment.

> > - For the description, you might want to use the Fedora description,
> > which is in this file, under '%description':
> > 
> >   http://www.annexia.org/tmp/ocaml/ocaml-core.spec
> 
> A bit too long for our standards, but in fact I have already grabbed
> your module summary posted to the caml list and put it in README.Debian
> (with the due kudos). It looks like that summary is exactly what you've
> put in the Fedora description.

Note there was a typo: at the end it says 'inigroups', it should read
'initgroups' (the name of the C function).

> > - If you have patches either to make bin-prot big-endian or to excise
> > those bits of core that depend on bin-prot, then I'll take them, or
> > try to help.
> 
> I haven't yet attacked the big-endian bits, but I'm working on a patch
> to make bin-prot dependency optional and detected at compile time. Will
> mail you back when I've something fully working.

OK :-)

Rich.

-- 
Richard Jones
Red Hat



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



reassign 169248 to wnpp

2008-05-03 Thread Raphael Geissert
# Automatically generated email from bts, devscripts version 2.9.6
reassign 169248 wnpp 
retitle 169248 RFP: php-crack: cracklib support for PHP
thanks

The crack extension is now on PECL.


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



Processed: reassign 169248 to wnpp

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.6
> reassign 169248 wnpp
Bug#169248: php4: Compile  using --with-crack
Bug reassigned from package `php5' to `wnpp'.

> retitle 169248 RFP: php-crack: cracklib support for PHP
Bug#169248: php4: Compile  using --with-crack
Changed Bug title to `RFP: php-crack: cracklib support for PHP' from `php4: 
Compile  using --with-crack'.

> 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: your mail

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 169248 RFP: php-crack -- cracklib support for PHP
Bug#169248: RFP: php-crack: cracklib support for PHP
Changed Bug title to `RFP: php-crack -- cracklib support for PHP' from `RFP: 
php-crack: cracklib support for PHP'.

> 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#479275: ITA: selinux-basics -- SELinux basic support

2008-05-03 Thread thebug

Package: wnpp
Severity: normal


Im using SELinux and would like to maintainer this package.



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



Bug#476192: ITA: selinux-basics -- SELinux basic support

2008-05-03 Thread thebug

Package: wnpp
Severity: normal


Im using SELinux and would like to maintainer this package.



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



Bug#479238: ITP: res -- OCaml library for automatically resizing contiguous data structure

2008-05-03 Thread Stefano Zacchiroli
On Sun, May 04, 2008 at 12:27:29PM +1000, Ben Finney wrote:
> Please change this to a package name that is less generic, and
> conforms with other OCaml library packages. 'libres-ocaml' would be
> better.

This is the source package name, as in all ITPs, not the binary package
name. No OCaml package has a source name like libFOO-ocaml, they all
have *binaries* called libFOO-ocaml-dev.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -<%>-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature