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

2010-08-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Sun Aug 22 08:03:19 UTC 2010
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: service-wrapper-java
> tags 591758 + pending
Bug #591758 [wnpp] RFP: service-wrapper-java -- Wrapper tool to run Jar files 
as a  daemon
Added tag(s) pending.
> # Source package in NEW: ada-reference-manual
> tags 460582 + pending
Bug #460582 [ada-reference-manual] ada-reference-manual: Ada 2005 RM
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
460582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460582
591758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591758
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128246421215737.transcr...@bugs.debian.org



Bug#574371: Patch for building on squeeze

2010-08-22 Thread Florian Weimer
The patch below is required to make the package build on squeeze.
It's still not policy-conforming because there are tests which require
access to the network, but at least it builds now when the network is
available.

By the way, what's the story behind the statically-linked binaries in
/usr/lib/golang/bin?

# HG changeset patch
# User f...@deneb.enyo.de
# Date 1282471319 -7200
# Node ID d68478aa6899b45b119c044ed8f819fe5cb8bd30
# Parent  c6b2f56925705655af802e6093072b63bbf86486
Allow IPv4 on IPv6 sockets

diff -r c6b2f5692570 -r d68478aa6899 src/pkg/net/sock.go
--- a/src/pkg/net/sock.go   Sun Jul 04 21:37:27 2010 -0500
+++ b/src/pkg/net/sock.go   Sun Aug 22 12:01:59 2010 +0200
@@ -38,6 +38,16 @@
// Allow broadcast.
syscall.SetsockoptInt(s, syscall.SOL_SOCKET, syscall.SO_BROADCAST, 1)
 
