Bug#769077: RFP: fest-assert -- FEST Assertions is a Java library providing a fluent interface for writing assertions

2014-11-11 Thread Tim Potter
Package: wnpp
Severity: wishlist

* Package name: fest-assert
  Version : 2.0M10
  Upstream Author : Alex Ruiz
* URL : https://github.com/alexruiz/fest-assert-2.x
* License : Apache-2.0
  Programming Lang: Java
  Description : FEST Assertions is a Java library providing a fluent unit 
test assertion interface

FEST Assertions is a Java library that provides a fluent interface
for writing assertions. It's main goal is to improve test code
readability and make maintenance of tests easier.  FEST Assertions can
be used with either JUnit or TestNG.


-- 
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/20141110142406.7.4248.reportbug@02ed91797728



Processed: Debian bug #715022, #769076

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

 block 715022 by 769076
Bug #715022 [wnpp] ITP: bitz-server -- ICAP server (RFC 3507) implementation in 
C++
715022 was blocked by: 715023
715022 was not blocking any bugs.
Added blocking bug(s) of 715022: 769076
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
715022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715022
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.141569635810431.transcr...@bugs.debian.org



Bug#769088: RFP: fest-util -- Common utilities for FEST (Fixtures for Easy Software Testing) packages

2014-11-11 Thread Tim Potter
Package: wnpp
Severity: wishlist

* Package name: fest-util
  Version : 1.2.5
  Upstream Author : Alex Ruiz
* URL : https://github.com/alexruiz/fest-util
* License : Apache-2.0
  Programming Lang: Java
  Description : Common utilities for FEST (Fixtures for Easy Software 
Testing) packages

FEST Assertions is a Java library that provides a fluent interface
for writing assertions. It's main goal is to improve test code
readability and make maintenance of tests easier.  FEST Assertions can
be used with either JUnit or TestNG.

This package contains common utilities used in all FEST packages.


-- 
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/20141110143128.49.90063.reportbug@02ed91797728



Processed: your mail

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

 block 768593 by 768594
Bug #768593 [wnpp] ITP: qt-virustotal-uploader -- VirusTotal Uploader written 
in C++ using QT framework
768593 was blocked by: 769008
768593 was not blocking any bugs.
Added blocking bug(s) of 768593: 768594
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
768593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768593
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.141569882729416.transcr...@bugs.debian.org



Bug#768936: ITP: nufft -- Library implementing the Non-Uniform Fast Fourier Transform

2014-11-11 Thread Justin B Rye
Chris Bannister wrote:
 Ghislain Antony Vaillant wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Ghislain Antony Vaillant ghisv...@gmail.com
 
 * Package name: nufft
   Version : 1.3.3
   Upstream Author : Leslie Greengard greeng...@cims.nyu.edu
 * URL : http://www.cims.nyu.edu/cmcl/nufft/nufft.html
 * License : BSD
   Programming Lang: FORTRAN
   Description : Library implementing the Non-Uniform Fast Fourier 
 Transform
 
 Implementation of the Non-Uniform Fast Fourier Transform (NUFFT) coded in 
 FORTRAN using a fast, procedural, algorithm. 
   ^   ^
 Compared to existingly packaged solutions, like the NFFT library, the NUFFT 
 provides Octave (and MATLAB) compatible bindings. Because of the procedural 
 implementation, usage of the NUFFT is more straightforward. However, it 
 lacks 
 support for high dimensionality than 3 and support for precomputation in case
  ^^
 I think that would be better worded as dimensions greater than three
 or similar.

Agreed.

Also, surplus commas in the first paragraph; and I'd recommend
rearranging it to avoid the misreading that it was coded using this
algorithm.

   This is a FORTRAN implementation of the Non-Uniform Fast Fourier Transform
   (NUFFT) using a fast procedural algorithm.
 
Then in the second paragraph, existingly packaged has got to go;
and that first sentence never does explicitly compare anything - it's
only implied that NFFT doesn't provide these bindings.  Say:

   Unlike solutions such as the NFFT library, the NUFFT provides Octave (and
   MATLAB) compatible bindings. [...]

Then at the end:

 support for high dimensionality than 3 and support for precomputation in case
 a transform needs to be repeated. As a result both the NFFT and NUFFT package
 may coexist as they fit different needs.

Nitpicking, it lacks support for A and support for B is needless
repetition, the in case should be in the case that or simply if,
and both [...] may coexist is redundant and sounds as if you don't
know whether in fact they do exist.  So:

   This is a FORTRAN implementation of the Non-Uniform Fast Fourier Transform
   (NUFFT) using a fast procedural algorithm.
   .
   Unlike solutions such as the NFFT library, the NUFFT provides Octave (and
   MATLAB) compatible bindings. Because of the procedural implementation, usage
   of the NUFFT is more straightforward. However, it lacks support for
   dimensions greater than three or for precomputation if a transform needs to
   be repeated. As a result the NFFT and NUFFT packages fit different needs and
   can coexist.

-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular 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/2014104043.gb4...@xibalba.demon.co.uk



Bug#768936: ITP: nufft -- Library implementing the Non-Uniform Fast Fourier Transform

2014-11-11 Thread Ghislain Vaillant
Dear Justin,

Thank you for reviewing this ITP bug and underlying my mistakes as a
non-native english writer.

I do appreciate your efforts, and would welcome a future review of the long
description of this package before its upload to main. This being just an
ITP bug however, I do wonder whether such careful review of my spelling and
grammatical skills was really necessary.

Cheers,
Ghis


Processed: Adopting breadability.

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

 # I'll adopt breadability.
 retitle 768839 ITA: breadability -- Python module that makes HTML documents 
 more readable
Bug #768839 [wnpp] RFA: breadability -- Python module that makes HTML documents 
more readable
Changed Bug title to 'ITA: breadability -- Python module that makes HTML 
documents more readable' from 'RFA: breadability -- Python module that makes 
HTML documents more readable'
 owner 768839 Hugo Lefeuvre hugo6...@orange.fr
Bug #768839 [wnpp] ITA: breadability -- Python module that makes HTML documents 
more readable
Owner recorded as Hugo Lefeuvre hugo6...@orange.fr.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
768839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768839
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.14157169632894.transcr...@bugs.debian.org



Bug#560004: marked as done (ITP: lxdm -- LXDE display manager)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:10 +
with message-id e1xodrw-0004tn...@franck.debian.org
and subject line Bug#560004: fixed in lxdm 0.5.0-1
has caused the Debian Bug report #560004,
regarding ITP: lxdm -- LXDE display manager
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.)


-- 
560004: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
To: sub...@bugs.debian.org
From: fluxbox withoutspam-bugrep...@yahoo.com
Subject: Add the LXDE display manager LXDM into the Debian repository, please
Package: LXDM
Version: 0.0.2
Severity: wishlist


Is it possible, to add LXDE Display Manager LXDM into the Debian repository?
More informations can be found on the website of the LXDE project.

http://wiki.lxde.org/en/LXDM

