Bug#439085: ITP: [lua-logging] -- logging facilities for lua

2007-08-22 Thread Enrico Tassi
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

--- Please fill out the fields below. ---

   Package name: lua-logging
Version: 1.1.3
Upstream Author: Kepler Project 
URL: http://keplerproject.org/lualogging
License: MIT/X
Description: Logging facilities for the lua language versione 5.1

Version 3.0 of luadoc depends on lua-logging, so I'm packaging it.
-- 
Enrico Tassi


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



Bug#439086: ITP: qtstalker-plugin-mysql -- MySQL quote plugin for Qtstalker

2007-08-22 Thread Marco van Zwetselaar

Package: wnpp
Severity: wishlist
Owner: Marco van Zwetselaar <[EMAIL PROTECTED]>


* Package name: qtstalker-plugin-mysql
  Version : 0.34.0
  Upstream Author : Marco van Zwetselaar <[EMAIL PROTECTED]>
* URL : http://www.zwets.com/qtstalker-plugin-mysql
* License : GPL
  Programming Lang: C++
  Description : MySQL quote plugin for Qtstalker

Plugin for downloading quotes from a MySQL database into Qtstalker.





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



Bug#438683: ITP: libconfig -- simple library for manipulating structured configuration files

2007-08-22 Thread Julien Danjou
At 1187735500 time_t, José Luis Tallón wrote:
> I asked the maintainer about this around a year ago, and he seemed 
> unwilling to even rename his (I proposed 'libconfig' -> 'libabz-config' ), 
> even though only his packages use it.

This is what is answered to me a couple of days.

> This "libconfig" is indeed much superior.
> I have some (privately-maintained) packages for a year or so already; Don't 
> hesitate contacting me if you would like to have them to ease your work or 
> if you would like some help.

Yes, I'm interested and opened to co-maintain them if you want.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#406335: Second Life new version

2007-08-22 Thread Marcos Marado
On Wednesday 22 August 2007 00:18, Paul TBBle Hampson wrote:
> On Tue, Aug 21, 2007 at 11:02:30AM +0100, Marcos Marado wrote:
> > Understand. Well, I wasn't able to build the package with your
> > 30_vectorisation_for_all.dpatch , so I removed that patch for my
> > packages. I had no time to see what's wrong with the patch, but I suspect
> > that with the patch and in my system I'm falling in one of the cases
> > where you're not adding the SSE flags.
>
> I don't suppose you kept the build logs? 

The only thing I kept was this:

g++ -o 
/tmp/marado/home/marado/personal/2nd/debian/etch/slviewer-1.18.1.2/indra/i686-linux-client-release/newview/llviewerjointmesh_vec.o
 -c -g -pipe -Wall -Wno-trigraphs -Wno-sign-compare -Werror -fno-math-errno 
-fexceptions -fsigned-char -fno-strict-aliasing -ftree-vectorize 
-falign-loops=16 -ffast-math -O2 -D_FORTIFY_SOURCE=2 -DLL_STANDALONE 
-DLL_MESA_HEADLESS=0 -DLL_MESA=0 -DLL_LINUX=1 -DAPPID=secondlife -DLL_SDL=1 
-DLL_FMOD=0 -DLL_X11=1 -DLL_GTK=1 -DLL_ELFBIN=0 -DLL_LIBXUL_ENABLED=0 
-DLL_GSTREAMER_ENABLED=1 -DLL_VECTORIZE=1 -DLL_SSE=1 -DLL_SSE2=1 -DNDEBUG 
-DLL_RELEASE=1 -Illcommon -Illmath -Illwindow -Illaudio -Illcharacter 
-Illdatabase -Illhavok -Illimage -Illinventory -Illmedia -Illmessage 
-Illprimitive -Illrender -Illscene -Illui -Illvfs -Illwindow -Illxml -Ilscript 
-Ilscript/lscript_compile 
-I/home/marado/personal/2nd/debian/etch/slviewer-1.18.1.2/libraries/include 
-I/home/marado/personal/2nd/debian/etch/slviewer-1.18.1.2/libraries/include/havok
 
-I/home/marado/personal/2nd/debian/etch/slviewer-1.18.1.2/libraries/i686-linux/include
 -I/usr/include/apr-1.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/pango-1.0 -I/usr/include/SDL -I/usr/include/gstreamer-0.10 
-I/usr/include/libxml2 
/tmp/marado/home/marado/personal/2nd/debian/etch/slviewer-1.18.1.2/indra/i686-linux-client-release/newview/llviewerjointmesh_vec.cpp
In file included from llmath/llv4math.h:77,
 