+   // Allow IPv4 on IPv6 sockets.
+   if f == syscall.AF_INET6 {
+   e = syscall.SetsockoptInt(s, syscall.IPPROTO_IPV6,
+   syscall.IPV6_V6ONLY, 0)
+   if e != 0 {
+   syscall.Close(s)
+   return nil, os.Errno(e)
+   }
+   }
+
if la != nil {
e = syscall.Bind(s, la)
if e != 0 {



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k4njnesn@mid.deneb.enyo.de



Bug#574371: Patch for building on squeeze

2010-08-22 Thread Florian Weimer
* Florian Weimer:

> The patch below is required to make the package build on squeeze.
> It's still not policy-conforming because there are tests which require
> access to the network, but at least it builds now when the network is
> available.
>
> By the way, what's the story behind the statically-linked binaries in
> /usr/lib/golang/bin?

Oh, and the package build-conflicts with itself.  That's not good. 8-(



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87aaoeluls@mid.deneb.enyo.de



Bug#593941: RFA: monit -- A service and system monitoring utility

2010-08-22 Thread Stefan Alfredsson
Package: wnpp
Severity: normal

The monit package is in fairly good shape, but as I don't use it
myself any longer I think the package could be better maintained
by someone more motivated.

Upstream is very responsive, and frequently follows up on bug
reports.

If you actively use monit and would like to adopt it, please do.

Regards,
 Stefan




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100822135302.ga30...@alfredsson.org



Llegue a sus CLIENTES de forma rápida y efectiva - Venda MÁS!!!

2010-08-22 Thread Mejore Sus Negocios!!!

Vendemos  el  SOFTWARE  (PROGRAMA)  que permite  enviar mensajes 

de texto  PERSONALIZADOS  ILIMITADOS  a los teléfonos  Celulares

(Móviles) de sus CLIENTES.FIDELIZAR VENDE!!!

Móvil conectado a PC.  Realice envíos Masivos!!!

Funciona con TODOS los operadores celulares (Móviles) del mundo.

Solicite Mayor información:

Juan  Carlos  Serna Morales

Teléfono Celular: (57) 312 366 9161

Correo: cuentasespecia...@colombia.com

Messenger:  cuentasespecia...@hotmail.com

Skype:  cuentasespeciales

Bogotá  -  Colombia  -  Suramérica

Bug#593950: ITP: ibus-input-pad -- Input Pad for IBus

2010-08-22 Thread Asias He
Package: wnpp
Severity: wishlist
Owner: Asias He 


* Package name: ibus-input-pad
  Version : 0.1.3
  Upstream Author : Takao Fujiwara 
* URL : http://code.google.com/p/input-pad/
* License : GPL2
  Programming Lang: C, Python
  Description : Input Pad for IBus

  The input pad engine for IBus platform.
  It provides the interface to use input-pad with IBus.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100822145825.24175.29462.report...@localhost



Processed: retitle 593831 to ITP: d-itg -- Distributed Internet Traffic Generator

2010-08-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 593831 ITP: d-itg -- Distributed Internet Traffic Generator
Bug #593831 [wnpp] ITA: d-itg -- Distributed Internet Traffic Generator
Changed Bug title to 'ITP: d-itg -- Distributed Internet Traffic Generator' 
from 'ITA: d-itg -- Distributed Internet Traffic Generator'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
593831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593831
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128248807413903.transcr...@bugs.debian.org



Bug#568039: ITP: gatling -- a small, high performance http and ftp server

2010-08-22 Thread Roland Stigge
Hi,

I uploaded the package, but it may need a while to process through the
NEW queue since Debian is currently in "freeze".

Meanwhile, it's available from

deb http://people.debian.org/~stigge/packages/ ./
deb-src http://people.debian.org/~stigge/packages/ ./

bye,
  Roland



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c71321e.8030...@antcom.de



Bug#593949: ITP: input-pad -- On-screen Input Pad to Send Characters with Mouse

2010-08-22 Thread Asias He
Package: wnpp
Severity: wishlist
Owner: Asias He 


* Package name: input-pad
  Version : 0.1.1
  Upstream Author : Takao Fujiwara 
* URL : http://code.google.com/p/input-pad/
* License : LGPL 2.1
  Programming Lang: C, Python
  Description : On-screen Input Pad to Send Characters with Mouse

  The input pad is a tool to send a character on button to text
  applications.
  It provides the GTK+ based GUI and can send characteres on the GTK+
  buttons.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100822145512.24103.31566.report...@localhost



Bug#593831: ITP: d-itg -- Distributed Internet Traffic Generator

2010-08-22 Thread Roland Stigge
The package is already available from http://people.debian.org/~stigge/



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c714d82.1000...@antcom.de



Bug#443533: ITP: ptpd -- Implements the Precision Time protocol (PTP) as defined by the IEEE 1588 standard.

2010-08-22 Thread Roland Stigge
The package is already available from http://people.debian.org/~stigge/



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c716502.6020...@antcom.de



Processed: forcibly merging 593716 560772

2010-08-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 593716 560772
Bug#593716: O: mediawiki-metavidwiki
Bug#560772: RFA: mediawiki-metavidwiki -- A MediaWiki extension for associative 
temporal metadata
Forcibly Merged 560772 593716.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
560772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560772
593716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593716
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128249843024556.transcr...@bugs.debian.org



Bug#593967: Subject: ITP: python-oauth2 -- An interface to create OAuth clients and servers.

2010-08-22 Thread Mauro Lizaur
Package: wnpp
Severity: wishlist
Owner: Mauro Lizaur 


* Package name: python-oauth2
  Version : 1.2.1
  Upstream Author : SimpleGeo Inc. 
* URL : http://github.com/simplegeo/python-oauth2
* License : MIT License
  Programming Lang: Python
  Description : A fully tested, abstract interface to creating OAuth 
clients and servers.

This code was originally forked from Leah Culver and Andy Smith's oauth.py 
code. Some of the tests come from a fork by Vic Fryzel, while a revamped 
Request class and more tests were merged in from Mark Paschal's fork. 
A number of notable differences exist between this code and its forefathers:

* 100% unit test coverage.
* The DataStore object has been completely ripped out. While creating 
  unit tests for the library I found several substantial bugs with the 
  implementation and confirmed with Andy Smith that it was never fully 
  baked.
* Classes are no longer prefixed with OAuth.
* The Request class now extends from dict.
* The library is likely no longer compatible with Python 2.3.
* The Client class works and extends from httplib2. It's a thin wrapper 
  that handles automatically signing any normal HTTP request you might 
  wish to make.


Saludos,
Mauro

--
JID: lavaram...@nube.usla.org.ar | http://lizaur.github.com/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100822174743.ga1...@cacavoladora.org



Bug#593985: ITP: naspro-core -- The NASPRO core library

2010-08-22 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia 

* Package name: naspro-core
  Version : 0.2.0
  Upstream Author : Stefano D'Angelo 
* URL : http://naspro.atheme.org/about
* License : BSD
  Programming Lang: C
  Description : The NASPRO core library

 A tiny convenience library containing useful code to implement LV2
 dynamic manifest plugins and especially bridges from other APIs to
 LV2.
 .
 It provides:
  * LV2 dynamic manifest and descriptor generation;
  * OS-independent path scanning;
  * OS-independent environment variables retrieving;
  * OS-independent dynamic loading;
  * AVL trees.
 .
 It supports the LV2 core specification (r3) and the following
 specifications/extensions:
  * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest);
  * LV2 Units (http://lv2plug.in/ns/extensions/units);
  * LV2 URI Map (http://lv2plug.in/ns/ext/uri-map);
  * LV2 Events (http://lv2plug.in/ns/ext/event);
  * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi);
  * LV2 Extended Port Information (http://lv2plug.in/ns/dev/extportinfo)
(only the epp:logarithmic property is supported).



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100822202533.2697.96059.report...@alessio-laptop



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

2010-08-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Sun Aug 22 20:03:17 UTC 2010
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: hatop
> tags 593496 + pending
Bug #593496 [wnpp] ITP: hatop -- interactive ncurses client for haproxy
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
593496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128250740124383.transcr...@bugs.debian.org



Bug#593973: ITP: mbrola-fr1 -- French male voice for Mbrola

2010-08-22 Thread Samuel Thibault
Package: wnpp
Version: N/A; reported 2010-08-22
Severity: wishlist

* Package name: mbrola-fr1
  Version : 2.050-1
  Upstream Author : Faculte Polytechnique de  Mons  -  mbrola team 
 
* URL : http://tcts.fpms.ac.be/synthesis
* License : see the file readme.txt in the source zip: non-free as in
without source code, and for non-commercial, non-military
purposes, with and only with the mbrola package made
available by the author.
  Description : French male voice for Mbrola
 This package contains a French diphone database provided in the context
 of the MBROLA project see: http://tcts.fpms.ac.be/synthesis/
 .
 It provides a French male voice to be used with the MBROLA
 program.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100822190349.ga5...@const.famille.thibault.fr



Processed: retitle 535905 to ITP:shellinabox -- publish command line shell through AJAX interface

2010-08-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 535905 ITP:shellinabox -- publish command line shell through AJAX 
> interface
Bug #535905 [wnpp] RFP: shellinabox -- publish command line shell through AJAX 
interface
Changed Bug title to 'ITP:shellinabox -- publish command line shell through 
AJAX interface' from 'RFP: shellinabox -- publish command line shell through 
AJAX interface'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
535905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535905
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128251203120427.transcr...@bugs.debian.org



Bug#536620: marked as done (ITA: dssi -- Command-line utilities for sending)

2010-08-22 Thread Debian Bug Tracking System
Your message dated Sun, 22 Aug 2010 19:33:08 +
with message-id 
and subject line Bug#536620: fixed in dssi 1.0.0-2~exp1
has caused the Debian Bug report #536620,
regarding ITA: dssi -- Command-line utilities for sending
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
536620: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536620
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

Dear all,

I no longer use dssi on a regular basis (as I'm no longer doing much
computer based music work) so it would be best if someone could adopt
dssi.  I've copied the multimedia teams to see if they want to take the
package.

Thanks,

Mark


--- End Message ---
--- Begin Message ---
Source: dssi
Source-Version: 1.0.0-2~exp1

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

dssi-dev_1.0.0-2~exp1_all.deb
  to main/d/dssi/dssi-dev_1.0.0-2~exp1_all.deb
dssi-example-plugins_1.0.0-2~exp1_i386.deb
  to main/d/dssi/dssi-example-plugins_1.0.0-2~exp1_i386.deb
dssi-host-jack_1.0.0-2~exp1_i386.deb
  to main/d/dssi/dssi-host-jack_1.0.0-2~exp1_i386.deb
dssi-utils_1.0.0-2~exp1_i386.deb
  to main/d/dssi/dssi-utils_1.0.0-2~exp1_i386.deb
dssi_1.0.0-2~exp1.debian.tar.gz
  to main/d/dssi/dssi_1.0.0-2~exp1.debian.tar.gz
dssi_1.0.0-2~exp1.dsc
  to main/d/dssi/dssi_1.0.0-2~exp1.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 536...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated dssi package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 22 Aug 2010 21:00:55 +0200
Source: dssi
Binary: dssi-dev dssi-utils dssi-host-jack dssi-example-plugins
Architecture: source all i386
Version: 1.0.0-2~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Alessio Treglia 
Description: 
 dssi-dev   - Header file for compiling DSSI plugins and hosts
 dssi-example-plugins - Example DSSI plugins
 dssi-host-jack - An example DSSI host
 dssi-utils - Command-line utilities for sending commands to DSSI plugins
Closes: 536620
Changes: 
 dssi (1.0.0-2~exp1) experimental; urgency=low
 .
   * New maintainer (Closes: #536620).
   * Use "dh $@ --with foo" for compatibility with DH 8.
   * Add .gitignore file.
   * Add gbp config file.
   * First build with JACK2.
Checksums-Sha1: 
 bdb3509c5922ae5910b3dbdd742adbf4d78200bc 1432 dssi_1.0.0-2~exp1.dsc
 c49ef70c8399de50be3bb4d700c1837ea54782d9 3589 dssi_1.0.0-2~exp1.debian.tar.gz
 60ca4606583cab6e6872454d1422b74f3dc09db3 41614 dssi-dev_1.0.0-2~exp1_all.deb
 a49a48f8b98437312b312ea11b37e0144058f8c0 11888 dssi-utils_1.0.0-2~exp1_i386.deb
 2f63a09ac2f8ae6430205df3058a1fdb8857998f 22880 
dssi-host-jack_1.0.0-2~exp1_i386.deb
 aa4f61fad6dce16c58903ad41375eebc9fb85751 63242 
dssi-example-plugins_1.0.0-2~exp1_i386.deb
Checksums-Sha256: 
 9660da96bf2ea625b516f3c4de34c0d36d9d8d5ecc5bbaa01639816041ff6a4e 1432 
dssi_1.0.0-2~exp1.dsc
 f7fa8352facbd18ea5be1b6fa4418de333b4fbd4c8b352870b915cdcaceacae4 3589 
dssi_1.0.0-2~exp1.debian.tar.gz
 1a7a390128fe8f6b892da0c80088196948c3f34547b644b26d2d278382b4c380 41614 
dssi-dev_1.0.0-2~exp1_all.deb
 cd8efa75000c814902e21a3ace45957aa685b93e252ec7f4f729baaed8a40cb3 11888 
dssi-utils_1.0.0-2~exp1_i386.deb
 8c4529b86b68efc6f8c5d1d2233ec932b1f548205b1a6c7c5ce881ae8dbfbe75 22880 
dssi-host-jack_1.0.0-2~exp1_i386.deb
 f1a9c8667f048ca9978470a2425e46220a4c7b7ea9c665d07ddb0f7528a235de 63242 
dssi-example-plugins_1.0.0-2~exp1_i386.deb
Files: 
 050e79a181ee86ac3cef77c35cfa2f20 1432 libdevel optional dssi_1.0.0-2~exp1.dsc
 65f5888c02572b6844b4fd7cb2d4507e 3589 libdevel optional 
dssi_1.0.0-2~exp1.debian.tar.gz
 df02bb9583ace5db7bdb42466acf52ed 41614 libdevel optional 
dssi-dev_1.0.0-2~exp1_all.deb
 5c9f1d7483db595df9eb2b602cd7a6a6 11888 libdevel optional 
dssi-utils_1.0.0-2~exp1_i386.deb
 4f1a15fc6116d81f1ca15fd0892d0869 22880 libdevel optional 
dssi-host-jack_1.0.0-2~exp1_i386.deb
 8007de3ba98dca86843466d86efadf93 63242 libdevel optional 
dssi-example-plugins_1.0.0-2~exp1_i386.deb

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

iEYEARECAAYFAkxxd5EACgk

Bug#593796: RFS: gmetrics (new package, needed to package CodeNarc)

2010-08-22 Thread Torsten Werner
Hi Miguel,

On Sun, Aug 22, 2010 at 2:46 AM, Miguel Landaeta  wrote:
> I would be glad if someone uploaded this package for me.

there is a problem:

$ git-bc
dh --with javahelper clean
   debian/rules override_jh_clean
make[1]: Entering directory `/home/twerner/debian/gmetrics'
jh_clean
ant -f debian/build.xml clean
Buildfile: /home/twerner/debian/gmetrics/debian/build.xml

BUILD FAILED
/home/twerner/debian/gmetrics/debian/build.xml:10: taskdef class
org.codehaus.groovy.ant.Groovyc cannot be found
 using the classloader AntClassLoader[/usr/share/java/log4j-1.2.jar]

Cheers,
Torsten



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=i5o1ixg4mmspd2dhhavrffb5xj+wovgjr6...@mail.gmail.com



Processed: merging 590710 590901 591034

2010-08-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 590710 590901 591034
Bug#590710: RFP: yagg -- string generator from a grammar
Bug#590901: RFP: yagg -- String generator from a grammar
Bug#591034: RFP: yagg -- string generator from a grammar
Merged 590710 590901 591034.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590710: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590710
591034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591034
590901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590901
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128254428128625.transcr...@bugs.debian.org