Bug#962638: marked as done (ITP: node-propget -- Get properties from deeply nested objects and arrays)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 10:43:07 +0200
with message-id 
and subject line 962638: closing
has caused the Debian Bug report #962638,
regarding ITP: node-propget -- Get properties from deeply nested objects and 
arrays
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.)


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

* Package name : node-propget
Version : 1.1.0
Upstream Author : Arnout Kazemier
* URL : https://github.com/bigpipe/propget#readme
* License : Expat
Programming Lang: JavaScript
Description : Get properties from deeply nested objects and arrays

Use dot notation to get propertoes from deeply nested object and array
structures. Propget is a small helper utility for finding values/keys
in deeply nested objects without having to worry about undefined
properties. It uses a human readable dot based notation to find items
in your object or array.
.
It doesn't use node.js magic or ES6 so it should work on the browser as
well.
.
This package serves a dependency for Node.js applications or often times
test suites.

I plan to maintain this as part of the js team.--- End Message ---
--- Begin Message ---
Version: 1.1.0-2

Closing an ITP bug manually which has not been closed automatically.

Andrius--- End Message ---


Bug#962458: marked as done (ITP: dials-data -- Python data files used for regression tests in DIALS, dxtbx, xia2)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 10:50:11 +0200
with message-id 
and subject line 962458: closing
has caused the Debian Bug report #962458,
regarding ITP: dials-data -- Python data files used for regression tests in 
DIALS, dxtbx, xia2
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.)


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

* Package name: dials-data
  Version : 2.0.0
  Upstream Author : Diamond Light Source
* URL : https://github.com/dials/data
* License : BSD-3
  Programming Lang: Python
  Description : Python data files used for regression tests in DIALS, 
dxtbx, xia2

 Lightweight, simple Python(-only) package. It is used to provide
 access to data files used in regression tests, but does not contain
 any of those data files itself.
 .
 Although it is envisaged as mostly being used in a cctbx/DIALS
 environment for tests in DIALS, dxtbx, xia2 and related packages, it
 has no dependencies on either cctbx or DIALS, in fact all
 dependencies are explicitly declared in the setup.py file and are
 installable via standard setuptools/pip methods. This means
 dials_data can easily be used in other projects accessing the same
 data, and can be used in temporary environments such as Travis
 containers.
--- End Message ---
--- Begin Message ---
Version: 2.0.0-2

Closing an ITP bug manually which has not been closed automatically.

Andrius--- End Message ---


Bug#974121: ITP: libcommonmark-perl -- Interface to the CommonMark C library

2020-11-10 Thread Frédéric Bonnard
Package: wnpp
Owner: Frédéric Bonnard 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcommonmark-perl
  Version : 0.29
  Upstream Author : Nick Wellnhofer 
* URL : https://metacpan.org/release/CommonMark
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Interface to the CommonMark C library

libcommonmark-perl module is a wrapper around the official CommonMark C
library libcmark. It closely follows the original API.

The main module provides some entry points to parse documents and
convenience functions for node creation. The bulk of features is
available through CommonMark::Node objects of which the parse tree is
made. CommonMark::Iterator is a useful class to walk through the nodes
in a tree. CommonMark::Parser provides a push parser interface.

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

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: PGP signature


Bug#974126: ITP: libnet-dns-native-perl -- non-blocking system DNS resolver

2020-11-10 Thread Frédéric Bonnard
Package: wnpp
Owner: Frédéric Bonnard 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libnet-dns-native-perl
  Version : 0.22
  Upstream Author : Oleg G 
* URL : https://metacpan.org/release/Net-DNS-Native
* License : Artistic or GPL-1+ and LGPL-2+
  Programming Lang: Perl
  Description : non-blocking system DNS resolver

Net::Dns::Native provides several methods for host name resolution.
It is designed to be used with event loops. All resolving are done by
getaddrinfo(3) implemented in your system library. Since getaddrinfo()
is blocking function and this class doesn't want to block, calls to
this function will be done in separate thread. This class uses system
native threads and not perl threads. So overhead shouldn't be too big.

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

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: PGP signature


Bug#974119: ITP: ruby-terser -- Ruby wrapper for Terser JavaScript compressor

2020-11-10 Thread Vivek K J
Package: wnpp
Severity: wishlist
Owner: Vivek K J 
X-Debbugs-Cc: debian-de...@lists.debian.org, vive...@protonmail.com

* Package name: ruby-terser
  Version : 1.0.2
  Upstream Author : Pavel Rosický 
* URL : http://http://github.com/ahorek/terser-ruby/
* License : MIT
  Programming Lang: Ruby
  Description : Ruby wrapper for Terser JavaScript compressor

Terser minifies JavaScript files by wrapping TerserJS to be
accessible in Ruby

Hi Debian Maintainers,

Terser is a ruby gem that helps to minify javascript files.
since, the gem is not available in debian, I wish to pack that to 
debian.
This debian package will be maintained by Debian Ruby Maintainers Team.
The upstream of this gem is developed by Pavel Rosický and licensed 
under MIT license.The upstream is available at 
http://github.com/ahorek/terser-ruby.
 I think this gem will be helpful for ruby-gem developers.

Thanks,

VIVEK K J


Processed: fix owner again

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

> owner 973903 !
Bug #973903 [wnpp] ITP: todo.txt-base -- common support for todo.txt packages
Owner changed from Dave Steele  to David Steele 
.
> thanks
Stopping processing here.

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



Bug#973686: marked as done (ITA: dhex -- ncurses based hex editor with diff mode)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 14:38:12 +
with message-id 
and subject line Bug#973686: fixed in dhex 0.69-2
has caused the Debian Bug report #973686,
regarding ITA: dhex -- ncurses based hex editor with diff mode
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.)


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

I intend to orphan the dhex package.
--- End Message ---
--- Begin Message ---
Source: dhex
Source-Version: 0.69-2
Done: Fabio Augusto De Muzio Tobich 

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

