Bug#849812: ITP: requests-ntlm -- HTTP NTLM authentication using the requests library

2018-02-26 Thread Harlan Lieberman-Berg
On Fri, 25 Aug 2017 15:37:42 +0100 Dominic Hargreaves  wrote:
> After a bit of delay I worked on this, to discover that its depedency
> ntlm-auth had no copyright statement. I am awaiting clarification
> from upstream on that:
>
> .

Hi Dom,

Just had an ansible user ping me about this (because of the transitive
dep from winrm).  Is this something you're still in the midst of
packaging, and/or is there anything I can do to help?

Sincerely,



Bug#891608: ITP: python-certbot-dns-cloudflare -- a plugin to perform DNS validation for certbot through Cloudflare

2018-02-26 Thread Harlan Lieberman-Berg
Package: wnpp
Severity: wishlist
Owner: Harlan Lieberman-Berg 

* Package name: python-certbot-dns-cloudflare
  Version : 0.22.0
  Upstream Author : Certbot Project 
* URL : https://certbot.eff.org
* License : Apache-2.0
  Programming Lang: Python
  Description : a certbot plugin for validations through Cloudflare

  This will be maintained by the Debian Let's Encrypt Team inside the
  certbot sub-team.



Bug#891601: ITP: apriltags -- AprilTags Visual Fiducial System

2018-02-26 Thread Dima Kogan
Package: wnpp
Owner: Dima Kogan 
Severity: wishlist

* Package name: apriltags
  Version : 0.9.8
  Upstream Author : Edwin Olson 
* URL or Web page : https://april.eecs.umich.edu/software/apriltag.html
* License : BSD
  Description : AprilTags Visual Fiducial System



Processed: Reassign

2018-02-26 Thread Debian Bug Tracking System
Processing control commands:

> owner -1 !
Bug #797359 [wnpp] ITP: universal-ctags
Owner changed from Bastien ROUCARIES  to 
Alessandro Ghedini .

-- 
797359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797359
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#797359: Reassign

2018-02-26 Thread Alessandro Ghedini
Control: owner -1 !

Since there hasn't been an update in over a year, I'm going to reassign this
ticket to myself. I already uploaded the initial version to NEW. For those
interested, here is the salsa repo:

  https://salsa.debian.org/debian/universal-ctags

Btw, I'm open to co-maintaining this with others if anyone wants to volunteer.

Cheers


signature.asc
Description: PGP signature


Processed: retitle to RFP: snap-telemetry -- The open telemetry framework

2018-02-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 844786 RFP: snap-telemetry -- The open telemetry framework
Bug #844786 [wnpp] ITP: snap-telemetry -- The open telemetry framework
Changed Bug title to 'RFP: snap-telemetry -- The open telemetry framework' from 
'ITP: snap-telemetry -- The open telemetry framework'.
> noowner 844786
Bug #844786 [wnpp] RFP: snap-telemetry -- The open telemetry framework
Removed annotation that Bug was owned by matt jones .
> stop
Stopping processing here.

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



Processed: ITP: opendronemap -- A toolkit for processing aerial drone imagery

2018-02-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 891583 Simon Spöhel 
Bug #891583 [wnpp] ITP: opendronemap -- A toolkit for processing aerial drone 
imagery
Owner recorded as Simon Spöhel .
> stop
Stopping processing here.

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



Processed: retitle to RFP: conan -- dependency manager for C/C++/golang

2018-02-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 845463 RFP: conan -- dependency manager for C/C++/golang
Bug #845463 [wnpp] ITP: conan -- dependency manager for C/C++/golang
Changed Bug title to 'RFP: conan -- dependency manager for C/C++/golang' from 
'ITP: conan -- dependency manager for C/C++/golang'.
> noowner 845463
Bug #845463 [wnpp] RFP: conan -- dependency manager for C/C++/golang
Removed annotation that Bug was owned by Paolo Greppi .
> stop
Stopping processing here.

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



Bug#891361: marked as done (ITP: golang-github-armon-go-socks5 -- SOCKS5 server in Golang)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 22:00:10 +
with message-id 
and subject line Bug#891361: fixed in golang-github-armon-go-socks5 
0.0~git20160902.e753329-1
has caused the Debian Bug report #891361,
regarding ITP: golang-github-armon-go-socks5 -- SOCKS5 server in Golang
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.)


-- 
891361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891361
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Christopher Hoskin 

* Package name: golang-github-armon-go-socks5
  Version : 0.0~git20160902.e753329-1
  Upstream Author : Armon Dadgar
