Bug#740916: ITP: dms -- DNS Management System

2014-03-07 Thread Ondřej Surý
The DNS = Bind mindset makes me really sad. There is a couple of excellent 
authoritative standard-adhering modern DNS servers (Knot DNS, NSD, PowerDNS) 
out there that beat the hell out of Bind in one way or another and still when 
you say DNS people will just say Bind. (Well same for the tasksel job...)

I know that I am biased being upstream for Knot DNS and maintainer for NSD even 
longer, but could we call this a Bind9 Management System in Debian? Since this 
is what it really is.

O.
-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

 On 6. 3. 2014, at 7:55, Matthew Grant m...@mattgrant.net.nz wrote:
 
 Package: wnpp
 Severity: wishlist
 Owner: Matthew Grant m...@mattgrant.net.nz
 
 * Package name: dms
  Version : 1.0
  Upstream Author : Matthew Grant m...@mattgrant.net.nz
 * URL : http://mattgrant.net.nz/software/dms
 * License : GPL3
  Programming Lang: Python
  Description : DNS Management System
 
 DNS Management System using bind9 and PostgresQL 9.2+.  Uses Dynamic
 Updates to update and manage the Zones in Bind9.  Has a daemon which
 uses a State Machine for publishing zones from the DB.  There is a
 command line/shell program zone_tool for operation on the Zones,
 including running an editor, and a JSON RPC over http interface via
 Apache and mod_wsgi.
 
 oMaster can have DR Failover
 
 oIPv6 fully supported in back end and front end
 
 oIPv6 DNS RRs ()
 
 oDynamic DNS configuration of Master server reduces need for
 reconfig and reload operations.
 
 oDNS RRs supported include SOA NS A  MX PTR TXT SPF RP SSHFP SRV
 NSAP NAPTR LOC KX IPSECKEY HINFO CERT DS. DNSSEC handled by bind9 master
 
 oAuto DNSSEC via Bind9 dynamic DNS. Bind9 master server auto
 maintains zone DNSSEC operations records and signing. NSEC3 and NSEC
 supported. DNSSEC key management on Master server file system pending
 write of key management module. Key material directory is replicated via
 DR protocol (rsync) though. DMS is fully enabled to use DNSSEC for
 securing our core domains.
 
 o   Apex resource record (SOA and NS) management across all zones - can
be turned off per zone.
 
 o   Auto reverse PTR generation
 
 o   Customer control of their own automated reverse DNS. Individual PTR
records, and complete reverse zones. Useful for business IPv6 and IPv4
blocks. Enables on site use of IP PABX, intranet and email for SMBs on
XDSL/Fibre.
 
 o   zone_tool command line administrative tool on master servers
 
 o   IPSEC secured communications between each of DR master replicas and slaves
 
 o   Modular design. For example, Racoon IPSEC can be replaced if needed.
 
 o   Multiple Slave DNS server software implementations. NL Netlabs nsd3
can be used as a slave server once backend code is completed, and a
simple configuration monitoring/HUP daemon implemented to run on each
slave.
 
 o   slave server/Server Groups (SG) support. Live migration of zones.
 
 o   Private SGs for internal zones.
 
 o   Retention of deleted zones in database for aged auto-deletion later.
 
 o   Multiple Zone Instances per Zone. Roll forward and roll back
changes. Again old ZIs aged for auto deletion above a threshold number.
 
 o   Templates used for generating name server configuration includes -
master, replicas and slaves.
 
 o   Rsync to distribute name server configuration to servers.
 
 o   Central distribution of name server configuration segments.
 
 o   Hot standby master replica for DR purposes with manually controlled
fail over. Includes automatic replica/slave server reconfiguration.
 
 o   WSGI JSON RPC over HTTPS API for mulitple front ends
 
 o   Security tags to control what front ends can see
 
 o   Zone reference metadata to tag the zone with the owner/customer
entity ID. Set by DMI when a zone is created. Tag out of table in DB via
foreign key for easy reference renaming.
 
 o   zone_tool has built in pager support and editor support via standard
shell environment variables.
 
 o   zone_tool has a configurable restricted shell mode for Help Desk use
 
 o   RR Groups and RR comments supported in DB for use in text editor and
in Web Admin DMI (DNS Management Interface)
 
 o   zone_tool has colourised diff support to display changes between
different ZIs for a zone
 
 o   Vim can be used as zone tool editor, giving DNS colourised Zone file
syntax high lighting.
 
 
 -- 
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 https://lists.debian.org/20140306075515.5154.49732.report...@sid-dev.internal.anathoth.net
 


Bug#740916: ITP: dms -- DNS Management System

2014-03-07 Thread Matt Grant
I am afraid the string 'dms' is very deeply buried through out all the
code

Quite happy to describe it as the bind9 DNS Management System though.

Have to be careful to as 'BIND' may be a trademark of DNSco and the
ISC...

Cheers,

Matt

On Fri, 2014-03-07 at 08:01 +, Ondřej Surý wrote:
 The DNS = Bind mindset makes me really sad. There is a couple of
 excellent authoritative standard-adhering modern DNS servers (Knot
 DNS, NSD, PowerDNS) out there that beat the hell out of Bind in one
 way or another and still when you say DNS people will just say Bind.
 (Well same for the tasksel job...)
 
 I know that I am biased being upstream for Knot DNS and maintainer for
 NSD even longer, but could we call this a Bind9 Management System in
 Debian? Since this is what it really is.
 
 O.
 -- 
 Ondřej Surý ond...@sury.org
 Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
 
 On 6. 3. 2014, at 7:55, Matthew Grant m...@mattgrant.net.nz wrote:
 
 
  Package: wnpp
  Severity: wishlist
  Owner: Matthew Grant m...@mattgrant.net.nz
  
  * Package name: dms
   Version : 1.0
   Upstream Author : Matthew Grant m...@mattgrant.net.nz
  * URL : http://mattgrant.net.nz/software/dms
  * License : GPL3
   Programming Lang: Python
   Description : DNS Management System
  
  DNS Management System using bind9 and PostgresQL 9.2+.  Uses Dynamic
  Updates to update and manage the Zones in Bind9.  Has a daemon which
  uses a State Machine for publishing zones from the DB.  There is a
  command line/shell program zone_tool for operation on the Zones,
  including running an editor, and a JSON RPC over http interface via
  Apache and mod_wsgi.
  
  oMaster can have DR Failover
  
  oIPv6 fully supported in back end and front end
  
  oIPv6 DNS RRs ()
  
  oDynamic DNS configuration of Master server reduces need for
  reconfig and reload operations.
  
  oDNS RRs supported include SOA NS A  MX PTR TXT SPF RP SSHFP
  SRV
  NSAP NAPTR LOC KX IPSECKEY HINFO CERT DS. DNSSEC handled by
  bind9 master
  
  oAuto DNSSEC via Bind9 dynamic DNS. Bind9 master server auto
  maintains zone DNSSEC operations records and signing. NSEC3 and
  NSEC
  supported. DNSSEC key management on Master server file system
  pending
  write of key management module. Key material directory is
  replicated via
  DR protocol (rsync) though. DMS is fully enabled to use DNSSEC
  for
  securing our core domains.
  
  o   Apex resource record (SOA and NS) management across all zones -
  can
 be turned off per zone.
  
  o   Auto reverse PTR generation
  
  o   Customer control of their own automated reverse DNS. Individual
  PTR
 records, and complete reverse zones. Useful for business IPv6 and
  IPv4
 blocks. Enables on site use of IP PABX, intranet and email for
  SMBs on
 XDSL/Fibre.
  
  o   zone_tool command line administrative tool on master servers
  
  o   IPSEC secured communications between each of DR master replicas
  and slaves
  
  o   Modular design. For example, Racoon IPSEC can be replaced if
  needed.
  
  o   Multiple Slave DNS server software implementations. NL Netlabs
  nsd3
 can be used as a slave server once backend code is completed, and
  a
 simple configuration monitoring/HUP daemon implemented to run on
  each
 slave.
  
  o   slave server/Server Groups (SG) support. Live migration of
  zones.
  
  o   Private SGs for internal zones.
  
  o   Retention of deleted zones in database for aged auto-deletion
  later.
  
  o   Multiple Zone Instances per Zone. Roll forward and roll back
 changes. Again old ZIs aged for auto deletion above a threshold
  number.
  
  o   Templates used for generating name server configuration includes
  -
 master, replicas and slaves.
  
  o   Rsync to distribute name server configuration to servers.
  
  o   Central distribution of name server configuration segments.
  
  o   Hot standby master replica for DR purposes with manually
  controlled
 fail over. Includes automatic replica/slave server
  reconfiguration.
  
  o   WSGI JSON RPC over HTTPS API for mulitple front ends
  
  o   Security tags to control what front ends can see
  
  o   Zone reference metadata to tag the zone with the owner/customer
 entity ID. Set by DMI when a zone is created. Tag out of table in
  DB via
 foreign key for easy reference renaming.
  
  o   zone_tool has built in pager support and editor support via
  standard
 shell environment variables.
  
  o   zone_tool has a configurable restricted shell mode for Help Desk
  use
  
  o   RR Groups and RR comments supported in DB for use in text editor
  and
 in Web Admin DMI (DNS Management Interface)
  
  o   zone_tool has colourised diff support to display changes between
 different ZIs for a zone
  
  o   Vim can be used as zone tool editor, giving DNS colourised Zone
  file
 syntax high lighting.
  
  
  -- 
  To 

