Processed: Re: Bug#580259: is this package still desired?

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

> reassign 580259 wnpp
Bug #580259 [emacs-goodies-el] emacs-goodies-el: Please include nopaste.el
Bug reassigned from package 'emacs-goodies-el' to 'wnpp'.
No longer marked as found in versions emacs-goodies-el/33.3.
Ignoring request to alter fixed versions of bug #580259 to the same values 
previously set
> retitle 580259 RFP nopaste.el (elpa-nopaste)
Bug #580259 [wnpp] emacs-goodies-el: Please include nopaste.el
Changed Bug title to 'RFP nopaste.el (elpa-nopaste)' from 'emacs-goodies-el: 
Please include nopaste.el'.
> user debian-emac...@lists.debian.org
Setting user to debian-emac...@lists.debian.org (was da...@tethera.net).
> usertag 580259 elpafy
There were no usertags set.
Usertags are now: elpafy.
> quit
Stopping processing here.

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



Bug#902676: O: par -- Paragraph reformatter

2018-06-29 Thread Boyuan Yang
Package: wnpp
Severity: normal
X-Debbugs-CC: a...@debian.org j...@sysmic.org

The current maintainer of par, Kapil Hari Paranjape ,
is apparently not active anymore and retired from the Debian Project. 
Therefore, I orphan this package now.

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

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

Some information about this package:

Package: par
Binary: par
Version: 1.52-3
Maintainer: Kapil Hari Paranjape 
Uploaders: Mohammed Adnène Trojette , Jérôme Pouiller (Jezz) 

Build-Depends: debhelper (>= 5), cdbs (>= 0.4.23-1.1), quilt (>= 0.45-3)
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 5f527802944b529f82614f00f3783c19 746 par_1.52-3.dsc
 38d5a118a78d2db594bedf1ff4f84d4b 47993 par_1.52.orig.tar.gz
 6c1ed086c163906e1eb8af32a9e1ea90 14558 par_1.52-3.diff.gz
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/par
Checksums-Sha256:
 18cea50a70ac33247ee21c8b7d9a5d36a5b5af0b3b583fe3987c0499256b3e06 746 
par_1.52-3.dsc
 fd90eed9489f5da841bb1d7f726c3fbabe3872614ad84903c09f8b32ae744ec4 14558 
par_1.52-3.diff.gz
 d5822ed7297c29034f415d1cb0a958bc4476139fe196ff36bd8b705dcb9fdf3f 47993 
par_1.52.orig.tar.gz
Directory: pool/main/p/par
Priority: source
Section: text

Package: par
Source: par (1.52-3)
Version: 1.52-3+b2
Installed-Size: 76
Maintainer: Kapil Hari Paranjape 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: Paragraph reformatter
 Greatly enhanced fmt type program by Adam M. Costello.
 .
 Can be used within vi or other editor to automatically reformat text
 in a variety of ways.
 .
 Perfect for use with email & usenet messages as it correctly handles
 multiple levels of quoting characters.
 .
 This version includes a patch allowing multi-byte and multi-width character
 encodings.
 .
  Homepage: http://www.nicemice.net/par/
Description-md5: 898846039a993eafc8d035abb45999b3
Tag: implemented-in::c, interface::commandline, role::program,
 scope::utility, use::text-formatting, works-with-format::plaintext,
 works-with::text
Section: text
Priority: optional
Filename: pool/main/p/par/par_1.52-3+b2_amd64.deb
Size: 48114
MD5sum: 9213b65a294d832b292626aa49a58a91
SHA256: 1226c03bb3d7785ddce0ca60de88bcda4ec5b261f85fd09a9bd64447f763f640

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


Processed: ITP: vault -- secrets and privileged access management, encryption as a service

2018-06-29 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 help
Bug #902677 [wnpp] ITP: vault -- secrets and privileged access management, 
encryption as a service
Added tag(s) help.

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



Bug#902677: ITP: vault -- secrets and privileged access management, encryption as a service

2018-06-29 Thread Dmitry Smirnov
Package: wnpp
Severity: wishlist
Owner: Dmitry Smirnov 
X-Debbugs-CC: debian-de...@lists.debian.org, 
pkg-go-maintain...@lists.alioth.debian.org
Control: tag -1 help

   Package name: vault
Version: 0.9.6
Upstream Author: HashiCorp
License: MPL-2.0
URL: https://www.vaultproject.io/
Vcs-Browser: https://salsa.debian.org/go-team/packages/vault.git
Description: secrets and privileged access management, encryption as a 
service
 Vault secures, stores, and tightly controls access to tokens, passwords,
 certificates, API keys, and other secrets in modern computing. Vault
 handles leasing, key revocation, key rolling, and auditing. Through a
 unified API, users can access an encrypted Key/Value store and network
 encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL
 databases, X.509 certificates, SSH credentials, and more.
 .
 The key features of Vault are:
  * Secure Secret Storage: Arbitrary key/value secrets can be stored in