from 
/tmp/marado/home/marado/personal/2nd/debian/etch/slviewer-1.18.1.2/indra/i686-linux-client-release/newview/llviewerjointmesh_vec.cpp:41:
/usr/lib/gcc/i486-linux-gnu/4.1.2/include/xmmintrin.h:34:3: error: #error "SSE 
instruction set not enabled"
llmath/llv4math.h:78: error: '__m128' does not name a type
llmath/llv4vector3.h:47: error: 'V4F32' does not name a type
llmath/llv4vector3.h: In member function 'void LLV4Vector3::setVec(F32)':
llmath/llv4vector3.h:76: error: 'v' was not declared in this scope
llmath/llv4vector3.h:76: error: '_mm_set1_ps' was not declared in this scope
llmath/llv4matrix3.h: At global scope:
llmath/llv4matrix3.h:49: error: 'V4F32' does not name a type
llmath/llv4matrix3.h: In member function 'void LLV4Matrix3::lerp(const 
LLV4Matrix3&, const LLV4Matrix3&, const F32&)':
llmath/llv4matrix3.h:79: error: '__m128' was not declared in this scope
llmath/llv4matrix3.h:79: error: expected `;' before 'vw'
llmath/llv4matrix3.h:80: error: 'mV' was not declared in this scope
llmath/llv4matrix3.h:80: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:80: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:80: error: '_mm_sub_ps' was not declared in this scope
llmath/llv4matrix3.h:80: error: 'vw' was not declared in this scope
llmath/llv4matrix3.h:80: error: '_mm_mul_ps' was not declared in this scope
llmath/llv4matrix3.h:80: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:80: error: '_mm_add_ps' was not declared in this scope
llmath/llv4matrix3.h:81: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:81: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:81: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:82: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:82: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h:82: error: 'const class LLV4Matrix3' has no member 
named 'mV'
llmath/llv4matrix3.h: In member function 'void LLV4Matrix3::multiply(const 
LLVector3&, LLVector3&) const':
llmath/llv4matrix3.h:88: error: 'class LLV4Vector3' has no member named 'v'
llmath/llv4matrix3.h:88: error: '_mm_set1_ps' was not declared in this scope
llmath/llv4matrix3.h:88: error: 'mV' was not declared in this scope
llmath/llv4matrix3.h:88: error: '_mm_mul_ps' was not declared in this scope
llmath/llv4matrix3.h:89: error: 'class LLV4Vector3' has no member named 'v'
llmath/llv4matrix3.h:89: error: 'class LLV4Vector3' has no member named 'v'
llmath/llv4matrix3.h:89: error: '_mm_add_ps' was not declared in this scope
llmath/llv4matrix3.h:90: error: 'class LLV4Vector3' has no member named 'v'
llmath/llv4matrix3.h:90: error: 'class LLV4Vector3' has no member named 'v'
llmath/llv4matrix3.h: In member 

Bug#439103: ITP: guile-cairo -- Guile bindings for Cairo

2007-08-22 Thread Andreas Rottmann
Package: wnpp
Severity: wishlist
Owner: Andreas Rottmann <[EMAIL PROTECTED]>


* Package name: guile-cairo
  Version : 1.4.0
  Upstream Author : Andy Wingo
* URL : http://home.gna.org/guile-cairo/
* License : LGPL
  Programming Lang: C, Scheme
  Description : Guile bindings for Cairo

This is the proposed control file:


Source: guile-cairo
Section: interpreters
Priority: extra
Maintainer: Andreas Rottmann <[EMAIL PROTECTED]>
Standards-Version: 3.7.2
Build-Depends: cdbs (>= 0.4.49), autotools-dev, debhelper (>> 5),
 patchutils (>= 0.2.25), guile-1.8-dev, libcairo2-dev (>= 1.4.10),
 guile-library (>= 0.1.2)

Package: guile-cairo
Architecture: any
Depends: ${shlibs:Depends}
Description: Guile bindings for Cairo
 This package contains Guile modules that provide access to the Cairo
 library.

Package: guile-cairo-dev
Architecture: any
Depends: guile-cairo (= ${binary:Version}), guile-1.8-dev, libcairo2-dev (>= 
1.4.10)
Description: Guile bindings for Cairo, development files
 This package contains the info manual for guile-cairo and the header
 files to allow compilation of wrappers depending on guile-cairo.


The reason that there is no lib* package is that the shared library
shipped in guile-cairo is dlopen'ed by the Guile code, so the symlinks
and .la file ship in guile-cairo.

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

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_AT.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#439107: ITP: xpn -- GTK+ based news reader

2007-08-22 Thread Michael Krauss
Package: wnpp
Severity: wishlist
Owner: Michael Krauss <[EMAIL PROTECTED]>


* Package name: xpn
  Version : 0.7.0
  Upstream Author : Antonio Caputo <[EMAIL PROTECTED]>
* URL : http://xpn.altervista.org/index-en.html
* License : GPL v2
  Programming Lang: Python
  Description : GTK+ based news reader

After using XPN myself for a year now, i think it's time to
make it available in debian.

XPN is written in python. By default it is not intended to be
installed, but to be started directly out of its directory.  Thus i
have written a start script that preserves as many command line
parameters of the original program as possible and let XPN behave like
a Unix Tool should behave. Furthermore i added an .desktop file and
converted the program icon to xpm.

Next i will upload the package on mentors.debian.net.
I hope this is the right procedure, following
http://mentors.debian.net/cgi-bin/maintainer-intro
and
http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-newpackage


Kind Regards,
Michael Krauss


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

Kernel: Linux 2.6.22.3-slh-smp-1 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#439103: ITP: guile-cairo -- Guile bindings for Cairo

2007-08-22 Thread Andreas Rottmann
block 437293 by 439103
thanks

Andreas Rottmann <[EMAIL PROTECTED]> writes:

> Package: wnpp
> Severity: wishlist
> Owner: Andreas Rottmann <[EMAIL PROTECTED]>
>
>
> * Package name: guile-cairo
>   Version : 1.4.0
>   Upstream Author : Andy Wingo
> * URL : http://home.gna.org/guile-cairo/
> * License : LGPL
>   Programming Lang: C, Scheme
>   Description : Guile bindings for Cairo
>
> This is the proposed control file:
>
> 
[...snip...]
> 
>
> The reason that there is no lib* package is that the shared library
> shipped in guile-cairo is dlopen'ed by the Guile code, so the symlinks
> and .la file ship in guile-cairo.
>

This package is necessary for newer guile-gnome-platform releases (see
[0]), hences this ITP bug is a blocker for #437293 to be resolved.

[0] http://bugs.debian.org/437293
-- 
Andreas Rottmann | [EMAIL PROTECTED]  | [EMAIL PROTECTED] | [EMAIL 
PROTECTED]
http://rotty.uttx.net| GnuPG Key: http://rotty.uttx.net/gpg.asc
Fingerprint  | C38A 39C5 16D7 B69F 33A3  6993 22C8 27F7 35A9 92E7
v2sw7MYChw5pr5OFma7u7Lw2m5g/l7Di6e6t5BSb7en6g3/5HZa2Xs6MSr1/2p7 hackerkey.com

The best way to accelerate a Windows machine is at 9.81 m/s^2


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



Processed: tagging 426895

2007-08-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> tags 426895 pending
Bug#426895: ITP: homebank -- Manage your personal accounts at home
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]



Processed: ITP: fwknop -- Single Packet Authorization via "FireWall KNock OPerator"

2007-08-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 406627 IPT: fwknop -- Single Packet Authorization via "FireWall KNock 
> OPerator"
Bug#406627: RFP: fwknop -- Single Packet Authorization via "FireWall KNock 
OPerator"
Changed Bug title to `IPT: fwknop -- Single Packet Authorization via "FireWall 
KNock OPerator"' from `RFP: fwknop -- Single Packet Authorization via "FireWall 
KNock OPerator"'.

> stop
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

2007-08-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 406627 ITP: fwknop -- Single Packet Authorization via "FireWall KNock 
> OPerator"
Bug#406627: IPT: fwknop -- Single Packet Authorization via "FireWall KNock 
OPerator"
Changed Bug title to `ITP: fwknop -- Single Packet Authorization via "FireWall 
KNock OPerator"' from `IPT: fwknop -- Single Packet Authorization via "FireWall 
KNock OPerator"'.

> stop
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#439159: O: pythoncad -- Computer Aided Drafting (CAD) program

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the pythoncad package.

