Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-11 Thread Marco d'Itri
On Jul 12, Toni Mueller  wrote:

> * Package name: libressl
I am highly doubtful at best.

What are your plans exactly?
Would it have the same SONAME of openssl and conflict+provide it?
Would it be a totally different library which packages would 
build-depend on?
Which packages are supposed to use it?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-11 Thread Steven Chamberlain
This is good to see already :)

I expect it builds fine on GNU/Linux, with GCC and Clang, unless
hardening options are used, then these warnings would be treated as errors:

> In file included from md5/md5_locl.h:98:0,
>  from md5/md5_dgst.c:60:
> md5/md5_dgst.c: In function 'md5_block_data_order':
> ./md32_common.h:237:66: warning: right-hand operand of comma expression has 
> no effect [-Wunused-value]
>  #  define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l)
>   ^
> md5/md5_dgst.c:107:2: note: in expansion of macro 'HOST_c2l'
>   HOST_c2l(data,l); X( 0)=l;  HOST_c2l(data,l); X( 1)=l;
>   ^

> ./md32_common.h:213:41: warning: right-hand operand of comma expression has 
> no effect [-Wunused-value]
>  l|=(((unsigned long)(*((c)++)))),  \
>  ^
> sha/sha256.c:245:3: note: in expansion of macro 'HOST_c2l'
>HOST_c2l(data,l); T1 = X[0] = l;  ROUND_00_15(0,a,b,c,d,e,f,g,h);
>^

We'd want to configure with --disable-silent-rules, if debhelper scripts
don't already do that.

Compiling on GNU/kFreeBSD is possible (and potentially GNU/Hurd) but
requires the attached patch *and* a solution for getentropy:

1. try to use getentropy_linux.c - but would have to disable use of
Linux-specific sysctls and headers;  it is dangerous to rely on only
/dev/random, so we should implement replacement sysctls to use on
FreeBSD - that could be a bit messy

2. create a new getentropy_freebsd.c - but seems silly as FreeBSD itself
does not need it (see solution 3);  also does not help GNU/Hurd

3. (my preference) link with libbsd, which already provides a
arc4random_buf and so getentropy is not needed at all - WARNING: the
libbsd arc4random implementation still uses RC4 at the moment (as on
FreeBSD), but OpenBSD has already changed it to use ChaCha20 (see Bug
#747671);  we'd also want to make sure libbsd's entropy gathering is at
least as robust as in getentropy_linux.c

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
--- configure.orig	2014-07-11 18:42:02.0 +0100
+++ configure	2014-07-12 01:26:15.064409115 +0100
@@ -2915,7 +2915,7 @@
 		TARGET_OS=darwin;
 		LDFLAGS="$LDFLAGS -Qunused-arguments"
 		;;
-	*linux*)
+	*linux* | *gnu*)
 		TARGET_OS=linux;
 		CFLAGS="$CFLAGS -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE"
 		;;


Processed: Debian bugs

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

> fixed 753833 uriparser/0.8.0+dfsg-1
Bug #753833 [uriparser] Source package contains non-free IETF RFC/I-D
The source uriparser and version 0.8.0+dfsg-1 do not appear to match any binary 
packages
Marked as fixed in versions uriparser/0.8.0+dfsg-1.
> owner 753833 !
Bug #753833 [uriparser] Source package contains non-free IETF RFC/I-D
Owner recorded as Jörg Frings-Fürst .
> fixed 668244 uriparser/0.8.0+dfsg-1
Bug #668244 [src:uriparser] New uriparser source release, 0.7.7
The source uriparser and version 0.8.0+dfsg-1 do not appear to match any binary 
packages
Marked as fixed in versions uriparser/0.8.0+dfsg-1.
> owner 668244 !
Bug #668244 [src:uriparser] New uriparser source release, 0.7.7
Owner recorded as Jörg Frings-Fürst .
> fixed 727517 uriparser/0.8.0+dfsg-1
Bug #727517 [src:uriparser] uriparser: run dh-autoreconf to update 
config.{sub,guess} and {libtool,aclocal}.m4
The source uriparser and version 0.8.0+dfsg-1 do not appear to match any binary 
packages
Marked as fixed in versions uriparser/0.8.0+dfsg-1.
> owner 727517 !
Bug #727517 [src:uriparser] uriparser: run dh-autoreconf to update 
config.{sub,guess} and {libtool,aclocal}.m4
Owner recorded as Jörg Frings-Fürst .
> fixed 552993 uriparser/0.8.0+dfsg-1
Bug #552993 [liburiparser1] liburiparser1: improve description
The source uriparser and version 0.8.0+dfsg-1 do not appear to match any binary 
packages
Marked as fixed in versions uriparser/0.8.0+dfsg-1.
> owner 552993 !
Bug #552993 [liburiparser1] liburiparser1: improve description
Owner recorded as Jörg Frings-Fürst .
> fixed 707870 uriparser/0.8.0+dfsg-1
Bug #707870 [uriparser] uriparser: please make packaging version control 
available
The source uriparser and version 0.8.0+dfsg-1 do not appear to match any binary 
packages
Marked as fixed in versions uriparser/0.8.0+dfsg-1.
> owner 707870 !
Bug #707870 [uriparser] uriparser: please make packaging version control 
available
Owner recorded as Jörg Frings-Fürst .
> block 754473 by 754515
Bug #754473 [wnpp] ITA: uriparser -- URI parsing library compliant with RFC
754473 was not blocked by any bugs.
754473 was not blocking any bugs.
Added blocking bug(s) of 754473: 754515
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
552993: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552993
668244: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668244
707870: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707870
727517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727517
753833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753833
754473: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754473
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.14051177175099.transcr...@bugs.debian.org



Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-11 Thread Toni Mueller
Package: wnpp
Severity: wishlist
Owner: Toni Mueller 

* Package name: libressl
  Version : 2.0.0
  Upstream Author : The OpenBSD project, the OpenSSL project et al.
* URL : http://www.libressl.org/
* License : BSD, OpenSSL, SSLeay, Public Domain.
  Programming Lang: C
  Description : SSL library, forked from OpenSSL


LibreSSL strives to maintain API compatibility with OpenSSL, but
do away with all the cruft.

After a long series of OpenSSL problems, recently highlighted by
the infamous Heartbleed bug, a group inside OpenBSD decided to
fork OpenSSL and adapt the code to modern coding standards.
Along the way, a lot of compatibility with older architectures
and toolchains was discarded.


-- 
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/20140711220627.24261.14073.report...@spruce.wiehl.oeko.net



Bug#754505:

2014-07-11 Thread Kent Baxley
Submitted to mentors for review:  http://mentors.debian.net/package/wsmancli


Bug#753975: Kallithea packaging

2014-07-11 Thread Faheem Mitha


On Fri, 11 Jul 2014, Jelmer Vernooij wrote:


On Fri, Jul 11, 2014 at 10:48:28PM +0530, Faheem Mitha wrote:



Hi,



If you have some Debian packaging for Kallithea done, can you make it
public, and share the url? Thanks.


I haven't pushed anything yet, but 
git://anonscm.debian.org/collab-maint/kallithea.git is where it will be 
located.


I see. Thanks for the information.

  Regards, Faheem


--
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/alpine.deb.2.02.1407120212440.5...@orwell.homelinux.org



Bug#754509: ITP: r-cran-checkmate -- GNU R fast and versatile argument checks

2014-07-11 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-checkmate
  Version : 1.1
  Upstream Author : Bernd Bischl 
* URL : http://cran.r-project.org/web/packages/checkmate/
* License : BSD
  Programming Lang: R
  Description : GNU R fast and versatile argument checks
 This GNU R package tests and assertions to perform frequent argument
 checks. A substantial part of the package was written in C to minimize
 any worries about execution time overhead.

Remark: This package is a precondition to update r-cran-batchjobs
and will be maintained by the Debian Med team at
   Vcs-Svn: 
svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-checkmate/trunk/


-- 
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/20140711202530.12209.16306.report...@mail.an3as.eu



Bug#754506: ITP: gnuplot5 -- Command-line driven interactive plotting program, version 5

2014-07-11 Thread Anton Gladky
Package: wnpp
Severity: wishlist
Owner: Anton Gladky 

* Package name: gnuplot5
  Version : 5.0.0~rc1
* URL : http://www.gnuplot.info/
* License : Gnuplot's lisence.
  Description : Command-line driven interactive plotting program, version 5

Gnuplot is a portable command-line driven graphing utility for many
platforms.,
It was originally created to allow scientists and students to visualize
mathematical functions and data interactively, but has grown to support
many non-interactive uses such as web scripting. It is also used as a
plotting engine by third-party applications like Octave. Gnuplot has
been supported and under active development since 1986.

This new major version will be maintained as a separated package to let
people use an old and stable gnuplot4 simultaneously and to provide a
smooth migration.

The package will be maintained under Debian-Science roof.


-- 
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/20140711201328.4906.32466.reportbug@debian



Bug#754504: ITP: libpedantic-clojure -- A Clojure library designed to be used with pomegrante to check for common unexpected cases.

2014-07-11 Thread Tom Marble
Package: wnpp
Severity: wishlist
Owner: Tom Marble 

* Package name: libpedantic-clojure
  Version : 0.1.0
  Upstream Author : Nelson Morris 
* URL : https://github.com/xeqi/pedantic
* License : EPL-1.0
  Programming Lang: Clojure
  Description : A Clojure library designed to be used with pomegrante to 
check for common unexpected cases.

This package is a build-dep for leiningen 2 -- an essential
build tool for Clojure packages.

This package will be created and maintained by the
Debian Clojure Maintainers .

Paul Tagliamonte  has offered to sponsor this package.

Regards,

--Tom


-- 
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/20140711195024.9835.71454.report...@ficelle.info9.net



Bug#754505: ITP: wsmancli -- Opensource Implementation of WS-Management - Command line utility

2014-07-11 Thread Kent Baxley
Package: wnpp
Severity: wishlist
Owner: Kent Baxley 

* Package name: wsmancli
  Version : 2.3.1
  Upstream Author : Klaus Kaempf 
* URL : http://openwsman.github.io/
* License : BSD
  Programming Lang: C
  Description : Opensource Implementation of WS-Management - Command line
utility

Part of Openwsman, an Opensource Implementation of WS-Management. This
package contains the command line utility to interact with a wsman server.