Vault. Vault encrypts these secrets prior to writing them to persistent
storage, so gaining access to the raw storage isn't enough to access
your secrets. Vault can write to disk, Consul, and more.
 .
  * Dynamic Secrets: Vault can generate secrets on-demand for some systems,
such as AWS or SQL databases. For example, when an application needs to
access an S3 bucket, it asks Vault for credentials, and Vault will
generate an AWS keypair with valid permissions on demand. After
creating these dynamic secrets, Vault will also automatically revoke
them after the lease is up.
 .
  * Data Encryption: Vault can encrypt and decrypt data without storing it.
This allows security teams to define encryption parameters and
developers to store encrypted data in a location such as SQL without
having to design their own encryption methods.
 .
  * Leasing and Renewal: All secrets in Vault have a lease associated with
it. At the end of the lease, Vault will automatically revoke that
secret. Clients are able to renew leases via built-in renew APIs.
 .
  * Revocation: Vault has built-in support for secret revocation. Vault can
revoke not only single secrets, but a tree of secrets, for example all
secrets read by a specific user, or all secrets of a particular type.
Revocation assists in key rolling as well as locking down systems in
the case of an intrusion.


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


Bug#902685: ITP: golang-github-wayn3h0-go-uuid -- go implementation of UUID described in RFC 4122

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-github-wayn3h0-go-uuid
  Version : 2.2.1-1
  Upstream Author : golang-p...@wayn3h0.com
* URL : https://github.com/golang-plus/uuid
* License : Apache-2.0
  Programming Lang: Go
  Description : go implementation of UUID described in RFC 4122



Processed: reassign 902397 to wnpp, reassign 902375 to nvidia-driver, reassign 902443 to quassel-core

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

> reassign 902397 wnpp
Bug #902397 [taliesin] ITP: taliesin -- Lightweight audio streaming server
Warning: Unknown package 'taliesin'
Bug reassigned from package 'taliesin' to 'wnpp'.
Ignoring request to alter found versions of bug #902397 to the same values 
previously set
Ignoring request to alter fixed versions of bug #902397 to the same values 
previously set
> reassign 902375 nvidia-driver
Bug #902375 [xserver-xorg-video-abi-23] xserver-xorg-video-abi: versions 6-23 
missing from all repos
Warning: Unknown package 'xserver-xorg-video-abi-23'
Bug reassigned from package 'xserver-xorg-video-abi-23' to 'nvidia-driver'.
No longer marked as found in versions 23.
Ignoring request to alter fixed versions of bug #902375 to the same values 
previously set
> reassign 902443 quassel-core
Bug #902443 [quasselcore] Please add DAEMON_OPS to the service file
Warning: Unknown package 'quasselcore'
Bug reassigned from package 'quasselcore' to 'quassel-core'.
Ignoring request to alter found versions of bug #902443 to the same values 
previously set
Ignoring request to alter fixed versions of bug #902443 to the same values 
previously set
> thanks
Stopping processing here.

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



Bug#902689: ITP: golang-github-mdlayher-raw -- reading and writing data at the device driver level for a network interface

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-github-mdlayher-raw
  Version : 0.0+20180403
  Upstream Author : mdlay...@gmail.com
* URL : https://github.com/mdlayher/raw
* License : MIT
  Programming Lang: Go
  Description : reading and writing data at the device driver
level for a network interface



Bug#902691: ITP: golang-github-mdlayher-ethernet -- marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-github-mdlayher-ethernet
  Version : 0.0+20180403
  Upstream Author : mdlay...@gmail.com
* URL : https://github.com/mdlayher/ethernet
* License : MIT
  Programming Lang: Go
  Description : marshaling and unmarshaling of IEEE 802.3 Ethernet
II frames and IEEE 802.1Q VLAN tags



Processed: ITP: golang-github-mdlayher-ethernet -- marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags

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

> owner 902691 Aron Xu 
Bug #902691 [wnpp] ITP: golang-github-mdlayher-ethernet -- marshaling and 
unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Processed: ITP: golang-github-mdlayher-raw -- reading and writing data at the device driver level for a network interface

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

> owner 902689 Aron Xu 
Bug #902689 [wnpp] ITP: golang-github-mdlayher-raw -- reading and writing data 
at the device driver level for a network interface
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Processed: ITP: golang-github-wayn3h0-go-uuid -- go implementation of UUID described in RFC 4122

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