Debian distribution maintenance software
pp.
Fabio Augusto De Muzio Tobich  (supplier of updated dhex 
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, 09 Nov 2020 13:06:23 -0300
Source: dhex
Architecture: source
Version: 0.69-2
Distribution: unstable
Urgency: medium
Maintainer: Fabio Augusto De Muzio Tobich 
Changed-By: Fabio Augusto De Muzio Tobich 
Closes: 940536 973686
Changes:
 dhex (0.69-2) unstable; urgency=medium
 .
   * New maintainer. (Closes: #973686)
   * Using new DH level format. Consequently:
   - debian/compat: removed.
   - debian/control: changed from 'debhelper' to 'debhelper-compat' in
 Build-Depends field and bumped level to 13.
   * debian/control:
   - Added Rules-Requires-Root: no.
   - Added Vcs-* fields in source stanza.
   - Bumped Standards-Version to 4.5.0.
   - Changed Homepage field to use a secure URI.
   * debian/copyright:
   - Added myself and Axel Beckert to packaging block.
   - Added Upstream-Contact field.
   - Updated years in packaging block.
   - Using a secure URI in Format and Source fields.
   * debian/patches/:
   - 010_fix-typos.patch: added to fix several typos and spelling errors.
   - 020_hardening-fix.patch: added to be possible to implement hardening.
   - cpu-load: removed, does not work with 0.69 and causes buggy behavior.
 (Closes: #940536, LP: #1814478)
   - fix-typos: removed, was replaced by 010_fix-typos.patch.
   - harden: removed, it doesn't work in 0.69.
   - series: updated to reflect the changes.
   * debian/rules:
   - Removed unnecessary DEB_LDFLAGS_MAINT_APPEND flags.
   - Removed unnecessary DEB_CFLAGS_MAINT_APPEND flags.
   * debian/salsa-ci.yml: added to provide CI tests for Salsa.
   * debian/tests/:
   - control: created to perform a trivial CI test.
   - files/sample.txt: added to be used on tests.
   * debian/upstream/metadata: created.
   * debian/watch:
   - Bumped to version 4.
   - Updated to use a secure URI with HTTPS protocol.
Checksums-Sha1:
 f65bf4f385aea54c169e6d9515d3d76a24fc4c9c 1820 dhex_0.69-2.dsc
 368918164cfb188f11cae12c8fc96caf5c627292 7004 dhex_0.69-2.debian.tar.xz
Checksums-Sha256:
 9f987dbe93406ed56865804796c8bdce2bcbc1b58d47adf448b8ee170af08618 1820 
dhex_0.69-2.dsc
 01ef9079613bae2532e324b3e64b009f78054738d19259a7635cee055e8939cf 7004 
dhex_0.69-2.debian.tar.xz
Files:
 14de8918447647d4a2ad8285d03501c5 1820 editors optional dhex_0.69-2.dsc
 fe43a42e209712771e89fd05362d19bf 7004 editors optional 
dhex_0.69-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZaEt9P4xrWusTXauM1X01jtYIcwFAl+qpOQACgkQM1X01jtY
IcwR+g/+IA57k74CkctgqlO/st9t3Q0OL+ZfIOo1QJdDE/yvSwNadn1nKkcS26/h
fhvM9eWEImS/aKpHszNkIRDHhvvFSV1XKKQWpkKmhIHDl4ULhaEIXy8IeTDMlqI1
DW4z2micjWfG5ol/o12IRmgSKBaycAMz0qtmcuHI9ailTmVPTLYUX9DsMtlzXNWP
SHjkZYjwvtkcKLgFSYDGge9pcjvS1AV/VY/ykzfWfMX7CfFCkWcTb2AM19hzruhM
PXz7HeheiGLIt0HotEwUKVAm0eT2bU6y4l5njjVq++s/FQZ0a8l2b6uEZfXOCS9s
1ErG2BVe807RZFku4VAO9kGCPV4c+uRJCEOIZqUwX/39K79ZgB9HrTChi3GfYUFX
iQXPa0eg+TymZ6VXACgl+uIvXzUcjBmbVpUIx20jH1EaMsP7OsNgMb1aBzapI0am
36cbRrapkXzLmp3VNRFmgjZG3UmGqRBYZOpEtPG6aLi3iucMk46CJQ+KgTgdGv/k
rvsI92sTHPYshRRLOXq19QGvkmzKZqdAjI6jBv3BLsMGsGYb8HGLO475Q9T8YSrb
ukNx1XfjWafDISXrgqYqRrKikebYtoUgm1Rmn3UnG7m763TBXoU72+lUP2KS/L1F
kB3+cQK4NKTzYJB0KR+k9acWYA/NXtifIjD4abaOeBW7l1bc/O

Bug#974141: ITP: fcitx5-chewing -- Chewing support for fcitx5

2020-11-10 Thread Yao Wei
Package: wnpp
Severity: wishlist
Owner: Yao Wei (魏銘廷) 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: fcitx5-chewing
  Version : 5.0.1
  Upstream Author : Weng Xuetian 
* URL : https://github.com/fcitx/fcitx5-chewing
* License : GPL-2+
  Programming Lang: C
  Description : Chewing support for fcitx5

This package is the support library for fcitx5 to use Chewing input
method, which is one of the popular Zhuyin input method for traditional
Chinese.

This package should be maintained by Debian Input Method Team.


Bug#974153: RFA: gocr -- Command line OCR

2020-11-10 Thread Gürkan Myczko

Package: wnpp
Severity: normal

I request an adopter for the gocr package.

Be aware about these bugs though:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gocr

Kind regards,
Gürkan Myczko



Bug#974154: RFA: ocrad -- optical character recognition program

2020-11-10 Thread Gürkan Myczko

Package: wnpp
Severity: normal

I request an adopter for the ocrad.

Kind regards,
Gürkan Myczko



Bug#974156: ITP: ezdxf -- Python package to create and modify DXF drawings

2020-11-10 Thread Bdale Garbee
Package: wnpp
Severity: wishlist
Owner: Bdale Garbee 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: ezdxf
  Version : 0.14.2
  Upstream Author : Manfred Moitzi 
* URL : https://ezdxf.mozman.at
* License : MIT
  Programming Lang: Python
  Description : Python package to create and modify DXF drawings

Python package to create and modify DXF drawings, independent from the DXF
version.  You can open/save every DXF file without losing any content (except 
comments).  Unknown tags in the DXF file will be ignored but preserved for 
saving. With this behavior it is possible to open also DXF drawings that 
contains data from 3rd party applications.


Petter Reinholdtsen and I are collaborating to package this, which is a
dependency for the openmotor package I'm also working on.

Bdale



Bug#974160: ITP: scikit-fmm -- Python module which implements the fast marching method

2020-11-10 Thread Bdale Garbee
Package: wnpp
Severity: wishlist
Owner: Bdale Garbee 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: scikit-fmm
  Version : 2019.1.30
  Upstream Author : The scikit-fmm team
* URL : http://packages.python.org/scikit-fmm
* License : BSD
  Programming Lang: Python, C/C++
  Description : Python module which implements the fast marching method

Python module which implements the fast marching method.

The fast marching method is used to model the evolution of boundaries
and interfaces in a variety of application areas. More specifically,
the fast marching method is a numerical technique for finding
approximate solutions to boundary value problems of the Eikonal
equation:

F(x) | grad T(x) | = 1

Typically, such a problem describes the evolution of a closed curve as
a function of time T with speed F(x)>0 in the normal direction at a
point x on the curve. The speed function is specified, and the time at
which the contour crosses a point x is obtained by solving the
equation.

scikit-fmm is a simple module which provides functions to calculate
the signed distance and travel time to an interface described by the
zero contour of the input array phi.


Petter Reinholdtsen and I are collaborating on packaging this as it is a
build dependency for the openmotor package I am also working on.

Bdale



Bug#974161: ITP: openmotor -- internal ballistics simulator for rocket motor experimenters

2020-11-10 Thread Bdale Garbee
Package: wnpp
Severity: wishlist
Owner: Bdale Garbee 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: openmotor
  Version : 0.4.0
  Upstream Author : https://github.com/reilleya
* URL : https://github.com/reilleya/openMotor
* License : GPL
  Programming Lang: Python
  Description : internal ballistics simulator for rocket motor exper

openMotor is an open-source internal ballistics simulator for rocket motor 
experimenters. The software produces estimates of a rocket motor's chamber 
pressure and thrust based on input such as propellant properties and grain 
geometry. It uses the Fast Marching Method to determine how a propellant 
grain regresses, which allows the use of arbitrary core geometries. 

Current Features:
 * Metric and imperial units
 * Support for common grain geometries such as BATES, Finocyl, Star and more
 * Loading custom grain geometry from DXF files
 * A propellant editor that allows the user to enter the properties of as 
   many propellants as they wish
 * The grain editor displays how a grain will regress to cut down on the 
   guesswork involved in tweaking geometry
 * ENG file exporting
 * Burnsim importing and exporting
 * A UI that supports saving and loading designs along with undo and redo.

Planned Features:
 * Erosivity simulation
 * Detailed output of every calculated parameter at any time and position 
   along the motor



Bug#973844: RFA: tar

2020-11-10 Thread Bdale Garbee
Janos LENART  writes:

> I would like to adopt & maintain tar. I am using some of the 'newer'
> features at many sites that the current bugs are about, like remote
> archives, zstd and incremental; also well versed in C. I have been a DD
> since 2000.
>
> Looking at the list of bugs I am thinking most of them should be forwarded
> to upstream. There are some low hanging fruits like #892273, and there are
> good few that will be wontfix like #310323 .
>
> Can I fix for example #892273 and upload a new version, or did you have
> something else in mind?

Sounds fine.  Thanks for your interest!

> Am I assuming correctly that https://salsa.debian.org/debian/tar.git is up
> to date? :-)

Yes.  I added a debian/README.source documenting the repo branch
structure and how to integrate a new upstream release, and pushed to
ensure the salsa repo is up to date.  Please feel free to ask if you
need anything else. 

Bdale


signature.asc
Description: PGP signature


Bug#974163: ITP: kpeoplevcard -- KPeople vCard plugin for KDE Connect

2020-11-10 Thread Aurélien COUDERC
Package: wnpp
Severity: wishlist
Owner: Aurélien COUDERC 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-qt-...@lists.debian.org

* Package name: kpeoplevcard
  Version : 0.1
  Upstream Author : KDE PIM Developers
* URL : https://invent.kde.org/pim/kpeoplevcard
* License : LGPL-2.1+
  Programming Lang: C++
  Description : KPeople vCard plugin for KDE Connect

KPeople is the KDE framework offering unified access to your contacts from
 different sources, grouping them by person while still exposing all the data.

This plugin provides the backend to KDE Connect for manipulating the vCard
format.

The package will be maintained under the Debian Qt/KDE Maintainers’
umbrella.


Bug#974165: ITP: vtk9 -- Visualization Toolkit (VTK) version 9

2020-11-10 Thread Anton Gladky
Package: wnpp
Severity: wishlist
Owner: Anton Gladky 
X-Debbugs-Cc: debian-de...@lists.debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: vtk9
  Version : 9.0.1
  Upstream Author : Kitware
* URL : https://vtk.org/
* License : BSD
  Programming Lang: C++
  Description : Visualization Toolkit (VTK) version 9

The Visualization Toolkit (VTK) is an open-source, freely available 
software system for 3D computer graphics, image processing and visualization. 
VTK consists of a C++ class library and several interpreted interface layers 
including Tcl/Tk, Java, and Python. Kitware, whose team created and continues 
to extend the toolkit, offers professional support and consulting services for
VTK. VTK supports a wide variety of visualization algorithms including: scalar, 
vector, tensor, texture, and volumetric methods; and advanced modeling 
techniques such as: implicit modeling, polygon reduction, mesh smoothing, 
cutting, contouring, and Delaunay triangulation. VTK has an extensive 
information visualization framework, has a suite of 3D interaction widgets, 
supports parallel processing, and integrates with various databases on GUI 
toolkits such as Qt and Tk. VTK is cross-platform and runs on Linux, Windows, 
Mac and Unix platforms. 

The package will be maintained in Debian Science Team.

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl+q/uMRHGdsYWRrQGRl
Ymlhbi5vcmcACgkQ0+Fzg8+n/waD1Q/+MG8sD33Jbf/mBv/dVg69iQEtMpA9lgVW
+WHV8o5WWpU1qrPKd37odKklWx0vmENGxFdioz86RQOy4JKA2ZYeBmvKIvUftL7R
wshkHo2bM6IYjqtOCg419uIKtrOFK1nNgEnTQRQBrZqRYT9GHZbZJpaDsVmA5Iyy
xONU/V9nP5hlcyQm6m2j0YKi1c71ulps8MMf05SsDcJiIbQOTEjSWusHBAIGfOH4
qI11NH+O9Ay5W7pQBMv9TN1ZJfNFP6Jbu0xeoE/AutgroLg0TOunnAze7bp1oBtY
JodjQUAqK4qoYBahbsIklZ1F4QGVFdPOJbrkBAQg/0XhtTEevHNJpFU3Q2k7kHrC
2d+i6dap8HENiJQ2loQrjqQQI1dvISMSym6cVm6hVsFUBoQLDeR4sSUByWkOZX6F
k/fVHRn9ieIONOR1hYjrKWcqpkn8lx52uHAN800QGMCJF27lK/Nqkhe3hsuzBD8S
WTrAwewOq6kdUDa2ZxrEyQsByCfiIV0Itbq1JvkbED/nwu+pXmjCcDBzvz5Cz/Wd
MR1lRT2VWvw402+Y9KVmwicm8QjTva0YZyavbhqutioRX4fJf+36SMnFqv/TGCCY
fW7Ag0EeWmV8Go9TiqG10uywmwFKz7aUEHGeNJKNaJDXRxKcaJV6WhR3M41/5ZkM
ifu5HOAX+TE=
=XSAj
-END PGP SIGNATURE-



Bug#974115: marked as done (ITP: node-make-error -- error framework for JavaScript)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 23:00:12 +
with message-id 
and subject line Bug#974115: fixed in node-make-error 1.3.6-1
has caused the Debian Bug report #974115,
regarding ITP: node-make-error -- error framework for JavaScript
to be marked as done.

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

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


-- 
974115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
X-Debbugs-CC: Debian Javascript Maintainers <
pkg-javascript-de...@lists.alioth.debian.org>

* Package name: node-make-error
  Version: 1.3.6
  Upstream author: Julien Fontanet
* URL: https://github.com/JsCommunity/make-error
* License: ISC
  Programming lang: JavaScript
  Description: error framework for JavaScript

I need it because it's an indirect dep for JupyterLab. npmjs.com lists
1089 depends in total, so I guess it will be useful more widely!

I plan to maintain it within the Debian JavaScript Team.

Cheers,

JP
--- End Message ---
--- Begin Message ---
Source: node-make-error
Source-Version: 1.3.6-1
Done: Julien Puydt 

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

Debian distribution maintenance software
pp.
Julien Puydt  (supplier of updated node-make-error 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: Tue, 10 Nov 2020 08:17:22 +0100
Source: node-make-error
Binary: node-make-error
Architecture: source all
Version: 1.3.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Description:
 node-make-error - error framework for JavaScript
Closes: 974115
Changes:
 node-make-error (1.3.6-1) unstable; urgency=medium
 .
   * Initial release (Closes: #974115).
Checksums-Sha1:
 9f5f0933d54bb77575688d4ef3b3dc9767fb2b1f 2087 node-make-error_1.3.6-1.dsc
 5cc5487c7b0a9a132ea0e11400b49c1e2ea4b8dd 69352 
node-make-error_1.3.6.orig.tar.gz
 166869376274415e15c47dd4c687e17ba9f3c1ac 2220 
node-make-error_1.3.6-1.debian.tar.xz
 71ce69878a276ee06003ddaa02283fcc6da428dd 4992 node-make-error_1.3.6-1_all.deb
 c0c16d4217eedebbcfa6fcbcb308ff2c1f6dc1a3 16529 
node-make-error_1.3.6-1_amd64.buildinfo
Checksums-Sha256:
 a0e921588f1d9b5932fc7bcdf3347805b98b0b53d101ab16d7d911cd3c30cf87 2087 
node-make-error_1.3.6-1.dsc
 87b924abd97c1d0615bb41f6519215d6ce7b52429736ddaf537f50ff5029cc3a 69352 
node-make-error_1.3.6.orig.tar.gz
 15d6d0488ddb29c975679a34a89d93a192ceedfb4fc19c7bc97b331fbaba7de2 2220 
node-make-error_1.3.6-1.debian.tar.xz
 024948419b3d1cf3cebd7e8913bfdc7dadabd7d4ca3b0942457a6127b6c1549f 4992 
node-make-error_1.3.6-1_all.deb
 443a2885e75583cba7a2bf4023a471f0b4f47c61c184aa9fee7d2678178dc7b2 16529 
node-make-error_1.3.6-1_amd64.buildinfo
Files:
 6324a3c7d4d7139dcbf89ded76f94dd7 2087 javascript optional 
node-make-error_1.3.6-1.dsc
 d9e2e530ebd5e08a68fa8abe3d7ae4b8 69352 javascript optional 
node-make-error_1.3.6.orig.tar.gz
 05408b5175b25837e4d236acb8093721 2220 javascript optional 
node-make-error_1.3.6-1.debian.tar.xz
 67be1ea9690a636cc7bafda37a9f214b 4992 javascript optional 
node-make-error_1.3.6-1_all.deb
 368c5256ef9d023f9482cfaa69846318 16529 javascript optional 
node-make-error_1.3.6-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl+qPpUSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVROygP/19WyfRuhsrxFjdaoqhc9CAWa/4tiAo9
aDBLKAwyBPC4+voGMkcVMFlQDUtvLzFrkWWpSrPjuhUXVqOI7TDl90ZH2fZTZDs0
IrmTB6wEjfRMT5Eoa6EnMI1l5yBX+FGDJhbjf1rjImchGJvG9B55i89R0yKsSInS
GXbIJ5Ai+tfCsXPITDzdWNKAJfB8tQi7weZT/3cI1IpwYq23ZeQxCGlxarnHJHJ/
Eudoe81mD3XHyxlCJymJr+z1oNjVMZaVJEiVGrPXBZsS0qh0TWajyLecaRWW3e9e
lRCkOHHXuVevBPTzMAmpMAYyPCCbtwzxgJV3RmgT90tP90dlmIKPSyVQ0ur9PPuX
FR+m4OOzMo7EPLhdUqiDzNMVciwkubuUt6VzFtJkiOHROro8jAjCGV7NX1C0egGu
YF6Z2exgR3j6oSf50fbb41WmMwf6J3Kzq1A/38q94/2H7GzE/6/9WXTWNnW5bLeS
G9iBZ9diZka8EcY9U8QSFOWIRnD9tGUo0PJlKec+BLX9KJWW2cfV2nR6ajF3ptEC
G2aNL/yINTx065iJlPzgcGrTAlI9BU8xGulJomL0VBaC3HypW9+WJ6JMZGE7ijYn
IEbwv2v2NT8tYp0r67zE1x16PWPi2DfLcxJCLlL8enW+NaONtM3X3PqQH/Mf/XBy
HnMFPO2SjteT
=8QKD

Bug#973535: marked as done (ITP: php-league-mime-type-detection -- generic mime-type detection interface for PHP)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 23:00:13 +
with message-id 
and subject line Bug#973535: fixed in php-league-mime-type-detection 1.5.1+ds-1
has caused the Debian Bug report #973535,
regarding ITP: php-league-mime-type-detection -- generic mime-type detection 
interface for PHP
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.)


-- 
973535: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973535
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Robin Gustafsson 
Control: block 951666 by -1

* Package name: php-league-mime-type-detection
  Version : 1.5.1
  Upstream Author : Frank de Jonge 
* URL : https://github.com/thephpleague/mime-type-detection
* License : MIT/Expat
  Programming Lang: PHP
  Description : generic mime-type detection interface for PHP

League Mime Type Detection supplies a generic mime-type detection interface
with a finfo based implementation.
.
As a fallback for finfo based lookup, an extension map is used to determine
the mime-type. There is an advised implementation shipped, which is generated
from information collected by the npm package mime-db.

This package is a dependency of php-league-flysystem (ITP #951666).

I plan to maintain this package within the Debian PHP PEAR Maintainers team.
--- End Message ---
--- Begin Message ---
Source: php-league-mime-type-detection
Source-Version: 1.5.1+ds-1
Done: Robin Gustafsson 

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

Debian distribution maintenance software
pp.
Robin Gustafsson  (supplier of updated 
php-league-mime-type-detection 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, 10 Nov 2020 16:25:13 +0100
Source: php-league-mime-type-detection
Binary: php-league-mime-type-detection
Architecture: source all
Version: 1.5.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers 
Changed-By: Robin Gustafsson 
Description:
 php-league-mime-type-detection - generic mime-type detection interface for PHP
Closes: 973535
Changes:
 php-league-mime-type-detection (1.5.1+ds-1) unstable; urgency=medium
 .
   * Initial release (Closes: #973535)
Checksums-Sha1:
 170c816bb27362723b76a7b4c7d2f88f8b08f404 2289 
php-league-mime-type-detection_1.5.1+ds-1.dsc
 0f31547d9b03919ba0b9c15aec4c3719f6812f0f 7376 
php-league-mime-type-detection_1.5.1+ds.orig.tar.xz
 ea0f0611f30e9c5cfcdbbad8eec522a7e72da434 3964 
php-league-mime-type-detection_1.5.1+ds-1.debian.tar.xz
 9618475b5333d13017ba42c3258d2fe8bdd1b050 15520 
php-league-mime-type-detection_1.5.1+ds-1_all.deb
 6117fdfe8a448a99dc2c28cd9bf78d9ee8d794fe 8557 
php-league-mime-type-detection_1.5.1+ds-1_amd64.buildinfo
Checksums-Sha256:
 7a179f436fb8d8737c3d6336cdb89d171c590d7281f460d4993bc2a5573b6ba7 2289 
php-league-mime-type-detection_1.5.1+ds-1.dsc
 7577c2a48e1c46397145df4980e255bd1dc1ca94acbd9fe3a1a451b76aeb94c8 7376 
php-league-mime-type-detection_1.5.1+ds.orig.tar.xz
 bf9ae891359d2d18b4ace34ae52228eda001aacb221249752fd748c5ddfdfe02 3964 
php-league-mime-type-detection_1.5.1+ds-1.debian.tar.xz
 92cbe077af6bbe53f04c962e4ca33eefe9ad26ed8e209f95c0911ad6caba42bf 15520 
php-league-mime-type-detection_1.5.1+ds-1_all.deb
 5d7a6655b0a35d457abe9ce1aeb9929db881c8bd6dbb71597b3ef3d60107828c 8557 
php-league-mime-type-detection_1.5.1+ds-1_amd64.buildinfo
Files:
 4dc7fd48122c25d56faf32b9fe91c394 2289 php optional 
php-league-mime-type-detection_1.5.1+ds-1.dsc
 53e3a7ff67b596ffac9ca969938fe22c 7376 php optional 
php-league-mime-type-detection_1.5.1+ds.orig.tar.xz
 1820f31ad547cfabc619d8004c15c9b7 3964 php optional 
php-league-mime-type-detection_1.5.1+ds-1.debian.tar.xz
 9e096812462f9d1a58c8a8afccb69753 15520 php optional 
php-league-mime-type-detection_1.5.1+ds-1_all.deb
 3727a95a33761415c9b0ee706038677f 8557 php optional 
php-league-mime-type-detection_1.5.1+ds-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEELwM8VUeMZ/ryoszFn4tor4bqp9MFAl+q3RUACgkQn4tor4bq
p9P+SxAArtXY8

Bug#974119: marked as done (ITP: ruby-terser -- Ruby wrapper for Terser JavaScript compressor)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 23:00:13 +
with message-id 
and subject line Bug#974119: fixed in ruby-terser 1.0.2+dfsg-1
has caused the Debian Bug report #974119,
regarding ITP: ruby-terser -- Ruby wrapper for Terser JavaScript compressor
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.)


-- 
974119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Vivek K J 
X-Debbugs-Cc: debian-de...@lists.debian.org, vive...@protonmail.com

* Package name: ruby-terser
  Version : 1.0.2
  Upstream Author : Pavel Rosický 
* URL : http://http://github.com/ahorek/terser-ruby/
* License : MIT
  Programming Lang: Ruby
  Description : Ruby wrapper for Terser JavaScript compressor

Terser minifies JavaScript files by wrapping TerserJS to be
accessible in Ruby

Hi Debian Maintainers,

Terser is a ruby gem that helps to minify javascript files.
since, the gem is not available in debian, I wish to pack that to 
debian.
This debian package will be maintained by Debian Ruby Maintainers Team.
The upstream of this gem is developed by Pavel Rosický and licensed 
under MIT license.The upstream is available at 
http://github.com/ahorek/terser-ruby.
 I think this gem will be helpful for ruby-gem developers.

Thanks,

VIVEK K J
--- End Message ---
--- Begin Message ---
Source: ruby-terser
Source-Version: 1.0.2+dfsg-1
Done: Vivek K J 

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

Debian distribution maintenance software
pp.
Vivek K J  (supplier of updated ruby-terser 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: Tue, 10 Nov 2020 18:26:05 +0530
Source: ruby-terser
Binary: ruby-terser
Architecture: source all
Version: 1.0.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 

Changed-By: Vivek K J 
Description:
 ruby-terser - Ruby wrapper for Terser JavaScript compressor
Closes: 974119
Changes:
 ruby-terser (1.0.2+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: #974119)
Checksums-Sha1:
 95fb9f34025cef4e5a7748dcffea09c18f93d055 2088 ruby-terser_1.0.2+dfsg-1.dsc
 9eb106aab265e76ede8a1850364bd741124cfbbc 17348 
ruby-terser_1.0.2+dfsg.orig.tar.xz
 748f77d0bf9cd5bb3b74b363ed3140871851e829 2240 
ruby-terser_1.0.2+dfsg-1.debian.tar.xz
 c885ae9e0f0e38cbaaabe42c9a8a75774899ce6d 17236 ruby-terser_1.0.2+dfsg-1_all.deb
 bae763b382be7e48dab81f5444c6464c005db251 9179 
ruby-terser_1.0.2+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 fe86f81e12c183f2977a952a9d0e0d2b75c273df41dd79877c11f13768ecdf3e 2088 
ruby-terser_1.0.2+dfsg-1.dsc
 4cd2d17fa846c85fd63ee241763f65f95cf54c66d1fd735eb5b5f24fc106f0b5 17348 
ruby-terser_1.0.2+dfsg.orig.tar.xz
 fe17ad5eda19491dcbdd70bf602ac7da8f294a2705d5e042819daef7e902499f 2240 
ruby-terser_1.0.2+dfsg-1.debian.tar.xz
 2c1bc5da6ba743a8d0af2cbc9c5952035fc7c341466491f94d14b8f6580c8bf8 17236 
ruby-terser_1.0.2+dfsg-1_all.deb
 26dac8de71ad16ad452baea054c68fa550e720dcbe52d96e9edb2e2acd12ae5d 9179 
ruby-terser_1.0.2+dfsg-1_amd64.buildinfo
Files:
 b9dee84e1d0cf8e50b83b9141cca500d 2088 ruby optional 
ruby-terser_1.0.2+dfsg-1.dsc
 9d9d1387d3808b1ad4d702ee1a8b7e8f 17348 ruby optional 
ruby-terser_1.0.2+dfsg.orig.tar.xz
 c0cfacec5dbdd8681b7a201207bf30ba 2240 ruby optional 
ruby-terser_1.0.2+dfsg-1.debian.tar.xz
 eb7ae9a6d05800681dd79c1b94e041d9 17236 ruby optional 
ruby-terser_1.0.2+dfsg-1_all.deb
 2257820e8b036d3b2d8c4f695fb6e6c2 9179 ruby optional 
ruby-terser_1.0.2+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAl+qztoACgkQj1PgGTsp
S3UsWw//TZP0YQjxs3NgWXG70LSg0CNN1R7PYssTUlnN75sSwQbciwT83OtYi6Bi
WS/mVXftumorA8GHPS/HEUl21G2/2UTAUPyZSRQPONTnWb/awPmCmtOPtvf65dxA
yNOgr/f0rMGG86oMMlokG7YNcgrbZPIUKNeMFmK0PlFn2ITl8nmmLEjzpJi2OqY7
GRhmj9Ru0468HMxpYL3GuWmy/d08EvwwlnFMHaf86LgK9GqdKfsIMDz6pF2ojRUz
5d1RqkS0UTxmmf/V8Fj1beeW6erKu3TrrQ+6wE5OZ0zdEEdpON7nZlgCS5/nlyLF
SdqB3MB/cSdITYBDKWEIC5xNX/wHj+vjY1VxUYiBHncJ5USpR

Bug#974121: marked as done (ITP: libcommonmark-perl -- Interface to the CommonMark C library)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 23:00:12 +
with message-id 
and subject line Bug#974121: fixed in libcommonmark-perl 0.29-1
has caused the Debian Bug report #974121,
regarding ITP: libcommonmark-perl -- Interface to the CommonMark C library
to be marked as done.

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

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


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

* Package name: libcommonmark-perl
  Version : 0.29
  Upstream Author : Nick Wellnhofer 
* URL : https://metacpan.org/release/CommonMark
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Interface to the CommonMark C library

libcommonmark-perl module is a wrapper around the official CommonMark C
library libcmark. It closely follows the original API.

The main module provides some entry points to parse documents and
convenience functions for node creation. The bulk of features is
available through CommonMark::Node objects of which the parse tree is
made. CommonMark::Iterator is a useful class to walk through the nodes
in a tree. CommonMark::Parser provides a push parser interface.

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

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: libcommonmark-perl
Source-Version: 0.29-1
Done: Frederic Bonnard 

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

Debian distribution maintenance software
pp.
Frederic Bonnard  (supplier of updated libcommonmark-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: Tue, 10 Nov 2020 08:37:55 +
Source: libcommonmark-perl
Binary: libcommonmark-perl libcommonmark-perl-dbgsym
Architecture: source ppc64el
Version: 0.29-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Frederic Bonnard 
Description:
 libcommonmark-perl - Interface to the CommonMark C library
Closes: 974121
Changes:
 libcommonmark-perl (0.29-1) unstable; urgency=low
 .
   * Initial release. (Closes: #974121)
Checksums-Sha1:
 e06bbf6dcba353d35331f0713f566e1c248f1d59 2194 libcommonmark-perl_0.29-1.dsc
 5dd6c4c0ee46ca5e884f966c7a56d5df87aa82bd 26335 
libcommonmark-perl_0.29.orig.tar.gz
 3120d3c0c6843df1fded33793136d99ba4355bed 1676 
libcommonmark-perl_0.29-1.debian.tar.xz
 c66f154bb2588d23880e0fa8492cab1f0fcf3e53 51560 
libcommonmark-perl-dbgsym_0.29-1_ppc64el.deb
 219cf4461ee30640b51e6247edd3e9ab4229ca26 6387 
libcommonmark-perl_0.29-1_ppc64el.buildinfo
 91192214fa67c00f63a5b4ca89fbe986de5fa92b 30344 
libcommonmark-perl_0.29-1_ppc64el.deb
Checksums-Sha256:
 b85799952b5d992abf8ca0e2e5333953c408ab2f3554612374c5e4b331646d0f 2194 
libcommonmark-perl_0.29-1.dsc
 a501b4c3ef6ca89f8703f9ed0b2dc0da878281f2b1277a7ec92902e088c2eadd 26335 
libcommonmark-perl_0.29.orig.tar.gz
 e11602a637567115588ccd52db9543c93841ec6d61247715b1313b2a9bd206ef 1676 
libcommonmark-perl_0.29-1.debian.tar.xz
 e4bf6fdb2f80160d30e5d3e0e8470ce35012b922bad45ae69ca9193cad3f7188 51560 
libcommonmark-perl-dbgsym_0.29-1_ppc64el.deb
 b9f87e42c768429ddd97e7cea22e1934812fdcf4923e69f3b639a463244f2311 6387 
libcommonmark-perl_0.29-1_ppc64el.buildinfo
 2fe1dfbb8cd282685bbecb9a054136cf3f553a637e1f6fef08bb9f134b8b90db 30344 
libcommonmark-perl_0.29-1_ppc64el.deb
Files:
 61e28258b2ac61e99a8328625c1a5b46 2194 perl optional 
libcommonmark-perl_0.29-1.dsc
 847e132527332e6f8c91c06d6f6e2955 26335 perl optional 
libcommonmark-perl_0.29.orig.tar.gz
 8132c1e9456878a3a4a1937e9716d78d 1676 perl optional 
libcommonmark-perl_0.29-1.debian.tar.xz
 7eb3593a703804647b5c4c9b357c9eaf 51560 debug optional 
libcommonmark-perl-dbgsym_0.29-1_ppc64el.deb
 6bc94b148dfeb733f38b7310b02b03cd 6387 p

Bug#974126: marked as done (ITP: libnet-dns-native-perl -- non-blocking system DNS resolver)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 23:00:12 +
with message-id 
and subject line Bug#974126: fixed in libnet-dns-native-perl 0.22-1
has caused the Debian Bug report #974126,
regarding ITP: libnet-dns-native-perl -- non-blocking system DNS resolver
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.)


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

* Package name: libnet-dns-native-perl
  Version : 0.22
  Upstream Author : Oleg G 
* URL : https://metacpan.org/release/Net-DNS-Native
* License : Artistic or GPL-1+ and LGPL-2+
  Programming Lang: Perl
  Description : non-blocking system DNS resolver

Net::Dns::Native provides several methods for host name resolution.
It is designed to be used with event loops. All resolving are done by
getaddrinfo(3) implemented in your system library. Since getaddrinfo()
is blocking function and this class doesn't want to block, calls to
this function will be done in separate thread. This class uses system
native threads and not perl threads. So overhead shouldn't be too big.

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

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: libnet-dns-native-perl
Source-Version: 0.22-1
Done: =?utf-8?b?RnLDqWTDqXJpYyBCb25uYXJk?= 

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

Debian distribution maintenance software
pp.
Frédéric Bonnard  (supplier of updated 
libnet-dns-native-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: Tue, 10 Nov 2020 10:07:43 +
Source: libnet-dns-native-perl
Binary: libnet-dns-native-perl libnet-dns-native-perl-dbgsym
Architecture: source ppc64el
Version: 0.22-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Frédéric Bonnard 
Description:
 libnet-dns-native-perl - non-blocking system DNS resolver
Closes: 974126
Changes:
 libnet-dns-native-perl (0.22-1) unstable; urgency=low
 .
   * Initial release. (Closes: #974126)
Checksums-Sha1:
 88fd084a775586e6400fcddf0a4e66d01bb1d2b8 2181 libnet-dns-native-perl_0.22-1.dsc
 d3b9b21aaf184c7db6c0d7b7cb772fd30313cc30 144116 
libnet-dns-native-perl_0.22.orig.tar.gz
 5ea9b50aaaf3c9147a11d8e2a30e698a7253c6e0 1744 
libnet-dns-native-perl_0.22-1.debian.tar.xz
 dfef3f94b5963dcaca1960164a5e4b22c123f956 45980 
libnet-dns-native-perl-dbgsym_0.22-1_ppc64el.deb
 802232240b99e1b1e75f55e37eef8ef163da 6305 
libnet-dns-native-perl_0.22-1_ppc64el.buildinfo
 df756761deddc9a2632b063e99f9b82f04b56a56 24640 
libnet-dns-native-perl_0.22-1_ppc64el.deb
Checksums-Sha256:
 fd420ccd44662808d8c7712f8b642a041853093e40df5a7e406620a8d76fb859 2181 
libnet-dns-native-perl_0.22-1.dsc
 108d9dedbab9ffaf6a0d01525526de1894884e950bfd833717e5cd38905c30d5 144116 
libnet-dns-native-perl_0.22.orig.tar.gz
 030c4c05ccb2a91421a792b6aed2502df8991e21c5676a566ae7e2799c425bc4 1744 
libnet-dns-native-perl_0.22-1.debian.tar.xz
 54c92e43f7847f35ed388426f1354996f461579f791872f5871b43847c858d58 45980 
libnet-dns-native-perl-dbgsym_0.22-1_ppc64el.deb
 60b83a06511a9600670872fa77416f8bd941ac037a237ba13996b8327bea8dd4 6305 
libnet-dns-native-perl_0.22-1_ppc64el.buildinfo
 32aab71ad97f4491a7f527b007307b526bb90a0c4d2138dc6bc90d86f4bb5d80 24640 
libnet-dns-native-perl_0.22-1_ppc64el.deb
Files:
 ebe105857cb8c8e98a1cc9016fa25084 2181 perl optional 
libnet-dns-native-perl_0.22-1.dsc
 35dfa19f9c5450393f1129ac873e 144116 perl optional 
libnet-dns-native-perl_0.22.orig.tar.gz
 15895f6466487eda1cde3be18c0fdf79 1744 perl optional 
libnet-dns-native-perl_0.22-1.debian.tar.xz
 0cf0f4b5a92a2da46c584498fe8cbef2 45980 debug optional 
libnet-dns-native-perl-dbgsym_0.22-1_ppc64el.deb
 6f87cb438b3af60a6a90b755f6bbeb99 6305 perl opt

Bug#974001: marked as done (ITP: wtype -- xdotool type for wayland)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 23:00:13 +
with message-id 
and subject line Bug#974001: fixed in wtype 0.2-1
has caused the Debian Bug report #974001,
regarding ITP: wtype -- xdotool type for wayland
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.)


-- 
974001: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974001
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Birger Schacht 
X-Debbugs-Cc: debian-de...@lists.debian.org, bir...@debian.org

* Package name: wtype
  Version : 0.2
  Upstream Author : Josef Gajdusek
* URL : https://github.com/atx/wtype
* License : MIT
  Programming Lang: C
  Description : xdotool type for wayland
--- End Message ---
--- Begin Message ---
Source: wtype
Source-Version: 0.2-1
Done: Birger Schacht 

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

Debian distribution maintenance software
pp.
Birger Schacht  (supplier of updated wtype 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, 08 Nov 2020 21:03:30 +0100
Source: wtype
Binary: wtype wtype-dbgsym
Architecture: source amd64
Version: 0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Sway and related packages team 
Changed-By: Birger Schacht 
Description:
 wtype  - xdotool type for wayland
Closes: 974001
Changes:
 wtype (0.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #974001)
Checksums-Sha1:
 90d466cd7c6e8e32a54ee58b552af4f02988f330 1940 wtype_0.2-1.dsc
 f6c3ddab25e94ca76afc6d80c5357b16b6c8325c 7623 wtype_0.2.orig.tar.gz
 5248fbe1a9708057571e13365a4db30687542147 1916 wtype_0.2-1.debian.tar.xz
 6a2e69f128a133e16dc6f8b2e687a270b2eec3b8 17128 wtype-dbgsym_0.2-1_amd64.deb
 d813354e8a6cf9e423d548d44f64f03b35b0d7b9 6971 wtype_0.2-1_amd64.buildinfo
 45982bec5ee358706a8721e17df3d603d55677df 8112 wtype_0.2-1_amd64.deb
Checksums-Sha256:
 2d893a779591a17f0470aa8b8afc36ea5364bb51b85f94e1be7f509f5825fdc2 1940 
wtype_0.2-1.dsc
 14eef1c7a51c8c90ccf005443e2e52a164dbb49fabf75953ed1d021a1184acd6 7623 
wtype_0.2.orig.tar.gz
 41a25287170c62426596fc9f19be9032cda6454b0fd7189159fa42e2d99a0c18 1916 
wtype_0.2-1.debian.tar.xz
 03c1ee2a63f96616ddf036cfded948beedf524124446ae408d851c236f73b76a 17128 
wtype-dbgsym_0.2-1_amd64.deb
 a95153f5a1df6f8d716209c499733fa9fb5ae8277f4220f44cc4171d57960bcb 6971 
wtype_0.2-1_amd64.buildinfo
 f328a7eaf225cf1a9ff63e1a2408bc398b6bc1bbf14d8031c51893979ab4b83d 8112 
wtype_0.2-1_amd64.deb
Files:
 36c0bbf90f754c874b2c1bde39c72b28 1940 utils optional wtype_0.2-1.dsc
 17dab55c935440fc58a3af72a2e3475b 7623 utils optional wtype_0.2.orig.tar.gz
 90ff692fd86f006e4eafb925cbfc47d3 1916 utils optional wtype_0.2-1.debian.tar.xz
 ecb6c770ab451c1098ba310db431de00 17128 debug optional 
wtype-dbgsym_0.2-1_amd64.deb
 679e9f23fa99ddfef53546f01578102a 6971 utils optional 
wtype_0.2-1_amd64.buildinfo
 b51da870bbfc4f41456d8e6e4591cbea 8112 utils optional wtype_0.2-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEOvC8tnwmrEjOtOW8KgxdYPIEvbAFAl+q3dQSHGJpcmdlckBk
ZWJpYW4ub3JnAAoJECoMXWDyBL2w9YkQAKw/EAf7d7W/oDbuP1YG60a8pP0g041+
mYCpmWEJb+D3YKCJyChtBHv1xU1/QIyYxICKGR+HKPuMb8hIQ1nbtHHxiFafLqXr
w9RrSiKACIRPAA0gx8QZJf9W6VNTObwQe91H0SYUJ0ALEPWMx0Bb+pbFZKzseOjR
aiUBjS6Tcquq3KY/fvCPabkfM8ACjLKPWNtw5XvZxHKPVpWqUw9fiqNnQafOUQew
1KbxOgoEZ3Vtiy6TvJrowKI0bgX+4ikiZlyLAx1t5FTS0ZgACX4pQhAfIRDQsSsS
bXnPmajTZjwAyp9HgfrwaS+ifWYouwe1p1PaYyDltefvup0o8T4TFnAJbG+iz80I
XaTH7256muSBA+ZqvWV1FVqYUuTU+vXru17MoBNZQUQS665l+V5yGVKzTFcgYXGT
/2nII7EgTkVXw31uGZud+MDquxBNE4XPikP3H0koWamS9jMKhefzpt8PXBp0zUBc
8VW4OyBWPCMKG85Tcd/edGOYvRyCgM45UkDsM9PoWpdFlUQISmxm62OouXije6Jm
zeq0AiF+sSvBHIXGRCCGcUCYgZeMhnawOm/wj1eYhSLnnbzUQVgF4iJ+YPHS3oaZ
SApTqUawaC4W1YpQ7Ibb3jwId4KrZrzJ9h98i/tjmv6eUAslDMPHB4JES1piK5r0
aqhog4Qdkg7e
=Lscq
-END PGP SIGNATURE End Message ---


Bug#974141: marked as done (ITP: fcitx5-chewing -- Chewing support for fcitx5)

2020-11-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Nov 2020 23:00:09 +
with message-id 
and subject line Bug#974141: fixed in fcitx5-chewing 5.0.1-1
has caused the Debian Bug report #974141,
regarding ITP: fcitx5-chewing -- Chewing support for fcitx5
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.)


-- 
974141: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974141
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Yao Wei (魏銘廷) 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: fcitx5-chewing
  Version : 5.0.1
  Upstream Author : Weng Xuetian 
* URL : https://github.com/fcitx/fcitx5-chewing
* License : GPL-2+
  Programming Lang: C
  Description : Chewing support for fcitx5

This package is the support library for fcitx5 to use Chewing input
method, which is one of the popular Zhuyin input method for traditional
Chinese.

This package should be maintained by Debian Input Method Team.
--- End Message ---
--- Begin Message ---
Source: fcitx5-chewing
Source-Version: 5.0.1-1
Done: =?utf-8?b?WWFvIFdlaSAo6a2P6YqY5bu3KQ==?= 

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

Debian distribution maintenance software
pp.
Yao Wei (魏銘廷)  (supplier of updated fcitx5-chewing 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, 10 Nov 2020 23:19:52 +0800
Source: fcitx5-chewing
Binary: fcitx5-chewing fcitx5-chewing-dbgsym
Architecture: source amd64
Version: 5.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team 
Changed-By: Yao Wei (魏銘廷) 
Description:
 fcitx5-chewing - Chewing input method support for fcitx5
Closes: 974141
Changes:
 fcitx5-chewing (5.0.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #974141)
Checksums-Sha1:
 e3f24e27b4a3c38a1a6b7ee3ffbc860e0776c3af 1568 fcitx5-chewing_5.0.1-1.dsc
 ac9465dcfe333a99ca1e34c45e6ce4fa84d0a5ab 19509 fcitx5-chewing_5.0.1.orig.tar.gz
 6eece0983ac2c73df12653130767bf76ebf8ff8c 2004 
fcitx5-chewing_5.0.1-1.debian.tar.xz
 fc1d1874311b6a7688dfca37f210092062bb6469 311812 
fcitx5-chewing-dbgsym_5.0.1-1_amd64.deb
 105c8ff55aa60726e3cbe94063fb34ddf78de0ba 9660 
fcitx5-chewing_5.0.1-1_amd64.buildinfo
 4e2164fc9f54075eb3fd00cd327ecf15772467c6 28484 fcitx5-chewing_5.0.1-1_amd64.deb
Checksums-Sha256:
 010da5c13c43d246b143220ff823f17ffc14d47eda8570634430d204a51bcd0c 1568 
fcitx5-chewing_5.0.1-1.dsc
 59a5a980eca7a43f1d2d636e617832f96b55913eca46beb95cce1b1583287b1e 19509 
fcitx5-chewing_5.0.1.orig.tar.gz
 8fd8c4e9a6eb0772e3b9efc782283e97c820a03057cf6c5352b5094c49caf36c 2004 
fcitx5-chewing_5.0.1-1.debian.tar.xz
 042a355cce18292c3d59827ec63d2f1924cec3589f60f8b9a9fe319e9fa50979 311812 
fcitx5-chewing-dbgsym_5.0.1-1_amd64.deb
 372f3b6cf0807d49e7364e708db9efdfa6c3c28481b763a67cfa0c8428ab1786 9660 
fcitx5-chewing_5.0.1-1_amd64.buildinfo
 4e47b2974ab4f49e553c61874b9b7acd24520178ea3e9f442fc7a3c9824e0f11 28484 
fcitx5-chewing_5.0.1-1_amd64.deb
Files:
 33162fc1d293e8757e1d79552888409d 1568 utils optional fcitx5-chewing_5.0.1-1.dsc
 6db8be0913749dbcba85b1a2d8701a3e 19509 utils optional 
fcitx5-chewing_5.0.1.orig.tar.gz
 4143fbbdc8395b613760f85f88e1ed86 2004 utils optional 
fcitx5-chewing_5.0.1-1.debian.tar.xz
 6f035bd912612d74fc518381910f0f55 311812 debug optional 
fcitx5-chewing-dbgsym_5.0.1-1_amd64.deb
 9b3be09477a91f9d65c864feb6544218 9660 utils optional 
fcitx5-chewing_5.0.1-1_amd64.buildinfo
 92dbc541a4f0e2721dbd6d80c7bcc76c 28484 utils optional 
fcitx5-chewing_5.0.1-1_amd64.deb

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCX6q1FxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWDTQA/3VQIjTM+pXm/VkLZBqdjsJ5jjQnEPxZRnN9
+WsMyu8ZAPsHbIUP5Px+xh1mNzL/Uqo5+QQVYDD29F9n22DyWWjEDg==
=AiyF
-END PGP SIGNATURE End Message ---


Processed (with 1 error): your mail

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

> retitle 973844 ITA: tar -- GNU version of the tar archiving utility
Bug #973844 [wnpp] RFA: tar -- GNU version of the tar archiving utility
Changed Bug title to 'ITA: tar -- GNU version of the tar archiving utility' 
from 'RFA: tar -- GNU version of the tar archiving utility'.
> owner Janos Lenart 
Unknown command or malformed arguments to command.
> thanks
Stopping processing here.

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



Processed: your mail

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

> owner 973844 Janos Lenart 
Bug #973844 [wnpp] ITA: tar -- GNU version of the tar archiving utility
Owner recorded as Janos Lenart .
> thanks
Stopping processing here.

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



Bug#974183: ITP: py7zr -- 7z Python library

2020-11-10 Thread Sandro Tosi
Package: wnpp
Severity: wishlist
Owner: Sandro Tosi 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: py7zr
  Version : 0.11.0
  Upstream Author : Hiroshi Miura 
* URL : https://github.com/miurahr/py7zr
* License : LGPL
  Programming Lang: Python
  Description : 7z Python library

 py7zr is a library and command-line utility to support 7zip archive
 compression, decompression, encryption and decryption.