The package description is:
 PythonCAD is a scriptable (with the Python language) and easy to use drafting
 program.
 .
 Please note that this version still doesn't support DWG and DXF file formats.
 .
  Homepage: http://www.pythoncad.org

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

Kernel: Linux 2.6.18-3-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


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



Bug#439160: O: pythoncad -- Computer Aided Drafting (CAD) program

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the pythoncad package.

The package description is:
 PythonCAD is a scriptable (with the Python language) and easy to use drafting
 program.
 .
 Please note that this version still doesn't support DWG and DXF file formats.
 .
  Homepage: http://www.pythoncad.org

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

Kernel: Linux 2.6.18-3-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


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



Bug#439044: ITAing darkstat -- a network traffic analyzer

2007-08-22 Thread Cedric Delfosse
Please do :)

Regards,




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



Bug#439162: O: scavr -- Squid ClamAV Redirector

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the scavr package.

The package description is:
 SCAVR is a Squid helper script to get virus scanning for defined extensions
 (for example .exe, .com, .bat ...), thanks to the Clam AntiVirus toolkit.
 .
 SCAVR handles the request as given from Squid, downloads the URL and scans it
 for known virus. If a file is infected, it rewrites the URL from Squid to a
 blocked URL or to an info page with scanning results.

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

Kernel: Linux 2.6.18-3-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


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



Processed: merging 439159 439160

2007-08-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.5
> merge 439159 439160
Bug#439159: O: pythoncad -- Computer Aided Drafting (CAD) program
Bug#439160: O: pythoncad -- Computer Aided Drafting (CAD) program
Merged 439159 439160.

>
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#439164: O: pv -- Shell pipeline element to meter data passing through

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the pv package.

The package description is:
 pv (Pipe Viewer) can be inserted into any normal pipeline between two processes
 to give a visual indication of how quickly data is passing through, how long it
 has taken, how near to completion it is, and an estimate of how long it will be
 until completion.
 .
 To use it, insert it in a pipeline between two processes, with the appropriate
 options. Its standard input will be passed through to its standard output and
 progress will be shown on standard error.

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

Kernel: Linux 2.6.18-3-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


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



Bug#141945: marked as done (ITP: nel -- game engine library with 3d, net, sound, pacs, ai)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 19:43:05 +0100
with message-id <[EMAIL PROTECTED]
and subject line Hospital data for the US
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Version: N/A; reported 2002-04-09
Severity: wishlist

* Package name: nel
  Version : 0.3.0
  Upstream Author : Nevrax Ltd. <[EMAIL PROTECTED]>
* URL : http://www.nevrax.org/
* License : GPL
  Description : game engine library with 3d, net, sound, pacs, ai

 NeL is a software platform for creating and running massively
 multi-user entertainment in a 3D environment over the Internet.  The
 NeL library is further divided into specific modules: network, ai, 3d
 and misc.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux inspiron.dachary.org 2.4.18 #1 Mon Apr 1 14:06:44 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C


--- End Message ---
--- Begin Message ---



Only until Aug 24 - Purchase the Medical Doctor Directory at the sale price and 
get Hospital, Nursing Home and Dentist data without charge


Licensed Medical Doctors in the USA 

788,087 in total – 17,400 emails

Featuring coverage for more than 30 specialties like Internal Medicine, Family 
Practice, Opthalmology, Anesthesiologists, Cardiologists and more

16 different sortable fields

Price for this week only =  $358


*** Recieve the 3 medical Lists below completely free! when you buy the Medical 
Doctor Listing above ***

American Hospitals
complete contact information for CEO's, CFO's, Directors and more - over 23,000 
listings in total for more than 7,000 hospitals in the USA

American Dentists
A complete Listing or dentists and related services (valued at $299)

American Nursing Home List
includes over 31,589 Senior administrators, 11,288 Nursing Directors in over 
14,706 Nursing Homes in the United States. (value: $249)

call us: 206-600-6530





--- End Message ---


Bug#148413: marked as done (ITP: iconv -- GNU Unicode conversion library)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 17:27:43 -0400
with message-id <[EMAIL PROTECTED]
and subject line all new lists
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Version: N/A; reported 2002-05-28
Severity: wishlist

* Package name: iconv
  Version : 1.7
  Upstream author : GNU Project
* URL : http://www.gnu.org/software/libiconv/
* License : LGPL
  Description : A Unicode conversion library

This is an open source Unicode conversion library provided by the GNU
Project. It is required to provide this functionality on the NetBSD
platform, and is a pre-requisite to successfully building GCC 3.1. It also
provides a command-line interface via the 'iconv' program.

I am currently in the NM queue, pending DAM approval and account creation,
and have a sponsor for the package.
-- 
***
Joel Baker   System Administrator - lightbearer.com
[EMAIL PROTECTED]  http://users.lightbearer.com/lucifer/

--- End Message ---
--- Begin Message ---



Only until Aug 24 - Purchase the Doctor Directory at the sale price and get 
Hospital, Nursing Home and Dentist data at no additional cost


Licensed Doctors in the USA 

788,515 in total – 17,400 emails

Many popular specialties like Emergency Medicine, Plastic Surgery, OBGYN, 
Oncology, Pediatrics and more

16 different sortable fields

This week's special price =  $355


*** BONUS: Get the 3 lists below as a bonus when you order the MD data ***

List of US Hospitals
more than 23k hospital administrators in over 7k hospitals [worth over $300 
alone)

US Dentist Database
More than half a million listings [worth $299 alone!]

American Nursing Home Database
includes over 31,589 Senior administrators, 11,288 Nursing Directors in over 
14,706 Nursing Homes in the United States. (value: $249)

reply by phone: 206-600-6530





--- End Message ---


Processed: Undo spammer closure

2007-08-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 148413
Bug#148413: ITP: iconv -- GNU Unicode conversion library
Bug reopened, originator not changed.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#433709: marked as done (RFP: python-magick -- An object-oriented Python interface to ImageMagick.)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 21:52:08 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433709: fixed in pythonmagick 0.7-2
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Severity: wishlist


* Package name: python-magick
  Version : 0.6
* URL : http://www.imagemagick.org/script/api.php#python
* License : GPL compatible
  Programming Lang: Python
  Description : An object-oriented Python interface to ImageMagick.

ImageMagick is a set of programs to manipulate various image formats
(JPEG, TIFF, PhotoCD, PBM, XPM, etc...).