> owner 902685 Aron Xu 
Bug #902685 [wnpp] ITP: golang-github-wayn3h0-go-uuid -- go implementation of 
UUID described in RFC 4122
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Bug#902694: ITP: golang-cloudfoundry-archiver -- utilities for extracting and compressing tgz and zip files

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-cloudfoundry-archiver
  Version : 0.0+20170223
  Upstream Author : Cloud Foundry
* URL : https://github.com/cloudfoundry/archiver
* License : Apache-2.0
  Programming Lang: Go
  Description : utilities for extracting and compressing tgz and zip files



Bug#902696: ITP: golang-github-wunderlist-ttlcache -- in-memory LRU cache with expiration

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-github-wunderlist-ttlcache
  Version : 0.0+20140611
  Upstream Author : WunderList
* URL : https://github.com/wunderlist/ttlcache
* License : MIT
  Programming Lang: Go
  Description : in-memory LRU cache with expiration



Bug#902695: ITP: golang-github-fromkeith-gossdp -- golang port of node-ssdp

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-cloudfoundry-archiver
  Version : 0.0+20180102
  Upstream Author : fromkeith
* URL : https://github.com/fromkeith/gossdp
* License : BSD-3-Clause
  Programming Lang: Go
  Description : golang port of node-ssdp



Bug#902697: ITP: golang-github-jhoonb-archivex -- archives folders (recursively) and files to zip and tar formats

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-github-jhoonb-archivex
  Version : 0.0+20170409
  Upstream Author : jpbanc...@gmail.com
* URL : https://github.com/jhoonb/archivex
* License : BSD-3-Clause
  Programming Lang: Go
  Description : archives folders (recursively) and files to zip
and tar formats



Bug#902698: ITP: golang-github-tmc-scp -- simple interface to copying files over a go.crypto/ssh session

2018-06-29 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: golang-github-tmc-scp
  Version : 0.0+20170223
  Upstream Author : travis.cl...@gmail.com
* URL : https://github.com/tmc/scp
* License : BSD-1-Clause
  Programming Lang: Go
  Description : basic implementation of scp for go
simple interface to copying files over a go.crypto/ssh session



Bug#902701: ITP: python-ipfix -- IPFIX implementation for Python

2018-06-29 Thread Luca Boccassi
Package: wnpp
Severity: wishlist
Owner: Luca Boccassi 

* Package name: python-ipfix
  Version : 0.9.7
  Upstream Author : Brian Trammell 
* URL : https://github.com/britram/python-ipfix
* License : LGPL-3.0
  Programming Lang: python
  Description : IPFIX implementation for Python

Upstream description:

"This module provides a Python interface to IPFIX message streams, and
provides tools for building IPFIX Exporting and Collecting Processes.
It handles message framing and deframing, encoding and decoding IPFIX
data records using templates, and a bridge between IPFIX ADTs and
appropriate Python data types."

This module allows applications to programmatically parse IPFIX
streams. Need it in $dowstream, so unless there are objections I'll
upload sometimes next week.

-- 
Kind regards,
Luca Boccassi

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


Bug#886338: marked as done (RFP: python3-pytest-asyncio -- pytest support for asyncio)

2018-06-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jun 2018 17:00:13 +
with message-id 
and subject line Bug#886338: fixed in python-pytest-asyncio 0.8.0-1
has caused the Debian Bug report #886338,
regarding RFP: python3-pytest-asyncio -- pytest support for asyncio
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.)


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

* Package name: python3-pytest-asyncio
  Version : 0.8.0
  Upstream Author : Tin "Tinche" Tvrtković  