Bug#740916: ITP: dms -- DNS Management System

2014-03-07 Thread Ondřej Surý
On Fri, Mar 7, 2014, at 9:21, Matt Grant wrote:
 I am afraid the string 'dms' is very deeply buried through out all the
 code
 
 Quite happy to describe it as the bind9 DNS Management System though.

Thank you very much. I would be even happier if the upstream lost the
tight coupling to bind, but that's in my daydreaming box :).

 Have to be careful to as 'BIND' may be a trademark of DNSco and the
 ISC...

DNSco is just a organization for support contracts. I am not aware that
ISC holds the trademark over BIND name nor enforce it. I am looking at
several ISC people right at this moment :)), so I can ask them quickly
when dnsop WG is over.

O.

 On Fri, 2014-03-07 at 08:01 +, Ondřej Surý wrote:
  The DNS = Bind mindset makes me really sad. There is a couple of
  excellent authoritative standard-adhering modern DNS servers (Knot
  DNS, NSD, PowerDNS) out there that beat the hell out of Bind in one
  way or another and still when you say DNS people will just say Bind.
  (Well same for the tasksel job...)
  
  I know that I am biased being upstream for Knot DNS and maintainer for
  NSD even longer, but could we call this a Bind9 Management System in
  Debian? Since this is what it really is.
  
  O.
  -- 
  Ondřej Surý ond...@sury.org
  Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
  
  On 6. 3. 2014, at 7:55, Matthew Grant m...@mattgrant.net.nz wrote:
  
  
   Package: wnpp
   Severity: wishlist
   Owner: Matthew Grant m...@mattgrant.net.nz
   
   * Package name: dms
Version : 1.0
Upstream Author : Matthew Grant m...@mattgrant.net.nz
   * URL : http://mattgrant.net.nz/software/dms
   * License : GPL3
Programming Lang: Python
Description : DNS Management System
   
   DNS Management System using bind9 and PostgresQL 9.2+.  Uses Dynamic
   Updates to update and manage the Zones in Bind9.  Has a daemon which
   uses a State Machine for publishing zones from the DB.  There is a
   command line/shell program zone_tool for operation on the Zones,
   including running an editor, and a JSON RPC over http interface via
   Apache and mod_wsgi.
   
   oMaster can have DR Failover
   
   oIPv6 fully supported in back end and front end
   
   oIPv6 DNS RRs ()
   
   oDynamic DNS configuration of Master server reduces need for
   reconfig and reload operations.
   
   oDNS RRs supported include SOA NS A  MX PTR TXT SPF RP SSHFP
   SRV
   NSAP NAPTR LOC KX IPSECKEY HINFO CERT DS. DNSSEC handled by
   bind9 master
   
   oAuto DNSSEC via Bind9 dynamic DNS. Bind9 master server auto
   maintains zone DNSSEC operations records and signing. NSEC3 and
   NSEC
   supported. DNSSEC key management on Master server file system
   pending
   write of key management module. Key material directory is
   replicated via
   DR protocol (rsync) though. DMS is fully enabled to use DNSSEC
   for
   securing our core domains.
   
   o   Apex resource record (SOA and NS) management across all zones -
   can
  be turned off per zone.
   
   o   Auto reverse PTR generation
   
   o   Customer control of their own automated reverse DNS. Individual
   PTR
  records, and complete reverse zones. Useful for business IPv6 and
   IPv4
  blocks. Enables on site use of IP PABX, intranet and email for
   SMBs on
  XDSL/Fibre.
   
   o   zone_tool command line administrative tool on master servers
   
   o   IPSEC secured communications between each of DR master replicas
   and slaves
   
   o   Modular design. For example, Racoon IPSEC can be replaced if
   needed.
   
   o   Multiple Slave DNS server software implementations. NL Netlabs
   nsd3
  can be used as a slave server once backend code is completed, and
   a
  simple configuration monitoring/HUP daemon implemented to run on
   each
  slave.
   
   o   slave server/Server Groups (SG) support. Live migration of
   zones.
   
   o   Private SGs for internal zones.
   
   o   Retention of deleted zones in database for aged auto-deletion
   later.
   
   o   Multiple Zone Instances per Zone. Roll forward and roll back
  changes. Again old ZIs aged for auto deletion above a threshold
   number.
   
   o   Templates used for generating name server configuration includes
   -
  master, replicas and slaves.
   
   o   Rsync to distribute name server configuration to servers.
   
   o   Central distribution of name server configuration segments.
   
   o   Hot standby master replica for DR purposes with manually
   controlled
  fail over. Includes automatic replica/slave server
   reconfiguration.
   
   o   WSGI JSON RPC over HTTPS API for mulitple front ends
   
   o   Security tags to control what front ends can see
   
   o   Zone reference metadata to tag the zone with the owner/customer
  entity ID. Set by DMI when a zone is created. Tag out of table in
   DB via
  foreign key for easy reference renaming.
   
   o   

Processed: ITA: python-tempita pastescript

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 740534 ITA: python-tempita -- small text templating language
Bug #740534 [wnpp] RFA: python-tempita -- very small text templating language
Changed Bug title to 'ITA: python-tempita -- small text templating language' 
from 'RFA: python-tempita -- very small text templating language'
 retitle 740531 ITA: pastescript -- serving web applications
Bug #740531 [wnpp] RFA: pastescript -- serving web applications, creating file 
layouts for Python packages
Changed Bug title to 'ITA: pastescript -- serving web applications' from 'RFA: 
pastescript -- serving web applications, creating file layouts for Python 
packages'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
740531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740531
740534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740534
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: 
https://lists.debian.org/handler.s.c.13941870596280.transcr...@bugs.debian.org



Bug#740531: I'll take care of this one too

2014-03-07 Thread Thomas Goirand
Hi,

I'll take care of this package, since OpenStack needs it.

Thomas


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53199ac4.1020...@debian.org



Bug#740534: I'll take care of that one too

2014-03-07 Thread Thomas Goirand
Hi,

I'll take care of this package, since OpenStack needs it.

Thomas


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53199aca.40...@debian.org



Bug#741011: ITP: getdns -- modern asynchronous DNS API

2014-03-07 Thread Ondřej Surý
Package: wnpp
Severity: wishlist
Owner: Ondřej Surý ond...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: getdns
  Version : 0.1.0
  Upstream Author : NLnet Labs, Verisign Labs and No Mountain Software
* URL : http://getdnsapi.net
* License : BSD
  Programming Lang: C
  Description : modern asynchronous DNS API

 getdns is a modern asynchronous DNS API.  It implements DNS entry
 points from a design developed and vetted by application developers,
 in an API specification edited by Paul Hoffman.  With the development
 of this API, we intend to offer application developers a modernized
 and flexible way to access DNS security (DNSSEC) and other powerful
 new DNS features; a particular hope is to inspire application
 developers towards innovative security solutions in their
 applications.

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

iEYEARECAAYFAlMZqZIACgkQ9OZqfMIN8nMbFgCdFJ66ylapZoa5AXqVnCJ3QqRZ
OAgAn2SC1zNOAa8+HcrzmrDV1UuV4G92
=Q9ZB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140307111221.31946.7927.report...@howl.nic.cz



Bug#740886: marked as done (ITP: libposix-strftime-compiler-perl -- GNU C library compatible strftime for loggers and servers)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 12:00:08 +
with message-id e1wltrg-zl...@franck.debian.org
and subject line Bug#740886: fixed in libposix-strftime-compiler-perl 0.31-1
has caused the Debian Bug report #740886,
regarding ITP: libposix-strftime-compiler-perl -- GNU C library compatible 
strftime for loggers and servers
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.)


-- 
740886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740886
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Florian Schlichting f...@debian.org

* Package name: libposix-strftime-compiler-perl
  Version : 0.31
  Upstream Author : Masahiro Nagano kazeb...@gmail.com
* URL : https://metacpan.org/release/POSIX-strftime-Compiler
* License : GPL-1+, Artistic
  Programming Lang: Perl
  Description : GNU C library compatible strftime for loggers and servers

POSIX::strftime::Compiler provides a GNU C library compatible
strftime(3), which is not affected by the system locale. This is useful
when you want to write loggers, servers and portable applications that
generate the same result strings on any locale.  Technically,
POSIX::strftime::Compiler wraps POSIX::strftime and converts some format
characters to perl code.