Possible effects: colormap manipulation, channel operations, thumbnail
creation, image annotation, limited drawing, image distortion, etc...

This package provides an interface between the Python programming
language and the ImageMagick image processing library.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
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: pythonmagick
Source-Version: 0.7-2

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

python-pythonmagick_0.7-2_i386.deb
  to pool/main/p/pythonmagick/python-pythonmagick_0.7-2_i386.deb
pythonmagick_0.7-2.diff.gz
  to pool/main/p/pythonmagick/pythonmagick_0.7-2.diff.gz
pythonmagick_0.7-2.dsc
  to pool/main/p/pythonmagick/pythonmagick_0.7-2.dsc



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.
Carl Fürstenberg <[EMAIL PROTECTED]> (supplier of updated pythonmagick 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: Sat, 18 Aug 2007 17:01:51 +0200
Source: pythonmagick
Binary: python-pythonmagick
Architecture: source i386
Version: 0.7-2
Distribution: unstable
Urgency: medium
Maintainer: Carl Fürstenberg <[EMAIL PROTECTED]>
Changed-By: Carl Fürstenberg <[EMAIL PROTECTED]>
Description: 
 python-pythonmagick - an object-oriented Python interface to ImageMagick
Closes: 433709
Changes: 
 pythonmagick (0.7-2) unstable; urgency=medium
 .
   * Move it to use python 2.4 instead per changes in libboost-python.
 .
 pythonmagick (0.7-1) unstable; urgency=low
 .
   * Initial release (Closes: #433709)
Files: 
 87f490b38812b10f524231547f7c1ddd 1017 python extra pythonmagick_0.7-2.dsc
 bd9ec0022291b8e940b51479d6096181 4968 python extra pythonmagick_0.7-2.diff.gz
 8908f1c41431dc47f42404add49407c5 5296 python extra 
python-pythonmagick_0.7-2_i386.deb

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

iD8DBQFGx1qZB01zfu119ZkRAq0eAJ4/Byb7h1tVUoKe3oGbcPG97KXZFwCeKIbo
EHqnhG2avz0tVUZSSybdImU=
=Z41W
-END PGP SIGNATURE-

--- End Message ---


Bug#433709: marked as done (RFP: python-magick -- An object-oriented Python interface to ImageMagick.)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 21:52:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433709: fixed in pythonmagick 0.7-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Severity: wishlist


* Package name: python-magick
  Version : 0.6
* URL : http://www.imagemagick.org/script/api.php#python
* License : GPL compatible
  Programming Lang: Python
  Description : An object-oriented Python interface to ImageMagick.

ImageMagick is a set of programs to manipulate various image formats
(JPEG, TIFF, PhotoCD, PBM, XPM, etc...).

Possible effects: colormap manipulation, channel operations, thumbnail
creation, image annotation, limited drawing, image distortion, etc...

This package provides an interface between the Python programming
language and the ImageMagick image processing library.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
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: pythonmagick
Source-Version: 0.7-1

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

python-pythonmagick_0.7-1_i386.deb
  to pool/main/p/pythonmagick/python-pythonmagick_0.7-1_i386.deb
pythonmagick_0.7-1.diff.gz
  to pool/main/p/pythonmagick/pythonmagick_0.7-1.diff.gz
pythonmagick_0.7-1.dsc
  to pool/main/p/pythonmagick/pythonmagick_0.7-1.dsc
pythonmagick_0.7.orig.tar.gz
  to pool/main/p/pythonmagick/pythonmagick_0.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.
Carl Fürstenberg <[EMAIL PROTECTED]> (supplier of updated pythonmagick 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: Wed, 01 Aug 2007 21:30:28 +0200
Source: pythonmagick
Binary: python-pythonmagick
Architecture: source i386
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Carl Fürstenberg <[EMAIL PROTECTED]>
Changed-By: Carl Fürstenberg <[EMAIL PROTECTED]>
Description: 
 python-pythonmagick - an object-oriented Python interface to ImageMagick
Closes: 433709
Changes: 
 pythonmagick (0.7-1) unstable; urgency=low
 .
   * Initial release (Closes: #433709)
Files: 
 db75fafc1b6cc2e4cfa1869e7e8a7110 937 python extra pythonmagick_0.7-1.dsc
 6861287de2c3ea6b8716079d99b5ba43 361197 python extra 
pythonmagick_0.7.orig.tar.gz
 dfa99d44deec96ae60c17cd5852afd40 4513 python extra pythonmagick_0.7-1.diff.gz
 65e461a34a0419fdedea75f3a17c27df 660976 python extra 
python-pythonmagick_0.7-1_i386.deb

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

iD8DBQFGteoyB01zfu119ZkRAkQrAKCDId2AAeMlk2EyxgI2TbIZunfquQCcDn0q
+Hy0pzsZPIiDZ3u2LITvfu4=
=ENQF
-END PGP SIGNATURE-

--- End Message ---


Bug#435879: marked as done (ITP: yum-metadata-parser -- A fast metadata parser for YUM)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 21:53:23 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435879: fixed in yum-metadata-parser 1.1.1-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Adam Cécile (Le_Vert)" <[EMAIL PROTECTED]>

* Package name: yum-metadata-parser
  Version : 1.1.1
  Upstream Author : James Bowes <[EMAIL PROTECTED]>
Florian Festi <[EMAIL PROTECTED]>
Tambet Ingo <[EMAIL PROTECTED]>
Jeremy Katz <[EMAIL PROTECTED]>
Paul Nasrat <[EMAIL PROTECTED]>
Seth Vidal <[EMAIL PROTECTED]>
Terje Rosten <[EMAIL PROTECTED]>
* URL : http://linux.duke.edu/projects/yum/
* License : GPLv2
  Programming Lang: C, Python
  Description : A fast metadata parser for YUM

C-based metadata parser python module to quickly parse XML metadata 
from YUM repository (RPMs) into sqlite databases.
.
 Homepage: http://linux.duke.edu/projects/yum/

This python module is required to use newer createrepo (metadatas 
generators for RPM repository) releases.

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

Kernel: Linux 2.6.18-4-amd64 (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: yum-metadata-parser
Source-Version: 1.1.1-1

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

python-sqlitecachec_1.1.1-1_i386.deb
  to pool/main/y/yum-metadata-parser/python-sqlitecachec_1.1.1-1_i386.deb
yum-metadata-parser_1.1.1-1.diff.gz
  to pool/main/y/yum-metadata-parser/yum-metadata-parser_1.1.1-1.diff.gz
yum-metadata-parser_1.1.1-1.dsc
  to pool/main/y/yum-metadata-parser/yum-metadata-parser_1.1.1-1.dsc
yum-metadata-parser_1.1.1.orig.tar.gz
  to pool/main/y/yum-metadata-parser/yum-metadata-parser_1.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.
Adam Cécile (Le_Vert) <[EMAIL PROTECTED]> (supplier of updated 
yum-metadata-parser 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: Fri, 03 Aug 2007 22:52:22 +0200
Source: yum-metadata-parser
Binary: python-sqlitecachec
Architecture: source i386
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) <[EMAIL PROTECTED]>
Changed-By: Adam Cécile (Le_Vert) <[EMAIL PROTECTED]>
Description: 
 python-sqlitecachec - A fast metadata parser for YUM
Closes: 435879
Changes: 
 yum-metadata-parser (1.1.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #435879).
Files: 
 10f7f27bca3e85d945fe76ea40081bf9 756 python extra 
yum-metadata-parser_1.1.1-1.dsc
 19a7bb09aa644be9093d73b5baa71cc3 16838 python extra 
yum-metadata-parser_1.1.1.orig.tar.gz
 87c50f777b2d08976c173bb40c7e30b0 2211 python extra 
yum-metadata-parser_1.1.1-1.diff.gz
 a0d9bfbaa98a5abf5efc38ebf5a70d32 37246 python extra 
python-sqlitecachec_1.1.1-1_i386.deb

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

iD8DBQFGte5DB01zfu119ZkRAlpGAKC+yTkx+OKupe5oz4aL2XQjrlgc4gCeMRKv
Q3kfponBqyni3LAMES/5qaU=
=/jJF
-END PGP SIGNATURE-

--- End Message ---


Bug#435193: marked as done (ITP: ttf-atarismall -- Very small 4 x 8 font)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 21:56:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435193: fixed in ttf-atarismall 1.0-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---

Package: wnpp
Severity: wishlist

* Package name: ttf-atarismall
   Version : 1.0
   Upstream Author: Thomas A. Fine
* URL : http://hea-www.harvard.edu/~fine/Tech/x11fonts.html
* License : See below
   Description : Very small 4 x 8 font
 This is named atari small because it was designed for a terminal 
emulator I
wrote for my Atari 800. It only had a 320 pixel wide display, but I 
wanted an
80 column terminal, hence we have a 4x8 font. This is somewhat cleaned 
up
from the original version. It has only a 1 pixel descent to maximize 
pixels

available to the main body of each character.

Notes: I have created a fontforge sfd version which one can generate 
otf/ttf
out of. If anyone knows how to limit the fontsize to 8 only for a 
otf/ttf font, please

contact me. (The original font is in bdf format)

Here's a screenshot on the real hardware:
http://gnu.ethz.ch/photos/vcfe2007/slides/img_5139.html

The following fonts are available for free, to use as you please.
The minimal license is included in the header of each font.
COMMENT
COMMENT  Copyright (c) 1999, Thomas A. Fine
COMMENT
COMMENT  License to copy, modify, and distribute for both commercial 
and

COMMENT  non-commercial use is herby granted, provided this notice
COMMENT  is preserved.
COMMENT
COMMENT  Email to my last name at head.cfa.harvard.edu
COMMENT  http://hea-www.harvard.edu/~fine/
COMMENT
COMMENT  Produced with bdfedit, a tcl/tk font editing program
COMMENT  written by Thomas A. Fine


--- End Message ---
--- Begin Message ---
Source: ttf-atarismall
Source-Version: 1.0-1

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

ttf-atarismall_1.0-1.diff.gz
  to pool/main/t/ttf-atarismall/ttf-atarismall_1.0-1.diff.gz
ttf-atarismall_1.0-1.dsc
  to pool/main/t/ttf-atarismall/ttf-atarismall_1.0-1.dsc
ttf-atarismall_1.0-1_all.deb
  to pool/main/t/ttf-atarismall/ttf-atarismall_1.0-1_all.deb
ttf-atarismall_1.0.orig.tar.gz
  to pool/main/t/ttf-atarismall/ttf-atarismall_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.
Gürkan Sengün <[EMAIL PROTECTED]> (supplier of updated ttf-atarismall 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, 31 Jul 2007 09:18:56 +0200
Source: ttf-atarismall
Binary: ttf-atarismall
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
Changed-By: Gürkan Sengün <[EMAIL PROTECTED]>
Description: 
 ttf-atarismall - Very small 4 x 8 font
Closes: 435193
Changes: 
 ttf-atarismall (1.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #435193)
Files: 
 49a5d2a306a5b3a77660072f17ca4111 594 x11 optional ttf-atarismall_1.0-1.dsc
 90b94c7a31f8a7ed329276546a8a74ad 8399 x11 optional 
ttf-atarismall_1.0.orig.tar.gz
 0bd300c4b5ff014bfe7183ee33b85ab8 1658 x11 optional ttf-atarismall_1.0-1.diff.gz
 c0d0fda709b5839ef9742472bd6a5d46 6116 x11 optional ttf-atarismall_1.0-1_all.deb

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

iD8DBQFGtuhUJ9EDSN0bDvcRAtxMAJ9PYooUKy5dUARuqRIoWntTVvLxmQCgi5MM
BZbIfUL3c7ybP+UQkSuUItk=
=qH5j
-END PGP SIGNATURE-

--- End Message ---


Bug#436389: marked as done (ITP: python-pypcap -- object-oriented Python interface for libpcap)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 22:19:32 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#436389: fixed in python-pypcap 1.1.2+debian-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Owner: "Robert S. Edmonds" <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: python-pypcap
  Version : 1.1.2
  Upstream Author : Dug Song
* URL : http://pcs.sourceforge.net/
* License : BSD
  Programming Lang: Python, Pyrex
  Description : object-oriented Python interface for libpcap

 pypcap is an objected-oriented Python interface for libpcap which
 supports packet injection and user callback functions.

-- 
Robert Edmonds
[EMAIL PROTECTED]


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: python-pypcap
Source-Version: 1.1.2+debian-1

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

python-pypcap_1.1.2+debian-1.diff.gz
  to pool/main/p/python-pypcap/python-pypcap_1.1.2+debian-1.diff.gz
python-pypcap_1.1.2+debian-1.dsc
  to pool/main/p/python-pypcap/python-pypcap_1.1.2+debian-1.dsc
python-pypcap_1.1.2+debian-1_amd64.deb
  to pool/main/p/python-pypcap/python-pypcap_1.1.2+debian-1_amd64.deb
python-pypcap_1.1.2+debian.orig.tar.gz
  to pool/main/p/python-pypcap/python-pypcap_1.1.2+debian.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.
Robert S. Edmonds <[EMAIL PROTECTED]> (supplier of updated python-pypcap 
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: Wed, 08 Aug 2007 01:14:08 -0400
Source: python-pypcap
Binary: python-pypcap
Architecture: source amd64
Version: 1.1.2+debian-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds <[EMAIL PROTECTED]>
Changed-By: Robert S. Edmonds <[EMAIL PROTECTED]>
Description: 
 python-pypcap - object-oriented Python interface for libpcap
Closes: 436389
Changes: 
 python-pypcap (1.1.2+debian-1) unstable; urgency=low
 .
   * Initial release; closes: #436389.
   * Repack the upstream tarball with files from both the GNN and Dug Song
 versions of pypcap.
Files: 
 7ef211bbb8f9597dde741b2d1413a958 718 net extra python-pypcap_1.1.2+debian-1.dsc
 cea6d8cd6779411e475a9ae918247923 10277 net extra 
python-pypcap_1.1.2+debian.orig.tar.gz
 9e6895f26b406cee6ee3a8ab88da706c 2141 net extra 
python-pypcap_1.1.2+debian-1.diff.gz
 9ac247ad25bb7cc94efc62bb00dd745f 49432 net extra 
python-pypcap_1.1.2+debian-1_amd64.deb

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

iD8DBQFGuWoDdp+/SHMBQJERAhBUAJ0ZQB0SXqG83pecnQkodUi7akeyvgCbBKb9
ttM7ckAmi8Ze4cNXDhcUP3U=
=7zr8
-END PGP SIGNATURE-

--- End Message ---


Bug#435839: marked as done (ITP: libjmac-java -- Open Source Java Monkey's Audio Decoder/Encoder/JavaSound SPI)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 22:26:24 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435839: fixed in libjmac-java 1.74-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Owner: Varun Hiremath <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: libjmac-java
  Version : 1.74
  Upstream Author : Dmitry Vagin <[EMAIL PROTECTED]> 
* URL or Web page : http://jmac.sourceforge.net/
* License : GPL
  Description : Open Source Java Monkey's Audio Decoder/Encoder/JavaSound 
SPI

 JMAC is a Java implementation of Monkey's Audio Compression
 decoder. JMAC is a Java library that decodes, converts and plays
 Monkey's Audio files (.MAC, .APL, .APE) in real time. JMAC doesn't
 need JMF. It runs under J2SE.
 .
  Homepage: http://jmac.sourceforge.net/

--- End Message ---
--- Begin Message ---
Source: libjmac-java
Source-Version: 1.74-1

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

libjmac-java_1.74-1.diff.gz
  to pool/main/libj/libjmac-java/libjmac-java_1.74-1.diff.gz
libjmac-java_1.74-1.dsc
  to pool/main/libj/libjmac-java/libjmac-java_1.74-1.dsc
libjmac-java_1.74-1_all.deb
  to pool/main/libj/libjmac-java/libjmac-java_1.74-1_all.deb
libjmac-java_1.74.orig.tar.gz
  to pool/main/libj/libjmac-java/libjmac-java_1.74.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.
Varun Hiremath <[EMAIL PROTECTED]> (supplier of updated libjmac-java 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: Fri, 03 Aug 2007 18:22:40 +0530
Source: libjmac-java
Binary: libjmac-java
Architecture: source all
Version: 1.74-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath <[EMAIL PROTECTED]>
Changed-By: Varun Hiremath <[EMAIL PROTECTED]>
Description: 
 libjmac-java - Open Source Java Monkey's Audio Decoder/Encoder/JavaSound SPI
Closes: 435839
Changes: 
 libjmac-java (1.74-1) unstable; urgency=low
 .
   * Initial release (Closes: #435839)
Files: 
 0da1af9b8ac4be300d5209a2ef18913d 727 libs optional libjmac-java_1.74-1.dsc
 d07a76885664d1fc9ce61a4d28bcbebf 260342 libs optional 
libjmac-java_1.74.orig.tar.gz
 7e51557bfe67c9b603d9231a37f57199 2940 libs optional libjmac-java_1.74-1.diff.gz
 8aeccb18ba1da9baa4febf35369b2472 782676 libs optional 
libjmac-java_1.74-1_all.deb

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

iD8DBQFGuZyJfY3dicTPjsMRAkkNAJ93urdQbOB6T90HmGLBwIVq2i/WSQCfXU67
NRg87iwsr9ueEtTpoHaHiKw=
=Foku
-END PGP SIGNATURE-

--- End Message ---


Bug#433520: marked as done (ITP: obmenu -- A menu editor for openbox)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 22:36:10 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433520: fixed in obmenu 1.0-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Severity: ITP

* Package name: obmenu
  Version : 1.0
  Upstream Authors: Manuel Colmenero <[EMAIL PROTECTED]>
* URL : http://obmenu.sourceforge.net/
* License : GNU GPL
  Description : A menu editor for openbox.

Obmenu is a menu editor designed for openbox.
It's easy to use, allowing to get the most out of the powerful Openbox
menu system, while hiding the xml layout from the user.
It also installs a bunch of dynamic menus (pipe menus), such as Gnome
menus or a quick-navigator.
You can also use the obxml module to easily write pipe menus of your
own in Python. 


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: obmenu
Source-Version: 1.0-1

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

obmenu_1.0-1.diff.gz
  to pool/main/o/obmenu/obmenu_1.0-1.diff.gz
obmenu_1.0-1.dsc
  to pool/main/o/obmenu/obmenu_1.0-1.dsc
obmenu_1.0-1_i386.deb
  to pool/main/o/obmenu/obmenu_1.0-1_i386.deb
obmenu_1.0.orig.tar.gz
  to pool/main/o/obmenu/obmenu_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.
Davide Truffa <[EMAIL PROTECTED]> (supplier of updated obmenu 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: Thu, 02 Aug 2007 11:50:50 +0200
Source: obmenu
Binary: obmenu
Architecture: source i386
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Davide Truffa <[EMAIL PROTECTED]>
Changed-By: Davide Truffa <[EMAIL PROTECTED]>
Description: 
 obmenu - A graphical menu editor for openbox
Closes: 433520
Changes: 
 obmenu (1.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #433520)
Files: 
 6c5bc2563af0e3c5d40a5b14b6a6219c 595 x11 extra obmenu_1.0-1.dsc
 710036a5edc9886d6d563ce46c747432 26375 x11 extra obmenu_1.0.orig.tar.gz
 e9e6c986e4579d8febe8fbf4e8ca15dd 4538 x11 extra obmenu_1.0-1.diff.gz
 ac93fef4697536a32cf5e58e9e16b635 26144 x11 extra obmenu_1.0-1_i386.deb

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

iD8DBQFGueJXHYflSXNkfP8RAt44AKCPQapdTP+QNIjpxVgGcVCFSjdjbwCgrvDU
I2Iw2IfaynymArF+71L9Y28=
=p9+R
-END PGP SIGNATURE-

--- End Message ---


Bug#436705: marked as done (ITP: gsutil -- configure and manage Grandstream BudgeTone 100 VOIP and GX2000 phones)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 22:42:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#436705: fixed in gsutil 3.0-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Julien Danjou <[EMAIL PROTECTED]>

* Package name: gsutil
  Version : 3.0
  Upstream Author : Charles Howes <[EMAIL PROTECTED]>
* URL : http://www.pkts.ca/gsutil.shtml
* License : GPL
  Programming Lang: Perl
  Description : configure and manage Grandstream BudgeTone 100 VOIP and 
GX2000 phones

 GsUtil is a short program written to dump and restore the data
 from randstream BudgeTone 100 VOIP and GX2000 phone.
 Since a reboot is required to make the configuration change effective,
 this program does that too.

-- 
Julien Danjou
// Λ̊ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// In the Sixth Sense, Bruce Willis is dead.

--- End Message ---
--- Begin Message ---
Source: gsutil
Source-Version: 3.0-1

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

gsutil_3.0-1.diff.gz
  to pool/main/g/gsutil/gsutil_3.0-1.diff.gz
gsutil_3.0-1.dsc
  to pool/main/g/gsutil/gsutil_3.0-1.dsc
gsutil_3.0-1_all.deb
  to pool/main/g/gsutil/gsutil_3.0-1_all.deb
gsutil_3.0.orig.tar.gz
  to pool/main/g/gsutil/gsutil_3.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.
Julien Danjou <[EMAIL PROTECTED]> (supplier of updated gsutil 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: Wed, 08 Aug 2007 17:46:24 +0200
Source: gsutil
Binary: gsutil
Architecture: source all
Version: 3.0-1
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou <[EMAIL PROTECTED]>
Changed-By: Julien Danjou <[EMAIL PROTECTED]>
Description: 
 gsutil - configure and manage Grandstream BudgeTone 100 VOIP and GX2000 ph
Closes: 436705
Changes: 
 gsutil (3.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #436705)
Files: 
 4018d08c4c4bb59b658a43a31c55b621 550 admin extra gsutil_3.0-1.dsc
 196eb077b71334dca5fbaa51ea4a7bab 15531 admin extra gsutil_3.0.orig.tar.gz
 51792ad300eec89e727fffad28de85ed 1264 admin extra gsutil_3.0-1.diff.gz
 6ba85dc915223c41af8329ef58a36805 17114 admin extra gsutil_3.0-1_all.deb

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

iD8DBQFGuenXpGK1HsL+5c0RAoLyAKC02ASjmIkaMu+P/smxuhPiQuSnFwCghn4d
qfzlnpw3kEpeLegTogxzT24=
=8JKW
-END PGP SIGNATURE-

--- End Message ---


Bug#434495: marked as done (ITP: glaurung2 -- free UCI chess engine, to calculate chess moves.)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 22:49:26 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434495: fixed in glaurung 1.99.2epsilon5-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---

Package: wnpp
Severity: wishlist
Owner: Oliver Korff <[EMAIL PROTECTED]>


* Package name: glaurung2
  Version : 2.e.5
  Upstream Author : Romstad Tord <[EMAIL PROTECTED]>
* URL : http://www.glaurungchess.com/
* License : GPL
  Programming Lang: C++
  Description : free UCI chess engine, to calculate chess moves.

This is a very strong chess engine, finished 4th place at internatonal
ChessWar X. It uses the UCI (universal chess interface), for chess
engines as communication protocol. This means to play against it,
you will have to use an UCI capable interface, like knights. Or an
xboard adapter like polyglot. glaurung can be found at:
.
http://www.glaurungchess.com/

#

Why another chess engine? --
Why another editor?

Playing chess means also analyze your own moves with the strongest
computer program currently available. Strength here is a relative
impression of the user. Giving him various possibilitys.

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

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

--- End Message ---
--- Begin Message ---
Source: glaurung
Source-Version: 1.99.2epsilon5-1

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

glaurung_1.99.2epsilon5-1.diff.gz
  to pool/main/g/glaurung/glaurung_1.99.2epsilon5-1.diff.gz
glaurung_1.99.2epsilon5-1.dsc
  to pool/main/g/glaurung/glaurung_1.99.2epsilon5-1.dsc
glaurung_1.99.2epsilon5-1_amd64.deb
  to pool/main/g/glaurung/glaurung_1.99.2epsilon5-1_amd64.deb
glaurung_1.99.2epsilon5.orig.tar.gz
  to pool/main/g/glaurung/glaurung_1.99.2epsilon5.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.
Oliver Korff <[EMAIL PROTECTED]> (supplier of updated glaurung 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, 09 Jul 2007 17:05:28 +0200
Source: glaurung
Binary: glaurung
Architecture: source amd64
Version: 1.99.2epsilon5-1
Distribution: unstable
Urgency: low
Maintainer: Oliver Korff <[EMAIL PROTECTED]>
Changed-By: Oliver Korff <[EMAIL PROTECTED]>
Description: 
 glaurung   - free UCI chess engine, to calculate chess moves
Closes: 434495
Changes: 
 glaurung (1.99.2epsilon5-1) unstable; urgency=low
 .
   * Initial release (Closes: #434495)
Files: 
 c2057e1736dc8284c3aac84b4a85203f 582 games extra glaurung_1.99.2epsilon5-1.dsc
 eac2488619260acd645989f0672dd72b 132659 games extra 
glaurung_1.99.2epsilon5.orig.tar.gz
 060b2048875929ab138bfc249e51b2e3 12390 games extra 
glaurung_1.99.2epsilon5-1.diff.gz
 9fbed7c0a9ef9d3a003b9fadcdce691d 145658 games extra 
glaurung_1.99.2epsilon5-1_amd64.deb

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

iD8DBQFGuj3Z9/DnDzB9Vu0RAtDcAJ0UYKZ5IGzD8C1VH54PB7PEfZQzCwCfWwMl
RAthXFqdUmqWIdnKgIN0YlA=
=d17o
-END PGP SIGNATURE-

--- End Message ---


Bug#391678: marked as done (ITP: asio -- a cross-platform C++ networking library)

2007-08-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Aug 2007 22:45:50 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#391678: fixed in asio 0.3.8~rc3-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Marek Habersack <[EMAIL PROTECTED]>

* Package name: asio
  Version : 0.3.7
  Upstream Author : Christopher M. Kohlhoff <[EMAIL PROTECTED]>
* URL : http://asio.sf.net/
* License : The Boost License (http://www.boost.org/LICENSE_1_0.txt)
  Programming Lang: C++
  Description : a cross-platform C++ networking library

 ASIO is a cross-platform C++ library for network programming 
 that provides developers with a consistent asynchronous 
 I/O model using a modern C++ approach.

-- System Information:
Debian Release: testing/unstable
  APT prefers edgy-updates
  APT policy: (500, 'edgy-updates'), (500, 'edgy-backports'), (500, 'edgy')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-mm3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

--- End Message ---
--- Begin Message ---
Source: asio
Source-Version: 0.3.8~rc3-1

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

asio_0.3.8~rc3-1.diff.gz
  to pool/main/a/asio/asio_0.3.8~rc3-1.diff.gz
asio_0.3.8~rc3-1.dsc
  to pool/main/a/asio/asio_0.3.8~rc3-1.dsc
asio_0.3.8~rc3.orig.tar.gz
  to pool/main/a/asio/asio_0.3.8~rc3.orig.tar.gz
libasio-dev_0.3.8~rc3-1_all.deb
  to pool/main/a/asio/libasio-dev_0.3.8~rc3-1_all.deb
libasio-doc_0.3.8~rc3-1_all.deb
  to pool/main/a/asio/libasio-doc_0.3.8~rc3-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.
Simon Richter <[EMAIL PROTECTED]> (supplier of updated asio 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: Wed, 08 Aug 2007 04:40:44 +0200
Source: asio
Binary: libasio-doc libasio-dev
Architecture: source all
Version: 0.3.8~rc3-1
Distribution: unstable
Urgency: low
Maintainer: Simon Richter <[EMAIL PROTECTED]>
Changed-By: Simon Richter <[EMAIL PROTECTED]>
Description: 
 libasio-dev - cross-platform C++ library for network programming
 libasio-doc - cross-platform C++ library for network programming
Closes: 391678
Changes: 
 asio (0.3.8~rc3-1) unstable; urgency=low
 .
   * Initial release (Closes: #391678)
   * Fixed a bug in asio that made asio::has_service fail to instantiate
Files: 
 dc1f9293fc4a6c3149999f507ac2 732 devel optional asio_0.3.8~rc3-1.dsc
 bb8daa9f26abc5974ef0c81296317413 2240307 devel optional 
asio_0.3.8~rc3.orig.tar.gz
 de42dc70068dfa483399a7830e330480 3112 devel optional asio_0.3.8~rc3-1.diff.gz
 f7659669832694241f2e81fdcbb8ae47 155814 devel optional 
libasio-dev_0.3.8~rc3-1_all.deb
 c3a6de2127cc49dd4c5cbceae567cd71 766686 devel optional 
libasio-doc_0.3.8~rc3-1_all.deb

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

iQCVAwUBRrn15dLH3rpX37+7AQIJOwQAi7iQffJq62gPb09rpoGaL29WJlWvOJ/8
NqAhr5iRCslkLB8WD7uTATK567H36fcOkNWKJcriRx4ZnYSFsDdXrtSUz6hZWpCf
iLxXDqCR2wFrEiUAAUvjN2ngCwMgdo1o9p8YxKD/sqDLthzx0+mSSNYJJ2PO+JPG
LNJuboHSPMc=
=gqqO
-END PGP SIGNATURE-

--- End Message ---


Processed: Bug#439164: ITA: pv -- Shell pipeline element to meter data passing through

2007-08-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 439164 ITA: pv -- Shell pipeline element to meter data passing through
Bug#439164: O: pv -- Shell pipeline element to meter data passing through
Changed Bug title to `ITA: pv -- Shell pipeline element to meter data passing 
through' from `O: pv -- Shell pipeline element to meter data passing through'.

> owner 439164 [EMAIL PROTECTED]
Bug#439164: ITA: pv -- Shell pipeline element to meter data passing through
Owner recorded as [EMAIL PROTECTED]

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



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

2007-08-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # the following bugs are closed by packages in NEW
> #
> tags 390073 pending
Bug#390073: ITP: nikwi -- platform game where your goal is to collect candies
There were no tags set.
Tags added: pending

> tags 427297 pending
Bug#427297: ITP: sturmbahnfahrer -- simulated obstacle course for automobiles
There were no tags set.
Tags added: pending

> tags 432526 pending
Bug#432526: ITP: tapioca-glib -- Library to abstract all the d-bus stuff for 
telepathy
There were no tags set.
Tags added: pending

> tags 436138 pending
Bug#436138: ITP: libtemplate-plugin-xml-perl -- XML plugin for the Template 
Toolkit
There were no tags set.
Tags added: pending

> tags 438951 pending
Bug#438951: ITP: ski -- A simulator for the Itanium architecture
There were no tags set.
Tags added: pending

> tags 439085 pending
Bug#439085: ITP: [lua-logging] -- logging facilities for lua
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#439185: RFP: pocketsphinx -- Lightweight speech recognition engine

2007-08-22 Thread David Huggins-Daines
Package: wnpp
Severity: wishlist


* Package name: pocketsphinx
  Version : 0.4
  Upstream Author : David Huggins-Daines <[EMAIL PROTECTED]>
* URL : http://www.pocketsphinx.org/
* License : BSD
  Programming Lang: C
  Description : Lightweight speech recognition engine

PocketSphinx is a lightweight, cross-platform, speaker-independent, 
large-vocabulary continuous speech recognition engine.  It is 
source-compatible with Sphinx2 and suitable for handheld and desktop 
applications.

Unofficial source and binary packages for Ubuntu feisty are available at
http://www.cs.cmu.edu/~dhuggins/packages/feisty/

-- System Information:
Debian Release: 4.0
  APT prefers feisty-updates
  APT policy: (500, 'feisty-updates'), (500, 'feisty-security'), (500, 
'feisty-backports'), (500, 'feisty')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20-16-generic
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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