* URL : https://github.com/Tinche
* License : Apache-2.0 ( 
https://github.com/pytest-dev/pytest-asyncio/blob/master/LICENSE )
  Programming Lang: Python
  Description : pytest support for asyncio

pytest-asyncio is a library for testing asyncio (asynchronous input/output) 
code with pytest.

asyncio code is usually written in the form of coroutines, which makes it 
slightly more difficult to test using normal testing tools. pytest-asyncio 
provides useful fixtures and markers to make testing easier.

Features

* fixtures for creating and injecting versions of the asyncio event loop
* fixtures for injecting unused tcp ports
* pytest markers for treating tests as asyncio coroutines
* easy testing with non-default event loops
* support for async def fixtures and async generator fixtures

It is also required by py-evm ( see RFP #884796 ).
--- End Message ---
--- Begin Message ---
Source: python-pytest-asyncio
Source-Version: 0.8.0-1

We believe that the bug you reported is fixed in the latest version of
python-pytest-asyncio, 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.
Jonas Smedegaard  (supplier of updated python-pytest-asyncio 
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: Wed, 27 Jun 2018 11:38:33 +0200
Source: python-pytest-asyncio
Binary: python3-pytest-asyncio
Architecture: source all
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Cryptocoin Team 
Changed-By: Jonas Smedegaard 
Description:
 python3-pytest-asyncio - pytest support for asyncio.
Closes: 886338
Changes:
 python-pytest-asyncio (0.8.0-1) unstable; urgency=low
 .
   * Initial packaging release.
 Closes: bug#886338.
Checksums-Sha1:
 e4177208c03e6d996029199487d8ffc739a48a9b 2087 python-pytest-asyncio_0.8.0-1.dsc
 98b31dfd9d0a06ad903585fef8500631ce00d7dd 13359 
python-pytest-asyncio_0.8.0.orig.tar.gz
 da4fc55d093369dac5f05313953f04176f30b84f 2604 
python-pytest-asyncio_0.8.0-1.debian.tar.xz
 b1d1514d19dac6bcde725dbc3c2d0e9b6b414b36 6122 
python-pytest-asyncio_0.8.0-1_amd64.buildinfo
 f693cc4969700a78827ea242e5e98db043a4156c 7692 
python3-pytest-asyncio_0.8.0-1_all.deb
Checksums-Sha256:
 520ec677b81010438efb803c25cf6f590ec5502497337345029fdaf63154debc 2087 
python-pytest-asyncio_0.8.0-1.dsc
 c6826b2558c9b029b84a98491968cba1cabcedacc9d40f8fc39242be89c9631d 13359 
python-pytest-asyncio_0.8.0.orig.tar.gz
 8ace99c191349732063c3afa5781cb2ca44411ee5c12121a69d3765282d3358e 2604 
python-pytest-asyncio_0.8.0-1.debian.tar.xz
 9f43788cd767328255aa0f7b882380cf43fd3326bbe7caf8dd0574a51a88f107 6122 
python-pytest-asyncio_0.8.0-1_amd64.buildinfo
 a4ad5460ba9db46a1df8ba4ac54b328a192eee674e1d64dcd80d98e424a55436 7692 
python3-pytest-asyncio_0.8.0-1_all.deb
Files:
 3be3512d939041b56745e97d47178c7d 2087 python optional 
python-pytest-asyncio_0.8.0-1.dsc
 8593c6cec960284bdb0ec6f11b85a45b 13359 python optional 
python-pytest-asyncio_0.8.0.orig.tar.gz
 3a961578b0d8c19fef28df32f388226d 2604 python optional 
python-pytest-asyncio_0.8.0-1.debian.tar.xz
 1c5e61f176937d105b494260d0ff953b 6122 python optional 
python-pytest-asyncio_0.8.0-1_amd64.buildinfo
 810fb3e8697c23a622f3ff1859240704 7692 python optional 
python3-pytest-asyncio_0.8.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlszXDMACgkQLHwxRsGg
ASEZ9hAAl8guhmvHXxebKIdus45c8DvPvgfNyDlG3Ix5z6iNcumK33c+l0dGFh67
aRH13LI5VQmH7ciFjzADyx+IB3t7AgvI2CT4vvGNLbSHHAYfKZvIn2d8skv2Xu+Z
/5j7UUWxEJdf6H

Bug#902398: marked as done (ITP: csv-mode-el -- Emacs major mode for editing comma/char separated values)

2018-06-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jun 2018 17:00:10 +
with message-id 
and subject line Bug#902398: fixed in csv-mode 1.7-1
has caused the Debian Bug report #902398,
regarding ITP: csv-mode-el -- Emacs major mode for editing comma/char separated 
values
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.)


-- 
902398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 
Control: block 495989 by -1

Package name: csv-mode-el
Version : 1.7
Upstream Author : "Francis J. Wright" 
URL : https://elpa.gnu.org/packages/csv-mode.html
License : GPL-3+
Programming Lang: elisp
Description : Emacs major mode for editing comma/char separated values

This package implements CSV mode, a major mode for editing records
in a generalized CSV (character-separated values) format.  It binds
finds with prefix ".csv" to `csv-mode' in `auto-mode-alist'.
.
CSV mode supports operations such as the following: 
.
  * sort lexicographically and numerically on a specified
field or column.
  * kill and yank fields or columns.  C-c C-k can kill more than one
field at once, but multiple killed fields can be yanked only as a
fixed group equivalent to a single field.
  * align fields into columns
  * interchange rows and columns.  For details, see
the documentation for the individual commands.
.
CSV mode can recognize fields separated by any of several single
characters, specified by the value of the customizable user option
`csv-separators'.  CSV data fields can be delimited by quote
characters (and must if they contain separator characters).  This
implementation supports quoted fields, where the quote characters
allowed are specified by the value of the customizable user option
`csv-field-quotes'.  By default, the only separator is a comma and
the only field quote is a double quote.
.
CSV mode commands ignore blank lines and comment lines beginning
with the value of the buffer local variable `csv-comment-start',
which by default is #.  The user interface is similar to that of
the standard commands `sort-fields' and `sort-numeric-fields', but
see the major mode documentation below.
.
The global minor mode `csv-field-index-mode' provides display of
the current field index in the mode line, cf. `line-number-mode'
and `column-number-mode'.  It is on by default.
--

Yes, that description should probably be cut down a bit more...

I am packaging this software for the Debian Emacsen Team as a
contribution to the effort of breaking up emacs-goodies-el into a
series of elpafied packages.  It will be team maintained, and I will
require a sponsor for the initial upload.  This bug blocks #495989

Regards,
Nicholas
--- End Message ---
--- Begin Message ---
Source: csv-mode
Source-Version: 1.7-1

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

Debian distribution maintenance software
pp.
Nicholas D Steeves  (supplier of updated csv-mode 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: Tue, 26 Jun 2018 12:57:14 -0400
Source: csv-mode
Binary: elpa-csv-mode
Architecture: source all
Version: 1.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Description:
 elpa-csv-mode - Emacs major mode for editing comma/char separated values
Closes: 902398
Changes:
 csv-mode (1.7-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #902398)
Checksums-Sha1:
 6b5f240d903a5797fddb06a3eb1bc4c3e926e2e3 1735 csv-mode_1.7-1.dsc
 2689d66fa6b846605fcc12499782978896ef3720 25040 csv-mode_1.7.orig.tar.xz
 dc144f795f3e2b28a79bb935441cb9c8afcbafb1 2064 csv-mode_1.7-1.debian.tar.xz
 fe2d6ec6c3b58b55428b245b05c9c30fed53f501 7480 csv-mode_1.7-1_amd64.buildinfo
 1b97ce6ce7665a03330b05b76e9117368016c60c 17584 elpa-csv-mode_1.7-1_all.deb
Checksums-Sha256:
 c129084366d6a348295ea08064e7f27868e85873a51f8026ce2708ebf9deca76 1735 
csv-mode_1.7-1.dsc
 d3825e2ba64cd589b24f7c7a7fdd29

Bug#895156: marked as done (ITP: easyloggingpp -- single-header logging library for C++ applications)

2018-06-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jun 2018 17:00:12 +
with message-id 
and subject line Bug#895156: fixed in easyloggingpp 9.96.4+dfsg-1
has caused the Debian Bug report #895156,
regarding ITP: easyloggingpp -- single-header logging library for C++ 
applications
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.)


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

* Package name: easyloggingpp
  Version : 9.96.4
  Upstream Author : Muflihun Labs
* URL : https://muflihun.github.io/easyloggingpp/
* License : MIT
  Programming Lang: C++
  Description : single-header logging library for C++ applications

Easylogging++ is a light-weight, high performance logging library for
software written in C++11 and higher. It is highly configurable and
extensible, supports both severity- and verbosity-based logging,
provides crash handling, STL logging, integration with syslog, log
rotation, performance-specific logging for profiling, pointcut-style
extensions of third-party code...


I’m packaging this as a pre-requisite for loggedfs.
--- End Message ---
--- Begin Message ---
Source: easyloggingpp
Source-Version: 9.96.4+dfsg-1

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

Debian distribution maintenance software
pp.
Stephen Kitt  (supplier of updated easyloggingpp 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, 28 Jun 2018 07:58:32 +0200
Source: easyloggingpp
Binary: libeasyloggingpp-dev
Architecture: source amd64
Version: 9.96.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Description:
 libeasyloggingpp-dev - single-header logging library for C++ applications
Closes: 895156
Changes:
 easyloggingpp (9.96.4+dfsg-1) unstable; urgency=medium
 .
   * Initial release. Closes: #895156.
Checksums-Sha1:
 eab5fc3a3f6bc78029b751f16f59ba6bd34ae532 1957 easyloggingpp_9.96.4+dfsg-1.dsc
 7304e605bd1059205559cd3f969448c9f138922d 510017 
easyloggingpp_9.96.4+dfsg.orig.tar.gz
 482a5b3c6d88991eae23b02bffa93fc37784be4d 3908 
easyloggingpp_9.96.4+dfsg-1.debian.tar.xz
 379d2b35be6a4b43e0d19994fff439bcef1f75ba 6715 
easyloggingpp_9.96.4+dfsg-1_amd64.buildinfo
 1861c06035c9e69b1b27e6e5f1a3230d26fcc73b 357220 
libeasyloggingpp-dev_9.96.4+dfsg-1_amd64.deb
Checksums-Sha256:
 36cc251a0dd2cae6b270f23a279ad01e823049e93323a9f1e63c735980734151 1957 
easyloggingpp_9.96.4+dfsg-1.dsc
 3120ff291b416f04d468173580bafaf17df897afe27099c44d919bed0c455ea6 510017 
easyloggingpp_9.96.4+dfsg.orig.tar.gz
 72c1cdf00f8824258e4c2087677d3b07432a26909e1daded5831fa138776dfa4 3908 
easyloggingpp_9.96.4+dfsg-1.debian.tar.xz
 f05e385261094d8b25285b3ce368fe7271b9304705fbc0094a2e9fafc121b118 6715 
easyloggingpp_9.96.4+dfsg-1_amd64.buildinfo
 16bbbe2eff46bfe373f46b3eaa4860ecd9458a262d5ce03f40828ba78e90761d 357220 
libeasyloggingpp-dev_9.96.4+dfsg-1_amd64.deb
Files:
 e61fd75ce60c48476eedeae63c0347c3 1957 libs optional 
easyloggingpp_9.96.4+dfsg-1.dsc
 60d963b6eb76aec28d6f939f762b3661 510017 libs optional 
easyloggingpp_9.96.4+dfsg.orig.tar.gz
 6873b1b0bded8740a3f7752ea5909f4b 3908 libs optional 
easyloggingpp_9.96.4+dfsg-1.debian.tar.xz
 0a7d254874d392fbf1514ec430909c34 6715 libs optional 
easyloggingpp_9.96.4+dfsg-1_amd64.buildinfo
 fe89eb120998be2aa95d7f2c5355b150 357220 libdevel optional 
libeasyloggingpp-dev_9.96.4+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAls0exAACgkQgNMC9Yht
g5xnOA/9EkmR4kobvKli1sim1+60HppuZ+yIwTZfSzzvkObfNHny69SNNaCbb0n/
La7KxsLoJqszddwouwhjh56gqPKpNP6WqVP3GwOqG9r/8P9n8qfRMGmgpPaeRh9s
l1Td98o0JiOkSt6+a3e+9c70VeZLqswjHRRqpjObivqqTsWEEMTCndFBM4Dc4s/C
+fUmvv2YEsdjsNG70vcskytJR7dYQsZKF7EZgjNZ23uBGTfB+naL8JA18KQ/h3AQ
QKm5At0q7eHKc7n2idCe2FUHj8/7sPHaRLt0cG9Ji+75kRBWMfCpFNxwaFgWuuhS
U4VnUHQ/6Zp/xwhtC2/3bnG38y7bEn4BfbO5BRerxudNqRD6U7yTwlF79DlgefGQ
9quTM+tOu6uqrFS5h/u0ealeCFPoVAGuVDpU5reqsRxlhnS5ab6C5hn2

Processed: unarchiving 696165, reopening 696165

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

> unarchive 696165
Bug #696165 {Done: Wookey } [wnpp] ITP: libdiffutils-java 
-- Java diff and patch library
Unarchived Bug 696165
> reopen 696165
Bug #696165 {Done: Wookey } [wnpp] ITP: libdiffutils-java 
-- Java diff and patch library
Bug reopened
Ignoring request to alter fixed versions of bug #696165 to the same values 
previously set
> thanks
Stopping processing here.

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



Bug#862963: Update for sql-ledger ITA

2018-06-29 Thread Robert J. Clay
On Mon, Jan 8, 2018 at 3:51 PM Robert J. Clay  wrote:

> > there is still an open issue that is a 'serious' bug [2] regarding:
> > "Can't locate bin/mozilla/login.pl in @INC".

That I have added a patch to mitigate the issue. And it does seems
to work, although I'm only able to get as far as the 'Create Dataset'
page because a template selection is required and that directory is
missing any contents in the distribution archive.



-- 
Robert J. Clay
rjc...@gmail.com



Processed: Re: Bug#902395: document chromium --use-gl=osmesa

2018-06-29 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 wnpp
Bug #902395 [chromium] document chromium --use-gl=osmesa
Bug reassigned from package 'chromium' to 'wnpp'.
No longer marked as found in versions chromium-browser/68.0.3440.17-1.
Ignoring request to alter fixed versions of bug #902395 to the same values 
previously set
> severity -1 wishlist
Bug #902395 [wnpp] document chromium --use-gl=osmesa
Severity set to 'wishlist' from 'minor'
> retitle -1 RFP: chromium-doc -- documentation of command line switches
Bug #902395 [wnpp] document chromium --use-gl=osmesa
Changed Bug title to 'RFP: chromium-doc -- documentation of command line 
switches' from 'document chromium --use-gl=osmesa'.

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



Processed: Re: Bug#902395: document chromium --use-gl=osmesa

2018-06-29 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 wnpp
Bug #902395 [wnpp] RFP: chromium-doc -- documentation of command line switches
Ignoring request to reassign bug #902395 to the same package
> severity -1 wishlist
Bug #902395 [wnpp] RFP: chromium-doc -- documentation of command line switches
Ignoring request to change severity of Bug 902395 to the same value.
> retitle -1 RFP: chromium-doc -- documentation of command line switches
Bug #902395 [wnpp] RFP: chromium-doc -- documentation of command line switches
Ignoring request to change the title of bug#902395 to the same title

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



Bug#902730: ITP: sharness -- Sharness is a portable shell library to write, run, and analyze automated tests for Unix programs. Since all tests output TAP, the Test Anything Protocol, they can be run

2018-06-29 Thread Lars Kruse
Package: wnpp
Severity: wishlist
Owner: Lars Kruse 

* Package name: sharness
  Version : 1.0.0
  Upstream Author : Christian Couder 
* URL : https://github.com/chriscool/sharness
* License : GPL2+
  Programming Lang: Shell
  Description : Sharness is a portable shell library to write, run, and 
analyze automated tests for Unix programs. Since all tests output TAP, the Test 
Anything Protocol, they can be run with any TAP harness (e.g. "prove").

Each test is written as a shell script, for example:

  test_expect_success "Success is reported like this" "
echo hello world | grep hello
  "

  test_expect_failure "We expect this to fail" "
test 1 = 2
  "


Sharness is used by a few Debian packages as part of their DEP8
tests (via autopkgtest):
  * gearmand
  * git-reintegrate
  * git-remote-bzr
  * git-remote-hg
  * hiera-eyaml
  * jemalloc
  * mod-gearman
  * munin
  * pass-otp
  * puppet-lint
  * puppet-module-puppetlabs-concat
  * puppet-module-puppetlabs-ntp
  * puppet-module-puppetlabs-stdlib
(the list was assembled via https://codesearch.debian.net)

Currently these packages embed a copy of the sharness.sh file below
debian/tests.
I will file bug reports against these packages (including patches) after
the sharness package is available, in order to help them getting rid of
their embedded code copies.

I am part of the munin packaging team, thus the munin package would
benefit immediately from this package.

I plan to maintain the sharness package for the foreseeable future.

I will need a sponsor for uploading this package.

Cheers,
Lars



Processed: ITP: golang-github-wunderlist-ttlcache -- in-memory LRU cache with expiration

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

> owner 902696 Aron Xu 
Bug #902696 [wnpp] ITP: golang-github-wunderlist-ttlcache -- in-memory LRU 
cache with expiration
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Processed: ITP: golang-github-tmc-scp -- simple interface to copying files over a go.crypto/ssh session

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

> owner 902698 Aron Xu 
Bug #902698 [wnpp] ITP: golang-github-tmc-scp -- simple interface to copying 
files over a go.crypto/ssh session
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Processed: ITP: golang-cloudfoundry-archiver -- utilities for extracting and compressing tgz and zip files

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

> owner 902694 Aron Xu 
Bug #902694 [wnpp] ITP: golang-cloudfoundry-archiver -- utilities for 
extracting and compressing tgz and zip files
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Processed: ITP: golang-github-jhoonb-archivex -- archives folders (recursively) and files to zip and tar formats

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

> owner 902697 Aron Xu 
Bug #902697 [wnpp] ITP: golang-github-jhoonb-archivex -- archives folders 
(recursively) and files to zip and tar formats
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Processed: ITP: golang-github-fromkeith-gossdp -- golang port of node-ssdp

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

> owner 902695 Aron Xu 
Bug #902695 [wnpp] ITP: golang-github-fromkeith-gossdp -- golang port of 
node-ssdp
Owner recorded as Aron Xu .
> stop
Stopping processing here.

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



Processed: pulseeffects: block ITP 881224 by RFS 902700

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

> block 881224 by 902700
Bug #881224 [wnpp] ITP: pulseeffects -- Limiter, compressor, reverberation, 
stereo equalizer and auto volume effects for Pulseaudio applications
881224 was not blocked by any bugs.
881224 was not blocking any bugs.
Added blocking bug(s) of 881224: 902700
> stop
Stopping processing here.

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



Bug#902732: ITP: golang-github-bep-go-tocss -- simple-to-use LibSass Go API

2018-06-29 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-github-bep-go-tocss
  Version : 0.0~git20180625.471c87b-1
  Upstream Author : Bjørn Erik Pedersen
* URL : https://github.com/bep/go-tocss
* License : Expat
  Programming Lang: Go
  Description : simple-to-use LibSass Go API

 This is currently a, hopefully, simple to use LibSass Go API.
 It uses the C bindings in https://github.com/wellington/go-libsass/libs
 to do the heavy lifting.
 .
 The primary motivation for this project is to add SCSS support to Hugo
 (https://gohugo.io/). It is has some generic tocss package names hoping
 that there will be a solid native Go implementation that can replace
 LibSass in the near future.

Reason for packaging: Need for the upcoming Hugo v0.43



Bug#902735: ITP: golang-github-dsnet-golib -- Collection of mostly unrelated helper Go packages.

2018-06-29 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-github-dsnet-golib
  Version : 0.0~git20171103.1ea1667-1
  Upstream Author : Joe Tsai
* URL : https://github.com/dsnet/golib
* License : BSD-3-clause
  Programming Lang: Go
  Description : Collection of mostly unrelated helper Go packages

 This repository stores a collection of mostly unrelated helper libraries.
 Functionality that the author (Joe Tsai) found common among his various 
projects
 are pulled out and placed here:
 .
  * bufpipe: implements a buffered pipe
  * cron: parses and runs cron schedules
  * hashmerge: merges hash checksums
  * jsonfmt: implements a JSON formatter
  * memfile: implements an in-memory emulation of os.File
  * unitconv: implements string conversion functionality for unit prefixes

Reason for packaging: Needed by the upcoming Hugo v0.43



Bug#902734: ITP: golang-github-burntsushi-locker -- simple Go package for conveniently using named read/write locks

2018-06-29 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-github-burntsushi-locker
  Version : 0.0~git20171006.a6e239e-1
  Upstream Author : Andrew Gallant
* URL : https://github.com/BurntSushi/locker
* License : public-domain
  Programming Lang: Go
  Description : simple Go package for conveniently using named read/write 
locks

 Package locker is a simple Go package to manage named ReadWrite mutexes.
 These appear to be especially useful for synchronizing access
 to session-based information in web applications.
 .
 The common use case is to use the package level functions, which use
 a package level set of locks (safe to use from multiple goroutines
 simultaneously).  However, you may also create a new separate set
 of locks.
 .
 All locks are implemented with read-write mutexes. To use them
 like a regular mutex, simply ignore the RLock/RUnlock functions.


Reason for packaging: Needed by the upcoming Hugo v0.43



Bug#902736: ITP: maildir-deduplicate -- find and delete duplicated mails in a Maildir

2018-06-29 Thread Adam Borowski
Package: wnpp
Severity: wishlist
Owner: Adam Borowski 

* Package name: maildir-deduplicate
  Version : 2.1.0
  Upstream Author : Kevin Deldycke
* URL : https://maildir-deduplicate.readthedocs.io/en/develop/
* License : GPL2+
  Programming Lang: Python
  Description : find and delete duplicated mails in a Maildir
 This program searches a set of mail folders for duplicated mails.  Those
 are notorious when you receive the same notification via different ways,
 get mails crossposted to multiple mailing lists, etc.  Detection is done
 by coercing a subset of headers into a canonical form and taking a hash.
 As protection against false positives, message bodies of candidate
 duplicates are diffed as well, rejecting those that don't look similar
 enough.  This should avoid most decoration from mailing lists.
 .
 Only the Maildir format is supported.



Bug#902739: RFP: matlab-mode -- major mode for editing Matlab dot-m / .m files

2018-06-29 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist

Package name: matlab-mode
Version : neither upstream tags releases
Upstream Author : Honglin Yu 
  or
  Oleh Krehel 
URL : https://github.com/yuhonglin/matlab-mode
  or
  https://github.com/abo-abo/matlab-mode/tree/master/toolbox
License : GPL-2+
  and
  GPL-2+
Programming Lang: elisp
  or
  elisp+matlab
Description : major mode for editing Matlab dot-m / .m files

Matlab.el will be dropped from src:emacs-goodies.el.  (Bug #557932) I
am filing this request for packaging an elpafied replacement because I
do not anticipate ever learning enough MATLAB to adequately QA this
package.

Sincerely,
Nicholas