* URL : https://github.com/armon/go-socks5
* License : Expat
  Programming Lang: Go
  Description : SOCKS5 server in Golang

 Provides the socks5 package that implements a SOCKS5 server
 (http://en.wikipedia.org/wiki/SOCKS).  SOCKS (Secure Sockets) is used
 to route traffic between a client and server through an intermediate
 proxy layer. This can be used to bypass firewalls or NATs.  Feature The
 package has the following features:
  * "No Auth" mode
  * User/Password authentication
  * Support for the CONNECT command
  * Rules to do granular filtering of commands
  * Custom DNS resolution
  * Unit tests
 The package lacks the following:
  * Support for the BIND command 
  * Support for the ASSOCIATE command
--- End Message ---
--- Begin Message ---
Source: golang-github-armon-go-socks5
Source-Version: 0.0~git20160902.e753329-1

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

Debian distribution maintenance software
pp.
Christopher Hoskin  (supplier of updated 
golang-github-armon-go-socks5 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, 25 Feb 2018 08:08:19 +
Source: golang-github-armon-go-socks5
Binary: golang-github-armon-go-socks5-dev
Architecture: source all
Version: 0.0~git20160902.e753329-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Christopher Hoskin 
Description:
 golang-github-armon-go-socks5-dev - SOCKS5 server in Golang
Closes: 891361
Changes:
 golang-github-armon-go-socks5 (0.0~git20160902.e753329-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: 891361)
Checksums-Sha1:
 0fa0a07b26e4b3ed4a0672231cf17b50e3b0172d 2408 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.dsc
 f462f857ff4ea54daf4d724c4a636885bcdbfc7d 8060 
golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz
 ebca7ad874435626b6c696fdcf0ec1c100b96064 2852 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.debian.tar.xz
 7858b3a85bb5983ed11b8ee135e0dde067da7556 9276 
golang-github-armon-go-socks5-dev_0.0~git20160902.e753329-1_all.deb
 8bb495f62d1fba4f25be47b9945bdab9e5f0f6f9 6215 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1_amd64.buildinfo
Checksums-Sha256:
 d95bacb9f5cd7fc85339ea16de0fc7605bc4dddb699c4f9c4b700e5a4ad26d86 2408 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.dsc
 b3ad7371c809f907521f8823dca74571663fd8c6c74d9f7c7c39d0168b69cb20 8060 
golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz
 2a977b37c4b43908cfe2f82f06a25baaf35b728c7506400e3201fb7485c54f31 2852 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.debian.tar.xz
 50d1c3ce2a53242d2a79d53d6b31b23c1d63fb8d6b90458468bb9ceb007ea2cc 9276 
golang-github-armon-go-socks5-dev_0.0~git20160902.e753329-1_all.deb
 6d0389b0040b8a3aafa2f1f280828738970eccd630ab7da8578feb006cc74fdb 6215 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1_amd64.buildinfo
Files:
 81fe04d98dc8fd7f9a501af75d2e6fad 2408 devel optional 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.dsc
 68553eae608a172cbaf143cd0d57bed5 8060 devel optional 
golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz
 e13ab7c58826497f23490d273199cd32 2852 devel optional 
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.debian.tar.xz
 5a8bbc155b5f9cf3bfe20f7299d65ddc 9276 devel optional 
golang-githu

Bug#891135: marked as done (ITP: golang-github-safchain-ethtool -- A simple ethtool-like library for GO)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 22:00:11 +
with message-id 
and subject line Bug#891135: fixed in golang-github-safchain-ethtool 
0.0~git20170622.7ff1ba2-1
has caused the Debian Bug report #891135,
regarding ITP: golang-github-safchain-ethtool -- A simple ethtool-like library 
for GO
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.)


-- 
891135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Sascha Steinbiss 

* Package name: golang-github-safchain-ethtool
  Version : 0.0~git20170622.7ff1ba2-1
  Upstream Author : Sylvain Afchain
* URL : https://github.com/safchain/ethtool
* License : Apache-2.0
  Programming Lang: Go
  Description : simple ethtool-like library for Go

 The ethtool package aims to provide a library giving simple access
 to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve
 information from a network device like statistics, driver related
 information or even the peer of a VETH interface.
--- End Message ---
--- Begin Message ---
Source: golang-github-safchain-ethtool
Source-Version: 0.0~git20170622.7ff1ba2-1

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

Debian distribution maintenance software
pp.
Sascha Steinbiss  (supplier of updated 
golang-github-safchain-ethtool 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: Thu, 22 Feb 2018 15:56:14 +0100
Source: golang-github-safchain-ethtool
Binary: golang-github-safchain-ethtool-dev
Architecture: source all
Version: 0.0~git20170622.7ff1ba2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Sascha Steinbiss 
Description:
 golang-github-safchain-ethtool-dev - simple ethtool-like library for Go
Closes: 891135
Changes:
 golang-github-safchain-ethtool (0.0~git20170622.7ff1ba2-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #891135)
Checksums-Sha1:
 57cc475f1ef386a15b69e233da67e136f8479661 2395 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1.dsc
 a8f0ebcb9a9c8549ac39726fe281bb4f0039a0e3 7612 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2.orig.tar.xz
 d949233274aafb18cbe338d9d31f045815682090 1764 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1.debian.tar.xz
 b87a586306d9eb93fcfeab83436f53f781b1bf79 5344 
golang-github-safchain-ethtool-dev_0.0~git20170622.7ff1ba2-1_all.deb
 a88665be117ede4775379dac09f180e012984f4d 5912 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1_amd64.buildinfo
Checksums-Sha256:
 588ea07a53dd62e7e6e175e883af083e14c5cf07d7a28b9672cb89344f32d8c3 2395 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1.dsc
 0222915325638409a6062c8dc8ceb327e6131270b0ab536ed83d0da2348762d3 7612 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2.orig.tar.xz
 93cdcba97f9ad566bdacaf998600a281059553701b113df3026d8f73d41b9365 1764 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1.debian.tar.xz
 f89208a2c8a9a5b9378334891937e2a752e0bf46302c61216bb587ef3d098da9 5344 
golang-github-safchain-ethtool-dev_0.0~git20170622.7ff1ba2-1_all.deb
 1f1e670b1656641394526445ecea101d0d87b6ac5c819a01a3f76cea543a4d9d 5912 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1_amd64.buildinfo
Files:
 8f862d7e4803ba169c5676d42c980917 2395 devel optional 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1.dsc
 3f578f2ac37dc2858e3441e236b5a888 7612 devel optional 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2.orig.tar.xz
 a2880ff2bf9d7703ff37a656f1cc4765 1764 devel optional 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1.debian.tar.xz
 8bb5c84434158e1b5b671f9883fe591e 5344 devel optional 
golang-github-safchain-ethtool-dev_0.0~git20170622.7ff1ba2-1_all.deb
 a0c0ee9912ff1ccc98f10629a56e1eca 5912 devel optional 
golang-github-safchain-ethtool_0.0~git20170622.7ff1ba2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAlqO5ysACgkQ6

Bug#888799: marked as done (ITP: python-cloudflare -- A python wrapper for the)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 22:00:17 +
with message-id 
and subject line Bug#888799: fixed in python-cloudflare 2.0.4-1
has caused the Debian Bug report #888799,
regarding ITP: python-cloudflare -- A python wrapper for the
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.)


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

* Package name: python-cloudflare
  Version : 1.8.1
  Upstream Author : Martin J. Levy
* URL : https://github.com/cloudflare/python-cloudflare
* License : MIT
  Programming Lang: Python
  Description : A python wrapper for the Cloudflare v4 API

This is a python wrapper for the cloudflare API which is needed as a dependency 
for the Certbot cloudflare DNS plugin.
Packaging this will allow the Certbot Cloudflare plugin to be packaged. 
This is notable because DNS authentication is the only method in the ACME v2 
spec that allows for the issuance of wildcard certificates - a much sought 
after feature.
You can learn more about the relevant Certbot plugin here: 
https://github.com/certbot/certbot/tree/master/certbot-dns-cloudflare
This package requires a sponsor, but should be able to be maintained by the 
normal python packaging team.
--- End Message ---
--- Begin Message ---
Source: python-cloudflare
Source-Version: 2.0.4-1

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

Debian distribution maintenance software
pp.
Harlan Lieberman-Berg  (supplier of updated 
python-cloudflare 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: Sat, 24 Feb 2018 20:42:56 -0500
Source: python-cloudflare
Binary: python3-cloudflare
Architecture: source all
Version: 2.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Harlan Lieberman-Berg 
Description:
 python3-cloudflare - Python module to interface with Cloudflare's v4 API
Closes: 888799
Changes:
 python-cloudflare (2.0.4-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #888799)
Checksums-Sha1:
 ae43066d2a61b091dc466db2add3c00a6876de5d 2633 python-cloudflare_2.0.4-1.dsc
 3e3048c68042104b1058c0d70a888d922817dfef 53411 
python-cloudflare_2.0.4.orig.tar.gz
 2f2cbe18307f08b618bed10695bcecee06dd9577 858 
python-cloudflare_2.0.4.orig.tar.gz.asc
 f6282929df40190e4d544c86a35af1c11b34f339 5248 
python-cloudflare_2.0.4-1.debian.tar.xz
 ffae23ff5f5da4000d546f6f9b5869678616ee28 6478 
python-cloudflare_2.0.4-1_amd64.buildinfo
 27aa65a98a4ed15c78ea7171c3c9945ff4c3c8ed 28012 
python3-cloudflare_2.0.4-1_all.deb
Checksums-Sha256:
 6b03d0c77bc1fc98b4e6542f0d053a2bc3880ef591b8b74d81468c301e6f9448 2633 
python-cloudflare_2.0.4-1.dsc
 ff408b44785df84fc67cf9de1f3815c296ee8a10df5ae6780742cccb139f0fda 53411 
python-cloudflare_2.0.4.orig.tar.gz
 612c2f9a204ac0c5b838f3155f50ea9ae41eb64c57153652a5ddce529b68fe40 858 
python-cloudflare_2.0.4.orig.tar.gz.asc
 f0e173e16015744f814a72fb59bf3264c8edcd04f6f10b8dbcbc8126b76da21c 5248 
python-cloudflare_2.0.4-1.debian.tar.xz
 6a4246e34ed709e7fb30245f9906df30547e89019ff5ffb42ea10a6d395bb289 6478 
python-cloudflare_2.0.4-1_amd64.buildinfo
 fc489ca9c1583025b77a6345e99c0065fe2ee4e0d2bebfe35fdf11da1a7633ea 28012 
python3-cloudflare_2.0.4-1_all.deb
Files:
 39200e19a0e9b9d1c7b4c41f5edf0fc2 2633 python optional 
python-cloudflare_2.0.4-1.dsc
 ae7f0118dd0793ec48911a542e8a4ae3 53411 python optional 
python-cloudflare_2.0.4.orig.tar.gz
 f79ac4134e9433af29184e797b3dba1c 858 python optional 
python-cloudflare_2.0.4.orig.tar.gz.asc
 c23f116262cc81fe31baf50c5d9fa211 5248 python optional 
python-cloudflare_2.0.4-1.debian.tar.xz
 423309d063d2fa973b54c538bf6d092d 6478 python optional 
python-cloudflare_2.0.4-1_amd64.buildinfo
 bb50afa137912dfd6551d5a79add060f 28012 python optional 
python3-cloudflare_2.0.4-1_all.deb

-BEGIN PGP SIGNATURE-

iQKqBAEBCgCUFiEEhiNlIJf/8kpE2Nai6afXk4v2O6UFAlqSFYhfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0

Bug#891137: marked as done (ITP: golang-github-dcso-fluxline -- Golang library to prepare sets of metrics in InfluxDB's Line Protocol format)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 22:00:11 +
with message-id 
and subject line Bug#891137: fixed in golang-github-dcso-fluxline 
0.0~git20180222.25ae683-1
has caused the Debian Bug report #891137,
regarding ITP: golang-github-dcso-fluxline -- Golang library to prepare sets of 
metrics in InfluxDB's Line Protocol format
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.)


-- 
891137: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891137
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Sascha Steinbiss 

* Package name: golang-github-dcso-fluxline
  Version : 0.0~git20180222.25ae683-1
  Upstream Author : DCSO GmbH
* URL : https://github.com/DCSO/fluxline
* License : BSD-3-clause
  Programming Lang: Go
  Description : Golang library to prepare sets of metrics in InfluxDB's 
Line Protocol format

 fluxline is an encoder for Golang to prepare sets of metrics in InfluxDB's
 Line Protocol format. As input, structs annotated with the 'influx' tag are
 used, similarly to how the encoding/json module works.

 It supports the following Go builtin types as fields: string, int32, int64,
 int16, int8, int, uint32, uint64, uint16, uint8, uint, float64, float32.
 bool and time.Time.
--- End Message ---
--- Begin Message ---
Source: golang-github-dcso-fluxline
Source-Version: 0.0~git20180222.25ae683-1

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

Debian distribution maintenance software
pp.
Sascha Steinbiss  (supplier of updated 
golang-github-dcso-fluxline 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: Thu, 22 Feb 2018 16:01:10 +0100
Source: golang-github-dcso-fluxline
Binary: golang-github-dcso-fluxline-dev
Architecture: source all
Version: 0.0~git20180222.25ae683-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Sascha Steinbiss 
Description:
 golang-github-dcso-fluxline-dev - Golang library to prepare sets of metrics in 
InfluxDB's Line Prot
Closes: 891137
Changes:
 golang-github-dcso-fluxline (0.0~git20180222.25ae683-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #891137)
Checksums-Sha1:
 b7749217d7fb635ec7f1f0e0540385846f1e1762 2383 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1.dsc
 ce708fb0372b955b83afe1f9bbbca1d0c689b990 3724 
golang-github-dcso-fluxline_0.0~git20180222.25ae683.orig.tar.xz
 71213e4095b18b5358beba64b47933ee925a4c49 2136 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1.debian.tar.xz
 18ee914353cbbf3b8cbcea3aef7b9b7764190db5 4528 
golang-github-dcso-fluxline-dev_0.0~git20180222.25ae683-1_all.deb
 1b02ab1f45cc386811f0210fb88a142b7e0fad09 5951 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1_amd64.buildinfo
Checksums-Sha256:
 11ca3af543978508abdbef51ea40d23ae837c236aa841f6b7b0d3242bbb2ef41 2383 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1.dsc
 3f546c79748452b848a267ed701db45bec3eeb48f7c4d2bc3d605d29575fce19 3724 
golang-github-dcso-fluxline_0.0~git20180222.25ae683.orig.tar.xz
 06f6238e5e5bd7cf3c383a1ae3f4858eed1b9eb945622d01273dfc8d79d8de1c 2136 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1.debian.tar.xz
 83636fa0b5b93e54f2a7f43a442d9ca993a39cd8204b20efd3dc5ffb6d1bca70 4528 
golang-github-dcso-fluxline-dev_0.0~git20180222.25ae683-1_all.deb
 0c211ae8e333004c9f20b7f812e006f975c66c993777ccc9d734a052558e7baa 5951 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1_amd64.buildinfo
Files:
 d2c8ffd4da710d92473e33ee35d1faf8 2383 devel optional 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1.dsc
 5cb33eabd092272a9de55675f55ff8fd 3724 devel optional 
golang-github-dcso-fluxline_0.0~git20180222.25ae683.orig.tar.xz
 dc37192cf2f24fff50aa3b693145173f 2136 devel optional 
golang-github-dcso-fluxline_0.0~git20180222.25ae683-1.debian.tar.xz
 659378c8c0bfa012875f88ca86ca59de 4528 devel optional 
golang-github-dcso-fluxline-dev_0.0~git20180222.25ae683-1_all.deb
 54277b96cf8c2ce8f6fea1de3dd35e48 5951 devel optional 
g

Bug#890540: marked as done (ITP: libtest-postgresql-perl -- sets up and destroys temporary PostgreSQL instances for testing)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 22:00:13 +
with message-id 
and subject line Bug#890540: fixed in libtest-postgresql-perl 1.23-2
has caused the Debian Bug report #890540,
regarding ITP: libtest-postgresql-perl -- sets up and destroys temporary 
PostgreSQL instances for testing
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.)


-- 
890540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Don Armstrong 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtest-postgresql-perl
  Version : 1.23
  Upstream Author : Toby Corkindale Kazuho Oku Peter Mottram plus various 
contributors.
* URL : https://metacpan.org/release/Test-PostgreSQL
* License : Artistic-2.0
  Programming Lang: Perl
  Description : sets up and destroys temporary PostgreSQL instances for 
testing

Test::PostgreSQL automatically setups a PostgreSQL instance in a temporary
directory, and destroys it when the perl script exits.

Test::PostgreSQL is a fork of Test::postgresql, which was abandoned by its
author several years ago.

The package will be maintained under the umbrella of the Debian Perl Group.

-- 
Don Armstrong  https://www.donarmstrong.com

Rule 30: "A little trust goes a long way. The less you use, the
further you'll go."
  -- Howard Tayler _Schlock Mercenary_ March 8th, 2003
 http://www.schlockmercenary.com/d/20030308.html
--- End Message ---
--- Begin Message ---
Source: libtest-postgresql-perl
Source-Version: 1.23-2

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 890...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Don Armstrong  (supplier of updated libtest-postgresql-perl 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 Feb 2018 17:54:02 -0800
Source: libtest-postgresql-perl
Binary: libtest-postgresql-perl
Architecture: source all
Version: 1.23-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Don Armstrong 
Description:
 libtest-postgresql-perl - sets up and destroys temporary PostgreSQL instances 
for testing
Closes: 890540 891266
Changes:
 libtest-postgresql-perl (1.23-2) unstable; urgency=medium
 .
   * Document the rest of the authors in debian/changelog; apparently
 Kazuho Oku did 0.09 as a work for hire for Cybozu Labs. (Closes:
 #891266)
 .
 libtest-postgresql-perl (1.23-1) unstable; urgency=medium
 .
   * Initial Release (Closes: #890540)
Checksums-Sha1:
 8695cb6af2ff226bc50725acb017d9078d533767 2344 
libtest-postgresql-perl_1.23-2.dsc
 2f65c5829b1c82fb9c03edb215267884122945dc 27111 
libtest-postgresql-perl_1.23.orig.tar.gz
 5fcde8b7c2d74deef113822726fce067dbf7d372 5452 
libtest-postgresql-perl_1.23-2.debian.tar.xz
 00adf362d26c68bc34d3b7284c7954a506397959 14928 
libtest-postgresql-perl_1.23-2_all.deb
 a74dcc60ba4bba8b98dde97ccc475016626e4e0d 7511 
libtest-postgresql-perl_1.23-2_amd64.buildinfo
Checksums-Sha256:
 b7126a8b824cb12d7c87c3feecf5e89699d06723f1330cc7d587330ea10d508b 2344 
libtest-postgresql-perl_1.23-2.dsc
 43c3ffcf414ae5fad69da19b246d394800b1c08a75607eb98dc298412e42b6fb 27111 
libtest-postgresql-perl_1.23.orig.tar.gz
 d01bb5e61d700cc0e2e323de3d25436d58f836e1c7cf53d6c1f8e138b939064a 5452 
libtest-postgresql-perl_1.23-2.debian.tar.xz
 0fc52d3fa3359b4279f53f6f24e485ae91f4b6fb45c7b03a181bf1aa1a5e0819 14928 
libtest-postgresql-perl_1.23-2_all.deb
 aec67ec29cb588c413e70f3a5cf788e63be349a4c4e8073ab130bb0ad374add4 7511 
libtest-postgresql-perl_1.23-2_amd64.buildinfo
Files:
 34611f051e96e43aafebba771558cafa 2344 perl optional 
libtest-postgresql-perl_1.23-2.dsc
 1a25b915d481e67b88fd15854984c70f 27111 perl optional 
libtest-postgresql-perl_1.23.orig.tar.gz
 a06f5d30eb01c9398fd59a397fc250d7 5452 perl optional 
libtest-postgresql-perl_1.23-2.debian.tar.xz
 0e38e0c4656378c1d09a9911f513930c 14928 perl optional 
libtest-postgresql-perl_1.23-2_all.deb
 658ab8b32b7c0612bf

Bug#891595: ITP: vnlog -- Tools to manipulate whitespace-separated ASCII logs

2018-02-26 Thread Dima Kogan
Package: wnpp
Owner: Dima Kogan 
Severity: wishlist

* Package name: vnlog
  Version : 1.2
  Upstream Author : Dima Kogan 
* URL or Web page : http://github.com/dkogan/vnlog
* License : LGPL2.1+
  Description : Tools to manipulate whitespace-separated ASCII logs



Bug#891583: ITP: opendronemap -- A toolkit for processing aerial drone imagery

2018-02-26 Thread Simon Spöhel
Package: wnpp

* Package name  : opendronemap
  Upstream url  : https://github.com/OpenDroneMap/OpenDroneMap
* License   : GPL-v3
  Description   : A toolkit for processing aerial drone imagery

(Quoting from README.md)

"In a word, OpenDroneMap is a toolchain for processing raw civilian UAS
imagery to other useful products. What kind of products? Point Clouds,
Digital Surface Models, Textured Digital Surface Models, Orthorectified
Imagery, Digital Elevation Models, etc. Open Drone Map now includes
state-of-the-art 3D reconstruction."

Greetings
Simon



Bug#744140: marked as done (ITA: scilab -- Scientific software package for numerical computations)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 17:24:36 +
with message-id 
and subject line Bug#744140: fixed in scilab 6.0.1-1
has caused the Debian Bug report #744140,
regarding ITA: scilab -- Scientific software package for numerical computations
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.)


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

Hello,

I am no longer working for Scilab Enterprises and I am not using Scilab.
I have a low interest on the software itself but since I worked on it for
a while, I won't orphan it immediately.

Therefor, I request assistance with maintaining the scilab package.
I can help mentoring / uploading for non DD if needed.

The package description is:
 Scilab is a matrix-based scientific software package.
 Scilab contains hundreds of built-in mathematical functions, rich
 data structures (including polynomials, rationals, linear systems, lists,
 etc...) and comes with a number of specific toolboxes for control, signal
 processing, ...
 .
 This package also provides Xcos, a graphical editor to design hybrid
 dynamical systems models. Models can be designed, loaded, saved, compiled and
 simulated.
 Stable and efficient solution for industrial and academics needs, Xcos
 provides functionalities for modeling of mechanical systems (automotive,
 aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems,
 etc. Modelica capabilities are also provided.
 .
 For a minimum version of scilab, install package "scilab-cli".

Cheers,
Sylvestre
--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 6.0.1-1

We believe that the bug you reported is fixed in the latest version of
scilab, 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.
Julien Puydt  (supplier of updated scilab 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, 26 Feb 2018 13:32:37 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja 
scilab-test
Architecture: source
Version: 6.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Julien Puydt 
Description:
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (English documentations)
 scilab-doc-fr - Scientific software package (French documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-test - Scientific software package for numerical computations (test file
Closes: 744140 782051 863117 891332
Changes:
 scilab (6.0.1-1) unstable; urgency=medium
 .
   * Formally adopting the package (Closes: #744140).
   * Add Multi-Arch: indications following hinter.
   * Bump std-ver to 4.1.3.
   * Add dep on liblucene4.10-java for scilab-full-bin.
   * Remove broken symlink to a directory with manpages (Closes: #782051).
   * Make the build reproducible (Closes: #863117).
   * Point Vcs* fields to salsa.debian.org.
   * Package latest upstream (Closes: #891332).
Checksums-Sha1:
 3815ab432072a3cad9f1f9ffe01febc3b4b93f55 3673 scilab_6.0.1-1.dsc
 4d24f68763e139fa70beadf9d7daa97065c4fa84 74038457 scilab_6.0.1.orig.tar.gz
 2edd389409ee18af53019f1f40fdb205168db36a 69812 scilab_6.0.1-1.debian.tar.xz
 ed2ea482014694351651501965e671ea34722619 20814 scilab_6.0.1-1_amd64.buildinfo
Checksums-Sha256:
 331db076fd217574caa6f8046da0652ca2afb19bb5cce6664290ad2f26d53a2a 3673 
scilab_6.

Bug#705313: libnet-cidr-set-perl: changing back from RFP to ITP

2018-02-26 Thread Roland Rosenfeld
retitle 705313 ITP: libnet-cidr-set-perl -- Net::CIDR::Set perl module to 
manipulate sets of IP addresses
owner 705313 !
thanks

I just need this package myself, so it's a good idea to package it for
Debian now (under the hut of perl-team).

Greetings
Roland



Processed: libnet-cidr-set-perl: changing back from RFP to ITP

2018-02-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 705313 ITP: libnet-cidr-set-perl -- Net::CIDR::Set perl module to 
> manipulate sets of IP addresses
Bug #705313 [wnpp] RFP: libnet-cidr-set-perl -- Work with sets of IP addresses 
(IPv4 or IPv6)
Changed Bug title to 'ITP: libnet-cidr-set-perl -- Net::CIDR::Set perl module 
to manipulate sets of IP addresses' from 'RFP: libnet-cidr-set-perl -- Work 
with sets of IP addresses (IPv4 or IPv6)'.
> owner 705313 !
Bug #705313 [wnpp] ITP: libnet-cidr-set-perl -- Net::CIDR::Set perl module to 
manipulate sets of IP addresses
Owner recorded as Roland Rosenfeld .
> thanks
Stopping processing here.

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



Bug#873657: marked as done (O: python-py -- Advanced Python development support library (Python 2))

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 15:12:14 +
with message-id 
and subject line Bug#873657: fixed in python-py 1.5.2-1
has caused the Debian Bug report #873657,
regarding O: python-py -- Advanced Python development support library (Python 2)
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.)


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

I intend to orphan the python-py package. I no longer have any interest in it.

The package description is:
 The Codespeak py lib aims at supporting a decent Python development process
 addressing deployment, versioning and documentation perspectives. It includes:
 .
  * py.path: path abstractions over local and Subversion files
  * py.code: dynamic code compile and traceback printing support

-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: python-py
Source-Version: 1.5.2-1

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

Debian distribution maintenance software
pp.
Ondřej Nový  (supplier of updated python-py 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: Mon, 26 Feb 2018 15:45:21 +0100
Source: python-py
Binary: python3-py python-py pypy-py
Architecture: source all
Version: 1.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ondřej Nový 
Description:
 pypy-py- Advanced Python development support library (PyPy)
 python-py  - Advanced Python development support library (Python 2)
 python3-py - Advanced Python development support library (Python 3)
Closes: 873657
Changes:
 python-py (1.5.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Move under DPMT, add me as uploaders (Closes: #873657)
   * Bump debhelper compat level to 11
   * d/copyright:
 - Use https protocol in Format field
 - Add myself for Debian part
   * d/watch: Use https protocol
   * d/control: Set Vcs-* to salsa.debian.org
   * Set PYBUILD_NAME
   * Remove d/gbp.conf: Not needed anymore
   * Bump Standards-Version to 4.1.3
   * Bump X-Python3-Version to 3.4
   * Run tests during build
   * Replace d/tests with autopkgtest-pkg-python testsuite
   * Drop versioning of depends on python{,3}-all
   * Install examples
Checksums-Sha1:
 8b97946754ece0989f46b9df03481143ae254ca5 2267 python-py_1.5.2-1.dsc
 54f0bc173438ac86d0d6f85abfa4f8e0be011185 189542 python-py_1.5.2.orig.tar.gz
 8b16db64553e9b376974270556265dc7b2a47252 6972 python-py_1.5.2-1.debian.tar.xz
 9d4de0edf6c8fa2f34fc6d4d875bffd726d2be91 85528 pypy-py_1.5.2-1_all.deb
 8fd119e71f487276a1caeca410783c30ebcbf1fd 85492 python-py_1.5.2-1_all.deb
 c81f52d030d4e4df5d715017fd8f08804290afa5 7721 python-py_1.5.2-1_amd64.buildinfo
 54f9afb7adaab697c1b3f0fc38e3336ca8103869 85548 python3-py_1.5.2-1_all.deb
Checksums-Sha256:
 fb37869e73c13ff1b73e6ac11db524c90b5da73f74b3e59151ae69c4c3fd5f7e 2267 
python-py_1.5.2-1.dsc
 ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d 189542 
python-py_1.5.2.orig.tar.gz
 95134eff689e0537255f73e222c7b82b832fbeabef7beaeae7fbc218e723beb0 6972 
python-py_1.5.2-1.debian.tar.xz
 bd39f4b56f171da9a278fd31e50b0dc1cb608a9c128d451629c8e3e97927cb37 85528 
pypy-py_1.5.2-1_all.deb
 2ebb2ae4c5f095c3ac6a67f03ce420481e89fc9b068fc3971b28e20acb01eeb4 85492 
python-py_1.5.2-1_all.deb
 89b26d614a4dce854d04cf546aea60a6abc71ad7c7c8bcf2412d29297659c1b8 7721 
python-py_1.5.2-1_amd64.buildinfo
 e2be6f2c3a40df769b6b713501657239d065ca688b9e83086320c2ceb8b34d48 85548 
python3-py_1.5.2-1_all.deb
Files:
 69c6bdcc6085f43bed0b598bd117384f 2267 python optional python-py_1.5.2-1.dsc
 279ca69c632069e1b71e11b14641ca28 189542 python optional 
python-py_1.5.2.orig.tar.gz
 8e882ad54a400961cc99e914f4bb12c3 6972 python optional 
python-py_1.5.2-1.debian.tar.xz
 09eda591df0dd96b92274b77efef511f 85528 python optional pypy-py_1.5.2-1_all.deb
 f079c637ccb375a651169b61ec4f15f1 85492 python optional 
python-py_1.5.2-1_all.deb
 

Bug#891497: marked as done (ITP: pipsi -- pip script installer)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 15:00:12 +
with message-id 
and subject line Bug#891497: fixed in pipsi 0.9-1
has caused the Debian Bug report #891497,
regarding ITP: pipsi -- pip script installer
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.)


-- 
891497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: ChangZhuo Chen (陳昌倬) 

* Package name: pipsi
  Version : 0.9
  Upstream Author : Armin Ronacher
* URL : https://github.com/mitsuhiko/pipsi
* License : BSD-3-clause
  Programming Lang: Python
  Description : pip script installer

 pipsi is a wrapper around virtualenv and pip which installs scripts provided by
 python packages into separate virtualenvs to shield them from your system and
 each other.
 .
 In other words: you can use pipsi to install things like pygmentize without
 making your system painful.


-- 
ChangZhuo Chen (陳昌倬) czchen@{czchen,debconf,debian}.org
http://czchen.info/
Key fingerprint = BA04 346D C2E1 FE63 C790  8793 CC65 B0CD EC27 5D5B


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: pipsi
Source-Version: 0.9-1

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

Debian distribution maintenance software
pp.
ChangZhuo Chen (陳昌倬)  (supplier of updated pipsi 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: Mon, 26 Feb 2018 19:11:26 +0800
Source: pipsi
Binary: pipsi
Architecture: source all
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: ChangZhuo Chen (陳昌倬) 
Changed-By: ChangZhuo Chen (陳昌倬) 
Description:
 pipsi  - pip script installer
Closes: 891497
Changes:
 pipsi (0.9-1) unstable; urgency=low
 .
   * Initial release (Closes: #891497).
Checksums-Sha1:
 4425a2608571f9f82f13dc2ed87d41de9a0ab818 1855 pipsi_0.9-1.dsc
 808d11d05809417ead693bfd320ab20677dfcd23 7425 pipsi_0.9.orig.tar.gz
 d516656ec79abe65b229e5c2fcef94d059fa2190 1948 pipsi_0.9-1.debian.tar.xz
 e32229af133c534438039ca558356c9afe253054 7324 pipsi_0.9-1_all.deb
 c735a5cd1613b162623a39fb0a82568d509e2678 5986 pipsi_0.9-1_amd64.buildinfo
Checksums-Sha256:
 1187d37d91214be1fce4cb7176d3af56386f79a67c989d3474f0cea15ea64203 1855 
pipsi_0.9-1.dsc
 17c7157e2154deb9b65f8331688566dfee6f24667044e284d8e7533ab7e3394b 7425 
pipsi_0.9.orig.tar.gz
 82ab395cce0f2622c1ea9b7a1a4ab11a9803921d7c677cedda066a41227c1c48 1948 
pipsi_0.9-1.debian.tar.xz
 74316fb9450f364296f12c77fe554535318655746da35107b876229f4e2512ff 7324 
pipsi_0.9-1_all.deb
 6ebc3296cf2063e649d0d8e1896d24c73dc785bf937b8536a4d34f90f26fb751 5986 
pipsi_0.9-1_amd64.buildinfo
Files:
 c0668c4c3789b070833d3884945f4132 1855 utils optional pipsi_0.9-1.dsc
 e883312be32439d3992493bf178f29e9 7425 utils optional pipsi_0.9.orig.tar.gz
 fb0705591386c013481acf4b49399d8c 1948 utils optional pipsi_0.9-1.debian.tar.xz
 45450b196407b42fb3bb35af8fca14a4 7324 utils optional pipsi_0.9-1_all.deb
 52a28135f80611d92d535c1a9fc88f4d 5986 utils optional 
pipsi_0.9-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEugQ0bcLh/mPHkIeTzGWwzewnXVsFAlqT7BYACgkQzGWwzewn
XVtEWhAAuTMjkmu5YwZ5flQs/rNfin2JpjaDCP36EvZuB7/yRQj+5iZ/kUZTNGYc
ESDGVvfMJV1HVYnIoYPKmLSJDyeqT7JWlaiSXIOyeJc0pX6SO2bYB4nSZzyJe5rT
z7Yh/TuoLs+IbGbeQMfjBlvjOkGFNys76kZfX9lorM/PZZOpk3GHsu/BgPsv57pU
PxdNqAkO5FW/lSVq49wTy0zQORWBWhy82F8pOEliRX0+UUvDe/B3PXJu6zGwPsG6
qNzt/8ldVoUIw/Ox5UqwEIaif/NVYnnBHC6HUnBtzOdcrV3ceRmTDP/EIs6amabS
l/+NfRt55ePAKwgBWPlowB+pdEuptFOiufZyReALerrpvMRIBerZM4vAUipMdO0k
/8/+A5tkP6zwH9RW9jAUFFZA4gLbBDWopZonE3LZgfaQnoHCmfAnoGbBa22p/9nt
Au37mNM9HPGIw3lrxHSCR9blWYYYI1qTK7rDZL758xb5gontt3Juha5EULj1mcdc
WZ3YuC+znb97vJvZJ0Be/tHSXH/NiyYeXL2mw9sRjDztNDBOZ9QjW6dYdjVs/9o/
7bm801vjhDQBVGrcwGOeQvFSKAPQ0F7VjAX7DfXyi7DBZDytZIU5aScH1Xwd3xro
nFDw5l8TX4Zcejoo2z95kKBQRk7kavrEra27+DfAwb1uaW5s5qI=
=7u30
-END PGP SIGNATURE End Message ---


Bug#886769: marked as done (ITP: fakemachine -- create and spawn virtual machines)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 15:00:12 +
with message-id 
and subject line Bug#886769: fixed in golang-github-go-debos-fakemachine 
0.0~git20180126.e307c2f-1
has caused the Debian Bug report #886769,
regarding ITP: fakemachine -- create and spawn virtual machines
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.)


-- 
886769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Héctor Orón Martínez 

* Package name: fakemachine
  Version : 0.0~git20171207.6af110d-1
  Upstream Author : Sjoerd Simons 
* URL : https://github.com/go-debos/fakemachine
* License : Apache-2.0
  Programming Lang: Go
  Description : create and spawn virtual machines

  Create and spawn virtual machines for building images with debos tool.

  This is a build dependency for `debos'.

-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.


-- Would you like to make a donation for Debian Conference?
   ** http://debconf18.debconf.org/ **

--- End Message ---
--- Begin Message ---
Source: golang-github-go-debos-fakemachine
Source-Version: 0.0~git20180126.e307c2f-1

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

Debian distribution maintenance software
pp.
Héctor Orón Martínez  (supplier of updated 
golang-github-go-debos-fakemachine 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: Mon, 19 Feb 2018 18:23:23 +0100
Source: golang-github-go-debos-fakemachine
Binary: fakemachine golang-github-go-debos-fakemachine-dev
Architecture: source amd64
Version: 0.0~git20180126.e307c2f-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Héctor Orón Martínez 
Description:
 fakemachine - create and spawn virtual machines for building images with debos.
 golang-github-go-debos-fakemachine-dev - create and spawn virtual machines for 
building images with debos.
Closes: 886769
Changes:
 golang-github-go-debos-fakemachine (0.0~git20180126.e307c2f-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #886769)
Checksums-Sha1:
 0d84ba4f3941253c277b0a33bf9de207222307c4 2596 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f-1.dsc
 300dab9866bf09ded7175716bd284b8eebe33d6f 11212 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f.orig.tar.xz
 8137086a41d747619ac70528ae0833396abffc65 1880 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f-1.debian.tar.xz
 6c52deb5a0c21a1c9bf11a280645f20b10461d1c 684236 
fakemachine_0.0~git20180126.e307c2f-1_amd64.deb
 22cc7f078dce8ad18dfba1e01d86333955dda103 9028 
golang-github-go-debos-fakemachine-dev_0.0~git20180126.e307c2f-1_amd64.deb
 86301f27bf9ea163753ab0537723cc93f7838a91 6722 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f-1_amd64.buildinfo
Checksums-Sha256:
 a5e292112e4cd7e19f7e83f3ce10649596294e36827cb05843e3edf969cd29b8 2596 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f-1.dsc
 68b3679789e997495a0d1eedbebf1d65166d100bc8c98eb6104151f856f57d93 11212 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f.orig.tar.xz
 b6262ff126c5004f42c1967603c47fa01de406ed654e86d0a8a329d6091ffedb 1880 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f-1.debian.tar.xz
 431f7cd1f38f884533f3a4a261c2aa8b49c77e41d867aed694e43e5231342870 684236 
fakemachine_0.0~git20180126.e307c2f-1_amd64.deb
 b89ce79991ba1605a139eb4fd19c5b2460027446a9e31b2246eaf19eef68 9028 
golang-github-go-debos-fakemachine-dev_0.0~git20180126.e307c2f-1_amd64.deb
 87ff63b2473db63c6652c87907e3ff9a476574bf3510c8c4db78dde8c73b8ede 6722 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f-1_amd64.buildinfo
Files:
 c540593603ada2645215b37510616619 2596 devel optional 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f-1.dsc
 a26c99dacd91e83d929009fea66abf69 11212 devel optional 
golang-github-go-debos-fakemachine_0.0~git20180126.e307c2f.orig.tar.xz
 0273d191cb8d243030a94df35

Bug#603157: marked as done (ITP: fonts-ubuntu -- sans-serif font set from Ubuntu)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 15:00:10 +
with message-id 
and subject line Bug#603157: fixed in fonts-ubuntu 0.83-1
has caused the Debian Bug report #603157,
regarding ITP: fonts-ubuntu -- sans-serif font set from Ubuntu
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.)


-- 
603157: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603157
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist

* Package name: ttf-ubuntu-font-family
  Version : 0.69+ufl-0ubuntu1
  Upstream Author : Dalton Maag
* URL : http://font.ubuntu.com/
* License : Ubuntu Font License 1.0, see Link below
  Description : Ubuntu Font Family, sans-serif typeface hinted for clarity
The Ubuntu Font Family are a set of matching new libre/open fonts in development 
during 2010--2011. The development is being funded by Canonical Ltd on behalf the 
wider Free Software community and the Ubuntu project. The technical font design 
work and implementation is being undertaken by Dalton Maag.
Both the final font Truetype/OpenType files and the design files used to produce 
the font family are distributed under an open licence and you are expressly 
encouraged to experiment, modify, share and improve.



http://changelogs.ubuntu.com/changelogs/pool/main/u/ubuntu-font-family-sources/ubuntu-font-family-sources_0.69+ufl-0ubuntu1/ttf-ubuntu-font-family.copyright



--- End Message ---
--- Begin Message ---
Source: fonts-ubuntu
Source-Version: 0.83-1

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

Debian distribution maintenance software
pp.
Jeremy Bicha  (supplier of updated fonts-ubuntu 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: Mon, 26 Feb 2018 06:45:46 -0500
Source: fonts-ubuntu
Binary: fonts-ubuntu fonts-ubuntu-console fonts-ubuntu-font-family-console 
ttf-ubuntu-font-family
Architecture: source all
Version: 0.83-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Jeremy Bicha 
Description:
 fonts-ubuntu - sans-serif font set from Ubuntu
 fonts-ubuntu-console - console version of the Ubuntu Mono font
 fonts-ubuntu-font-family-console - console version of the Ubuntu Mono font 
(transitional package)
 ttf-ubuntu-font-family - sans-serif font set from Ubuntu (transitional package)
Closes: 603157
Changes:
 fonts-ubuntu (0.83-1) unstable; urgency=medium
 .
   * Initial release for Debian. Closes: #603157
   * Rename source and binary packages for Debian font naming conventions
 (LP: #851457)
   * Many other minor packaging improvements
Checksums-Sha1:
 b7b7ee4dc5cb708d9ac4649f73c898b725252a9d 2242 fonts-ubuntu_0.83-1.dsc
 4cd051223d455750c7fea3e9693f4d8ffb0ef4db 8126028 fonts-ubuntu_0.83.orig.tar.gz
 2a0ca8c407511e3a9f3834047e5b869e1d193eb3 17048 
fonts-ubuntu_0.83-1.debian.tar.xz
 95df8e59526191f6c9e8c20834cbbb0c6327d75f 22412 
fonts-ubuntu-console_0.83-1_all.deb
 a210bacd81bf2131e4b974e9eb9a69918cf99ac5 16240 
fonts-ubuntu-font-family-console_0.83-1_all.deb
 888e978c446d1add732bd0005f30e5a5dea45e81 1396548 fonts-ubuntu_0.83-1_all.deb
 f7791174c4bae20ed038395da1f0d6b5ae5068d2 6672 
fonts-ubuntu_0.83-1_amd64.buildinfo
 901f2735d699c4f44e5214d5f7ea548f51203ac1 16124 
ttf-ubuntu-font-family_0.83-1_all.deb
Checksums-Sha256:
 38765fdf086ce004f491178bf18fca802f41d4ba000c9f4a59cd2cc7b115f480 2242 
fonts-ubuntu_0.83-1.dsc
 1a96df0ea32bf88278ce9d24c3a31e4c3d31f4397ff7a3af6622dc488b0b830a 8126028 
fonts-ubuntu_0.83.orig.tar.gz
 41c695724e11b37ae3a385fab68aa11336bf6e4fe48b7c67e2275ebf06f207db 17048 
fonts-ubuntu_0.83-1.debian.tar.xz
 82211b1a6ac624abe8a6aa5fb7576246c65f06641438e15faa3872ca73f2672e 22412 
fonts-ubuntu-console_0.83-1_all.deb
 c72553a2dc081f86c41eecde33c86309f88e59cf74517d8899aff08dda0275d3 16240 
fonts-ubuntu-font-family-console_0.83-1_all.deb
 67147dbb8428960ef76d74e45109c664cabed93177bac1861d9b67bfef47101f 1396548 
fonts-ubuntu_0.83-1_all.deb
 0cd72e0c9a9bbd2e1e3aa7f65c8b9ad588ef199656626f16ef93241810360b5a 6672 
fonts-ubuntu_0.83

Processed: owner 873657

2018-02-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 873657 on...@debian.org
Bug #873657 [wnpp] O: python-py -- Advanced Python development support library 
(Python 2)
Owner recorded as on...@debian.org.
> thanks
Stopping processing here.

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



Bug#603157: ITP: ttf-ubuntu-font-family

2018-02-26 Thread Jeremy Bicha
On Sun, Feb 25, 2018 at 8:29 PM, Joachim Breitner  wrote:
> On Tue, 28 Nov 2017 09:05:22 -0500 Jeremy Bicha  wrote:
>> I will finally be uploading this to non-free soon. Packaging is at
>>
>> https://anonscm.debian.org/git/pkg-fonts/fonts-ubuntu.git
>>
>
> how soon is soon? :-)

Very :-)

Thanks,
Jeremy Bicha



Bug#891502: ITP: irda-dkms -- IrDA subsystem and device drivers

2018-02-26 Thread Adam Borowski
On Mon, Feb 26, 2018 at 10:35:48AM +0100, Christopher Schramm wrote:
> * Package name: irda-dkms
>   Version : 0.1
> * URL : https://github.com/cschramm/irda
> * License : GPL
>   Programming Lang: C
>   Description : IrDA subsystem and device drivers
> 
> The IrDA subsystem and device drivers got moved to staging and scheduled for
> removal upstream in Linux 4.14 [1] and consequently disabled in the Debian
> builds [2].
> 
> [1] https://lkml.org/lkml/2017/8/27/126
> [2] 
> https://anonscm.debian.org/cgit/kernel/linux.git/commit/?id=d12b3a11b2800489cde0be2d74872af04b5b8f36
> 
> As I personally do have a use case for IrDA and am sure that I am not the only
> one

This seems really wrong.  Note GregKH's commit message:

# It's time to get rid of IRDA.  It's long been broken, and no one seems
# to use it anymore.  So move it to staging and after a while, we can
# delete it from there.

You just disproved that "no one seems to use it", and you also volunteer to
do the work fixing it.

> I moved the code (from 4.15; not compatible to 4.14!) into a GitHub
> repository [3], converted the build system to Kbuild files, and added a DKMS
> configuration and a Travis CI configuration to check the build with current
> kernel releases.

Maintaining an out-of-tree module is drastically more work than in-tree.  It
doesn't get testing (even if compile-only), doesn't see updates when people
change internal interfaces, and notoriously gets out of sync with current
kernels.  Quality requirements for staging drivers are really low precisely
to discourage people from working out of tree.

I think you really need to talk to GregKH and submit your fixes there.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ A dumb species has no way to open a tuna can.
⢿⡄⠘⠷⠚⠋⠀ A smart species invents a can opener.
⠈⠳⣄ A master species delegates.



Bug#891502: ITP: irda-dkms -- IrDA subsystem and device drivers

2018-02-26 Thread Christopher Schramm
Hi Bjørn,

thanks for your comment.
> Why not raise your hand and offer to maintain IrDA in mainline instead?

I might be wrong but that just sounds like a lot of work and
responsibility which I cannot currently offer.

> The problems causing it to be shceduled for removal will not be
> magically solved by reviving the code on github. There is real work
> required here.

Actually all motivation I know is that it "has long been obsolete and
broken". It's probably obsolete in sense of "Infrared what?!" for most
users, yes. Also, the code style might be obsolete in terms of modern
kernel hacking but that isn't really an issue in my eyes. I have no
concrete example for what's broken. There is an unanswered request for
such examples on the Kernel.org Bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=198657

> And maintaining the code out-of-tree is going to be much
> much harder than keeping it in mainline. Noone else will look at
> out-of-tree code even if they break it by changing some API.

That's my intention for keeping it out-of-tree. I don't want others to
*have* to look at it when they change some API and I do expect the work
caused by such changes to have a manageable amount for me.

> And you
> end up having to support multiple versions of the APIs as they change.

Right, that might become an if-else (or branches / patches) hell at some
point. That's definitely a downside of out-of-tree.

Any further feedback is very welcome.

Christopher



Bug#891535: RFA: opal -- Portable Tools Library

2018-02-26 Thread Eugen Dedu

Package: wnpp
Severity: normal

I request an adopter for the opal package.

I have been interested in opal package because ekiga depends on
it, and I have been an ekiga developer.  Now, it has been 1-2 years
since ekiga has not been updated, because of lack of developer time, so I
do not have any incentive to maintain ptlib, opal and ekiga.  My current
job is more time hungry, and I do not have enough time to do all the
things I would like to do.

The package description is:
 This package contains the shared version of the OPAL library.
 .
 The OPAL project aims to create a full featured, interoperable, Open 
Source

 implementation of the H.323 and SIP protocols that can be used freely by
 everybody.  These protocols are most used for Voice over IP (VoIP)
 conferencing.
 .
 This package contains the shared version of the OPAL library, together
 with several audio and video codecs.



Bug#891534: RFA: ptlib -- Portable Tools Library

2018-02-26 Thread Eugen Dedu

Package: wnpp
Severity: normal

I request an adopter for the ptlib package.

I have been interested in ptlib package because ekiga depends on
it, and I have been an ekiga developer.  Now, it has been 1-2 years
since ekiga has not been updated, because of lack of developer time, so I
do not have any incentive to maintain ptlib, opal and ekiga.  My current
job is more time hungry, and I do not have enough time to do all the
things I would like to do.

The package description is:
 This package contains the shared version of the library PTLib, which is
 a moderately large class library that has its genesis many years ago as
 a method to produce applications to run on both Microsoft Windows and
 Unix X-Window systems.
 .
 This package also contains all the current PTLib plugins (alsa, oss, 
pulse,

 and v4l2).



Bug#891536: RFA: ekiga -- H.323 and SIP compatible VoIP client

2018-02-26 Thread Eugen Dedu

Package: wnpp
Severity: normal

I request an adopter for the ekiga package.

I have been interested in ekiga package because I have been an ekiga 
developer.  Now, it has been 1-2 years

since ekiga has not been updated, because of lack of developer time, so I
do not have any incentive to maintain ptlib, opal and ekiga.  My current
job is more time hungry, and I do not have enough time to do all the
things I would like to do.

The package description is:
 H.323 and SIP compatible videoconferencing and VoIP/IP-Telephony 
application

 that allows you to make audio and video calls to remote users with H.323
 hardware or software (such as Microsoft Netmeeting) as well as SIP 
endpoints.

 .
 It supports all modern videoconferencing features, such as contact roster,
 presence status, high-quality audio and video codecs, various video
 resolutions, registering to an LDAP directory, gatekeeper support,
 making multi-user conference calls using an external MCU, using modern
 Quicknet telephony cards, and making PC-To-Phone calls.
 .
 Evolution plugin is in ekiga-plugin-evolution package.



Bug#891531: ITP: golang-github-bfirsh-funker-go -- Funker for Go

2018-02-26 Thread Arnaud Rebillout
Package: wnpp
Severity: wishlist
Owner: Arnaud Rebillout 

* Package name: golang-github-bfirsh-funker-go
  Version : 0.0~git20161231.eaa0a2e-1
  Upstream Author : Ben Firshman
* URL : https://github.com/bfirsh/funker-go
* License : Apache-2.0
  Programming Lang: Go
  Description : Funker for Go

 A Go implementation of Funker
 .
 Funker allows you to package up pieces of your application as Docker
 containers and have them run on-demand on a swarm.



- why is this package useful/relevant?

It is a dependency of docker.

- how do you plan to maintain it?

I plan to maintain it within the golang packaging team.



Bug#891502: ITP: irda-dkms -- IrDA subsystem and device drivers

2018-02-26 Thread Bjørn Mork
Christopher Schramm  writes:

> Package: wnpp
> Severity: wishlist
> Owner: Christopher Schramm 
>
> * Package name: irda-dkms
>   Version : 0.1
> * URL : https://github.com/cschramm/irda
> * License : GPL
>   Programming Lang: C
>   Description : IrDA subsystem and device drivers
>
> The IrDA subsystem and device drivers got moved to staging and scheduled for
> removal upstream in Linux 4.14 [1] and consequently disabled in the Debian
> builds [2].
>
> [1] https://lkml.org/lkml/2017/8/27/126
> [2] 
> https://anonscm.debian.org/cgit/kernel/linux.git/commit/?id=d12b3a11b2800489cde0be2d74872af04b5b8f36
>
> As I personally do have a use case for IrDA and am sure that I am not the only
> one, I moved the code (from 4.15; not compatible to 4.14!) into a GitHub
> repository [3], converted the build system to Kbuild files, and added a DKMS
> configuration and a Travis CI configuration to check the build with current
> kernel releases.
>
> [3] https://github.com/cschramm/irda
>
> I already prepared the packaging files. See [4] for copyright and license.
>
> [4] https://github.com/cschramm/irda/blob/debian/debian/copyright

Why not raise your hand and offer to maintain IrDA in mainline instead?
The problems causing it to be shceduled for removal will not be
magically solved by reviving the code on github. There is real work
required here. And maintaining the code out-of-tree is going to be much
much harder than keeping it in mainline. Noone else will look at
out-of-tree code even if they break it by changing some API.  And you
end up having to support multiple versions of the APIs as they change.

But maybe you already offered to take over IrDA and I just missed it?


Bjørn



Bug#891528: ITP: cpp-hocon -- C++ port of the Typesafe Config library

2018-02-26 Thread Apollon Oikonomopoulos
Package: wnpp
Severity: wishlist
Owner: Apollon Oikonomopoulos 

* Package name: cpp-hocon
  Version : 0.1.6
  Upstream Author : Puppet Labs Inc.
* URL : https://github.com/puppetlabs/cpp-hocon
* License : Apache-.20
  Programming Lang: C++
  Description : C++ port of the Typesafe Config library

cpp-hocon is a port of the TypsafeConfig library to C++. It provides 
support for the HOCON configuration file format. HOCON aims to keep the 
semantics (tree structure; set of types; encoding/escaping) from JSON, 
but make it more convenient as a human-editable config file format.

cpp-hocon is required by facter 3. The package will be maintained under 
the Puppet Team umbrella.



Bug#891510: O: h323plus

2018-02-26 Thread Bernhard Schmidt
Package: wnpp
Severity: normal

Hi,

on behalf of the Debian VoIP team I intent to orphan the package
h323plus.

It is a reverse dependency of 

- gnugk (orphaned in #891509)
- openam (RM requested in #891508)

The version currently in Debian has been released 6 years ago. Upstream
still appears to be active.

If there are no takers I intend to RM it from the archive end of March
2018, together with gnugk.

Best Regards,
Bernhard



Bug#891509: O: gnugk -- OpenH323 Gatekeeper - The GNU Gatekeeper

2018-02-26 Thread Bernhard Schmidt
Package: wnpp
Severity: normal

Hi,

on behalf of the pkg-voip team I intend to orphan the gnugk package.

Upstream is still active, but the Debian packaging has been stuck for
several years now and probably not useful anymore.

It is affected by RC bugs of the also unmaintained rdeps ptlib and
h323plus. 

If there are no takers I intend to RM it from the archive end of March
2018.

The package description is:
 GNU Gatekeeper is an open-source project that implements an H.323
 gatekeeper. A gatekeeper provides call control services to the
 H.323 endpoints. It is an integral part of most useful internet
 telephony installations that are based on the H.323 standard.
 .
 According to Recommendation H.323, a gatekeeper shall provide the following
 services:
 .
  Address Translation
  Admissions Control
  Bandwidth Control
  Zone Management
  Call Control Signaling
  Call Authorization
  Bandwidth Management
  Call Management
 .
 The GNU Gatekeeper implements most of these functions based on the
 OpenH323 protocol stack.

Best Regards,
Bernhard



Bug#891506: ITP: gotestyourself -- A collection of go packages to support common testing patterns

2018-02-26 Thread Arnaud Rebillout
Package: wnpp
Severity: wishlist
Owner: Arnaud Rebillout 

* Package name: gotestyourself
  Version : 1.3.0-1
  Upstream Author : Daniel Nephin
* URL : https://github.com/gotestyourself/gotestyourself
* License : Apache-2.0
  Programming Lang: Go
  Description : A collection of go packages to support common testing 
patterns
 Go Test Yourself is a collection of packages compatible with go test to
 support common testing patterns.
 .
 Packages
 .
 assert - compare values and fail the test when the comparison fails
 env - test code that uses environment variables
 fs - create test files and directories
 golden - compare large multi-line strings
 icmd - execute binaries and test the output
 poll - test asynchronous code by polling until a desired state is reached
 skip - skip tests based on conditions
 testsum - a program to summarize go test output and test failures
 .
 Related
 .
 maxbrunsfeld/counterfeiter - generate fakes for interfaces
 jonboulle/clockwork - a fake clock for testing code that uses time



- why is this package useful/relevant?

It is a dependency of docker.

- how do you plan to maintain it?

I plan to maintain it within the golang packaging team.



Bug#891502: ITP: irda-dkms -- IrDA subsystem and device drivers

2018-02-26 Thread Christopher Schramm
Package: wnpp
Severity: wishlist
Owner: Christopher Schramm 

* Package name: irda-dkms
  Version : 0.1
* URL : https://github.com/cschramm/irda
* License : GPL
  Programming Lang: C
  Description : IrDA subsystem and device drivers

The IrDA subsystem and device drivers got moved to staging and scheduled for
removal upstream in Linux 4.14 [1] and consequently disabled in the Debian
builds [2].

[1] https://lkml.org/lkml/2017/8/27/126
[2] 
https://anonscm.debian.org/cgit/kernel/linux.git/commit/?id=d12b3a11b2800489cde0be2d74872af04b5b8f36

As I personally do have a use case for IrDA and am sure that I am not the only
one, I moved the code (from 4.15; not compatible to 4.14!) into a GitHub
repository [3], converted the build system to Kbuild files, and added a DKMS
configuration and a Travis CI configuration to check the build with current
kernel releases.

[3] https://github.com/cschramm/irda

I already prepared the packaging files. See [4] for copyright and license.

[4] https://github.com/cschramm/irda/blob/debian/debian/copyright



Bug#891500: RFA: t38modem -- T.38 Fax over IP pseudo modem

2018-02-26 Thread Bernhard Schmidt
Package: wnpp
Severity: normal

Hi,

on behalf of the Debian VoIP team I request an adopter for the t38modem
package.

The package description is:
 From your fax application view point it's a fax modem pool.
 From IP network view point it's a H.323 endpoint with T.38 fax support.
 From your view point it's a gateway between a fax application and IP network.

 While t38modem seems to work on stretch right now, it is currently not
 in testing due to RC bugs in the depending H.323 libraries opal and
 ptlib (which also need a new maintainer).

 Bernhard



Bug#824716: ITP: mshr -- generates simplicial DOLFIN meshes in 2D and 3D

2018-02-26 Thread Drew Parsons
Needful patches have been applied to CGAL now, due for release in CGAL
4.12.

Waiting now for that patch to trickle over to mshr.



Bug#891497: ITP: pipsi -- pip script installer

2018-02-26 Thread 陳昌倬
Package: wnpp
Severity: wishlist
Owner: ChangZhuo Chen (陳昌倬) 

* Package name: pipsi
  Version : 0.9
  Upstream Author : Armin Ronacher
* URL : https://github.com/mitsuhiko/pipsi
* License : BSD-3-clause
  Programming Lang: Python
  Description : pip script installer

 pipsi is a wrapper around virtualenv and pip which installs scripts provided by
 python packages into separate virtualenvs to shield them from your system and
 each other.
 .
 In other words: you can use pipsi to install things like pygmentize without
 making your system painful.


-- 
ChangZhuo Chen (陳昌倬) czchen@{czchen,debconf,debian}.org
http://czchen.info/
Key fingerprint = BA04 346D C2E1 FE63 C790  8793 CC65 B0CD EC27 5D5B


signature.asc
Description: PGP signature


Bug#886562: marked as done (ITP: core-specs-alpha-clojure -- specs to describe Clojure core macros and functions)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 09:00:09 +
with message-id 
and subject line Bug#886562: fixed in core-specs-alpha-clojure 0.1.24-1
has caused the Debian Bug report #886562,
regarding ITP: core-specs-alpha-clojure -- specs to describe Clojure core 
macros and functions
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.)


-- 
886562: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886562
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Elana Hashman 

* Package name: core-specs-alpha-clojure
  Version : 0.1.24
  Upstream Author : Rich Hickey
* URL : https://github.com/clojure/core.specs.alpha
* License : EPL-1.0
  Programming Lang: Clojure
  Description : specs to describe Clojure core macros and functions

core.specs.alpha is a Clojure library containining specs to describe
Clojure core macros and functions.

Clojure 1.9 depends on this library and provides it to users of Clojure.
This dependency is required for the packaging of Clojure 1.9.


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: core-specs-alpha-clojure
Source-Version: 0.1.24-1

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

Debian distribution maintenance software
pp.
Elana Hashman  (supplier of updated 
core-specs-alpha-clojure 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: Thu, 22 Feb 2018 22:25:08 -0500
Source: core-specs-alpha-clojure
Binary: libcore-specs-alpha-clojure
Architecture: source all
Version: 0.1.24-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Clojure Maintainers 

Changed-By: Elana Hashman 
Description:
 libcore-specs-alpha-clojure - specs to describe Clojure core macros and 
functions
Closes: 886562
Changes:
 core-specs-alpha-clojure (0.1.24-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #886562)
Checksums-Sha1:
 48f0a75d5b069320497e1d570a4e9cad9db454fb 2409 
core-specs-alpha-clojure_0.1.24-1.dsc
 b68e284187be3d05f888c63a5074f4d88c7421f7 9896 
core-specs-alpha-clojure_0.1.24.orig.tar.gz
 b8cf1bb5d5e17f59a55f302af83a38811c06af05 6608 
core-specs-alpha-clojure_0.1.24-1.debian.tar.xz
 aa2fedb22aeae9078983f7f0933b96fe95f9fe1f 14398 
core-specs-alpha-clojure_0.1.24-1_amd64.buildinfo
 8acb9870aadc6429dc6b34670874472ac9c44522 10952 
libcore-specs-alpha-clojure_0.1.24-1_all.deb
Checksums-Sha256:
 a16b7677f555f5fd8d829dddaa1393fd96955d051887f13439310da1b75dd2e5 2409 
core-specs-alpha-clojure_0.1.24-1.dsc
 db859e6e68bf9f39a0142df32fee3db2d4fa4f969a77a904f122abe0b6064a6c 9896 
core-specs-alpha-clojure_0.1.24.orig.tar.gz
 730c0c0474042fc4bcb459e6980af881f28570c9b45611d9e0993d7126ccd0af 6608 
core-specs-alpha-clojure_0.1.24-1.debian.tar.xz
 923674797aca08c953fbd83cf9b90a818fe0dc0a1944302083f7d417e08ad2cc 14398 
core-specs-alpha-clojure_0.1.24-1_amd64.buildinfo
 24af7cb6986ee80f436a825982776ab0f5e7a7cfc50a95e50b5e6d987d32ccee 10952 
libcore-specs-alpha-clojure_0.1.24-1_all.deb
Files:
 4b9dbb8d18edc9349f7db676fb2bd765 2409 java optional 
core-specs-alpha-clojure_0.1.24-1.dsc
 fa504bc030bc3b7aafb6b017e44a7e4c 9896 java optional 
core-specs-alpha-clojure_0.1.24.orig.tar.gz
 e29417a5277d5bd6dadb937953af44e8 6608 java optional 
core-specs-alpha-clojure_0.1.24-1.debian.tar.xz
 ea91a6d415f6052950d2f89ae0420406 14398 java optional 
core-specs-alpha-clojure_0.1.24-1_amd64.buildinfo
 dca3475b07675c435cf0292f2e5a4e37 10952 java optional 
libcore-specs-alpha-clojure_0.1.24-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJaj4uxXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RDBCMTc3NUUyNjI2REQ4OTlEMjBCRURE
RUNBMEM5RDMwRUQ5RkUzAAoJEN7KDJ0w7Z/jG7EQAIXZjpPD5Ds5v4qo3vrgQiAs
Wz0V0PILJQ8QMZxWgnBRl52Qq8JpMCH1WXWfTZp/LLhRGPXLg1bpmgrVK0CYW8rq
6fIibqLkGWLo0Su/VQRRgeRSb97W29qFaYyTpm5P5lYBGC4wJbF/6eT8V/Z8ALEv
lsXvEpXYQ2NbnsenfZrydmxyRAjO68zOwI+0Tqkf0thRIZ8QNsm7eI1yr8IPXq95
iX7v36UeOFyZCOisbTODjfgEZ18hlS62T6mdmP8EkNGhT7in/aLWtyAOC9i+NEvo
Mb