Dell and other OEMs are leveraging wsman as a method of providing agentless
systems management.

This package also depends on several packages in openwsman, which as an ITP bug
filed for it in bug #754501.

Looking for package sponsorship.  Thanks!


-- 
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/20140711200250.16469.81210.report...@dhcp-167-21.linuxdev.us.dell.com



Bug#754503: ITP: libnet-duo-perl -- Perl API for Duo multifactor authentication service

2014-07-11 Thread Russ Allbery
Package: wnpp
Severity: wishlist
Owner: Russ Allbery 

* Package name: libnet-duo-perl
  Version : 1.00
  Upstream Author : Russ Allbery 
* URL : http://www.eyrie.org/~eagle/software/net-duo/
* License : Expat
  Programming Lang: Perl
  Description : Perl API for Duo multifactor authentication service

Net::Duo provides an object-oriented Perl interface for the Duo Security
REST APIs.  It attempts to abstract some of the API details and provide
an object-oriented view of the returned objects in order to make use of
the API in Perl code more natural than dealing with JSON data structures
directly.  Currently, some parts of the Auth and Admin APIs are
implemented alongside with generic methods to call any of the JSON-based
APIs.

(Upstream web site is not there yet but will be very shortly.)


-- 
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/20140711195206.4574.37318.report...@windlord.stanford.edu



Bug#754501:

2014-07-11 Thread Kent Baxley
Package uploaded to mentors:

http://mentors.debian.net/package/openwsman


Bug#754501: ITP: openwsman -- Open Web Services Manager

2014-07-11 Thread Kent Baxley
Package: wnpp
Severity: wishlist
Owner: Kent Baxley 

* Package name: openwsman
  Version : 2.4.7
  Upstream Author : Klaus Kaempf 
* URL : http://openwsman.github.io
* License : BSD
  Programming Lang: C
  Description : Open Web Services Manager

 Openwsman is a project intended to provide an open-source implementation of
 the Web Services Management specification (WS-Management) and to expose
 system management information on the Linux operating system using the
 WS-Management protocol. WS-Management is based on a suite of web services
 specifications and usage requirements that exposes a set of operations
 focused on and covers all system management aspects.

Openwsman is used extensivley at OEMs such as Dell as a method of providing
agentless system management.

Seeking sponsorship of the package.

Requires packages from the sblim-sfcc package, which currently has an ITP open
in bug #754396


-- 
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/20140711193629.9104.20640.report...@dhcp-167-21.linuxdev.us.dell.com



Bug#753975: Kallithea packaging

2014-07-11 Thread Jelmer Vernooij
On Fri, Jul 11, 2014 at 10:48:28PM +0530, Faheem Mitha wrote:
> 
> Hi,
> 
> If you have some Debian packaging for Kallithea done, can you make it
> public, and share the url? Thanks.

I haven't pushed anything yet, but
git://anonscm.debian.org/collab-maint/kallithea.git is where it will be
located. 

Cheers,

Jelmer


-- 
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/20140711190547.gb...@vernstok.nl



Processed: Debian bug #754473

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

> retitle 754473 ITA: uriparser -- URI parsing library compliant with RFC
Bug #754473 [wnpp] RFA: uriparser -- URI parsing library compliant with RFC 3986
Changed Bug title to 'ITA: uriparser -- URI parsing library compliant with RFC' 
from 'RFA: uriparser -- URI parsing library compliant with RFC 3986'
> owner 754473 !
Bug #754473 [wnpp] ITA: uriparser -- URI parsing library compliant with RFC
Owner recorded as Jörg Frings-Fürst .
> --
Stopping processing here.

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



Bug#754473: Debian bug #754473

2014-07-11 Thread Jörg Frings-Fürst
Hello,

I want to apdopt the package "uriparser"

CU
Jörg

-- 
pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8  EBCB 422B 44B0 BE58 1B6E
pgp Key: BE581B6E
CAcert Key S/N: 0E:D4:56

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net







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


Bug#754493:

2014-07-11 Thread Kent Baxley
Package has been uploaded to mentors for review and sponsorship:

http://mentors.debian.net/package/sblim-sfcb


Bug#754493: ITP: sblim-sfcb -- Small Footprint CIM Broker

2014-07-11 Thread Kent Baxley
Package: wnpp
Severity: wishlist
Owner: Kent Baxley 

* Package name: sblim-sfcb
  Version : 1.4.8
  Upstream Author : Dave Heller 
* URL : http://sourceforge.net/projects/sblim
* License : Eclipse Public License v1.0
  Programming Lang: C
  Description : Small Footprint CIM Broker

 The small footprint CIM broker (SFCB) is part of the SBLIM project
 (Standards Based Linux Instrumentation for Manageability). SFCB is a CIM
 server for resource-constrained and embedded environments. A CIM daemon
 (aka CIMOM) responds to CIM/WBEM client requests for system management data
 and performs system management tasks.

This package is also requires sblim-sfc-common as a build depedency.  An ITP
bug #754422 has been filed for that 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/20140711181154.3300.4048.report...@dhcp-167-21.linuxdev.us.dell.com



Bug#751519: marked as done (ITP: openjdk-9 -- OpenJDK 9 - Open source implementation of the Java Platform Standard Edition 9)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 19:57:34 +0200
with message-id <53c0258e.80...@debian.org>
and subject line packaging new versions of existing packages doesn't require an 
ITP
has caused the Debian Bug report #751519,
regarding ITP: openjdk-9 -- OpenJDK 9 - Open source implementation of the Java 
Platform Standard Edition 9
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.)


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

* Package name: openjdk-9
  Version : 9~b17
  Upstream Author : Oracle Corporation
* URL : http://openjdk.java.net
* License : GPL-2 with Classpath Exception
  Programming Lang: Java, C++
  Description : OpenJDK 9 - Open source implementation of the Java
Platform Standard Edition 9

OpenJDK 9 is the open source implementation of the Java Platform
Standard Edition 9. It contains the Java runtime and the developer tools
necessary to create and execute Java 9 applications.

The openjdk-9 package will remain in the experimental repository until
Java 9 is officially released (expected in 2016). This will allow us to
test the packages compatibility and prepare for the transition in Jessie+1.
--- End Message ---
--- Begin Message ---
Control: tags -1 + wontfix

packaging new versions of existing packages doesn't require an ITP.  An
openjdk-8 upload can be found in NEW.--- End Message ---


Bug#742864: marked as done (ITP: openjdk-8 -- OpenJDK 8 - Open source implementation of the Java Platform Standard Edition 8)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 19:57:34 +0200
with message-id <53c0258e.80...@debian.org>
and subject line packaging new versions of existing packages doesn't require an 
ITP
has caused the Debian Bug report #742864,
regarding ITP: openjdk-8 -- OpenJDK 8 - Open source implementation of the Java 
Platform Standard Edition 8
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.)


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

* Package name: openjdk-8
  Version : 8u0~b132
  Upstream Author : Oracle Corporation
* URL : http://openjdk.java.net
* License : GPL-2 with Classpath Exception
  Programming Lang: Java, C++
  Description : OpenJDK 8 - Open source implementation of the Java
Platform Standard Edition 8

OpenJDK 8 is the open source implementation of the Java Platform
Standard Edition 8. It contains the Java runtime and the developer tools
necessary to create and execute Java 8 applications.
--- End Message ---
--- Begin Message ---
Control: tags -1 + wontfix

packaging new versions of existing packages doesn't require an ITP.  An
openjdk-8 upload can be found in NEW.--- End Message ---


Bug#753975: Kallithea packaging

2014-07-11 Thread Faheem Mitha


Hi,

If you have some Debian packaging for Kallithea done, can you make it 
public, and share the url? Thanks.


Regards, Faheem Mitha


--
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/alpine.deb.2.02.1407112247120.5...@orwell.homelinux.org



Bug#742864: Build without "nostrip" fails on weezy, another try for debian/control generation

2014-07-11 Thread Thomas Klute
Am 08.07.2014 14:13, schrieb Emmanuel Bourg:
> Le 08/07/2014 11:47, Thomas Klute a écrit :
> 
>> Compiling with the same build system (plus freshly generated
>> debian/control) in a sid chroot works just fine. I'm not sure if this
>> should be considered important for OpenJDK 8 packaging (looks more like
>> a binutils bug to me). Any suggestions on how to handle this?
> 
> Could this be related to Lintian emitting a
> debug-file-with-no-debug-symbols warning about these files?

Possibly. Since the wheezy build fails in the dh_strip stage it doesn't
get to lintian, but in the sid build log I see the linitan warnings, and
during dh_strip there are many "debuglink section already exists" from
objcopy. My current guess is that the OpenJDK build system already does
something about the debug symbols, but I haven't looked into it yet. I'm
not sure if it makes sense to with the alternative packaging going on.

>> I've also taken another look at the debian/control situation. My
>> previous suggestion to remove it from the repository could create the
>> problem that it could not easily be generated from a fresh repository
>> clone, because the code in debian/rules expected the file to be present
>> (though it could be empty). A patch available on my Github repository
>> [1] fixes that.
> 
> Good idea, I merged it. I also got caught by this issue once.

Thanks!

I guess I'll have to see how that Launchpad repository develops. Will
this bug continue to be updated?

Kind regards,
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/53c01153.2050...@uni-dortmund.de



Bug#742864: RFS: openjdk-8/8u5-b13-1 (NEW)

2014-07-11 Thread Emmanuel Bourg
Le 11/07/2014 17:47, Miguel Landaeta a écrit :

> Is there an easy way to rebuild what was just uploaded?

Good question, I haven't figured how to build it yet. quilt fails to
apply the patches because debian/patches/series is missing. The file
should be dynamically generated but I don't know what triggers it.

Emmanuel Bourg


-- 
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/53c008b5.6000...@apache.org



Bug#754394: marked as done (ITP: libjs-twitter-bootstrap-datepicker -- add datepicker picker to field or to any other element)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 16:00:07 +
with message-id 
and subject line Bug#754394: fixed in libjs-twitter-bootstrap-datepicker 
0.0.0.1-1
has caused the Debian Bug report #754394,
regarding ITP: libjs-twitter-bootstrap-datepicker -- add datepicker picker to 
field or to any other element
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.)


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

* Package name: libjs-twitter-bootstrap-datepicker
  Version : 0.0.0.1
  Upstream Author : Stefan Petre