http://blog.lxde.org/?p=531

Discussions and files

http://forum.lxde.org/viewtopic.php?f=4t=640


Thank you


---End Message---
---BeginMessage---
Source: lxdm
Source-Version: 0.5.0-1

We believe that the bug you reported is fixed in the latest version of
lxdm, 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 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andriy Grytsenko and...@rep.kiev.ua (supplier of updated lxdm 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: Sat, 25 Oct 2014 16:22:38 +0300
Source: lxdm
Binary: lxdm lxdm-dbg
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian LXDE Maintainers lxde-deb...@lists.lxde.org
Changed-By: Andriy Grytsenko and...@rep.kiev.ua
Description:
 lxdm   - LXDE display manager
 lxdm-dbg   - LXDE display manager (debug symbols)
Closes: 560004 575738
Changes:
 lxdm (0.5.0-1) unstable; urgency=low
 .
   * Packaging for Debian (Closes: #560004, #575738).
   * Removing Daniel Baumann from uploaders since he left the team. :(
   * Adding myself to uploaders.
   * Bump Standards-Version to 3.9.6.
   * Updating watch file to support XZ tarball format and non-numeric versions.
   * Correct installation similar to what is done in ArchLinux.
   * Restoring patches 15-path-replace.patch and 22_ubuntu_i18n_oneiric.patch.
   * Fixing compilation: adding 27_format_security.patch.
   * Adding --fail-missing to dh_install parameters.
   * Removing unneeded build dependencies.
   * Adding missing ${shlibs:Depends} dependency.
   * Fixing manpages installed: lxdm-config was missing.
   * Fixing missing backslashes before minus signs in the manpage.
   * Fixing duplicate update-rc.d invocation in postinstall script.
   * Removing obsolete xbase-clients from dependencies.
   * Fixing two mistakes in debian/copyright file.
   * Adding package lxdm-dbg with debug symbols.
   * Removing override_dh_test rule - it appears fixed by upstream.
   * Adding status command handler for init script.
   * Adding debian/clean file for generated data/lxdm.conf shipped in tarball.
Checksums-Sha1:
 fa0f2b27d0ea46a82cc1dc2a79fae02a6642a9b6 2038 lxdm_0.5.0-1.dsc
 0a91c906b3a0edd181fad74965b22ebaa9891798 236972 lxdm_0.5.0.orig.tar.xz
 2123d6d66702dfb8e7040a505dccc8008375bc81 25892 lxdm_0.5.0-1.debian.tar.xz
 6e4c6cb09d2ae57a0e4d0eefcbd484f8ed815b82 114656 lxdm_0.5.0-1_amd64.deb
 e51820920170443970ce42bccd2508e677ecd7d4 206006 lxdm-dbg_0.5.0-1_amd64.deb
Checksums-Sha256:
 0683fda96af1372019a7c00baae7d55773775fb40fae566a94527681ad2d6f0c 2038 
lxdm_0.5.0-1.dsc
 6e876fe8cc52341f3f55c54517da1c6dcf794aa11caffbf5a929ded442a949d4 236972 
lxdm_0.5.0.orig.tar.xz
 2e3a6d6feaa26fffb4f54a5385961d24a2aa212dd577805ac51a6303f32f40aa 25892 
lxdm_0.5.0-1.debian.tar.xz
 f3ed26fe3c12f0eaeb667e453d50f70e47532cad89dd55c743073e3206ca8991 114656 
lxdm_0.5.0-1_amd64.deb
 f06ade95bfdde267a746b82895d4a40b7c27a5458789d9d072a5865ce3ecca3f 206006 
lxdm-dbg_0.5.0-1_amd64.deb
Files:
 f958c12566d22fb63587a52ebf956ead 2038 x11 optional lxdm_0.5.0-1.dsc
 a51686720e606ca456d7f56ae4159d1f 236972 x11 optional lxdm_0.5.0.orig.tar.xz
 eebee285c491e1f4f8dfd60ae795639e 25892 x11 optional lxdm_0.5.0-1.debian.tar.xz
 32b2a90c5cf511e23755a98dbb0a9ba4 114656 x11 optional lxdm_0.5.0-1_amd64.deb
 a42854481cd71da2b29c61cd737bdefd 

Bug#575738: marked as done (ITP: lxdm -- LXDE display manager)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:10 +
with message-id e1xodrw-0004tt...@franck.debian.org
and subject line Bug#575738: fixed in lxdm 0.5.0-1
has caused the Debian Bug report #575738,
regarding ITP: lxdm -- LXDE display manager
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.)


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

* Package name: lxdm
  Version : 0.2.0
  Upstream Author : dgod dgod@gmail.com
PCMan pcman...@gmail.com
William Jon McCann mcc...@jhu.edu
Ray StrodeName
* URL : http://sourceforge.net/projects/lxde/
License for src/gdm/locarchive.h:

   This file is part of the GNU C Library.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301, USA.

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

License for src/greeter.c
src/gdm-languages.{c,h}

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
   
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
   
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

License for others files:

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.

  Programming Lang: C
  Description : LXDE display manager
lxdm provide a graphical way to login and to start an X session. It's a
lightweight dropped-in replacement for GDM or KDM.



Note: a package exists in Ubuntu/Lucid that could be used as a starting point 
for the Debian package.


---End Message---
---BeginMessage---
Source: lxdm
Source-Version: 0.5.0-1

We believe that the bug you reported is fixed in the latest version of
lxdm, 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 575...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andriy Grytsenko and...@rep.kiev.ua (supplier of updated lxdm 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: Sat, 25 Oct 2014 16:22:38 +0300
Source: lxdm

Bug#712972: marked as done (ITP: mp4parser -- Generic parser and writer for ISO 14496 based files)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:11 +
with message-id e1xodrx-0004uc...@franck.debian.org
and subject line Bug#712972: fixed in mp4parser 1.0.4.2-1
has caused the Debian Bug report #712972,
regarding ITP: mp4parser -- Generic parser and writer for ISO 14496 based files
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.)


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

* Package name: mp4parser
  Version : 1.0-RC-23
  Upstream Author : Sebastian Annies sebastian.ann...@googlemail.com
* URL : http://code.google.com/p/mp4parser/
* License : Apache-2.0
  Programming Lang: Java
  Description : Generic parser and writer for ISO 14496 based files

The MP4 Parser project consists in:

* ISO Parser, an API for reading and writing the MP4 file structure. It is a low
level tool dealing with the so called boxes but it is as well as dealing with
structure like tracks and movies.

* ISO Viewer, a Swing application that helps you to visualize the MP4 box 
structure. 
---End Message---
---BeginMessage---
Source: mp4parser
Source-Version: 1.0.4.2-1

We believe that the bug you reported is fixed in the latest version of
mp4parser, 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 712...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg ebo...@apache.org (supplier of updated mp4parser 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: Mon, 03 Nov 2014 21:08:57 +0100
Source: mp4parser
Binary: libisoparser-java
Architecture: source all
Version: 1.0.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libisoparser-java - Generic parser and writer for ISO 14496 based files
Closes: 712972
Changes:
 mp4parser (1.0.4.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #712972)
Checksums-Sha1:
 3546586f6469b969c8aa1471799925bbc00a922d 2068 mp4parser_1.0.4.2-1.dsc
 a48acf8057e19070e5b883366628502e654d631a 256496 mp4parser_1.0.4.2.orig.tar.xz
 f55690796a8709c8486d151fcdf48f52b0f0a5bc 3932 mp4parser_1.0.4.2-1.debian.tar.xz
 d1ae2b8e7e3ec2f794bec76d1bc10fd3d81e117e 715522 
libisoparser-java_1.0.4.2-1_all.deb
Checksums-Sha256:
 62c694e7f9a4dc0b18af6db006d31c69ad7f0de8c4fb418ef59d4264108fe9d7 2068 
mp4parser_1.0.4.2-1.dsc
 cba159982ab5986b24d8ab0d8c7b760ff182ea691aad665b884441ae3f35 256496 
mp4parser_1.0.4.2.orig.tar.xz
 f4f43c3363cc18c4e6eef6b8b2a09f49796ffa21f08a6559438ee2405881e044 3932 
mp4parser_1.0.4.2-1.debian.tar.xz
 6b3ca751ac65188ec0981f958c5b064af40652927f9e4f124276d96d46df3d99 715522 
libisoparser-java_1.0.4.2-1_all.deb
Files:
 06de47a89fff179863868eb35091b434 2068 java optional mp4parser_1.0.4.2-1.dsc
 31be17531fe6476f8536e77f6594019a 256496 java optional 
mp4parser_1.0.4.2.orig.tar.xz
 4c9050c443438fd48e3ae52d1272c558 3932 java optional 
mp4parser_1.0.4.2-1.debian.tar.xz
 047e36e20daff0f951897484e36ba01d 715522 java optional 
libisoparser-java_1.0.4.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUWBEqAAoJEPUTxBnkudCsgP0QAJ0RQLeGaxqLpIa3TU7UMKDC
Y3pL9u3HKcd794T8wgBBmHeeWWqrTclmIAvqTXlxVzvF9rIzZzgf99AUUTqWzRfR
skirbkl/VioF3IvIlCpUNMhcYh4oQpGXb1LVrbGStaH2vmEAxdcUodJtWvbQKjHX
v0bmm3xQjzSUqSK5w/oAuoL1RCSIrgspTxetvy0XF8C4G04Mf0s49pszSzXJM3IM
3gpbpt5Os9hpdsrN2/XIwF30XcamgCXMIwt0lwpXznfE+gQuNPM9SGntk2RyIBx7
TkxJp+wGvnRggkIomrENYZAbpMot+ZUY6JuME3S5PFv76GTDjBYubVCI+Nv45rAr
PXmv1FfScJ6JrxSHFK/PuX+Wg84sBURAoV21SLHB8eeUhcjrUA0F292A0v50npps
0XjJwSN98LVOfvTsF6cyIZasZdo5meZVB4TdfiDbIaKcRL02ujdkZNm9h7Mcj531
OCU57xlLJf9Nfk5O5v56nRSmdplPAtHrzmTed5OVwsMY9vCdkrAHB9hMjiC57x6f
S3rQ4qXDjINh3HfHPOukHHmvyqQfKxszNg4mtV7RgBl4/PRrOvQIXdHVDFDfO8cZ
PdwUAGsVN098d8XZXqa08/35PrXR0Q2RZ7p14L92kNjVVqimHxMJVxlDOAEIUAbi
/IPDQsEf5l8Mj5bcid2Z
=vjLo
-END PGP SIGNATUREEnd Message---


Bug#722275: marked as done (ITP: casablanca -- C++ REST SDK)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:09 +
with message-id e1xodrv-0004tu...@franck.debian.org
and subject line Bug#722275: fixed in casablanca 2.2.0-1
has caused the Debian Bug report #722275,
regarding ITP: casablanca -- C++ REST SDK
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.)


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


* Package name: casablanca
  Version : 1.2.0
  Upstream Author : Microsoft
* URL : http://casablanca.codeplex.com/
* License : Apache 2.0
  Programming Lang: C++
  Description : C++ REST SDK

The C++ REST SDK (codename Casablanca) is a Microsoft project for cloud-based
client-server communication in native code using a modern asynchronous C++ API
design. This project allows C++ developers to take advantage of the radical
shift in software architecture that cloud computing represents.
* Support for accessing REST services from native code on Linux, Windows Vista, 
Windows 7, and Windows 8 by providing asynchronous C++ bindings to HTTP, JSON, 
and URIs
* Implementation of Asynchronous Streams and Stream Buffers
* A consistent and powerful model for composing asynchronous operations based 
on C++ 11 features
* A set of samples and reference documentation
* New experimental features such as HTTP Listener library and support for 
Windows Phone 8 and Windows XP.
---End Message---
---BeginMessage---
Source: casablanca
Source-Version: 2.2.0-1

We believe that the bug you reported is fixed in the latest version of
casablanca, 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 722...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna costamagnagianfra...@yahoo.it (supplier of updated 
casablanca 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: Mon, 03 Nov 2014 14:33:57 +0100
Source: casablanca
Binary: libcpprest2.2 libcpprest-dev libcpprest-doc
Architecture: source amd64 all
Version: 2.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Gianfranco Costamagna costamagnagianfra...@yahoo.it
Changed-By: Gianfranco Costamagna costamagnagianfra...@yahoo.it
Description:
 libcpprest-dev - Development files for Casablanca
 libcpprest-doc - Reference manual for Casablanca
 libcpprest2.2 - Shared library for Casablanca
Closes: 722275
Changes:
 casablanca (2.2.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #722275)
Checksums-Sha1:
 56723bdf5c999808ba8484434549ffead1878583 2210 casablanca_2.2.0-1.dsc
 5dfa1211d4dd7b8aef0decceefafa1061531d7cf 1790814 casablanca_2.2.0.orig.tar.gz
 0e24500591bc7841087d301299ad2628fe93522b 5804 casablanca_2.2.0-1.debian.tar.xz
 67f7bfe9a721a726bb88b62d8ff2cec4107643ae 543498 libcpprest2.2_2.2.0-1_amd64.deb
 25a27e5417d416c171366726ea8974d189a81b00 153296 
libcpprest-dev_2.2.0-1_amd64.deb
 8628dfb85f0b3d5382e1d9f1acf81f021ca94ca3 63208 libcpprest-doc_2.2.0-1_all.deb
Checksums-Sha256:
 b620171ca7060d29bb221aaf7d153aa8f686182db27da42f4b02d5e74432ff44 2210 
casablanca_2.2.0-1.dsc
 cc84e59e6e13fe181be85414ac00f2457300b750d948c793ff22f9f62d2825d8 1790814 
casablanca_2.2.0.orig.tar.gz
 5660f6f763100cc337e4f5e622dedebe0a3a3f369d73ce80294b0aafc0eb2a78 5804 
casablanca_2.2.0-1.debian.tar.xz
 879f4fa39352568adb31ac8bf831ac91e63d2fbe11028b81aec4776862da7bf7 543498 
libcpprest2.2_2.2.0-1_amd64.deb
 d6c4548efa98d321ddc9a640c641770950b8c31f58cb83656130c748985f9213 153296 
libcpprest-dev_2.2.0-1_amd64.deb
 c7e5993f62ec7c6c0dd7e8cc4002e0e35c443d5c08e131e8afdda2eee2978634 63208 
libcpprest-doc_2.2.0-1_all.deb
Files:
 2c754e3b1cb50f95a13efe2aa2733867 2210 libs extra casablanca_2.2.0-1.dsc
 36764a1d11cb2c3d1c902db95f5e151b 1790814 libs extra 
casablanca_2.2.0.orig.tar.gz
 57a5a6fa2a3389ec1c8becd05e651136 5804 libs extra 
casablanca_2.2.0-1.debian.tar.xz
 b6c41fb49d24d5237a8eac96dbefb745 543498 libs extra 
libcpprest2.2_2.2.0-1_amd64.deb
 188bc155bff740ea16b7a72860d56315 153296 libdevel extra 
libcpprest-dev_2.2.0-1_amd64.deb
 2946a115a67469f2d9ca451ffdb9bff0 63208 doc extra libcpprest-doc_2.2.0-1_all.deb


Bug#767950: marked as done (ITP: vorbis-java -- Ogg and Vorbis toolkit for Java)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:13 +
with message-id e1xodrz-0004vb...@franck.debian.org
and subject line Bug#767950: fixed in vorbis-java 0.6-1
has caused the Debian Bug report #767950,
regarding ITP: vorbis-java -- Ogg and Vorbis toolkit for Java
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.)


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

* Package name: vorbis-java
  Version : 0.6
  Upstream Author : Nick Burch c...@gagravarr.org
* URL : https://github.com/Gagravarr/VorbisJava
* License : Apache-2.0
  Programming Lang: Java
  Description : Ogg and Vorbis toolkit for Java

vorbis-java is a pure Java library for working with Ogg, Vorbis, FLAC,
Opus and Speex files

Support for the Ogg container is fairly complete, offering the ability
to read, write, add and change streams within an Ogg file. It should be
possible to use the Ogg parts as a basis for dealing with any multimedia
data stored in an Ogg container. There is basic support for Skeleton
Annodex streams, which provide metadata on top of Ogg files about the
streams, but it isn't fully integrated.

Support for the Vorbis audio format so far concentrates on metadata. It
is possible to retrieve and change metadata (such as sampling rates,
user comments etc), and tools are provided to query and alter these.
Encoding/decoding audio data is not supported.

Opus and Speex support is slightly less than that of Vorbis, covering
retrieving of metadata (such as sampling rates, user comments etc).
However, basic Opus or Speex audio frame support is outstanding. Tooling
exists for querying and changing metadata for Opus only.

Very limited support is also included for FLAC comments (user metadata),
which use the same scheme as Vorbis. FLAC-native and FLAC-in-Ogg files
are both supported for extracting the user metadata.

This library is a dependency of Apache Tika.
---End Message---
---BeginMessage---
Source: vorbis-java
Source-Version: 0.6-1

We believe that the bug you reported is fixed in the latest version of
vorbis-java, 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 767...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg ebo...@apache.org (supplier of updated vorbis-java package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 Nov 2014 16:54:32 +0100
Source: vorbis-java
Binary: libvorbis-java
Architecture: source all
Version: 0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libvorbis-java - Ogg and Vorbis toolkit for Java
Closes: 767950
Changes:
 vorbis-java (0.6-1) unstable; urgency=medium
 .
   * Initial release (Closes: #767950)
Checksums-Sha1:
 977495f6e55fe29284b67c473b16f131c74e9c12 1997 vorbis-java_0.6-1.dsc
 9b67361262521ae4f7bacebe6cde6d93610bb557 967031 vorbis-java_0.6.orig.tar.gz
 87334228c90fe992f1bd92dc9a262353edc2fef1 2816 vorbis-java_0.6-1.debian.tar.xz
 4ab0814db9240ed39fbbae2d96f5aff9a2999f08 103328 libvorbis-java_0.6-1_all.deb
Checksums-Sha256:
 1464645d4108521b1da762662e3c847ad39c5d8cbe133751621e4baa3758abb6 1997 
vorbis-java_0.6-1.dsc
 9c430a88560639c9132dbccf57c6a9f1dc35419aee6ba13378fba456736a0b16 967031 
vorbis-java_0.6.orig.tar.gz
 1f164f37fb7b047a15426524bcc74c7303c35ff1207474bdaca7c29c912f07e9 2816 
vorbis-java_0.6-1.debian.tar.xz
 c2d42c2689908909482feafe7d9e23213ec3468827ff20077d7dfe501856903a 103328 
libvorbis-java_0.6-1_all.deb
Files:
 5fab91839e4a7b35b9b92debfc2adff6 1997 java optional vorbis-java_0.6-1.dsc
 88e179ca7b4b4052e5a3e2d799ed06da 967031 java optional 
vorbis-java_0.6.orig.tar.gz
 3f05385ec4c3ff6bd852bd46fdf7b8ba 2816 java optional 
vorbis-java_0.6-1.debian.tar.xz
 fcf7244682a296877c7ff2154961f1d2 103328 java optional 
libvorbis-java_0.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUV7JGAAoJEPUTxBnkudCsbqkP/1EDbPvSd26FV+SRkFBQvU/j

Bug#768955: marked as done (ITP: python-invocations -- reusable invoke tasks)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:12 +
with message-id e1xodry-0004un...@franck.debian.org
and subject line Bug#768955: fixed in python-invocations 0.6.2-1
has caused the Debian Bug report #768955,
regarding ITP: python-invocations -- reusable invoke tasks
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.)


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

* Package name: python-invocations
  Version : 0.6.2
  Upstream Author : Jeff Forcier j...@bitprophet.org
* URL : https://pypi.python.org/pypi/invocations
* License : BSD-2-clause
  Programming Lang: Python
  Description : reusable invoke tasks

 Invocations is a collection of reusable Invoke tasks/task modules, including
 (but not limited to) Python project management tools such as documentation
 building and dependency organization.
 .
 It has no stand-alone components and is designed to be imported into your
 pre-existing Invoke task files.

This is also an indirect dependency of OpenStack Fuel.
---End Message---
---BeginMessage---
Source: python-invocations
Source-Version: 0.6.2-1

We believe that the bug you reported is fixed in the latest version of
python-invocations, 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 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand z...@debian.org (supplier of updated python-invocations 
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: Mon, 10 Nov 2014 19:29:30 +0800
Source: python-invocations
Binary: python-invocations python3-invocations
Architecture: source all
Version: 0.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 python-invocations - reusable invoke tasks - Python 2.x
 python3-invocations - Reusable Invoke tasks - Python 3.x
Closes: 768955
Changes:
 python-invocations (0.6.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #768955)
Checksums-Sha1:
 7733b6bf8536aa7876520cd9370d37dbd99a 2127 python-invocations_0.6.2-1.dsc
 3370d40951b46488203d1ef8d334ca7616b78e37 5338 
python-invocations_0.6.2.orig.tar.gz
 2d08ad6766b7191728f3f1a53c1318e8a262631d 2480 
python-invocations_0.6.2-1.debian.tar.xz
 02ac4b89f2dad6bfa40680026d3e52c4b88457b9 6214 
python-invocations_0.6.2-1_all.deb
 ce2e5b6d87aaf5478ed384108c83a271c3bd1c9a 6168 
python3-invocations_0.6.2-1_all.deb
Checksums-Sha256:
 0b634ec17a397c0e481ebe72689f28dac985ef7f7935f3c572c249a48a7102c4 2127 
python-invocations_0.6.2-1.dsc
 10ea931fc2eca2d7fe3b64c7c191790f9be685d855b686f6095a765799281f7a 5338 
python-invocations_0.6.2.orig.tar.gz
 9959d0890562d4877e6adda8f94ac03d04515ccee1aed2f5c4ab3c5dbb3c737e 2480 
python-invocations_0.6.2-1.debian.tar.xz
 49e4c7419e66cd126b7f0c672854d67dd68f32624753ebd7f89672cb3d24a7f6 6214 
python-invocations_0.6.2-1_all.deb
 74a125150ec71d02736b0e49a698297013faea019a2f3656d59aabc301b4308c 6168 
python3-invocations_0.6.2-1_all.deb
Files:
 32f81fea7d8334ff4ffc439aae1d1f3a 2127 python optional 
python-invocations_0.6.2-1.dsc
 20b5bcbc5c9e490da2a49d5388088221 5338 python optional 
python-invocations_0.6.2.orig.tar.gz
 838664a4cbb11485be6a65cbc149ec3d 2480 python optional 
python-invocations_0.6.2-1.debian.tar.xz
 a6c30dcaa173f2ca865f9fa13b0f2455 6214 python optional 
python-invocations_0.6.2-1_all.deb
 0e557304964e7e804279e770165792e6 6168 python optional 
python3-invocations_0.6.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUYLSgAAoJENQWrRWsa0P+w6cP/A9KzLUEvsAbQBzmptRli00M
F8oxvuaG0unJ1dHYfkcAxaVErzyRoMNJsO3Gr3DWrsojJ16yZ4pyMz/ANQSmjN/H
Osk4T8ajAJYzqK8sHtSpShbPxv1n+lznFlSGoIwahlAj5Br3jncEOSFMdLq2gFdV
FcSkeva9hiYbRp7fid5/JPnY+Z2Cv8abJ0it+4r2ACrNHj5t8iqw/PtBpUl+zsa2
mpjq1iagxjlHuEDNKNeXpwP+Hz7a7vPuUV3b8M9MzI8zHvagSzHmktn2VJp5/zPq
mFwSBictETNP1qyTkkiHhbc9ihodqAdRzk8zscalYVla43EJEq2jSiRSBykIsSfA
IacsGuuBhkKdnndnCaI0IAFY9vG1DeplefaMvd7EzmdmgoHL3HyelRDFQ8EF2q1v

Bug#768942: marked as done (ITP: python-rudolf -- colour output plugin for the nose testing framework)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:12 +
with message-id e1xodry-0004v5...@franck.debian.org
and subject line Bug#768942: fixed in python-rudolf 0.3-1
has caused the Debian Bug report #768942,
regarding ITP: python-rudolf -- colour output plugin for the nose testing 
framework
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.)


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

* Package name: python-rudolf
  Version : 0.3
  Upstream Author : John J. Lee j...@pobox.com
* URL : https://github.com/bitprophet/rudolf
* License : ZPL-2.1
  Programming Lang: Python
  Description : colour output plugin for the nose testing framework

 Rudolf provides a colour output plugin for the nose testing framework. It only
 works on Unix-like systems, as it uses ANSI colour codes. To use it, simply
 run nosetests --with-color to turn it on.
---End Message---
---BeginMessage---
Source: python-rudolf
Source-Version: 0.3-1

We believe that the bug you reported is fixed in the latest version of
python-rudolf, 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 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand z...@debian.org (supplier of updated python-rudolf 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: Mon, 10 Nov 2014 18:27:23 +0800
Source: python-rudolf
Binary: python-rudolf
Architecture: source all
Version: 0.3-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 python-rudolf - colour output plugin for the nose testing framework - Python 
2.x
Closes: 768942
Changes:
 python-rudolf (0.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #768942)
Checksums-Sha1:
 d03ab5fcb10c6473cc98676aa33449249f6157c1 2006 python-rudolf_0.3-1.dsc
 00b41af7dc765d842a175e0fc3a223902436ed82 13348 python-rudolf_0.3.orig.tar.xz
 c3b7661ef048cb7ca92980b20e03dcb460cf3176 2800 python-rudolf_0.3-1.debian.tar.xz
 9ccaa7e725d7e3d568d30338f73f1e6bd3f84e21 12388 python-rudolf_0.3-1_all.deb
Checksums-Sha256:
 a78ee651f8aeab2825b0c6ae4308c368b23582c50f244ebdd76ca615d7953f4e 2006 
python-rudolf_0.3-1.dsc
 822cc91a9cd14b29b578fcbaf555dd287619daf5442eb4a64fee58827104b77e 13348 
python-rudolf_0.3.orig.tar.xz
 59cbbbac1155a38679bebdca6ee6e3a642d186ee4579ed1fd3bfcc6035b32b17 2800 
python-rudolf_0.3-1.debian.tar.xz
 d4190e1724dff9ac0d30ec6b5f159e1fcd64f20f26966c4464844857c97aaf3b 12388 
python-rudolf_0.3-1_all.deb
Files:
 101a761d43555bc8af45c154cc0a627b 2006 python optional python-rudolf_0.3-1.dsc
 83938ffdedcc28e2b0500eb1805ce764 13348 python optional 
python-rudolf_0.3.orig.tar.xz
 62cf6637bfccdc2c8858808094da8159 2800 python optional 
python-rudolf_0.3-1.debian.tar.xz
 671da6ac7d7691b53f538c9dc18bd53b 12388 python optional 
python-rudolf_0.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUYJm+AAoJENQWrRWsa0P+NLoQAJFknvd4eGmtq95UzX53kZsE
CVSOhq2/LI6kaNCdIgXnnM/cpk6oQwEhYoc+OPEGn0SOcFzxJ804gjV4m04nCNo9
rWg4UaC0X/XE7vAAMIFPOEsvJoJiNlNyJIE/dDRM3rckByFo426nwK34LdDtKaYl
pZuRwY9BH8dcVNDgTEQEzjLCVdm404nFdIo+n1Kj3q/d2kDJi1XjvxAsdwt7m+qo
PYtPlkiL/zo6/UirT04hzK38G3HMF4aqtuoOtc8tn0948i6g/WYH4KxkwaT45rZc
Bp+akE+zpL880s6GQdM4MikDKe5sCa+E9yW1OGt3koqmUdfChpSfXxD1o1Se4DOI
iACrSZ/KuZigfwC4hUUtPOBBlC/4K7AUb8K9AOi6CSoKlScuM5ilmKqbBFsNGO8J
Hj474avWO5u2cVXSYAwr3IsHl5rS8ik+whfK8LFRRSbkJswgWfiMuaK1cCMH2JF9
eTlmkTuA5eA0Lpq1toME6zQ08JL2cO3z5KVfRCaHLlYk8oCXQKHQNDsPGKW3x9/I
0/uZna0VBmB+CWYN11OHpfDvv6GAjOlGeRVD5M62cVMZyj2dEZauzzNKDu8bpP6c
m3fo0JFJzN1yBPF3LJEQA3zzomZdC7ndc8O/vqSXhBnzjkcUR8ipeBovKk8U+4hf
egpciKA4LdUnnZFPKIsH
=bOpc
-END PGP SIGNATUREEnd Message---


Bug#768196: marked as done (ITP: python-ghost -- webkit web client library)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Nov 2014 16:00:11 +
with message-id e1xodrx-0004uv...@franck.debian.org
and subject line Bug#768196: fixed in python-ghost 0.1b4-1
has caused the Debian Bug report #768196,
regarding ITP: python-ghost -- webkit web client 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.)


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

Package name: python-ghost
Version : 0.1b4
Upstream Author : Jean-Philippe Serafin serafi...@gmail.com
URL : http://jeanphix.me/Ghost.py/
License : MIT
Programming Lang: Python
Description : WebKit based scriptable web browser library

Ghost.py is a scriptable web browser as Python library, based on
WebKit. It support JavaScript and can be used e.g. for testing,
web scraping, and automation.
---End Message---
---BeginMessage---
Source: python-ghost
Source-Version: 0.1b4-1

We believe that the bug you reported is fixed in the latest version of
python-ghost, 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 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
W. Martin Borgert deba...@debian.org (supplier of updated python-ghost 
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: Mon, 10 Nov 2014 22:43:10 +
Source: python-ghost
Binary: python-ghost python3-ghost
Architecture: source all
Version: 0.1b4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: W. Martin Borgert deba...@debian.org
Description:
 python-ghost - webkit web client library
 python3-ghost - webkit web client library
Closes: 768196
Changes:
 python-ghost (0.1b4-1) experimental; urgency=low
 .
   * Initial package for Debian (Closes: #768196).
Checksums-Sha1:
 2dd71a7dec216f77f6866c718c1da8cea3512181 2131 python-ghost_0.1b4-1.dsc
 0a3df0dcca63d97806eff21cae342f6fdf62dd5a 68432 python-ghost_0.1b4.orig.tar.gz
 91644229cd8800eb95ab4e728005ce1242c25d69 2272 
python-ghost_0.1b4-1.debian.tar.xz
 66ec8614d7fda1bbc7af15574b91e96bc62ac84a 16910 python-ghost_0.1b4-1_all.deb
 48424aa360e50ad8f160e5f5c0da5958628582be 16802 python3-ghost_0.1b4-1_all.deb
Checksums-Sha256:
 0a7320980cc447061e171c47ea3c3c5f19830309156f8e86e7b66f270ee60ef6 2131 
python-ghost_0.1b4-1.dsc
 c62aad4c667f523a815c87f9339c7f931dfcccba61f208a43da8ef449ac0e424 68432 
python-ghost_0.1b4.orig.tar.gz
 09b9f9add1e24b54d9761a7a6f1f770015a7e626878bf8ab2ad7d4e0c20d91f4 2272 
python-ghost_0.1b4-1.debian.tar.xz
 5b31f8f8670398d89d1edf674d2123ce6746d379a4c1719b255504188282a0bb 16910 
python-ghost_0.1b4-1_all.deb
 d86e0b8d819634d2170ca4391693a7ed641bb36702afdd1199f5616e05f99652 16802 
python3-ghost_0.1b4-1_all.deb
Files:
 f36a60d1dcc84cd6f35f16274b212ee8 2131 python optional python-ghost_0.1b4-1.dsc
 e8707ab5cff0e93b2f6ad27fc73b54e5 68432 python optional 
python-ghost_0.1b4.orig.tar.gz
 9406ab7f71d599b3829e7da745c61c4a 2272 python optional 
python-ghost_0.1b4-1.debian.tar.xz
 411257c499cee4124c7dd68e73a6dfe9 16910 python optional 
python-ghost_0.1b4-1_all.deb
 dd0b4922d479c2119fcf8cbd2c0b2750 16802 python optional 
python3-ghost_0.1b4-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUYdzAAAoJEOPgocKGuWPqq78QAMV4qW0YQqcVpkpcls74dOue
kY2ifXhb+cH/eo5Xhc7dOzR5JYaJ1sNa5DW/kw4R4Zh2T1P6dF3iIXrgcAbjRmgL
8j8stGpaEhFfAcTy90jDmpV82Qu6Ur8rXddrR7VSeOBlAzZi6sMcyxVxVylnwLGF
xbE7h0dyriAiMrOFZ4ATgslLv9ULoSP1cNmjpkHhmq0K7oOVNlcT8uVY/WA12qF2
/iUxxijc6zC6hYnlJpPq/8OUeurptfPlqpcUbQFxuIN3wLXKa/jX29JwUNrGLhmY
adufpxm90foYD7lbo7VvzWsuKclPH/yigxqy2saI0cRmw2Dd7BYwvzD/6HvKmdxR
Q+aRo7c0rsK/q/L1eiCBYyxkP5HevtOxQs/iTNae4hUDUUy6ke7HaJvvC4UXmWcf
Wva6+tAVTecEUBD0odCZpXyRdmVfow6C9D0CDY9GA5eQRuAsTdbik774GdatDej7
ME81wCX1uSu5yXTtnbdESdCCjeXWrQu5X/QeSrbVUEtVFFJl5ONhpz+d5K1HpExJ
r29KdoZg643nhQzRTM7s68ajETzMvhu1dGujEcFqhBfz/Hh8WuuNHVkdGs7A2Snz
ZT2jRfsPZcrWlEuNa8iltYZFVVUYJZGDLTsrGKkfOVbtI0vlSUCpA9tJmxHi8GvI
P33w9qIqx1ncQurX5r4N
=Tnhk
-END PGP SIGNATUREEnd Message---


Processed: owner 694932

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

 owner 694932 !
Bug #694932 [wnpp] ITP: opencollada -- A library for accessing COLLADA 3D 
digital assets
Owner changed from Matteo F. Vescovi mfvesc...@gmail.com to Matteo F. Vescovi 
m...@debian.org.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
694932: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694932
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.141572734519466.transcr...@bugs.debian.org



Bug#768520: O: liblingua-en-words2nums-perl - convert English text to numbers

2014-11-11 Thread Damyan Ivanov
Control: retitle -e ITA: liblingua-en-words2nums-perl - convert English text to 
numbers
Control: owner -1 !

-=| Joey Hess, 07.11.2014 22:00:30 -0400 |=-
 I'm orphaning liblingua-en-words2nums-perl. I guess I'll still be
 maintaining it upstream, although I've not needed to touch it in half a
 decade.

Taking over under pkg-perl umbrella.

-- dam


-- 
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/2014190826.ga9...@ktnx.net



Processed (with 1 errors): Re: Bug#768520: O: liblingua-en-words2nums-perl - convert English text to numbers

2014-11-11 Thread Debian Bug Tracking System
Processing control commands:

 retitle -e ITA: liblingua-en-words2nums-perl - convert English text to numbers
Unknown command or malformed arguments to command.

 owner -1 !
Bug #768520 [wnpp] O: liblingua-en-words2nums-perl - convert English text to 
numbers
Owner recorded as Damyan Ivanov d...@debian.org.

-- 
768520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768520
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.b768520.141573292329231.transcr...@bugs.debian.org



Processed: retitle 768520 to ITA: liblingua-en-words2nums-perl - convert English text to numbers

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

 retitle 768520 ITA: liblingua-en-words2nums-perl - convert English text to 
 numbers
Bug #768520 [wnpp] O: liblingua-en-words2nums-perl - convert English text to 
numbers
Changed Bug title to 'ITA: liblingua-en-words2nums-perl - convert English text 
to numbers' from 'O: liblingua-en-words2nums-perl - convert English text to 
numbers'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
768520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768520
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.14157342657296.transcr...@bugs.debian.org



Bug#769159: ITP: citeproc-py -- Python implementation of a CSL (Citation Style Language) citation processor

2014-11-11 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Owner: Daniel Stender deb...@danielstender.com

* Package name: citeproc-py
  Version : 0.3.0
  Upstream Author : Brecht Machiels bre...@mos6581.org
* URL : https://github.com/brechtm/citeproc-py
* License : BSD-2-Clause
  Programming Lang: Python
  Description : Python implementation of a CSL (Citation Style Language) 
citation processor

This is a Python citation processor [1] for the XML based Citation
Style Language (CSL) [2], which puts out formatted citations and bibliographies
from different bibliographical database formats, so far it supports
Json and BibTeX, according to citation styles written in CSL [3].

The latest upstream tarball appeared a couple of days ago, and there is active
development going on. The development status of citeproc-py is still 3-Alpha,
but it would like to package it already because this is very promising.

The binaries of Python modules would be python-citeproc and python3-citeproc.

Daniel Stender

[1] http://en.wikipedia.org/wiki/CiteProc
[2] http://citationstyles.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/2014201234.8915.3665.report...@varuna.fritz.box



Bug#769162: ITP: aegean -- integrated genome analysis toolkit

2014-11-11 Thread Sascha Steinbiss
Package: wnpp
Severity: wishlist
Owner: Sascha Steinbiss sa...@tetrinetsucht.de

* Package name: aegean
  Version : 0.10.2 
  Upstream Author : Daniel Standage daniel.stand...@gmail.com
* URL : http://standage.github.io/AEGeAn/
* License : ISC
  Programming Lang: C
  Description : integrated genome analysis toolkit

The AEGeAn Toolkit is designed for the Analysis and Evaluation of Genome 
Annotations. The toolkit includes a variety of analysis programs, e.g. for
comparing distinct sets of gene structure annotations (ParsEval), computation
of gene loci (LocusPocus) and more. In particular, the ParsEval software tool 
is very fast and convenient and highly useful for bioinformaticians working 
on the task of genome annotation, allowing for easy evaluation of results
e.g. compared against a reference. The ParsEval publication was quickly marked 
as being highly accessed (http://www.biomedcentral.com/1471-2105/13/187),
confirming its usefulness for the bioinformatics community.


-- 
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/2014195125.7264.38007.reportbug@renard



Bug#769173: RFA: libmusicbrainz5 -- Library to access the MusicBrainz.org database

2014-11-11 Thread Daniel Pocock
Package: wnpp
X-Debbugs-CC: debian-de...@lists.debian.org,
pkg-multimedia-maintain...@lists.alioth.debian.org, a...@gently.org.uk,
tjaal...@ubuntu.com

https://tracker.debian.org/pkg/libmusicbrainz5

libmusicbrainz5 is pulled into many GNOME desktops as a dependency,
hence the high popcon stats:
https://qa.debian.org/popcon.php?package=libmusicbrainz5

There is currently an RC bug, a couple of non-free files crept in at
some point, upstream has removed them but had to make API changes.
Somebody adopting the package may need to consider a transition.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749698

This package relies on a web service API from MusicBrainz and somebody
familiar with that may be able to support the package more easily.

I think this is a very worthwhile package, it is part of the eco-system
of open source alternatives to cloud-based music services.  I originally
helped with this package to support the packaging of flactag.  However,
I have a large portfolio of other packages where I have more in-depth
experience and ongoing development work hence I'm putting this one
up for adoption in the hope that somebody will focus on it.


-- 
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/5462804c.5090...@pocock.pro



Bug#768968: ITP: pyuca -- Python implementation of the Unicode Collation Algorithm (UTS-10)

2014-11-11 Thread Daniel Stender
Maybe python3-uca would be a better name for the binary package.

I've seen that there is a support for Python2.7 on its way.

The UCA conformance test suite [1], which is shipped with the Github
tarball but doesn't with the one from Pypi, to my view isn't so
important for the Debian package.

Daniel Stender

[1] http://www.unicode.org/Public/UCA/latest/CollationTest.html

-- 
http://qa.debian.org/developer.php?login=debian%40danielstender.com
GPG key: 4096R/DF5182C8
46CB 1CA8 9EA3 B743 7676 1DB9 15E0 9AF4 DF51 82C8


-- 
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/5462afe4.2080...@danielstender.com



Bug#769159: ITP: citeproc-py -- Python implementation of a CSL (Citation Style Language) citation processor

2014-11-11 Thread Daniel Stender
[3]
http://www.danielstender.com/granthinam/wp-content/uploads/tb111stender.pdf

-- 
http://qa.debian.org/developer.php?login=debian%40danielstender.com
GPG key: 4096R/DF5182C8
46CB 1CA8 9EA3 B743 7676 1DB9 15E0 9AF4 DF51 82C8


-- 
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/5462b194.9080...@danielstender.com



Bug#686447: [zfs-discuss] Re: Licence issues and non-issues with ZoL: CDDL and GPL

2014-11-11 Thread Bayard Bell
Any movement on this? Wearing an OpenZFS t-shirt to the GSoC mentor summit,
I got a lot of questions about the status of ZoL and licensing issues in
particular, and I referred to the unresolved matter because I took Debian
to be reasonably meticulous in its consideration of such questions. I fear
meticulous and itinerant are not simply at cross purposes at this point in
the manner that genuine complexity often demands. If the offered summary
position on inclusion is found unsatisfactory, surely it should be possible
after 10 weeks to articulate objections and reservations clearly.

Cheers,
Bayard

On 31 August 2014 18:53, Carlos Alberto Lopez Perez clo...@igalia.com
wrote:

 On 30/08/14 01:03, Andreas Dilger wrote:
  On Aug 29, 2014, at 4:48 PM, Prakash Surya m...@prakashsurya.com wrote:
  On Fri, Aug 29, 2014 at 03:33:15PM -0600, Andreas Dilger wrote:
  On Aug 29, 2014, at 4:49 AM, Carlos Alberto Lopez Perez
  clo...@igalia.com wrote:
  On 27/08/14 14:33, Carlos Alberto Lopez Perez wrote:
  Maybe we could share a RFC of the summary here when we think is
 ready, in order to double-check our understanding of the license stuff and
 get more feedback about it.
 
  On 27/08/14 16:38, Andreas Dilger wrote:
  Hi Carlos,
  I've been dealing with ZoL and the GPL/CDDL issues for a number
  of years for the Lustre filesystem. IANAL, but know quite a bit about
  these issues so I'd be happy to help out if I can.
 
  Thanks for the offer to help.
 
  Aron has posted our summary about the situation [1]. If you want to
 comment on it that would be great.
 
  In general I think this is a very well written summary of the issues.
 
  I think it is a disservice to your argument that you equate CDDL with
 proprietary binary licenses such as those used for NVidia or Broadcom.
 
  I would definitely seek clarification of what part of the spirit of
 the GPL is being violated.
 
  I think the most important point is that CDDL is an OSI-approved
 _open_source_ license, which eliminates IMHO the biggest objection to
 proprietary binary modules, since the source for ZFS is available for
 debugging, modification, and redistribution.
 
  The CDDL is actually a permissive license and even grants patent
 indemnification for any patents embodied in the original ZFS code (similar
 to GPLv3).  It is the GPL that restricts distributing with CDDL code and
 not the reverse (CDDL 3.6 explicitly allows this).
 
  I probably could read the GPL and figure this out, but, in what way does
  the GPL restrict distribution of GPL and CDDL code together? And maybe
  how it specifically relates to this instance, as the ZFS code is
  obviously not a derived work of any GPL project.
 
  You are right, and I forgot to make this important point as I was writing
  my first email.  It is clear that ZFS is _not_ a derived work of Linux
  (originally written for Solaris), and Linus has himself said this in
  the past about AFS [1], and the GPL only covers code which is derived:
 
  If identifiable sections of that work are not derived from the
   Program, and can be reasonably considered independent and separate
   works in themselves, then this License, and its terms, do not
   apply to those sections when you distribute them as separate works.
 
  and just distributing them together does not change this:
 
  In addition, mere aggregation of another work not based on the
   Program with the Program (or with a work based on the Program)
   on a volume of a storage or distribution medium does not bring
   the other work under the scope of this License.
 
  so if the ZoL module is not distributed as part of the kernel (i.e. in
  a separate package) it is no more incompatible with the GPL than any
  other piece of software that is available via download or on the same
  DVD as others.
 
  [1] http://yarchive.net/comp/linux/gpl_modules.html
 


 My understanding is that the part of the GPL that causes concerns is the
 one related to derived works.

 By comparing the CDDL with the proprietary licenses of the NVIDIA or
 Broadcom
 drivers, I tried to stress the point that this same concern related to
 derived
 works, would apply to any of this proprietary drivers.

 And Debian is already distributing this proprietary drivers in their
 archives.
 So it would be a non-sense that ZoL was deemed unsuitable for distribution
 by
 Debian, while at the same time Debian continues to distribute this
 proprietary
 drivers.

 You are right that maybe that comparison was not very fortunate. However,
 it should be kept in mind that the concerns of FTP Masters are not related
 with the CDDL license itself, but with the combination of GPL and CDDL in
 the same work.

 We hold the view that ZFS is not a derived work of the Linux Kernel, so the
 requirements of the GPL License for derived works would not apply to it,
 therefore both licenses could be satisfied at the same time when Debian
 distributes both the Linux Kernel and the ZFS driver (either in 

Processed: your mail

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

 tags 686447 - pending
Bug #686447 [wnpp] ITP: zfs-linux -- The native Linux kernel port of the ZFS 
filesystem
Removed tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
686447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686447
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.141576245928297.transcr...@bugs.debian.org



Bug#756088: marked as done (ITA: dosfstools -- utilities for making and checking MS-DOS FAT filesystems)

2014-11-11 Thread Debian Bug Tracking System
Your message dated Wed, 12 Nov 2014 05:00:33 +0100
with message-id 20141112040033.ga5...@amos.fritz.box
and subject line Adopted, closing
has caused the Debian Bug report #756088,
regarding ITA: dosfstools -- utilities for making and checking MS-DOS FAT 
filesystems
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.)


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

dosfstools is orphaned.

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.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/
---End Message---
---BeginMessage---
I forgot to close the ITA bug in my upload, so I am closing it this way.---End Message---


Bug#769199: RFP: fest-test -- common testing infrastructure for FEST (Fixtures for Easy Software Testing) packages

2014-11-11 Thread Tim Potter
Package: wnpp
Severity: wishlist

* Package name: fest-test
  Version : 2.1.0
  Upstream Author : Alex Ruiz
* URL : https://github.com/alexruiz/fest-test
* License : Apache-2.0
  Programming Lang: Java
  Description : common testing infrastructure for FEST (Fixtures for Easy 
Software Testing) packages

FEST Assertions is a Java library that provides a fluent interface
for writing assertions. It's main goal is to improve test code
readability and make maintenance of tests easier. FEST Assertions can
be used with either JUnit or TestNG.

This package contains common test utilities used for building other
packages in the FEST framework.


-- 
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/20141110183215.8.91364.reportbug@02ed91797728



Bug#769208: RFP: elfedit -- examine or edit ELF files (from illumos)

2014-11-11 Thread Keegan McAllister
Package: wnpp
Severity: wishlist

* Package name: elfedit
  Upstream Author : the illumos project
* URL : 
https://github.com/illumos/illumos-gate/tree/master/usr/src/cmd/sgs/elfedit
* License : CDDL
  Programming Lang: C
  Description : examine or edit ELF files (from illumos)

elfedit is a tool for examining or modifying the contents of an existing ELF
object. Specifically, elfedit is used to modify the ELF metadata contained in
the object. Access is provided to most of the ELF data contained in an object,
including the ELF header, section header table, program header table, dynamic
section, hardware and software capabilities, string tables, and symbol tables.

This does many things that the binutils elfedit cannot. It could be packaged as
illumos-elfedit.

I think this includes porting it to GNU/Linux :)


-- 
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/20141112065051.12894.87821.reportbug@mycena