libposix-strftime-compiler-perl is a new dependency of
libapache-logformat-compiler-perl and will be maintained by pkg-perl
---End Message---
---BeginMessage---
Source: libposix-strftime-compiler-perl
Source-Version: 0.31-1

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

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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Florian Schlichting f...@debian.org (supplier of updated 
libposix-strftime-compiler-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 21:18:53 +0100
Source: libposix-strftime-compiler-perl
Binary: libposix-strftime-compiler-perl
Architecture: source all
Version: 0.31-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 libposix-strftime-compiler-perl - GNU C library compatible strftime for 
loggers and servers
Closes: 740886
Changes: 
 libposix-strftime-compiler-perl (0.31-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #740886)
Checksums-Sha1: 
 6ee238fa5e534860d3e64b6e9eeb9e9a2708a93b 2250 
libposix-strftime-compiler-perl_0.31-1.dsc
 ecdcd9915f13af50e98afc377959f2ded53b0914 16945 
libposix-strftime-compiler-perl_0.31.orig.tar.gz
 e8a2d1eb04b717d625705161910b0a8d8e1498cc 1536 
libposix-strftime-compiler-perl_0.31-1.debian.tar.xz
 2b137313b153f1b96710f0714d2811725ee405b1 10980 
libposix-strftime-compiler-perl_0.31-1_all.deb
Checksums-Sha256: 
 a68821c4f6155cd589a51568b5b73e3b8cf15eb9e6c2fe1a0dfdf10755a2150c 2250 
libposix-strftime-compiler-perl_0.31-1.dsc
 45d19aef7e15d975bbe91b7fcd2f2aec650efd182654ed8b146e8b548a61d8f1 16945 
libposix-strftime-compiler-perl_0.31.orig.tar.gz
 c835b867c8c33dae89807e994bbfe0dcc143bd667d8bb00bc800b128d6ad8f23 1536 
libposix-strftime-compiler-perl_0.31-1.debian.tar.xz
 8e280d312c55019e3ef26f48816e9f3a4f52064d6903d5c4f673a75df465122f 10980 
libposix-strftime-compiler-perl_0.31-1_all.deb
Files: 
 0ca4aac152f81a97d8fbb9b869a42d27 2250 perl optional 
libposix-strftime-compiler-perl_0.31-1.dsc
 c8b188fe58a87628d5a800acd99c2349 16945 perl optional 
libposix-strftime-compiler-perl_0.31.orig.tar.gz
 eb7901a1cacb277bd6720c6575ce453d 1536 perl optional 
libposix-strftime-compiler-perl_0.31-1.debian.tar.xz
 7655800d0a6b5981b4ed9cbb69c592b6 10980 perl optional 
libposix-strftime-compiler-perl_0.31-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTF4c2AAoJEBKXO25y3Ae1V5gQAIbGxoYKKlS5LiHldEnC8fEb
bvvdCMbzSWRyt4gEYYL/ohveD4O5IxofGchTe1r4cmdnJONNy92OEwXtq83Pe47T
IMdRUhAf8/VbYzGj8BvMJNPmOP4FtWwY2PCqF0tYNQd7lv1kN4Tra3aqmXkIGInn
E192wPt3ELqPzPWtnzARwLKhl+gA9b5pKIJhHyWoGB1NIwzvaAnS4lyYAJNvMo5h

Bug#740822: marked as done (ITP: colpack -- Graph vertex coloring library)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 12:00:07 +
with message-id e1wltrf-z1...@franck.debian.org
and subject line Bug#740822: fixed in colpack 1.0.9-1
has caused the Debian Bug report #740822,
regarding ITP: colpack -- Graph vertex coloring 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 ow...@bugs.debian.org
immediately.)


-- 
740822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Barak A. Pearlmutter ba...@cs.nuim.ie

* Package name: colpack
  Version : 1.0.9
  Upstream Author : Alex Pothen apot...@purdue.edu
* URL : http://www.cscapes.org/coloringpage/
* License : LGPL-3+
  Programming Lang: C++
  Description : Specialized graph vertex coloring library

ColPack is a package comprising of implementation of algorithms for
specialized vertex coloring problems that arise in sparse derivative
computation.  It is written in an object-oriented fashion heavily
using the Standard Template Library (STL).  It is designed to be
simple, modular, extenable and efficient.  Its primary application
has been for use in automatic differentiation.

It is already packaged in Fedora.

The adolc library package can optionally use it, and my reason for
wanting to package colpack is to allow me to enable that option in the
debian adolc package.
---End Message---
---BeginMessage---
Source: colpack
Source-Version: 1.0.9-1

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

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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barak A. Pearlmutter b...@debian.org (supplier of updated colpack 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 11:16:33 +
Source: colpack
Binary: libcolpack-dev libcolpack0
Architecture: source amd64
Version: 1.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 libcolpack-dev - Specialized graph vertex coloring library, development files
 libcolpack0 - Specialized graph vertex coloring library, shared library
Closes: 740822
Changes: 
 colpack (1.0.9-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #740822)
Checksums-Sha1: 
 b0e724dc01f7839540c5e35ceb4a879187b77144 1257 colpack_1.0.9-1.dsc
 c963424c3e97a7bc3756d3feb742418e89721e48 1185335 colpack_1.0.9.orig.tar.gz
 77e45f8c6dd3026bd6cf649ee38095c3f0503d29 4564 colpack_1.0.9-1.debian.tar.xz
 358642e3268ff97a27cca977d4a7efd6aa423432 419288 
libcolpack-dev_1.0.9-1_amd64.deb
 5fe046491b527c55fb14a0da104d83a5706682c8 243088 libcolpack0_1.0.9-1_amd64.deb
Checksums-Sha256: 
 1e12186faaf34682b84c1baba04c84357d0bbcd732a4b9347b5ebe9f6cacfc60 1257 
colpack_1.0.9-1.dsc
 06c5d3e61ab873b27d7962a9f09e90cbc52ccd9f480e88f1ecb50e6bced11932 1185335 
colpack_1.0.9.orig.tar.gz
 c700831cc516cedffbf861c0589392cc440cc424b73f1a72e1bda691a3ef7c6c 4564 
colpack_1.0.9-1.debian.tar.xz
 a69e6cf50abad2d474dea55b28a87aca221ff0a9a09bcbf714405467981ae01b 419288 
libcolpack-dev_1.0.9-1_amd64.deb
 a8731e8708896e32ad692c846aa2438464564d151af77f35b0b6aebfc5940d63 243088 
libcolpack0_1.0.9-1_amd64.deb
Files: 
 e05c1486d55f4fea40116eea09a96603 1257 libs optional colpack_1.0.9-1.dsc
 54ae2daacd00a0a278d2e4fa94bba81b 1185335 libs optional 
colpack_1.0.9.orig.tar.gz
 280698cbccda44158a51c77b9337161e 4564 libs optional 
colpack_1.0.9-1.debian.tar.xz
 4870d3debad1eba42cff72861a7ab0ae 419288 libdevel optional 
libcolpack-dev_1.0.9-1_amd64.deb
 2dbad637e5fa52b3346d346281054c0f 243088 libs optional 
libcolpack0_1.0.9-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMYTysACgkQLz4Gnv7CP7LKVACfYFCmy3lfa6ZRA3u6eFPWPC6z
sx8AoIfqSh1aPKl0928kALhZOXW4fLh1
=jNam
-END PGP SIGNATUREEnd Message---


Bug#740313: marked as done (ITP: gnome-shell-extension-brightness-control -- Gnome-shell extension to modify display brightness)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 12:00:07 +
with message-id e1wltrf-zo...@franck.debian.org
and subject line Bug#740313: fixed in gnome-shell-extension-brightness-control 
0~git20140227-1
has caused the Debian Bug report #740313,
regarding ITP: gnome-shell-extension-brightness-control -- Gnome-shell 
extension to modify display brightness
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.)


-- 
740313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: coldtobi t...@coldtobi.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: gnome-shell-extension-brightness-control
  Version : 0~git20140227
  Upstream Author : Orest Tarasiuk orest.taras...@tum.de
* URL : 
https://gitorious.org/gnome-shell-brightness-extension/gnome-shell-brightness-extension
* License : GPL3, BSD
  Programming Lang: Javascript
  Description : Gnome-shell extension to modify display brightness

 This Gnome-shell extension allows you to control your display brightness, even
 can be set to persist across reboots.
 .
 It supports hover scrolling and custom keybindings for changing the brightness.
 .
 Please note that you have to manually enable the extension, for example using
 gnome-tweak-tool.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTEDU/AAoJEJFk+h0XvV02JHcP/RDpEk2EzK32txL20ZP8xB9n
Pb5D0kuU6GB3I4Bf3swpDBzABr6jhhrNr097PkreWhxahszSIaRmYk5j5W8eC8WO
Kxe7s5bb0MMt6VPIT8LRxJNfA3d1m7Zzw9TwXCR0K8qlg37Fh9SOoOSyrxgPHqGQ
kGIZGC7Th0ITZuav/rSnkMzrSlKgKc9OmaefFVgpuHJv6xharVcu2UNSfbmWkJNL
Qlv+cOD/+hZrnQhkzjd2HsIzdTj/ftqu6TYhEBRcwuL1HqeEEMyFbREOIAF/+z5P
8Pb49EctWAriJe874e27as8/1DwpHeu+B1bmFsEEA/t0pW+BwwwKZ3V5BM+lJp7Q
2BzsWeOCg/1eiQXym8XTaHqHI+LYCnN9Kq7GZjdF2X+LnfC5dxr3JcoxS5j+L0i9
VLszE3kowrevprA+k1e9Jmx4xALm/70ml9N3duj2mxPbF7n/l9DBI/84OigrDB2a
OqsDPw5yu2hCMJCxQdxad3uKCn+eMVS5s8qU04JB5m51X8ohBSQVTpnkOA4kxTQm
PC8r9w2f1lPaMxl9EtuSXruRxo1zn7AlnUEsQN7u1vjV24LimppYYjMtScmsgC88
lAxfiByCdBAD23PDFbBQ6Gj9RxLuxoUmYLVJneNewR0ZO2Nz3NuQRAnLpV6t86Bc
vcnvi/ujVpemIPjB9g23
=AlG1
-END PGP SIGNATURE-
---End Message---
---BeginMessage---
Source: gnome-shell-extension-brightness-control
Source-Version: 0~git20140227-1

We believe that the bug you reported is fixed in the latest version of
gnome-shell-extension-brightness-control, which is due to be installed in the 
Debian FTP archive.

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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Frost t...@coldtobi.de (supplier of updated 
gnome-shell-extension-brightness-control 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 18:55:45 +0100
Source: gnome-shell-extension-brightness-control
Binary: gnome-shell-extension-brightness-control
Architecture: source all
Version: 0~git20140227-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Frost t...@coldtobi.de
Changed-By: Tobias Frost t...@coldtobi.de
Description: 
 gnome-shell-extension-brightness-control - Gnome-shell extension to modify 
display brightness
Closes: 740313
Changes: 
 gnome-shell-extension-brightness-control (0~git20140227-1) unstable; 
urgency=low
 .
   * Initial release (Closes: #740313)
Checksums-Sha1: 
 6b2e77ec88668590e1816466ce74c9aa8bbecccd 2325 
gnome-shell-extension-brightness-control_0~git20140227-1.dsc
 69a759936346de7d321b665ea2ddbe70f0a1ac3e 20272 
gnome-shell-extension-brightness-control_0~git20140227.orig.tar.xz
 60016865353da284770b815a7e655106161653da 5344 
gnome-shell-extension-brightness-control_0~git20140227-1.debian.tar.xz
 438023e8a0e12826f817d2bd2d0b209e71be6212 11312 
gnome-shell-extension-brightness-control_0~git20140227-1_all.deb
Checksums-Sha256: 
 3f47a44308e5c673b6f3bb225b85a98f741a22a67eda277695d699b268e6dd64 2325 
gnome-shell-extension-brightness-control_0~git20140227-1.dsc
 c2478df131ea0cff98fffde4e02439d4e007da341717e0a06d8094c66a174572 20272 
gnome-shell-extension-brightness-control_0~git20140227.orig.tar.xz
 27d7e812bb0da6dad0233c0560874d33c5e2ebb8de20c5c264f1aa76d2102e20 5344 

Bug#568303: marked as done (ITP: can-utils -- CAN (Controller Area Network) utilities based on Socket-CAN)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 12:00:06 +
with message-id e1wltre-yv...@franck.debian.org
and subject line Bug#568303: fixed in can-utils 0.0+git20140227-1
has caused the Debian Bug report #568303,
regarding ITP: can-utils -- CAN (Controller Area Network) utilities based on 
Socket-CAN
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.)


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


* Package name: can-utils
  Version : svn 1112
  Upstream Author : Oliver Hartkopp socket...@hartkopp.net
* URL : http://developer.berlios.de/projects/socketcan
* License : GPL-2/BSD, GPL-2+
  Programming Lang: C
  Description : CAN (Controller Area Network) utilities based on Socket-CAN

Socket-CAN provides an API for CAN devices based on BSD sockets
(http://en.wikipedia.org/wiki/SocketCAN).
This package provides utilities to send and receive single CAN
messages, a CAN-Bus sniffer and other useful tools.
The project have not released a version yet, they are fine with SVN.
Socket-CAN is part of the Linux-Kernel since 2.6.25 and activated in the
Debian Kernel Packages.


---End Message---
---BeginMessage---
Source: can-utils
Source-Version: 0.0+git20140227-1

We believe that the bug you reported is fixed in the latest version of
can-utils, which is due to be installed in the Debian FTP archive.

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 568...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander GQ Gerasiov g...@debian.org (supplier of updated can-utils 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 18:12:33 +0400
Source: can-utils
Binary: can-utils
Architecture: source i386
Version: 0.0+git20140227-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 can-utils  - SocketCAN userspace utilities and tools
Closes: 568303
Changes: 
 can-utils (0.0+git20140227-1) unstable; urgency=low
 .
   * Initial package release (Closes: #568303).
 Thanks to Markus Becker m...@comnets.uni-bremen.de and
 Uwe Kleine-König u.kleine-koe...@pengutronix.de for contribution.
Checksums-Sha1: 
 49d2f7aff16b49cfe9404c6099efde6a44864085 1574 can-utils_0.0+git20140227-1.dsc
 94ccba793aac92ee93a9a5ca74d0d910a95d1473 59936 
can-utils_0.0+git20140227.orig.tar.xz
 68b73d185839cb44f1571662bf2434dd77889682 2680 
can-utils_0.0+git20140227-1.debian.tar.xz
 e3a06d3515bc07cbc7fde123d87176ac355f88fa 68142 
can-utils_0.0+git20140227-1_i386.deb
Checksums-Sha256: 
 4b23ca6c71c573dcc3a28b4dbfe8e02a538dd8d567ff2cf9a33ffe8450553df9 1574 
can-utils_0.0+git20140227-1.dsc
 f18fdf5fccdc4d6a9996e50d09222fbee98839e805eb451252338801b642a064 59936 
can-utils_0.0+git20140227.orig.tar.xz
 e33bd37c4150d0cb25a2182a9b825b83fd1ba801c5adda9915befe6cb4132529 2680 
can-utils_0.0+git20140227-1.debian.tar.xz
 d29955c67248a1ab3743ce7a67190fe2befd045648815fe98f360340cd84724b 68142 
can-utils_0.0+git20140227-1_i386.deb
Files: 
 8741840b3339168d8deecce4be641e8e 1574 net optional 
can-utils_0.0+git20140227-1.dsc
 77e9ada6edd781777e4aaa1af71073d5 59936 net optional 
can-utils_0.0+git20140227.orig.tar.xz
 cedeaa8cebf0c852b5fe6d702f2e6d17 2680 net optional 
can-utils_0.0+git20140227-1.debian.tar.xz
 830767759bcf37e7341e841412d875b1 68142 net optional 
can-utils_0.0+git20140227-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTF0HzAAoJEMqH6egqrDPxTz4H/2i2I6+LY6Mk0xaTG8ncrpBg
76aodO32/+KZNvv13AYSoy/88hAXxqWYOjnwziO7pIg2Dki7hL+dVEtFrxDuRs/r
4hePzJtWg3BAMkN+K0pN/0Oj0y/QzngvUeXjEF+6qNUqeQjZj4zPh8NEzG8nIjbZ
89ZJ3aH52arP69KMOLi3wK39XYuZkbZlLTh2iBkwumm5qO+smyFOewJpxIab6UXF
uhcqlMx7NxwjCE3N3FzXs7pWPBoR6pzpoK7Ub6ycH1wr6r2pgeREbUYP0ZcI79cR
9LUvzgOlnb1o/HU3s5kw66u6lo1cuByrBDC6FfvEPT9ZRf52ZNZ3SY0NIyi8Hms=
=BE81
-END PGP SIGNATUREEnd Message---


Bug#738448: marked as done (ITP: python-jsmin -- JavaScript minifier, written in Python)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 13:00:06 +
with message-id e1wluni-gw...@franck.debian.org
and subject line Bug#738448: fixed in python-jsmin 2.0.9-1
has caused the Debian Bug report #738448,
regarding ITP: python-jsmin -- JavaScript minifier, written 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 ow...@bugs.debian.org
immediately.)


-- 
738448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: gustavo panizzo gfa g...@zumbi.com.ar

* Package name: python-jsmin
  Version : 2.0.9 
  Upstream Author : Tikitu de Jager tikitu+js...@logophile.org
* URL : https://bitbucket.org/dcs/jsmin
* License : MIT
  Programming Lang: Python
  Description : JavaScript minifier, written in Python

python-jsmin is a JavaScript minifier, it is written in pure
Python and actively maintained.
..
It is required by couchapp.


i intend to maintain as part of my $dayjob, i do need an sponsor for 
the first upload.
---End Message---
---BeginMessage---
Source: python-jsmin
Source-Version: 2.0.9-1

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

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 738...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gustavo panizzo g...@zumbi.com.ar (supplier of updated python-jsmin 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 09 Feb 2014 13:49:49 -0300
Source: python-jsmin
Binary: python-jsmin python3-jsmin
Architecture: source all
Version: 2.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: gustavo panizzo g...@zumbi.com.ar
Changed-By: gustavo panizzo g...@zumbi.com.ar
Description: 
 python-jsmin - JavaScript minifier written in Python - python 2.x
 python3-jsmin - JavaScript minifier written in Python - python 3.x
Closes: 738448
Changes: 
 python-jsmin (2.0.9-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #738448)
Checksums-Sha1: 
 77dd40a41d009550018c28879104fddf70d0ddeb 1846 python-jsmin_2.0.9-1.dsc
 3967605dfc4923776f4d098bfed4db6eb0f0e911 7898 python-jsmin_2.0.9.orig.tar.gz
 5e42643cd1841435416b160af85f3261712b788e 4564 
python-jsmin_2.0.9-1.debian.tar.xz
 4f7b3b7bfce975a4be9735b9b0b4e96df1c7b2e2 11676 python-jsmin_2.0.9-1_all.deb
 fcafbc00a44b70c9bbf7ba5e7cf5da53f17e8b2a 11428 python3-jsmin_2.0.9-1_all.deb
Checksums-Sha256: 
 b530141d2b03382022e707f36c477d648bd62953244357530e4574d6760a4e62 1846 
python-jsmin_2.0.9-1.dsc
 04b6b05dd05b3ec27066f4274ed94e65f2f092017ee9c376a01f83de0d376dab 7898 
python-jsmin_2.0.9.orig.tar.gz
 6622ef7404a15c3da45124552c93ad67e83d29ee51346b938afd239813ce0d4e 4564 
python-jsmin_2.0.9-1.debian.tar.xz
 53c4a7d7e49c0d1088148aa6f0b79d476cee8da73601eb09dee07c6715f7614f 11676 
python-jsmin_2.0.9-1_all.deb
 c6b75b386962e06213bfe8566b8d330b8c000ef4b9e2d646822f067e8045af55 11428 
python3-jsmin_2.0.9-1_all.deb
Files: 
 72ee39c42a07b978145742d66362c80f 1846 python optional python-jsmin_2.0.9-1.dsc
 1075751bb9499dc508cc5ff90c5088dc 7898 python optional 
python-jsmin_2.0.9.orig.tar.gz
 54192721768010b3476d2da0fbb1c107 4564 python optional 
python-jsmin_2.0.9-1.debian.tar.xz
 9569f0de1a37ad3db66ea803ce0be269 11676 python optional 
python-jsmin_2.0.9-1_all.deb
 401a73ce2993e4230474bad4e9d9bd84 11428 python optional 
python3-jsmin_2.0.9-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTGJEQAAoJENQWrRWsa0P+GKUP/0YNh7gZNcOA2MjKPdMNCV63
ZOXTHYzS9uuYy/jw3yiWhcvi7CpF+vnW85IRwowsQL2xd2qrtoQgngO6WJ5CLmZE
I+jaWrmDqXLhAuOnwY7U6t/2prjHhjlBI749SwMfahAcTQYs30qLmlW3XYDNWoC4
oPzA63o1nOuWAMZy5W8fKworbv/88yWD3uXzTp3sX2BmsuZ+zMrwr5xBA2mZkkHn
2HxUfQ0UBxTSV6BzJh8LA74zi2fbPvxdZR9kFsDA3cv69zsVrhCa3gYBrMYEpKq5
cbpC/13OAPaSyXL8hBpKWExDmXsPtrZHQIDc+GvFQcWsbPeZhA2fBPH2Q86Ew6dk
Du68LmKb/8c8Se8lJ8zfHBGJqA2tAIvUZ3o1XjyyHHUis7y3Ev6tS9uVZWdkTbqv
ViuodycfzGcr8XW6aAXadOt/h8aRtBXCnAkVRoAkVb8ZS7DO3jP2dr7npvn3NTBG
HWzhKl+Cb0/zjzy3Z+hWvY8Bmt43xWJUu/BKj5Sny4lxb/GnAxeSnkqLqFvlwT56
Q++fjN6fVmLJv4fta7H+XIhlwJ7r5Zjfng7zrgSx3T1j9V40DEaQg0koSWbQUc/m
Q5GZCwgiXRx2+qlOLRMVZOgKjz9ojPetGAnZ1LhJq8bOdkCJDlogocSWHzc8qeUr

Bug#725318: Status on ITP ruby-launchy ?

2014-03-07 Thread Dominique Dumont
On Tuesday 25 February 2014 11:55:25 Cédric Boutillier wrote:
 The last point to do was renaming /usr/bin/launchy to something else
 (launchy-rb?) because there was already a binary with that name in the
 archive. If I remember well, the rest was more than OK.

I'm beginning to wonder if packaging a cross-platform launcher for Debian is 
worth the trouble. cross-platform for Debian is a kind of an oxymore.

Anyway, I was interested in runy-launchy because newer jekyll depends on it.

But here's how jekyll uses launchy:

 $ grep -Ri Launchy Rakefile lib script/ site/ test/ 
 Rakefile:require launchy 
 Rakefile:  Launchy.open(http://localhost:4000;)
 site/docs/history.md:- Update launchy dependency to `~ 2.3` ([#1608]
({{{site.repository }}/issues/1608))

That's all: launchy is used only to launch a web browser.

In the case of jekyll, I'd recommend to patch jekyll to use xdg-open directly 
instead of using launchy.

Did I miss something ?

All the best

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/69718239.ZiQm9hS24F@ylum



Processed: retitle 692907 to O: ulatencyd -- Daemon to minimize latency on a linux system using cgroups

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 692907 O: ulatencyd -- Daemon to minimize latency on a linux system 
 using cgroups
Bug #692907 [wnpp] RFA: ulatencyd -- Daemon to minimize latency on a linux 
system using cgroups
Changed Bug title to 'O: ulatencyd -- Daemon to minimize latency on a linux 
system using cgroups' from 'RFA: ulatencyd -- Daemon to minimize latency on a 
linux system using cgroups'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
692907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692907
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: 
https://lists.debian.org/handler.s.c.139420425514897.transcr...@bugs.debian.org



Bug#725318: Status on ITP ruby-launchy ?

2014-03-07 Thread Youhei SASAKI
Hi,

At Fri, 07 Mar 2014 14:23:08 +0100,
Dominique Dumont d...@debian.org wrote:

 On Tuesday 25 February 2014 11:55:25 Cédric Boutillier wrote:
  The last point to do was renaming /usr/bin/launchy to something else
  (launchy-rb?) because there was already a binary with that name in the
  archive. If I remember well, the rest was more than OK.

 Anyway, I was interested in runy-launchy because newer jekyll depends on it.

 But here's how jekyll uses launchy:

  $ grep -Ri Launchy Rakefile lib script/ site/ test/
  Rakefile:require launchy
  Rakefile:  Launchy.open(http://localhost:4000;)
  site/docs/history.md:- Update launchy dependency to `~ 2.3` ([#1608]
 ({{{site.repository }}/issues/1608))

 That's all: launchy is used only to launch a web browser.

Yes.

 In the case of jekyll, I'd recommend to patch jekyll to use xdg-open directly
 instead of using launchy.

I don't want/recommend. 

Because other software depends Jekyll may potentially depend Launchy. We
provides rubygems-integration, thus, we should provides completely
dependecies. Or we create/provide new abstraction layer in order to
resolve dependencies and use xdg-open directly. 

Again, we should provides ruby-launchy package.

Best Wishes,
Youhei

---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87fvmugij2.wl%uwab...@gfd-dennou.org



Processed: retitle 698638 to RFP: keybinder-3.0 -- registers global key bindings for applications - Gtk+3 ...

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 698638 RFP: keybinder-3.0 -- registers global key bindings for 
 applications - Gtk+3
Bug #698638 [wnpp] ITP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Bug #710254 [wnpp] ITP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Changed Bug title to 'RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3' from 'ITP: keybinder-3.0 -- registers global key bindings 
for applications - Gtk+3'
Changed Bug title to 'RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3' from 'ITP: keybinder-3.0 -- registers global key bindings 
for applications - Gtk+3'
 noowner 698638
Bug #698638 [wnpp] RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Bug #710254 [wnpp] RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Removed annotation that Bug was owned by Luca Falavigna dktrkr...@debian.org.
Removed annotation that Bug was owned by Luca Falavigna dktrkr...@debian.org.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
698638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698638
710254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710254
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: 
https://lists.debian.org/handler.s.c.139420505618946.transcr...@bugs.debian.org



Bug#741022: RFA: kupfer -- fast and lightweight desktop summoner/launcher

2014-03-07 Thread Luca Falavigna
Package: wnpp
Severity: normal
X-Debbugs-CC: debian-de...@lists.debian.org


I request an adopter for kupfer source package.
It should be in a decent state, upstream is not very active lately,
but he's always been very responsive.

Package is maintained under Python Application Team umbrella, bonus
points if perspective adopters are willing to maintain it there.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CADk7b0Prei-wM2gSJ=xbfeyx2eb1trbqjdc_cl8h6pex8g4...@mail.gmail.com



Bug#741021: RFA: keybinder -- registers global key bindings for applications

2014-03-07 Thread Luca Falavigna
Package: wnpp
Severity: normal
X-Debbugs-CC: debian-de...@lists.debian.org


I request an adopter for keybinder source package.
It should be in a decent state, upstream is not very active lately,
but he's always been very responsive.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cadk7b0m5ghmjoo7djpb9a9n9fdk-h5tnno7pabyiba-xhfg...@mail.gmail.com



Bug#741024: RFP: irony-mode -- Emacs package using Clang for C C++ completion, on-the-fly syntax checking and more

2014-03-07 Thread Christoph Egger
Package: wnpp
Severity: wishlist

* Package name: irony-mode
  Version : git
  Upstream Author : Guillaume Papin guillaume.pa...@epitech.eu
* URL : https://github.com/Sarcasm/irony-mode
* License : GPLv3
  Programming Lang: C++, elisp
  Description : Emacs package using Clang for C  C++ completion, 
on-the-fly syntax checking and more


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140307155607.8777.75946.reportbug@hepworth.asgard



Bug#740848: marked as done (ITP: loganalyzer - web tool for inspecting syslog data)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 16:00:13 +
with message-id e1wlxc1-0002kt...@franck.debian.org
and subject line Bug#740848: fixed in loganalyzer 3.6.5+dfsg-1
has caused the Debian Bug report #740848,
regarding ITP: loganalyzer - web tool for inspecting syslog data
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.)


-- 
740848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  http://loganalyzer.adiscon.com

License:  GPL-3


Allows access to syslog data from files and databases through a web
interface.
---End Message---
---BeginMessage---
Source: loganalyzer
Source-Version: 3.6.5+dfsg-1

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

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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Pocock dan...@pocock.com.au (supplier of updated loganalyzer 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Mar 2014 13:46:27 +0100
Source: loganalyzer
Binary: loganalyzer
Architecture: source all
Version: 3.6.5+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Monitoring Maintainers 
pkg-monitoring-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 loganalyzer - web interface to syslog and event data
Closes: 740848
Changes: 
 loganalyzer (3.6.5+dfsg-1) unstable; urgency=low
 .
   * Initial packaging (Closes: #740848)
Checksums-Sha1: 
 c190ddc04f5e6aede159d0fe5aef05c6279924bd 2021 loganalyzer_3.6.5+dfsg-1.dsc
 f6f27ebe360ba795ee05c1883fd7f0e77912ba7c 1038554 
loganalyzer_3.6.5+dfsg.orig.tar.gz
 34a49b0d01baf5ef6f1a03aca37fecbc0e6b4d7f 10641 
loganalyzer_3.6.5+dfsg-1.debian.tar.gz
 c889f370e2669e017834c9f58da57ee19d2d26a8 677448 
loganalyzer_3.6.5+dfsg-1_all.deb
Checksums-Sha256: 
 28c7458587fd89af892b10700b8a24b919752aa68f23b5dee63361907946ce08 2021 
loganalyzer_3.6.5+dfsg-1.dsc
 4c5f20e3cd4cf0b070372e6c2d43a83f79bcf6fd508e687eb24484d8f2677beb 1038554 
loganalyzer_3.6.5+dfsg.orig.tar.gz
 55e31cd875af0c8885dfa42159026d5cea8ce4314e6992d2c4e9ecf0154b6f01 10641 
loganalyzer_3.6.5+dfsg-1.debian.tar.gz
 67f6e34624751d4c73b4d2e89dd4e61377c6b808910131518f8af0cdce8d6201 677448 
loganalyzer_3.6.5+dfsg-1_all.deb
Files: 
 6249d50a622bd670492219b56125e68c 2021 net optional loganalyzer_3.6.5+dfsg-1.dsc
 1ce75a94c45a92c5370d1daf13893007 1038554 net optional 
loganalyzer_3.6.5+dfsg.orig.tar.gz
 c06f91f5882a703e34105aa7c2bf1b51 10641 net optional 
loganalyzer_3.6.5+dfsg-1.debian.tar.gz
 b0260f5cfdbea82caced42435c8f2a37 677448 net optional 
loganalyzer_3.6.5+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJTGcH6AAoJEOm1uwJp1aqDx7QP/1qD0T1n6hnWFYrXijGzlBf/
YTB75LCLVqELvBouz3dRn5jf7QEDhJIvpuxMQ00oIrk+IwA0aE8U+yz1+LRmkOO4
4b6zAIsY/e9mcATJCUmG5sJ11ZHiftKaeQ3SdTw/2zH2UiQOma1zgobt5qOQ11C7
QNrPracYjLODuYulBp7NxHYny6qatRumsiptep/M+I9vaEa6WbSIeTUb56kwJjAu
caRabFXZ+r+wm8dEbm+DEYhNacrB+Zs6Gloc5XF4VZvCSAP/UPBi5OqNyIvWKQP3
piMm8DkjDCczzjAOdCA3aNLKwUDV6vbU9Bh2D69jinrglt4iGe0uTlF1Evi8CmX1
apH+Td1qlEETHxeff0KlGSS+yv8+791Gn5I/PDMP8YhwtYGkP0+zTB/G/GMmIQg/
ENfOb2JVnU2+MKJthRoK4a60lQz2tpzJgIAXPqrHUjXJKWQbelZTmmw/uQ8TeAvj
Spuf9dG+3R5JDEOHkl8+XRUhbQe/4yI6OV/4ToAZt0Cr/SlXZKYCJsGKmoFS1Ia4
a2FYKAfWJpuH+9NlS/smi7lG9y5cHQaSrczGXNLdGZ0yUTJZ8Y9+cOKFgKgOrod5
8e1Wh0MHUSEVtLNOtlnS+IOabUH+quPEkgDEQREwFlI4Bbnl7BlA/7HxkfLD463Y
Rie4mrErbYEUeu0x41RC
=cvp6
-END PGP SIGNATUREEnd Message---


Processed: museek+: block ITA 673872 by RFS 741007

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 673872 by 741007
Bug #673872 [wnpp] ITA: museek+ -- Client for the SoulSeek peer-to-peer network
673872 was not blocked by any bugs.
673872 was not blocking any bugs.
Added blocking bug(s) of 673872: 741007
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
673872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673872
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: 
https://lists.debian.org/handler.s.c.139420967816045.transcr...@bugs.debian.org



Bug#741028: ITP: capstone -- lightweight multi-platform, multi-architecture disassembly framework

2014-03-07 Thread David Martínez Moreno
Package: wnpp
Severity: wishlist
Owner: David Martínez Moreno en...@debian.org

* Package name: capstone
  Version : 2.1
  Upstream Author : Nguyen Anh Quynh aqu...@gmail.com
* URL : http://www.capstone-engine.org/
* License : BSD
  Programming Lang: C, Java, Python
  Description : lightweight multi-platform, multi-architecture disassembly 
framework

 Capstone is a lightweight multi-platform, multi-architecture disassembly 
framework.
 
 Features:
 - Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC  
Intel.
 - Clean/simple/lightweight/intuitive architecture-neutral API.
 - Provide details on disassembled instruction (called decomposer by some
 others).
 - Provide some semantics of the disassembled instruction, such as list of
 implicit registers read  written.
 - Implemented in pure C language, with bindings for Python, Ruby, C#, Java, GO,
 OCaml  Vala available.
 - Native support for Windows  *nix (with Mac OSX, Linux, *BSD  Solaris 
confirmed).
 - Thread-safe by design.
 - Special support for embedding into firmware or OS kernel.

This package is being maintained in collab-maint:
   http://git.debian.org/?p=collab-maint/capstone.git;a=summary


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140307163353.22985.13778.report...@belgarath.thefacebook.com



Processed: owner 741021

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 owner 741021 Andrew Starr-Bochicchio a...@debian.org
Bug #741021 [wnpp] RFA: keybinder -- registers global key bindings for 
applications
Owner recorded as Andrew Starr-Bochicchio a...@debian.org.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
741021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741021
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: 
https://lists.debian.org/handler.s.c.139421067721292.transcr...@bugs.debian.org



Processed: retitle 741021 to ITA: keybinder -- registers global key bindings for applications

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 741021 ITA: keybinder -- registers global key bindings for 
 applications
Bug #741021 [wnpp] RFA: keybinder -- registers global key bindings for 
applications
Changed Bug title to 'ITA: keybinder -- registers global key bindings for 
applications' from 'RFA: keybinder -- registers global key bindings for 
applications'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
741021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741021
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: 
https://lists.debian.org/handler.s.c.139421070621443.transcr...@bugs.debian.org



Processed: owner 698638

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 owner 698638 Andrew Starr-Bochicchio a...@debian.org
Bug #698638 [wnpp] RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Bug #710254 [wnpp] RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Owner recorded as Andrew Starr-Bochicchio a...@debian.org.
Owner recorded as Andrew Starr-Bochicchio a...@debian.org.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
698638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698638
710254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710254
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: 
https://lists.debian.org/handler.s.c.139421072121529.transcr...@bugs.debian.org



Processed: retitle 698638 to ITP: keybinder-3.0 -- registers global key bindings for applications - Gtk+3

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 698638 ITP: keybinder-3.0 -- registers global key bindings for 
 applications - Gtk+3
Bug #698638 [wnpp] RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Bug #710254 [wnpp] RFP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3
Changed Bug title to 'ITP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3' from 'RFP: keybinder-3.0 -- registers global key bindings 
for applications - Gtk+3'
Changed Bug title to 'ITP: keybinder-3.0 -- registers global key bindings for 
applications - Gtk+3' from 'RFP: keybinder-3.0 -- registers global key bindings 
for applications - Gtk+3'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
698638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698638
710254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710254
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: 
https://lists.debian.org/handler.s.c.139421075421659.transcr...@bugs.debian.org



Bug#741029: ITP: redo -- a top-down software build system

2014-03-07 Thread Nils Dagsson Moskopp
Package: wnpp
Severity: wishlist
Owner: Nils Dagsson Moskopp nils+debian-report...@dieweltistgarnichtso.net 

* Package name: redo
  Version : 0.0.1
  Upstream Author : Nils Dagsson Moskopp n...@dieweltistgarnichtso.net
* URL : http://news.dieweltistgarnichtso.net/bin/
* License : AGPLv3+
  Programming Lang: Bourne shell
  Description : a top-down software build system

redo is a software build system envisioned by Daniel J. Bernstein, which is 
simultaneously smaller, faster, more powerful and less complex than make. 
Build scripts are shell scripts, but can be written in almost any language.

http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/introduction-to-redo.html

This implementation of redo is simpler and faster than the redo implementation 
by Avery Pennarun. While Pennarun's version of redo is written in Python, this 
version of redo depends only on the Bourne shell and standard utilities 
provided by the GNU coreutils or Busybox packages.

Caveat: This version of redo is missing the redo-ifcreate command, which 
creates dependencies on files not yet existing. Adding it should be simple.

As I am the upstream author, I maintain this version of redo. I expert 
maintenance effort to be low, as the software is essentially finished.

I probably need a sponsor for uploading the package.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140307170442.5277.84308.reportbug@lustschutzbunker



Bug#741030: ITP: zsh-antigen -- manage your zsh plugins

2014-03-07 Thread Michael Fladischer
Package: wnpp
Severity: wishlist
Owner: Michael Fladischer fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: zsh-antigen
  Version : 1
  Upstream Author : Shrikant Sharat Kandula shrikantshara...@gmail.com
* URL : https://github.com/zsh-users/antigen
* License : Expat
  Programming Lang: ZSH
  Description : manage your zsh plugins

Antigen is a small set of functions that help you easily manage your shell
(zsh) plugins, called bundles. The concept is pretty much the same as bundles
in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTGf3iAAoJEGlMre9Rx7W2ocAP/1g8xp6vTct7jPfl7fPvJGwD
37oKKqMxZlCbcBfJD4jTiBpW0mkLK3Vxm8VGC3x5bSHmTLIenFTsqFoy7KNPLRTd
+VjWDDIzA+x0ib1SiqLjmcBnNsZPJhqAMxL9jyOf2yZyzvmXZjdTyszX9phtortS
zhmIQbfiCjhtLzKaxzCY6hKkcx471PxVq7eBJNN+qv3dHGjhV3nAWX1d6neSflKf
yC3Mo85skZCDd2+CgP3/SUMXOJ/oNltwbc87/1Hv+mv845RKgQkimdakkt2/M11b
fdc1GvPttJet7qcdVyb32oZsOe+Puu1e3T9Yi3w3dL1YNWOSGPuO5rdULt2pN1Wi
1DHKWtUdpa8yG2ToMVft3F5W+3+0aSWC6zSrQ8bJWGhPc+Fut4A+/bP/rEU6Umk5
vat58OSQEQSVR0dXJvjpcXCnYwhr1zA2Dqw2UodHEpUS7ttujKZPNGj1C7WyxQlv
3qrOGdLkGBTFRstrsihoG04J1CnHamHmsjBJeqpf+AP/pxChHd2Uh8FQaXXYfHiq
br7UFPjNNG9aUiaWRBmPDAtZMkKe1fA9P3NRvYRufaCr9TXBthtaKnq7dSo7WIni
870EKdSsOoB8pcosz/ZG2Vwo5inomuyyd355DCVnOEWyYuN67bPiWZUY4/Qtug1f
wXZEXaC19asdrXWxTiJH
=xV/e
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140307171206.12302.76667.report...@server.home.fladi.at



Bug#737647: Adoption of python-pefile

2014-03-07 Thread Matt Quinn

Robert,

Has anyone volunteered to adopt python-pefile from you? I'm in the 
early stages of learning how to package / maintain for Debian - seeing 
as the upstream codebase isn't large, and that upstream is one version 
ahead of the version in the repositories, I think this is a good 
candidate for someone like me starting out. Would you be willing to 
review my work if I were to package python-pefile 1.2.10 up?


Matt


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5319fd3a.7070...@mattjquinn.com



Bug#740450: marked as done (ITP: libwfd -- Library for Wifi-Display/Miracast Protocol Implementation)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 14:13:53 -0500
with message-id 1394219633.6631.4.ca...@blackpage.schurger.org
and subject line 
has caused the Debian Bug report #740450,
regarding ITP: libwfd -- Library for Wifi-Display/Miracast Protocol 
Implementation
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.)


-- 
740450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740450
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Jean Schurger j...@schurger.org

* Package name: libwfd
  Version : 0.0.0
  Upstream Author : David Herrmann dh.herrm...@gmail.com
* URL : http://www.freedesktop.org/wiki/Software/miraclecast
* License : MIT
  Programming Lang: C
  Description : Library for Wifi-Display/Miracast Protocol Implementation

Miracast is basically a wireless HDMI-cable. It defines a way to connect
monitors to your devices via WiFi-Direct. Compared to other known
streaming protocols, it provides mode-negotiation, real-time transmission,
low-latency and more.

This package is needed by the 'miracle' software that I will intent to package
later.
My plan is to maintain it.
---End Message---
---BeginMessage---
It's too early to package 'libwdf'. My intent was to package 'miracle'
but it have complicated dependencies (ie: systemd-210 built with kdbus).
'libwdf' and 'miracle' are not released yet, and 'kdbus' in systemd-210
is highly experimental.

-- 
Jean Schurger
http://schurger.org
21D0 4702 758D 5656 C0D6  3288 1609 9E15 596A E928


signature.asc
Description: This is a digitally signed message part
---End Message---


Processed: ITA: libmrss -- C library for parsing, writing and creating RSS files or streams

2014-03-07 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 ITA: libmrss -- C library for parsing, writing and
Bug #638039 [wnpp] O: libmrss -- C library for parsing, writing and creating 
RSS files or streams
Changed Bug title to 'ITA: libmrss -- C library for parsing, writing and' from 
'O: libmrss -- C library for parsing, writing and creating RSS files or streams'

-- 
638039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638039
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: 
https://lists.debian.org/handler.s.b638039.139422686221176.transcr...@bugs.debian.org



Bug#638039: ITA: libmrss -- C library for parsing, writing and creating RSS files or streams

2014-03-07 Thread Joseph Herlant
Control: retitle -1 ITA: libmrss -- C library for parsing, writing and
creating RSS files or streams
Control: Owner -1 !

Dear Torsten,

I plan to adopt this package.
There's not much to do since upstream seems quite dead, but for now I'll:
 - refresh it to cleanup lintian warnings
 - Review the current bug and patch
 - create the project in alioth (collab-maint seems to be the right
place for this) as the debian package's svn is dead for some time now

If I have some time and needs I'll perhaps start back the development
of upstream but for now I'll mostly clean it up and adopt it.

Best regards,
Joseph


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/capqicowdc+frz8hqbf_l49dcaryjtl5qj+kpngfual65dvv...@mail.gmail.com



Processed: ITA: libmrss -- C library for parsing, writing and creating RSS files or streams

2014-03-07 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 ITA: libmrss -- C library for parsing, writing and
Bug #638039 [wnpp] ITA: libmrss -- C library for parsing, writing and
Ignoring request to change the title of bug#638039 to the same title

-- 
638039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638039
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: 
https://lists.debian.org/handler.s.u638039.139422686221167.transcr...@bugs.debian.org



Processed: Changing owner for #638039

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 owner 638039 !
Bug #638039 [wnpp] ITA: libmrss -- C library for parsing, writing and
Owner recorded as Joseph Herlant herla...@gmail.com.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638039
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: 
https://lists.debian.org/handler.s.c.139422746724249.transcr...@bugs.debian.org



Bug#674283: marked as done (O: ovito -- visualization and analysis tool for atomistic simulation data)

2014-03-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Mar 2014 22:21:07 +
with message-id e1wm38d-0003id...@franck.debian.org
and subject line Bug#674283: fixed in ovito 0.9.5-4
has caused the Debian Bug report #674283,
regarding O: ovito -- visualization and analysis tool for atomistic simulation 
data
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.)


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

The current maintainer of ovito, Pekko Metsä pjme...@gmail.com,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ovito
Binary: ovito, ovito-doc, ovito-examples
Version: 0.9.2-1.2
Maintainer: Pekko Metsä pjme...@gmail.com
Build-Depends: debhelper (= 7.0.50), cmake, libboost-dev, 
libboost-iostreams-dev, libboost-python-dev, libqt4-opengl-dev, qt4-dev-tools, 
libgsl0-dev, xsltproc, docbook-xml, docbook-xsl, docbook-xsl-doc-html, 
libqscintilla2-dev, python-dev, libmuparser-dev (= 2.1.0)
Architecture: any all
Standards-Version: 3.9.1
Format: 3.0 (quilt)
Files:
 6fbe537c496e3c1814dd7d6ba123ceae 1362 ovito_0.9.2-1.2.dsc
 4a00a4c470304e2a511d8cf49f250c47 12153954 ovito_0.9.2.orig.tar.bz2
 df70bf9d6c2354681e1fb4b4cde784b8 8858 ovito_0.9.2-1.2.debian.tar.gz
Checksums-Sha1:
 084693939d4c0f6fcb9139b0e788eba55ff203b7 1362 ovito_0.9.2-1.2.dsc
 1f81884ffcb0d38d1e0073b1f4238bce7a4f290c 12153954 ovito_0.9.2.orig.tar.bz2
 7c923e9f6355e6a4a9f8cc84ebdd34a06d1701d9 8858 ovito_0.9.2-1.2.debian.tar.gz
Checksums-Sha256:
 5975b039fb4b346938467d50fe650f195146be3b02e0e76231a50ffa098b60ec 1362 
ovito_0.9.2-1.2.dsc
 4dfdbbf2322c0476057ac40a2d0a8070294b5da43f9047071909a90614356d5a 12153954 
ovito_0.9.2.orig.tar.bz2
 052f5d5dbf554660037dbdfc2831288a2b2d788827b3d1f07bbd050a147eb434 8858 
ovito_0.9.2-1.2.debian.tar.gz
Homepage: http://www.ovito.org/
Package-List: 
 ovito deb science extra
 ovito-doc deb doc extra
 ovito-examples deb doc extra
Directory: pool/main/o/ovito
Priority: source
Section: science

Package: ovito
Version: 0.9.2-1.2
Installed-Size: 11089
Maintainer: Pekko Metsä pjme...@gmail.com
Architecture: amd64
Depends: libboost-iostreams1.49.0 (= 1.49.0-1), libboost-python1.49.0 (= 
1.49.0-1), libc6 (= 2.2.5), libgcc1 (= 1:4.1.1), libglu1-mesa | libglu1, 
libgsl0ldbl (= 1.9), libmuparser2 (= 2.1.0), libpython2.7 (= 2.7), 
libqt4-opengl (= 4:4.5.3), libqt4-xml (= 4:4.5.3), libqtcore4 (= 
4:4.7.0~beta1), libqtgui4 (= 4:4.5.3), libstdc++6 (= 4.6)
Recommends: ovito-doc, ovito-examples
Suggests: povray
Description-en: visualization and analysis tool for atomistic simulation data
 OVITO is a visualization and analysis software for atomistic
 simulation data. Being a single integrated application it covers both
 the analysis and the visualization of large-scale atomistic datasets
 produced by molecular dynamics/statics and Monte-Carlo simulation
 codes. Its name is an acronym for Open Visualization Tool,
 emphasizing that the software has been designed with flexibility and
 extensibility in mind.
Homepage: http://www.ovito.org/
Description-md5: 5992e7a2de2c6947a4c726f0752a2441
Tag: uitoolkit::qt
Section: science
Priority: extra
Filename: pool/main/o/ovito/ovito_0.9.2-1.2_amd64.deb
Size: 3983460
MD5sum: 3732ac013d02f5ebd6545027f991f88c
SHA1: 94f29bb75dd9a7671729007d32ceeaf7ba88dd52
SHA256: 0897cc76d346f659a2de677e532b2795708be89899bb1b95f318875112955ac6

Package: ovito-doc
Source: ovito
Version: 0.9.2-1.2
Installed-Size: 6056
Maintainer: Pekko Metsä pjme...@gmail.com
Architecture: all
Suggests: ovito, ovito-examples
Description-en: documentation for ovito
 OVITO aka Open Visualization Tool is a scientific visualization and
 analysis software for atomistic simulation data.
 .
 This package contains the User Manual for ovito.
Homepage: http://www.ovito.org/
Description-md5: 15e8e5bf4a907fc7ce23523ef37d1622
Tag: made-of::html, role::documentation
Section: doc
Priority: extra
Filename: pool/main/o/ovito/ovito-doc_0.9.2-1.2_all.deb
Size: 5496232
MD5sum: ef5e3b691b4d3dbf257b5946b85ea027
SHA1: 7a775c91d28169b54def5462f2177bd8f1127087
SHA256: b236ab91dd8e5f5dc83a1d4519a4a1de76bdff9f864ef8f960b7d839a3cf36dd

Package: ovito-examples
Source: ovito
Version: 0.9.2-1.2
Installed-Size: 3607

Bug#741054: ITP: gtkextra -- useful set of widgets for creating GUI's for GTK+

2014-03-07 Thread Georges Khaznadar
Package: wnpp
Severity: wishlist
Owner: Georges Khaznadar georg...@debian.org

* Package name: gtkextra
  Version : 3.1.0
  Upstream Author : Adrian E. Feiguin adr...@ifir.ifir.edu.ar

* URL : http://gtkextra.sourceforge.net/cms/
* License : LGPL-2
  Programming Lang: C++, flex, bison
  Description : useful set of widgets for creating GUI's for GTK+
  The library includes the following widgets:
 .
  GtkSheet, a matrix widget; GtkPlot, which allows you to draw high quality
  scientific plots; the package also includes GtkPlot3D and GtkPlotPolar;
  GtkPlotCanvas is a GtkFixed subclass and allows you to DnD plots etc.
  The distribution includes also a PostScript driver.
  GtkIconList, which allows you to display a table of xpm icons;
  etc. (more to come with debian/control)
 .
 Please notice that this package has been removed from Debian some time
 ago. Upstream development has been revived inbetween, and it can be packaged
 again.
 .
 The package gpsim which I maitain could not be built with its GUI. Now the GUI
 can be built again, it build-depends on gtkextra.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140307223535.23878.34753.report...@georges.khaznadar.fr



Bug#741065: ITP: etcd-- A highly-available key value store for shared configuration and service discovery

2014-03-07 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: etcd
  Version : 0.3.0
* URL : https://github.com/coreos/etcd
* License : Apachev2
  Programming Lang: Go
  Description : A highly-available key value store for shared configuration 
and service discovery

A highly-available key value store for shared configuration and service
discovery. etcd is inspired by zookeeper and doozer, with a focus on:

* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140308014756.10308.76054.reportbug@localhost



Processed: cmph: block ITA 671455 by RFS 741038

2014-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 671455 by 741038
Bug #671455 [wnpp] ITA: cmph -- C Minimal Perfect Hashing Library
671455 was not blocked by any bugs.
671455 was not blocking any bugs.
Added blocking bug(s) of 671455: 741038
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
671455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671455
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: 
https://lists.debian.org/handler.s.c.139425270324446.transcr...@bugs.debian.org