* URL : http://www.eyecon.ro/bootstrap-datepicker/
* License : Apache-2.0
  Programming Lang: Javascript
  Description : add datepicker picker to field or to any other element

 libjs-twitter-bootstrap-datepicker shows a Javascript calendar object when the
 user clicks on a date field, or on the widget next to it. The users can then
 select a date conveniently.
--- End Message ---
--- Begin Message ---
Source: libjs-twitter-bootstrap-datepicker
Source-Version: 0.0.0.1-1

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

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated 
libjs-twitter-bootstrap-datepicker 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: Thu, 10 Jul 2014 23:26:54 +0800
Source: libjs-twitter-bootstrap-datepicker
Binary: libjs-twitter-bootstrap-datepicker
Architecture: source all
Version: 0.0.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Thomas Goirand 
Description:
 libjs-twitter-bootstrap-datepicker - add datepicker picker to field or to any 
other element
Closes: 754394
Changes:
 libjs-twitter-bootstrap-datepicker (0.0.0.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #754394).
Checksums-Sha1:
 b4248326dfc0f02f847110f49594fd453e777a61 2226 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1.dsc
 590e372bbcc9f3cda0a7d0f363ed39d43c98f4fb 5651 
libjs-twitter-bootstrap-datepicker_0.0.0.1.orig.tar.gz
 1fc02556cb9729dea6413d2cc6ce3b2dc10bc375 1732 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1.debian.tar.xz
 889c4064e6c43a6e4ceeecf2c56a691f02eaec82 6892 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1_all.deb
Checksums-Sha256:
 38b11cbe449dd6a1ed0a80f25ff361194784bde58bc370709f1ce206d466e250 2226 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1.dsc
 0bf10d0db182be8d85d612b1bfffc71442a981762004ee6a587c3e4ef06abe37 5651 
libjs-twitter-bootstrap-datepicker_0.0.0.1.orig.tar.gz
 556c1c8ea80beb1d087e41bff71f58fb491cab133f1c6124ca50e97abc177efc 1732 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1.debian.tar.xz
 3383d9774221c7f09d3547f688cb1a069b64c89dcf4649d1ef600f3f065aeb1e 6892 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1_all.deb
Files:
 a618b6ea5554dabc321aeb2026ffc52d 6892 web extra 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1_all.deb
 ed1006a3b08ff5666f21f9638dc42893 2226 web extra 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1.dsc
 7926b29e382e725f810b04c219e797f0 5651 web extra 
libjs-twitter-bootstrap-datepicker_0.0.0.1.orig.tar.gz
 fa5d0a3ff4b12912db4947edc4534ef5 1732 web extra 
libjs-twitter-bootstrap-datepicker_0.0.0.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvrbmAAoJENQWrRWsa0P+GFgP+weiwOwhMTjSkoP5t94YDVzY
09FjuUmu4ip41oTP43spildJ05rLAn/s46TvZSPxmNaEwJwqzTe/CV8lLoNNCRfs
gzcMMAv+N25j06f5F4N/YaaP2HSHyJETXmrGcHgQ6Vea+JpvD4bWDuP+oBh1lBRA
tRlh7uJZfM1kAIaEdX/W1NoIrWGh/MPVSpko65DzX8jJCRnDf3PNJ4t6hp/bUzOE
epJUdYbQGIXB87D0CcPbAyXj5LbB+swPBxoET9ZeaKW8Azat/xCQ9968IRqLew/f
29dcKsRsr8rFJQHXa3z3ufVVjnFMK0VxtDjmWEWt3BZl1t3QKjpbmRTiT6/qxDxe
KNDoOKQA833OCfGNoAaeDXX7PJNIVMmv4wKzhEyAi3SbfbvIrfNOmuFe41z3qDgs
0+aLyAaJav0EiXW53y3QuVsNO7AZM+OUfBSX97BClaP2e0MzGZkiG/VrrCSQhGr5
KhHFpk9IT7bmJfK3YGHzFrSTpo0L9zJFc6mcwXR4B42DTdUXidhfH19vB1gtg3iq
Hp6zHhDYPzbbHjEPDTiqcVeC9BHop3eUhjJXCKxloPGmCyTB/NCgh+mvNdq16pN0
ObbcOfC5YI

Bug#752955: marked as done (ITP: node-keese -- arbitrary-precision floats encoded as strings in javascript)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 16:00:08 +
with message-id 
and subject line Bug#752955: fixed in node-keese 1.0.1-1
has caused the Debian Bug report #752955,
regarding ITP: node-keese -- arbitrary-precision floats encoded as strings in 
javascript
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.)


-- 
752955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-keese
  Version : 1.0.0
  Upstream Author : Josh Wolfe 
* URL : https://github.com/thejoshwolfe/node-keese
* License : BSD
  Programming Lang: JavaScript
  Description : arbitrary-precision floats encoded as strings in
javascript - Node.js module

 keese is a Node.js module that generates well-ordered values, appropriate
for
 use as sorting keys.
 .
 keese can always generate a bigger value, a smaller value, and a value
 between two other values. This is trivial using numbers with x+1, x-1, and
 (x+y)/2 respectively. However, numbers have limited precision in JavaScript
 (see below), so instead keese uses strings.
 .
 The string values are comparable with the builtin comparison operators
(such
 as <), and keese can always generate a new value that satisfies the
 constraints (limited only by system resources).
 .
 Node.js is an event-based server-side JavaScript engine.
--- End Message ---
--- Begin Message ---
Source: node-keese
Source-Version: 1.0.1-1

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

Debian distribution maintenance software
pp.
Andrew Kelley  (supplier of updated node-keese 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: Thu, 10 Jul 2014 20:03:32 -0400
Source: node-keese
Binary: node-keese
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Andrew Kelley 
Description:
 node-keese - arbitrary-precision floats encoded as strings - Node.js module
Closes: 752955
Changes:
 node-keese (1.0.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #752955)
Checksums-Sha1:
 2a36ada9e5fb873271e3392987e94665da22d343 1987 node-keese_1.0.1-1.dsc
 e0debfabb57447ce47601cf350901f386dd678a2 6651 node-keese_1.0.1.orig.tar.gz
 e78c3ea949d74b20c0bb67afb25c2959868d12c8 2412 node-keese_1.0.1-1.debian.tar.xz
 c3abb23d62ee11a607651296d170ec9656b13089 8508 node-keese_1.0.1-1_all.deb
Checksums-Sha256:
 27a909a861302460365a3ce50f7bd81dfa089717d1c77c077b2720188a363842 1987 
node-keese_1.0.1-1.dsc
 dd28fc91a61899d211cdda72517e2c0a8c39f6e315c819c9c81ecd58617d84af 6651 
node-keese_1.0.1.orig.tar.gz
 98ecc97333f0afa452062a0991042ca2a2e50b09646fc16c234b4e354080779b 2412 
node-keese_1.0.1-1.debian.tar.xz
 67b3b4650a3905a6454b2f5f57f4fc1374c55fe2afa16a901eee10985e178409 8508 
node-keese_1.0.1-1_all.deb
Files:
 4a1b54e091ac8a8976ee88cdf9fd936f 8508 web extra node-keese_1.0.1-1_all.deb
 f156e4d535c3f4b926255d2e088e4316 1987 web extra node-keese_1.0.1-1.dsc
 88b0f58bc9b13041e7454813be510c4c 6651 web extra node-keese_1.0.1.orig.tar.gz
 48f6b32c82f99b7da678f969a4e737e0 2412 web extra 
node-keese_1.0.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvyxDAAoJEKO6uuJAjdbPsK8P/RVcNPv/G6NEd9d7ccFkikPI
UkQaIaOfWk2W4MPw+4ridgPzc8jw6VNidrR0rddje1ZodfiHglE0BvyzF9WXH1z3
4V0gSk2b5wxjyDKFFWagK7unUGZ2i5eCnNyb7YPPO1VIjlp4EXnQy43PMR7PEK1I
7s9J0qJ1llkZbXz+DpnLG4oXif6WqLbHPp3ZDcqnmvjgVu40Sw+VNbdnDekPSHDH
ACmJotiQcvupAyap3SgwSjSLC6jDIhDXzXKftNnwVpEjn/yIetRFpaHvW8J6l0ZJ
ggOzh9uhGmOsFl2H0ZeEBgZanRJZlqqtFJa/8RdQ648UuCEIwCcTqy45VuJOvZx6
QZ14YYOGP49QDoumFD/vlD6Fagsc0pzR5KKmcp26EamlyJiif0FIRNSmfMN92PvR
zPfDk0PqWbgqut7RC0csj8hPoE4QvmMbT+7LS0l05uJu6uUW053Uhklkye/Lszze
byLfwtiNW/zdTlPBKA5HHBh+qYp2rFoZHrKtVLqqQ1ngzeE83ydipZHUiTSd5e9P
e4TmERs+6XAd2LLGaquVe6Dhi/uR3xkPlrTSz+gb3WvHzkyAPMq9L9+9akDeyXHq
N1Vz8ZtGXUoeHfU0M/OgTxQljID7v18CHQhu6KB5xES/u1QN82EMiCyhOeufAMfr
9Zy85FKaPq

Bug#754175: marked as done (ITP: lpctools -- Interface to NXP LPC Microcontrollers ISP (In-System Programming) serial interface)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 16:00:07 +
with message-id 
and subject line Bug#754175: fixed in lpctools 1.06-1
has caused the Debian Bug report #754175,
regarding ITP: lpctools -- Interface to NXP LPC Microcontrollers ISP (In-System 
Programming) serial interface
to be marked as done.

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

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


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

* Package name: lpctools
  Version : 1.04
  Upstream Author : Nathael Pajani 
* URL : http://git.techno-innov.fr/?p=lpctools;a=summary
* License : GPL
  Programming Lang: C
  Description : Interface to NXP LPC Microcontrollers ISP (In-System 
Programming) serial interface

lpctools is split in two programms: lpcisp and lpcprog
* lpcisp:
This tool gives access to each of the usefull isp commands on LPC
devices. It does not provide wrappers for flashing a device.
* lpcprog:
This tool does not give access to each isp command, instead it
provides wrappers for flashing a device.

Both programms were originally written because existing programms were 
published under non-free licences, did not allow comercial use, or did not 
provide source code.
--- End Message ---
--- Begin Message ---
Source: lpctools
Source-Version: 1.06-1

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

Debian distribution maintenance software
pp.
Sophie Brun  (supplier of updated lpctools 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, 09 Jul 2014 15:22:18 +0200
Source: lpctools
Binary: lpctools
Architecture: source amd64
Version: 1.06-1
Distribution: unstable
Urgency: medium
Maintainer: Sophie Brun 
Changed-By: Sophie Brun 
Description:
 lpctools   - interface to NXP LPC Microcontrollers ISP serial interface
Closes: 754175
Changes:
 lpctools (1.06-1) unstable; urgency=medium
 .
   * New upsream release.
 .
 lpctools (1.05-1) unstable; urgency=medium
 .
   * Import New upstream version
 .
 lpctools (1.04-1) unstable; urgency=low
 .
   * Initial release (Closes: #754175)
Checksums-Sha1:
 296affa1235c81ea31d8d972ccebac18c86125c6 1530 lpctools_1.06-1.dsc
 e888c9373859868053381a2d693b9ae7bba5b4d7 34034 lpctools_1.06.orig.tar.gz
 8a9df6dde0313251b640a7d1e7069696582df999 2148 lpctools_1.06-1.debian.tar.xz
 b1dab9486a3ce08c3f650f6bcbd0b165774d310a 22338 lpctools_1.06-1_amd64.deb
Checksums-Sha256:
 5099b838e818b39a5588adb637771144d2f63005dcd4b7385d80c7a6f5a2d569 1530 
lpctools_1.06-1.dsc
 8bb175f30a412c6bbf94e28fac66d725387d10541babc9ccab5bf6da87fbce85 34034 
lpctools_1.06.orig.tar.gz
 e32ce09c303535477e9d9fcf0a57dcd29812f8a1a459099c858b53bd6612f77c 2148 
lpctools_1.06-1.debian.tar.xz
 9f1ede7b4b0bb3488ff90f1eb9fa0ed092ae7aa1b9193eae8cbe62659612d230 22338 
lpctools_1.06-1_amd64.deb
Files:
 cab970952fbfc0fed3ebc9b215e4017c 22338 electronics optional 
lpctools_1.06-1_amd64.deb
 6a25f32052f563d52f37d483ee42cff8 1530 electronics optional lpctools_1.06-1.dsc
 135d849a1b0d3d574bda156f2138aeab 34034 electronics optional 
lpctools_1.06.orig.tar.gz
 cd7f014e724f3896223ce118e8fb2d24 2148 electronics optional 
lpctools_1.06-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJTvULXAAoJEAOIHavrwpq510IH/AlQYmtf7AWnQeqkLEhSu7JY
/RTNr8hOzbpKA4WtNk2XTB46iy+WCMlVvoYwRG7rNRA+dBd+ZhL5tBhp1InueUgt
hgSe6E/58MVvbq2u7HrE2O0avCcOuqP6ozyrdXjKqRFwB9rUYULjzqDnxzh5avpj
4EwQxRUzbRisKL9q4bhWfpBHObNE6evYnTd+sqvizzHFHF6Jdguglawd7ilZDJXa
HlM+cQf65Fszz9pWbpdz4ztl2qRd9Bf4Ic2WKzugQTmHv0PGyy6FqZLpUHpkbhOA
JmCAWFHOmHvhyQxlP1UADDiwSrMMyI0EfCSDcsBr/mJQCwtJ5XQ/Y/H7sHKNX/o=
=FVsq
-END PGP SIGNATURE End Message ---


Bug#739600: marked as done (ITP: kprinter4 -- External KDE4 printing utility)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 16:00:06 +
with message-id 
and subject line Bug#739600: fixed in kprinter4 12-1
has caused the Debian Bug report #739600,
regarding ITP: kprinter4 -- External KDE4 printing utility
to be marked as done.

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

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


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

* Package name: kprinter4
  Version : 9
  Upstream Author : Marco Nelles 
* URL : 
http://kde-apps.org/content/show.php/KPrinter4?content=163537
* License : GPL
  Programming Lang: C++
  Description : External KDE4 printing utility

Kprinter4 is a simple stand-alone document printer modelled after the
KDE4 print dialog. It can be used in place of /bin/lpr in order to
better control the print setup of legacy applications.
.
It is modelled after the KDE3-based kprinter application.
--- End Message ---
--- Begin Message ---
Source: kprinter4
Source-Version: 12-1

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

Debian distribution maintenance software
pp.
Michael Banck  (supplier of updated kprinter4 
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, 30 Jun 2014 16:53:58 +0200
Source: kprinter4
Binary: kprinter4
Architecture: source amd64
Version: 12-1
Distribution: unstable
Urgency: medium
Maintainer: Michael Banck 
Changed-By: Michael Banck 
Description:
 kprinter4  - Simple PostScript document printer
Closes: 739600
Changes:
 kprinter4 (12-1) unstable; urgency=medium
 .
   * New release.
   * Initial upload to unstable (Closes: #739600).
   * debian/copyright: Updated.
   * debian/control (Homepage, Description): Likewise.
Checksums-Sha1:
 f6f415acc0861dac24f682542b6b0e46ad0cce56 1829 kprinter4_12-1.dsc
 c93217056a13c6ed3f9e1df8b53d8c4e7d83123c 62393 kprinter4_12.orig.tar.gz
 672f66ade34521278ac1aa261ce67fe6e5a48d30 1792 kprinter4_12-1.debian.tar.xz
 dd9d9a123d969bad5adbd87af4f4a09c7276e4af 68956 kprinter4_12-1_amd64.deb
Checksums-Sha256:
 12d784d429fd9fa51a54cf6d2f68190d9009a5b7ca807ad5de137091fec77609 1829 
kprinter4_12-1.dsc
 7a0a48d0760909b0747676dc768c4da557c674827cca64305b9469a52a8b0aa3 62393 
kprinter4_12.orig.tar.gz
 9d3003fbf101545ac81341ceb451172ec2f2fa11b265bb12b54b42cd6d84d7d7 1792 
kprinter4_12-1.debian.tar.xz
 1640890fdfd508c5d9504350ed8243c353a8c1222b5b8eca4604f615f35677c1 68956 
kprinter4_12-1_amd64.deb
Files:
 a0b3e977db0ec98b5f807f80f4b5496b 68956 kde optional kprinter4_12-1_amd64.deb
 94567671df66b1009d7ee87efc012c74 1829 kde optional kprinter4_12-1.dsc
 89f8e14b81640a0342ac84422a2ab374 62393 kde optional kprinter4_12.orig.tar.gz
 1d6c04c943fe8ccbb5b33b7539af9b6c 1792 kde optional kprinter4_12-1.debian.tar.xz

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

iQIcBAEBAgAGBQJTsYAqAAoJENxoaie0NIGwaswQAKvO5xRZaIcFqi8Pr6RdNogj
jAz1wiG3bDyYIVeelUvHbQQoSpDoa1WNqqIPtQQEyXW9Mmg49xdmhxTPLx/rMFFV
ot8LhW3suRr7LtDaEU30Wv5HBhu/FgOS/4iRy+k8BfkYKYm8T/PgmUNZq/Om9Bv9
yhAX8QXE2wDK5M4Md/ITTOz02/sqLVIhsXBBAm5ATxWj7XV/4NW8Afx+FRDY5NeQ
yYhImfEd58L0KGUGol36CMLSfrwySbhsiS6i1RnXQ1lUdQktk20J8a/xsYPsQy9K
fpBse3v0ieH+8Twk3RYLFvrNSM1hrF0aovK7Mr4WGI4G3GoTWQNZ4l/6o5pT4cVJ
RoPgy6swCb5CXZrFd3C9IJrtg+vzrKlKyq8dXMxHLjrxMjd0Xbp37WwYEGafJIw+
Izn1X2Ap60DQjSyZ/s0u80/bqvIO1Tv/rbjWa0aBcBzoKA1sNLt7uGimEH2qjYcF
bz/lVtXHv9KcE237xh27/uUoDKY3DA18mSIdiVqB36MSPMiaVno4MZ9PwdXiTSEG
al+7bpJAUdeHuvjnWYryocncLtfV/mYWoc5Ddw1ucWAMTAGCUS758iy5UB3iaZHM
sH424ClPomkjcSXQdrLuGUsZfsNFNMFsEZLjSAN+2bTeAXEyJzqHBxImAefsu/xB
ra66DX0V9QRru2tDpSUO
=0LhZ
-END PGP SIGNATURE End Message ---


Bug#752975: marked as done (ITP: node-mess -- Fisher–Yates shuffle algorithm implementation for Node.js)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 16:00:08 +
with message-id 
and subject line Bug#752975: fixed in node-mess 0.1.2-1
has caused the Debian Bug report #752975,
regarding ITP: node-mess -- Fisher–Yates shuffle algorithm implementation for 
Node.js
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.)


-- 
752975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-mess
  Version : 0.1.1
  Upstream Author : Ian Babrou  (http://bobrik.name/)
* URL : https://github.com/bobrik/node-mess
* License : BSD
  Programming Lang: JavaScript
  Description : Fisher–Yates shuffle algorithm implementation for
Node.js

 Mess is a Node.js module which provides the Fisher-Yates shuffle function
for
 arrays.
 .
 Node.js is an event-based server-side JavaScript engine.
--- End Message ---
--- Begin Message ---
Source: node-mess
Source-Version: 0.1.2-1

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

Debian distribution maintenance software
pp.
Andrew Kelley  (supplier of updated node-mess 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: Thu, 10 Jul 2014 20:24:17 -0400
Source: node-mess
Binary: node-mess
Architecture: source all
Version: 0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Andrew Kelley 
Description:
 node-mess  - Fisher–Yates shuffle algorithm implementation for Node.js
Closes: 752975
Changes:
 node-mess (0.1.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #752975)
Checksums-Sha1:
 a7116db5568382ff96acab9b142bb2855d5af5e5 1969 node-mess_0.1.2-1.dsc
 6acf4225db7bbecc3056a4755282893e98023bb1 1191 node-mess_0.1.2.orig.tar.gz
 ed9d519046e89d3c457f047ff99e54149a8c34df 2172 node-mess_0.1.2-1.debian.tar.xz
 89bf4b0f04c38bd3cd4801e1d4b397a6bf05dc35 3252 node-mess_0.1.2-1_all.deb
Checksums-Sha256:
 73e65e15fc35d2c4ee9771c3bb0ad40c6a8e0e7b4943bbe0d8b2e3ec1e6e89c9 1969 
node-mess_0.1.2-1.dsc
 546bebff22fb3736afb70ba8b94cb089e667cb8200f69b772ed3ff13c23c9e5c 1191 
node-mess_0.1.2.orig.tar.gz
 eeff132ed6cda533c3c911a8abc322a3cc87cc724497cf1be89eabefba97d447 2172 
node-mess_0.1.2-1.debian.tar.xz
 04388f1e9c31536c374cb6e7171c9276cb17196c952efd4899e10da000d98ccc 3252 
node-mess_0.1.2-1_all.deb
Files:
 733beda725a1a9bda3cb66a09804eb49 3252 web extra node-mess_0.1.2-1_all.deb
 173425df47fa3e0307d9674f656aff5a 1969 web extra node-mess_0.1.2-1.dsc
 a213ddf50a4747ca5d7e04240f1d41b7 1191 web extra node-mess_0.1.2.orig.tar.gz
 953c3485043ff947b78dd7379fc56dd2 2172 web extra node-mess_0.1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvy7IAAoJEKO6uuJAjdbP7LQP/2wtojgVfOSQhn044kRLmoOn
i5XWIKNf+FzxwWWyA0p2EmxRx+SxAtBHVMxEhAD0vHO7nThcBT0lB2xyr2Pb/OvN
F3RzMDa5vI6pWbMzKHOBGNTLMSH88xv9zypzOkNR9BJy0r+22DS3cNon7vo85l6/
OzDmNRNVpw88d4Lg7D6Le6x4WfJfLT7s20ukaTFQt71PDWGh3O4N/b9eA/zAhFxw
pQHrdkUphJvFcdEdtZTJNCXH8Awd9CuBQANYQ3g4Ln4eQZhczD63U4qPVjPnM/vQ
xRUU/cb4+ZWVWl09YBrz/AMB06+sCuARrxRwnIlVh9dCCzg027kbyoerRlyXbfNH
3C4CmGPgXKfz79UcMSq5qRyuIhgqD1dRMc4yoPjid6Xrf4n56HCSCSBWLyKK0QAC
m1WMPZA0lKfDVb8DJUr3/2TajUtfUMlhtUp0O34yTR0CHpIlVyAbWsBK1Nf5LRWg
owNn8yy9iJ8vCKiYb1GVOZ30Wik6tR1g+GNWwFeGk8owmn2ZSynILZmA99HP5kjt
aPlJFTqZPPiQ5NlvbK85/q29XLvdwtV+PD/vvJWFs5ybn/MDemkEPAp2KvoiNJws
37xcovUCRJBuzW4XJBGCpydzExKmWED4/vm8BFcvDdkX3SoeY7ea803F/3W6kA/N
lpIrBXRA8Hpz3e0HeXjx
=xqD6
-END PGP SIGNATURE End Message ---


Bug#750966: marked as done (ITP: pcredz -- Extract authentication information from a pcap file or from a live interface)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 16:00:09 +
with message-id 
and subject line Bug#750966: fixed in pcredz 0.9-1
has caused the Debian Bug report #750966,
regarding ITP: pcredz -- Extract authentication information from a pcap file or 
from a live interface
to be marked as done.

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

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


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

* Package name: pcredz
  Version : 20140606
  Upstream Author : Laurent Gaffie 
* URL : http://github.com/lgandx/PCredz
* License : GPLv3+
  Programming Lang: Python
  Description : Extract authentication information from a pcap file or from 
a live interface

This package listens to a live network interface or reads from a pcap
file, and extracts different authentication information, including
POP, SMTP, IMAP, SNMP community string, FTP, HTTP Basic, NTLM v1/v2,
Kerberos and credit card numbers. 
--- End Message ---
--- Begin Message ---
Source: pcredz
Source-Version: 0.9-1

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

Debian distribution maintenance software
pp.
Gunnar Wolf  (supplier of updated pcredz 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, 09 Jul 2014 16:27:33 -0300
Source: pcredz
Binary: pcredz
Architecture: source all
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf 
Changed-By: Gunnar Wolf 
Description:
 pcredz - Extracts authentication credentials from network captures
Closes: 750966
Changes:
 pcredz (0.9-1) unstable; urgency=low
 .
   * Initial upload (Closes: #750966)
Checksums-Sha1:
 0a88d00ea134ff5f0b1fe38e511f866c024286f0 1766 pcredz_0.9-1.dsc
 07295b7bc84c2048c273b0c55ea1b4e58e46df69 6340 pcredz_0.9.orig.tar.gz
 a602834c955db67272d9fdfc3c0cd87b3b9acdeb 1890 pcredz_0.9-1.diff.gz
 31753108978f5dfe5f31085becb52f9dad52c49d 7930 pcredz_0.9-1_all.deb
Checksums-Sha256:
 48db498e8b74340b00ac756e9db62d33698910cd9a323ee3efafdba8e2a3a3a8 1766 
pcredz_0.9-1.dsc
 4405dd7be4ed3002a041ff3749631986e21051910957011ddbf8a937c9a25bd9 6340 
pcredz_0.9.orig.tar.gz
 22489520cd56a905ac696a02a6019b5c9375d61eba109b550a7fd064db5b6ac6 1890 
pcredz_0.9-1.diff.gz
 d1af7450ce7da7373752a1f6abc1e8373a1ac19b18943afe8eb4ee3c18d47d50 7930 
pcredz_0.9-1_all.deb
Files:
 4e6c1b8c47eda926e569b8d6618136da 7930 net extra pcredz_0.9-1_all.deb
 9d05671fd69acfdd0ab47b1b0c83b97a 1766 net extra pcredz_0.9-1.dsc
 2a7dff50403ade29982ba43640974c90 6340 net extra pcredz_0.9.orig.tar.gz
 a7d7785e0f495df0767a617a1be026f7 1890 net extra pcredz_0.9-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvbeRAAoJEGc6A+TB25IfwHQP/01rKvoLac/wJije9CfQszDb
8xU63bBdjTHkrpSOWeDcKAd6YtwsquB5+4jIHsU2+aKlRGEkWIgWaWcW8ddpLeSp
IfbSu+sWQS/WU5lZnsIApqS47i93KYLao9J1HhbocK9m79UJzY8vi79sil0gH1OT
9dKao8crC3+NtLNC7dvk69tu4msvgEaJtCq1FiBiluUTaJJVpw2SB4ZikMb8JC79
/QubdFIPKVCbuFMKdSEWt2ycp8qLakcZq8Gs277W5A4G7oI4bGAIVAM6MeWfzC/t
S4t1B43i0KR2FN1TZLZUvcmBT1RiX1XaGMjxW2qtZfUWrS5cTn59+tCHY6Pr4axO
DccLfNx0g8uGYs0Wcg4jUrdOD6kehtgiIYnnx1NsOtbe1uxNSyzY8YGzFi3+mek2
cUQwzdi/eOsmG7VzC83QcRVDhpx7ojro1FBUVpmGuZT9OTdrFZGbADRZf0JWbMin
LwFySocCQ7rvO187jtwp/0rOSCFfdnzwEpaHke0/Mra16rTgEPcth9JPMREYMV0Y
rjIe639IXuN4GMwriQwDTS0mTPhuVVkCFY+3lY77LmXP+E/WuhGA/l9Q/DuqWqvR
BVK6s0mYCCrn0Oqts2VG8r4cUhtdGVKN3ucAU+R0Ig9VmEzPQT6vLb7vDUnr5ifl
pRLziW9tSUrruc78EbJI
=OP6b
-END PGP SIGNATURE End Message ---


Bug#742864: RFS: openjdk-8/8u5-b13-1 (NEW)

2014-07-11 Thread Miguel Landaeta
On Thu, Jul 10, 2014 at 11:11:29AM +0200, Emmanuel Bourg wrote:
> Matthias has restarted the packaging from the latest version of
> openjdk-7 and merged some of my changes. The repository is on Launchpad:
> 
> http://bazaar.launchpad.net/~openjdk/openjdk/openjdk8/files
> 

Is there an easy way to rebuild what was just uploaded?

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche


signature.asc
Description: Digital signature


Bug#754422:

2014-07-11 Thread Kent Baxley
package is in mentors for review:

https://mentors.debian.net/package/sblim-sfc-common


-- 
Kent Baxley
Field Engineer, Canonical
kent.bax...@canonical.com


-- 
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/caaa_pzciojaht2_30u4xmz-bmd5_wnnc+u-fvm+k8n69tx8...@mail.gmail.com



Bug#754422:

2014-07-11 Thread Kent Baxley
This package also has a build-dep on sblim-cmpi-devel, which I have filed
an ITP for in bug #754479


Bug#754479: ITP: sblim-cmpi-devel -- CMPI C++ Wrapper and and development headers

2014-07-11 Thread Kent Baxley
Package: wnpp
Severity: wishlist
Owner: Kent Baxley 

* Package name: sblim-cmpi-devel
  Version : 2.0.3
  Upstream Author : Viktor Mihajlovski 
* URL : http://sourceforge.net/projects/sblim
* License : Eclipse Public License v1.0
  Programming Lang: C, C++
  Description : CMPI C++ Wrapper and and development headers

The purpose of this package is to provide a standalone development kit
for CMPI providers. It contains the CMPI header files needed for compilation
of CMPI providers written in the C programming language.

It also contains the so-called CMPI C++ Wrapper, consisting of C++ header
files and a shared library implementing the C++ support.

It is also a build-dependency for the ITP filed in bug #754422 and is part of
the SBLIM stack that I've either filed ITP bugs for or will be filing for.

I am seeking sponsorship for this package and will be uploading to
mentors.debian.net shortly.


-- 
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/20140711142019.1968.71299.report...@dhcp-167-21.linuxdev.us.dell.com



Bug#754477: RFH: code-saturne

2014-07-11 Thread Sylvestre Ledru
Package: wnpp
Severity: normal

Hello,

If anyone is interested in helping or taking the lead on code-saturne
packaging, he/she is welcome.
I am doing the new upstream release but I am not using it at all
and I left the field of the French^WParisian 'research'.

Cheers,
Sylvestre


-- 
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/20140711141154.1245.40154.report...@luzon.mozilla.com



Bug#754473: RFA: uriparser -- URI parsing library compliant with RFC 3986

2014-07-11 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: normal


Bug#754472: RFA: w3af -- framework to find and exploit web application vulnerabilities

2014-07-11 Thread Luciano Bello
Package: wnpp
Severity: normal

w3af it's well supported by upstream http://w3af.org/ . With frequent and 
regular updates, it might make sense to package directly from its VCS.

It's maybe not for beginners, since the upstream policy of "batteries included" 
makes of it a huge thing that might include embedded copies to remove or 
deprecated third-party code. This also complicates the copyright file.

If you prefer, we can start co-maintaining it and gradually you can take 
control 
of the package.

Cheers, luciano


-- 
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/1894988.FXpW3lnMuf@mybox



Bug#750727: marked as done (ITP: psurface -- piecewise linear bijections between triangulated surfaces)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 13:00:07 +
with message-id 
and subject line Bug#750727: fixed in psurface 2.0.0-1
has caused the Debian Bug report #750727,
regarding ITP: psurface -- piecewise linear bijections between triangulated 
surfaces
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.)


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

* Package name: psurface
  Version : 2.0.0
  Upstream Author : Oliver Sander 
* URL : http://numerik.mi.fu-berlin.de/dune/psurface
* License : LGPL-3+ or GPL-2 with runtime exception
  Programming Lang: C++
  Description : piecewise linear bijections between triangulated surfaces

 Psurface is a C++ library that handles piecewise linear bijections
 between triangulated surfaces. These surfaces can be of arbitrary
 shape and need not even be manifolds.

 There are two main uses for psurface. When doing adaptive finite
 element simulations on grids with parametrized boundaries, psurface
 can store the parametrization. Boundary parametrizations are
 practically mappings from the coarse grid boundary to the actual
 boundary, and if that actual boundary is a triangulated surface then
 psurface can handle it. This is implemented, for example, in the
 dune-grid module of Dune.

 Secondly, when doing domain decomposition methods with nonconforming
 interfaces, you need to relate the two interface grids to each
 other. Psurface can do this for you, even if your interfaces do not
 match geometrically. Such is the case, e.g., in contact
 problems. This second functionality is also available for 1d surfaces
 in 2d space.

 The easiest way to use psurface for domain decomposition is to get
 the dune-grid-glue module and use it to drive psurface.

The package will be maintained in the science team.

Ansgar
--- End Message ---
--- Begin Message ---
Source: psurface
Source-Version: 2.0.0-1

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

Debian distribution maintenance software
pp.
Ansgar Burchardt  (supplier of updated psurface 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: SHA512

Format: 1.8
Date: Sun, 22 Jun 2014 11:51:04 +0200
Source: psurface
Binary: psurface libpsurface-dev libpsurface-dbg libpsurface0
Architecture: amd64 source
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 

Changed-By: Ansgar Burchardt 
Closes: 750727
Description: 
 libpsurface-dbg - piecewise linear bijections between triangulated surfaces -- 
debu
 libpsurface-dev - piecewise linear bijections between triangulated surfaces -- 
deve
 libpsurface0 - piecewise linear bijections between triangulated surfaces -- 
shar
 psurface   - piecewise linear bijections between triangulated surfaces -- util
Changes:
 psurface (2.0.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #750727)
Checksums-Sha1: 
 f2ee9b10689b30fc219a80f131d2dac7d6ca88b9 2187 psurface_2.0.0-1.dsc
 807547eb2366a0f72324111ddbe5399debf6d4e2 129592 psurface_2.0.0.orig.tar.xz
 b13ab67ec946594e85f378eee80d9d7e59e01176 4012 psurface_2.0.0-1.debian.tar.xz
 16de9825afed9db3a0bbdb5ba2464d24bd293dd3 26256 psurface_2.0.0-1_amd64.deb
 210308bd9b4d921814a11b2e36b2145aeeca9d46 316068 
libpsurface-dev_2.0.0-1_amd64.deb
 5accf4b55807a3ff92b4b32d1da8ca1b04bcd11d 2684206 
libpsurface-dbg_2.0.0-1_amd64.deb
 235d96f4bf8abbbf817376736cbad8578fc68391 237320 libpsurface0_2.0.0-1_amd64.deb
Checksums-Sha256: 
 5cb0e5695b904ff8538b253d9e31dc88430ed94983e27995bcda19453c404848 2187 
psurface_2.0.0-1.dsc
 ada88335ea151c7fadf331f02dec27aea35435af1f5168c154600f560e44bed5 129592 
psurface_2.0.0.orig.tar.xz
 63663632ce968df16d303c215fac9ac4d7b0b35548d884e202e994af18fa4dbf 4012 
psurface_2.0.0-1.debian.tar.xz
 9e200a4a133ae12953794a58b10140c4f1d08175048fab5a75da7b944c5c8814 26256 
psurface_2.0.0-1_amd64.deb
 7fbf05fc82dbba2c8baeaa62b784fe3ac99c2747e456b4f394edb05d150b1ebb 316068 
libpsurf

Bug#744011: marked as done (ITP: cpl-plugin-muse -- ESO data reduction pipeline for MUSE)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 13:00:05 +
with message-id 
and subject line Bug#744011: fixed in cpl-plugin-muse 0.18.1+dfsg-1
has caused the Debian Bug report #744011,
regarding ITP: cpl-plugin-muse -- ESO data reduction pipeline for MUSE
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.)


-- 
744011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744011
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Ole Streicher 
X-Debbugs-Cc:
debian-de...@lists.debian.org,debian-scie...@lists.debian.org,
debian-as...@lists.debian.org

* Package name: cpl-plugin-muse
  Version : 0.13.2
  Upstream Author : Peter Weilbacher
* URL :
http://www.eso.org/sci/facilities/paranal/instruments/muse.html
* License : GPL
  Programming Lang: C
  Description : ESO data reduction pipeline for MUSE

This is the data reduction pipeline for the MUSE instrument of the Very
Large Telescope (VLT) from the European Southern Observatory (ESO)
.
MUSE, the Multi-Unit Spectroscopic Explorer, is an Integral Field
Spectrograph located at the Nasmyth B focus of Yepun, the VLT UT4
telescope. It has a modular structure composed of 24 identical IFU
modules that together sample, in Wide Field Mode (WFM), a
near-contiguous 1 squared arcmin field of view. Spectrally the
instrument samples almost the full optical domain with a mean resolution
of 3000. Spatially, the instrument is designed to exploit the VLT AO
Facility via the GALACSI AO system, sampling the sky with 0.2 arcseconds
spatial pixels.

The software is not officially released yet. However, a prerelease is
available on the ESO FTP server. I intend to put this into experimental
to collect experiences until the official release is made.

Best regards

Ole
--- End Message ---
--- Begin Message ---
Source: cpl-plugin-muse
Source-Version: 0.18.1+dfsg-1

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

Debian distribution maintenance software
pp.
Ole Streicher  (supplier of updated cpl-plugin-muse 
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: Sat, 28 Jun 2014 17:33:11 +0200
Source: cpl-plugin-muse
Binary: cpl-plugin-muse cpl-plugin-muse-doc cpl-plugin-muse-calib
Architecture: source all amd64
Version: 0.18.1+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 

Changed-By: Ole Streicher 
Description: 
 cpl-plugin-muse - ESO data reduction pipeline muse
 cpl-plugin-muse-calib - ESO data reduction pipeline calibration data 
downloader muse
 cpl-plugin-muse-doc - ESO data reduction pipeline documentation muse
Closes: 744011
Changes: 
 cpl-plugin-muse (0.18.1+dfsg-1) experimental; urgency=low
 .
   * Initial release. (Closes: #744011)
Checksums-Sha1: 
 d7978294ef29c8f96ed03e65d32ac852fb885a81 2322 cpl-plugin-muse_0.18.1+dfsg-1.dsc
 cbb73a54c7b8d56ac18088146a3f7601dc6fb080 816468 
cpl-plugin-muse_0.18.1+dfsg.orig.tar.xz
 d0094443b350c10dc5d44eb10122ec6b929f8782 9872 
cpl-plugin-muse_0.18.1+dfsg-1.debian.tar.xz
 335454c4a7f82b6b7d3695fc8e00931f8a38b19d 109486 
cpl-plugin-muse-doc_0.18.1+dfsg-1_all.deb
 ef0446de61bcb31723354ea09513ebb5439e544d 2624 
cpl-plugin-muse-calib_0.18.1+dfsg-1_all.deb
 153791edab750bc5f7f75737161a89719fe5e58e 364118 
cpl-plugin-muse_0.18.1+dfsg-1_amd64.deb
Checksums-Sha256: 
 d5f624a716236c00fa3be83f5c7cf033be5eb5821fd6b012c95024de0a62d9bb 2322 
cpl-plugin-muse_0.18.1+dfsg-1.dsc
 0854fee666f20a551984941b9d2c5132d2c80b034ab98220ca529fa254d016b6 816468 
cpl-plugin-muse_0.18.1+dfsg.orig.tar.xz
 2dad7e8ba7fbd97feacb6574fbb3c652b66f149866225053ca39de30acf7da4a 9872 
cpl-plugin-muse_0.18.1+dfsg-1.debian.tar.xz
 0da191539db82e95028c3443fa585bc682ef80e33109bcde63041099888eecf0 109486 
cpl-plugin-muse-doc_0.18.1+dfsg-1_all.deb
 769106882da979209d624249dfbed1ad226a828cc4d749c611bf46023ca8fc69 2624 
cpl-plugin-muse-calib_0.18.1+dfsg-1_all.deb
 e06b6b802552d4c6edb59c4ed21aaa1894755e2823b31a5768776612c5d9c62a 364118 
cpl-plugin-muse_0.18.1+dfsg-1_amd64.deb
Files: 
 ecece4d

Bug#714820: marked as done (ITP: ntopng -- High-Speed Web-based Traffic Analysis and Flow Collection Tool)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 13:00:06 +
with message-id 
and subject line Bug#714820: fixed in ntopng 1.1+dfsg2-1
has caused the Debian Bug report #714820,
regarding ITP: ntopng -- High-Speed Web-based Traffic Analysis and Flow 
Collection Tool
to be marked as done.

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

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


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

* Package name: ntopng
  Version : 1.0
  Upstream Author : Luca Deri 
* URL : http://www.ntop.org/products/ntop/
* License : GPL-3
  Programming Lang: C++
  Description : High-Speed Web-based Traffic Analysis and Flow Collection 
Tool

ntopng is the next generation version of the original ntop, a network
traffic probe that shows the network usage, similar to what the popular
top Unix command does. ntop is based on libpcap and it has been written
in a portable way in order to virtually run on every Unix platform,
MacOSX and on Win32 as well.

ntopng users can use a a web browser to navigate through ntop (that acts
as a web server) traffic information and get a dump of the network
status. In the latter case, ntop can be seen as a simple RMON-like agent
with an embedded web interface. The use of:

- a web interface.
- limited configuration and administration via the web interface.
- reduced CPU and memory usage (they vary according to network size and
traffic).

What ntopng can do:
- Sort network traffic according to many protocols
- Show network traffic and IPv4/v6 active hosts
- Store on disk persistent traffic statistics in RRD format
- Geolocate hosts
- Discover application protocols by leveraging on nDPI, ntop’s DPI
  framework
- Characterise HTTP traffic by leveraging on characterisation services
  provided by block.si. ntopng comes with a demo characterisation key,
  but if you need a permanent one, please mail i...@block.si
- Show IP traffic distribution among the various protocols
- Analyse IP traffic and sort it according to the source/destination
- Display IP Traffic Subnet matrix (who’s talking to who?)
- Report IP protocol usage sorted by protocol type
- Act as a NetFlow/sFlow collector for flows generated by routers (e.g.
  Cisco and Juniper) or switches (e.g. Foundry Networks) when used
  together with nProbe
- Produce HTML5/AJAX network traffic statistics
--- End Message ---
--- Begin Message ---
Source: ntopng
Source-Version: 1.1+dfsg2-1

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

Debian distribution maintenance software
pp.
Ludovico Cavedon  (supplier of updated ntopng 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: SHA512

Format: 1.8
Date: Sun, 13 Apr 2014 16:25:14 -0700
Source: ntopng
Binary: ntopng ntopng-dbg ntopng-data
Architecture: source amd64 all
Version: 1.1+dfsg2-1
Distribution: unstable
Urgency: medium
Maintainer: Ludovico Cavedon 
Changed-By: Ludovico Cavedon 
Description: 
 ntopng - High-Speed Web-based Traffic Analysis and Flow Collection Tool
 ntopng-data - High-Speed Web-based Traffic Analysis and Flow Collection Tool (d
 ntopng-dbg - High-Speed Web-based Traffic Analysis and Flow Collection Tool (d
Closes: 714820
Changes: 
 ntopng (1.1+dfsg2-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #714820).
   * Remove unsed files without source from orig tarball.
   * Minify jquery and boostrap during build process.
   * Include missing sources for minified javascript. Use system libjs-rickshaw.
   * Fix lintian missing-source warnings.
Checksums-Sha1: 
 5c31477de2323bc7796811e17daef2d1671308f1 2120 ntopng_1.1+dfsg2-1.dsc
 ac77d4309e23bc61b25bfd43bdd240b1e753b874 1836615 ntopng_1.1+dfsg2.orig.tar.gz
 797d6cab25fbf8448ab4d5624c4c165e5920af31 212204 
ntopng_1.1+dfsg2-1.debian.tar.xz
 9846ba407071ac27fe615e6ed6acbf799f135c68 122644 ntopng_1.1+dfsg2-1_amd64.deb
 58bbef030214fdc8ece216df7aa255ee32d5c619 604368 
ntopng-dbg_1.1+dfsg2-1_amd64.deb
 ad495da1c7914168042fc7deb38f7a0624d6e109 5210

Processed: your mail

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

> retitle 754463 RFS: pdf2htmlex/0.11+ds-1 [ITP] -- Converts PDF to HTML while 
> retaining most formatting
Bug #754463 [sponsorship-requests] RFS: pdf2htmlex/0.11+ds-1
Changed Bug title to 'RFS: pdf2htmlex/0.11+ds-1 [ITP] -- Converts PDF to HTML 
while retaining most formatting' from 'RFS: pdf2htmlex/0.11+ds-1'
> block 754460 by 754463
Bug #754460 [wnpp] ITP: pdf2htmlex -- Converts PDF to HTML while retaining most 
formatting
754460 was not blocked by any bugs.
754460 was not blocking any bugs.
Added blocking bug(s) of 754460: 754463
> thanks
Stopping processing here.

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



Bug#753433: marked as done (ITP: node-lastfm -- Read and write to Last.fm)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 12:00:09 +
with message-id 
and subject line Bug#753433: fixed in node-lastfm 0.9.2-1
has caused the Debian Bug report #753433,
regarding ITP: node-lastfm -- Read and write to Last.fm
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.)


-- 
753433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-lastfm
  Version : 0.9.0
  Upstream Author : James Scott 
* URL : https://github.com/jammus/lastfm-node
* License : Expat
  Programming Lang: JavaScript
  Description : Read and write to Last.fm - Node.js module

 lastfm is a Node.js module which provides API to read and write to users'
 recent plays on Last.fm.
 .
 Node.js is an event-based server-side JavaScript engine.
--- End Message ---
--- Begin Message ---
Source: node-lastfm
Source-Version: 0.9.2-1

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

Debian distribution maintenance software
pp.
Andrew Kelley  (supplier of updated node-lastfm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Jul 2014 20:23:18 -0400
Source: node-lastfm
Binary: node-lastfm
Architecture: source all
Version: 0.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Andrew Kelley 
Description:
 node-lastfm - Read and write to Last.fm - Node.js module
Closes: 753433
Changes:
 node-lastfm (0.9.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #753433)
Checksums-Sha1:
 2642e9dc6c5da45ce4e9e1922b0bdd37ce358305 1996 node-lastfm_0.9.2-1.dsc
 5e132c8928a6fddd713f98aad5152e7522191736 20507 node-lastfm_0.9.2.orig.tar.gz
 f4b69d61cf557b84663a34ea8329f40e93608cfc 2040 node-lastfm_0.9.2-1.debian.tar.xz
 0da72c8e74464203b2a933711d02d5b4baffa9d8 10706 node-lastfm_0.9.2-1_all.deb
Checksums-Sha256:
 4e4706dd8402427fffbcb43bc177b06785171f27c5619bb3acd6c4da85d5be47 1996 
node-lastfm_0.9.2-1.dsc
 2b77f39541e99dcaa67840b1e5c81b6c88c02d8c72a1868716cc8d68fb05a41a 20507 
node-lastfm_0.9.2.orig.tar.gz
 8397706cc09fb1c933171862629fb8956fbd7277f09719518fd40249c268e309 2040 
node-lastfm_0.9.2-1.debian.tar.xz
 4791cfeb3471e972f3cbfc7aaa464db83744df66a13075003b20acc68e0c8bf3 10706 
node-lastfm_0.9.2-1_all.deb
Files:
 58509831332ef5a8183971e5f8972e89 10706 web extra node-lastfm_0.9.2-1_all.deb
 75b1f4ae06eab60b902489e9aaa0a54f 1996 web extra node-lastfm_0.9.2-1.dsc
 a51ddd6bda7b236651c7801cca03745f 20507 web extra node-lastfm_0.9.2.orig.tar.gz
 78199fa533f28fa902113e566e6d7b98 2040 web extra 
node-lastfm_0.9.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvy6IAAoJEKO6uuJAjdbPUaMQAMB+eqhkBj7tK1jm51ylh7vb
W+v91vHemVq9P/3WmjY0ykYS1nm6IRDYMNLm4woBRwLOdwuHUqoY1YfYKgRSH92m
IEu8MBe7AOudAGgbEze+pvPEebMHJ+SN0e3PNFlSomYhx2GqL/F/Y0MWDJSIT6FF
n+hxY103yDB6SLqD68yBL+s+ANY7sT3qnBHYfGYS2hA8LVqatx1wslR0IZVaCzF+
YrVCRG0xUaQ+r5hvRAySw/dz5d533wJ6Q2REsyFkhaycOZ6o2PxmoR8qyEOaOU7e
ikgQWln6TdBQhoTxYLQxGKMztMjofi8+OaACfDP9rZCmnG30/bM+AQi5B+9sTVdk
qJ2kWxUAVPcyOCp5vGCM4MFmcFmCi6CtSN7LsWWXQPScsXMA87egvoQEJhOP7Bqq
TAwuXqRm1YGwZQz/ZjjmctY4jpvA4bhaIHjxwi/IhalzanvQtXRKmzG9H5rHhcd5
rS4z5kWKOuAVUmNbNgN9Og4vjd2gxKYeS3xa1Vdt6QLztx9a+O1Jw2KpsyB596fg
TQ1I932MW8xOx6a6vEiBqQ24Zb7jJixFXRZJB+REEqRYgKmBkyNsmj2I4J8MU5OD
xI6hYl/j++Kv+y23vF5szKiCsETUiFIC1oskqIIzkkzH9sz8S1idRF9EmAbJ1XrH
1MXh9kJodFsbj4wmiZpv
=wns1
-END PGP SIGNATURE End Message ---


Bug#752937: marked as done (ITP: node-diacritics -- remove diacritics from strings)

2014-07-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jul 2014 12:00:09 +
with message-id 
and subject line Bug#752937: fixed in node-diacritics 1.2.0-1
has caused the Debian Bug report #752937,
regarding ITP: node-diacritics -- remove diacritics from strings
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.)


-- 
752937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-diacritics
  Version : 1.2.0
  Upstream Author : Andrew Kelley
* URL : https://github.com/andrewrk/diacritics
* License : Expat
  Programming Lang: JavaScript
  Description : remove diacritics from strings - Node.js module

 diacritics is a Node.js module to remove diacritics from strings. It is
 useful when implementing some kind of search or filter functionality.
 .
 Node.js is an event-based server-side JavaScript engine.
--- End Message ---
--- Begin Message ---
Source: node-diacritics
Source-Version: 1.2.0-1

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

Debian distribution maintenance software
pp.
Andrew Kelley  (supplier of updated node-diacritics 
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: Thu, 10 Jul 2014 20:36:33 -0400
Source: node-diacritics
Binary: node-diacritics
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Andrew Kelley 
Description:
 node-diacritics - remove diacritics from strings - Node.js module
Closes: 752937
Changes:
 node-diacritics (1.2.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #752937)
Checksums-Sha1:
 78dc563518dc0acd216e74dc4854ea26f21d96be 2038 node-diacritics_1.2.0-1.dsc
 c5a5a580065b26e983236514ade453f09413fbd8 4118 node-diacritics_1.2.0.orig.tar.gz
 254670abf25d56d0d29d60dad89114d6b139ead7 2036 
node-diacritics_1.2.0-1.debian.tar.xz
 de6b4d368aca5b7da878b53410673f5a13c18b88 4722 node-diacritics_1.2.0-1_all.deb
Checksums-Sha256:
 fd84ec38a15edf700dd8593465afcd04691e6216eb1c79cb5fd4243e7ee052a6 2038 
node-diacritics_1.2.0-1.dsc
 dc85e08490dc8c52f6e99986937d07211445dac53b447318691a676cd8fb9551 4118 
node-diacritics_1.2.0.orig.tar.gz
 73d5da4c24c31a87ea2cbd1f8768133e0d9982ce824f88523670be3058ede240 2036 
node-diacritics_1.2.0-1.debian.tar.xz
 c142fd0c1b8ac5fe29bba2e00d76470e77232beca8d86cac3350b8e9e1ecc26a 4722 
node-diacritics_1.2.0-1_all.deb
Files:
 27916709a469d2f9f6e16a76b1741244 4722 web extra node-diacritics_1.2.0-1_all.deb
 986a341b461c89107f33fdc7f24839b8 2038 web extra node-diacritics_1.2.0-1.dsc
 44a5e6cb71b086cc2848511c16910658 4118 web extra 
node-diacritics_1.2.0.orig.tar.gz
 37778a51b72acfe0a7e9738cdbf4a757 2036 web extra 
node-diacritics_1.2.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvzGhAAoJEKO6uuJAjdbPzEgQAKUKykFDNN55vIfUfAw5Nc18
2kxlYUOIpbXKLuqQmueZ0zVY8lZYs0RzpRVYEm0BEtSOHlb54lrmCKsx8McmaeyD
Cn8uvRAUWwNGsMFwzZxcEPcvbaz822BPNh2X8Rsrz77JcJZobVD5HAm38eFFcB6q
DQhLul/JZSNeMY9/1a//bsK3odUpuHY1u/PK9BN4FlNMDBqNKdqpnwaMOUSAtEPY
KfIJ5eC6/CcVRNtSq1eDfXwppEEXwS9bLGF5pWgSHB9dP2KB239LVzgrNME4eG0h
mrJItxRP1OPOaLv3k+UWzruo8KXcDEFM31M3c1akpRYF+avfon8QJu+rkLkZOD8X
Pgw3mrCY3i/cVWGqQ6fa4Kue/oz6LhDWkMme73sjshLxUanYTOD0dcTbaeUyuNy2
rskhT4qChHQ9m9DGRdkyfCcm2SD65Eb7wG1y2jq1Jbcno3jlEuGIPrYjdlW08omo
f/7WcxAIoZFoIrrbBE2Hh//vM7dnE6tgcnUN/BMkf0iRa94hLoicy8XkiyPUnKjR
HIjPK+B38pHiVvNWvxjAF+hrhLnrosdspxIgk8lWHYwHqySjSkhRaaoOOeRliaqC
VfWppVfhipmIu0iQ8vAfKG4pt6Y37T4s9Y83TZG9BF8qyrozgOx59kzyJkfiYzaJ
wXMYFK0HIqQSjOfHUPMi
=AmhW
-END PGP SIGNATURE End Message ---


Bug#754460: ITP: pdf2htmlex -- Converts PDF to HTML while retaining most formatting

2014-07-11 Thread Johannes Schauer
Hi Norbert,

Quoting Norbert Preining (2014-07-11 13:47:00)
> Strongly supported. I talked to the maintainers at the TUG confernce in
> Tokyo, where they presented the current version (last October). It is a great
> piece of software.
> 
> If you need any help, let me know.

I think I'm done with packaging. I'd only need a sponsor in case you want to
volunteer :)

cheers, josch


--
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/2014075826.31130.11947@hoothoot



Bug#754460: ITP: pdf2htmlex -- Converts PDF to HTML while retaining most formatting

2014-07-11 Thread Norbert Preining
On Fri, 11 Jul 2014, Johannes Schauer wrote:
> pdf2htmlEX converts PDF to HTML while retaining text, format and style as much

Strongly supported. I talked to the maintainers at the 
TUG confernce in Tokyo, where they presented the current version
(last October). It is a great piece of software.

If you need any help, let me know.

Thanks

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13



-- 
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/2014074700.gv23...@auth.logic.tuwien.ac.at



Bug#754460: ITP: pdf2htmlex -- Converts PDF to HTML while retaining most formatting

2014-07-11 Thread Johannes Schauer
Package: wnpp
Severity: wishlist
Owner: Johannes Schauer 

* Package name: pdf2htmlex
  Version : 0.11
  Upstream Author : WANG Lu 
* URL : http://github.com/coolwanglu/pdf2htmlEX
* License : GPL3, MIT, CC-BY-3.0
  Programming Lang: C++
  Description : Converts PDF to HTML while retaining most formatting

pdf2htmlEX converts PDF to HTML while retaining text, format and style as much
as possible. In contrast to other converters like pdftohtml from
libpoppler-utils it makes use of HTML5, JavaScript and modern CSS features.
Even difficult content like PDFs with embedded fonts, multicolumn documents,
scientific papers with complicated figures and mathematical formulas will
mostly be represented correctly. Fallback mode generates HTML pages which
do not require any JavaScript to view them correctly at the expense of a
larger file size.

https://mentors.debian.net/package/pdf2htmlex


-- 
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/2014073622.19613.32108.reportbug@hoothoot



Processed: block 516398 with 754442

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

> block 516398 with 754442
Bug #516398 [wnpp] ITP: fuse-zip -- fuse-zip is a FUSE file system to navigate, 
extract, create and modify ZIP archives based in libzip implemented in C++
516398 was not blocked by any bugs.
516398 was not blocking any bugs.
Added blocking bug(s) of 516398: 754442
> thanks
Stopping processing here.

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



Bug#701506: Status of osrm

2014-07-11 Thread Jochen Topf
On Thu, Jul 10, 2014 at 05:55:25PM +0200, Andreas Tille wrote:
> just to let you know that the repository
> 
> git://anonscm.debian.org/pkg-grass/osrm.git
> 
> contains a lintian clean and Debian GIS team policy complient packaging
> of the latest upstream version of osrm.  I wonder whether somebody wants
> to te the functionality and would confirm to care for further updates of
> the package (which I'm personally hesitating to confirm since I'm not
> using this package).

I had a quick look and also talked to Dennis, the upstream author. A few
issues came up:
* The current release is 0.4.2b, not 0.4.2. The version 0.4.3 is expected
  next week, so maybe we should shoot for that one.
* The two patches you added are unclear to me/Dennis. Maybe we can figure
  out what needs to change in upstream (if anything).
* Why did you split into two packages osrm and osrm-tools?
* Is there a reason why the one-line Description:s in control are all
  lower-case?

Did I understand this correctly, that you are just helping out here and not
planning to release the package until somebody who actually uses the software
promises to maintain it? I don't use the software either, just know the author,
so I am of limited help here.

Jochen
-- 
Jochen Topf  joc...@remote.org  http://www.jochentopf.com/  +49-721-388298


-- 
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/20140711080636.ga16...@utopia.topf.org



Bug#701506: Status of osrm

2014-07-11 Thread Andreas Tille
Hi Jochen,

On Fri, Jul 11, 2014 at 10:06:36AM +0200, Jochen Topf wrote:
> I had a quick look and also talked to Dennis, the upstream author. A few
> issues came up:
> * The current release is 0.4.2b, not 0.4.2.

I usually ignore "letter appended version numbers" except I know upstream
intention what it means.  "B" sounds like beta and so I did not included
this into the d/watch file.

> The version 0.4.3 is expected
>   next week, so maybe we should shoot for that one.

Sounds very reasonable.  Please tell me whether any 'abcd...' appendixes
should be considered in the d/watch file (or fix the watch file yourself
;-))

> * The two patches you added are unclear to me/Dennis. Maybe we can figure
>   out what needs to change in upstream (if anything).

The first patch is just an adaption of Christopher's (the original
packagers patch) who might lost interest / track in packaging - at least
he never responded on my answer to his RFS bug.  The other patch was
injected by myself yesterday since the build process failed somehow
without this hack.  Feel free to drop both packages and test the result.
I'm no cmake expert and would love if we could do without any patch!

> * Why did you split into two packages osrm and osrm-tools?

This was *not* my choice.  I just took over Christopher's packaging and
updated it to Debian GIS policy.  I'm perfectly fine if you turn the
package as you like it to be.  I can't repeat enough that I just want to
help kickstarting what you (in terms of the users of this package) will
consider as handy.  I have no personal interest in it and will accept
any (policy compliant) change to the packaging in Git.  So feel free to
take over.

> * Is there a reason why the one-line Description:s in control are all
>   lower-case?

Because it fits English orthography?  What do you mean?
 
> Did I understand this correctly, that you are just helping out here and not
> planning to release the package until somebody who actually uses the software
> promises to maintain it? I don't use the software either, just know the 
> author,
> so I am of limited help here.

Thanks for your moderation attempt.  And yes, I just wanted to help to
finalise what has started promising.  If the upstream author himself
feels capable (with my or this lists help!) to keep this package alive
that would be a reason enough for me to sponsor this package.
 
Kind regards

  Andreas.

-- 
http://fam-tille.de


-- 
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/20140711083641.ga30...@an3as.eu



Bug#754447: ITP: jain-sip -- A low level Java API speicification for SIP Signaling (used by ice4j)

2014-07-11 Thread Andrew Schurman
Package: wnpp
Severity: wishlist
Owner: Andrew Schurman 

* Package name: jain-sip
  Version : 1.2.0
  Upstream Author : us...@jsip.java.net
* URL : https://jsip.java.net/
* License : Public Domain
  Programming Lang: Java
  Description : A low level Java API speicification for SIP Signaling


-- 
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/20140711075211.24327.70121.reportbug@freya.asgard