Processed: retitle to RFP: massivethreads - Lightweight Thread Library for High Productivity Languages

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 878278 RFP: massivethreads - Lightweight Thread Library for High 
> Productivity Languages
Bug #878278 [wnpp] ITP: massivethreads - Lightweight Thread Library for High 
Productivity Languages
Changed Bug title to 'RFP: massivethreads - Lightweight Thread Library for High 
Productivity Languages' from 'ITP: massivethreads - Lightweight Thread Library 
for High Productivity Languages'.
> noowner 878278
Bug #878278 [wnpp] RFP: massivethreads - Lightweight Thread Library for High 
Productivity Languages
Removed annotation that Bug was owned by Nobuhiro Iwamatsu 
.
> stop
Stopping processing here.

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



Processed: retitle 907337 to ITP: python3-dateparser -- Date parsing library designed to parse dates from HTML pages

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 907337 ITP: python3-dateparser -- Date parsing library designed to 
> parse dates from HTML pages
Bug #907337 [wnpp] RFP: python3-dateparser -- Date parsing library designed to 
parse dates from HTML pages
Changed Bug title to 'ITP: python3-dateparser -- Date parsing library designed 
to parse dates from HTML pages' from 'RFP: python3-dateparser -- Date parsing 
library designed to parse dates from HTML pages'.
> thanks
Stopping processing here.

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



Processed: Re: Bug#907337: WIP packaging VCS

2019-01-14 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 +pending +patch
Bug #907337 [wnpp] RFP: python3-dateparser -- Date parsing library designed to 
parse dates from HTML pages
Added tag(s) pending.
Bug #907337 [wnpp] RFP: python3-dateparser -- Date parsing library designed to 
parse dates from HTML pages
Added tag(s) patch.

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



Bug#907337: WIP packaging VCS

2019-01-14 Thread Antoine Beaupré
Control: tags -1 +pending +patch

On 2018-08-26 15:27:49, David Bremner wrote:
> In case someone is interested, there is some beginnings of packaging at
>
>https://salsa.debian.org/bremner/dateparser.git
>
> it is not currently in a state suitable for the archive, but it might be
> a place to start.
>
> Or you could run debmake yourself.

I needed this package as a new dependency for undertime, so I started
from your package and fixed up some stuff. I published the source
package here:

https://salsa.debian.org/python-team/modules/dateparser

... and uploaded the result to NEW.

My main problem was dealing with the test suite, which was failing
at build time. I disabled the build-time test suite and moved it to
autopkgtest, where it *also* was failing. Unfortunately, the test suite
actually fails with the dependency versions that are shipped in Debian
(they are too new!). I reported this a bug upstream and fixed the test
suite to download the dependencies on the fly...

https://github.com/scrapinghub/dateparser/issues/489

It's clearly sub-par: autopkgtest should normally be ran against the
*installed* package, not the source code. But that's the best I could do
while still running the test suite at all. Eventually, the unit tests
could be ran against the dependencies shipped by Debian, once upstream
gets their stuff together, and some smoke tests could be added to
autopkgtest.

I haven't audited or reviewed the source code. At 57k SLOC, it seems
unreasonable to expect that so I just trust that the git repository is
not hostile, unfortunately.

A.

-- 
You are absolutely deluded, if not stupid, if you think that a
worldwide collection of software engineers who can't write operating
systems or applications without security holes, can then turn around
and suddenly write virtualization layers without security holes.
- Theo de Raadt



Bug#919330: ITP: libapache2-mod-authn-yolo

2019-01-14 Thread Hans van Kranenburg
Package: wnpp
Severity: wishlist
Owner: Hans van Kranenburg 

* Package name: libapache2-mod-authn-yolo
  Version : 1.1
  Upstream Author : Hans van Kranenburg 
* URL : https://github.com/knorrie/mod-authn-yolo/
* License : Apache-2.0
  Programming Lang: C
  Description : Yolo style authentication for Apache 2

The authn_yolo module is an authentication provider for Basic
Authentication in the Apache2 web server. It accepts any combination of
user and password.

Sometimes this is useful when testing or building a proof of concept,
since there's no need to generate a htpasswd file etc. It can also be
used to pass a user name to Apache in a scenario where verification of
the credentials is delegated to a reverse proxy in front of Apache.

--- >8 

So, this apache2 authentication module doesn't do more than just...

return AUTH_GRANTED;

It can be used like this:


AuthType Basic
AuthName "Yolo"
AuthBasicProvider yolo
Require valid-user


There seems to be no other way in apache2 to end up with the same
result, allowing everything, but still ending up with the provided
username in r->user.

The actual use case for this (at $dayjob, at Mendix) is to be able to do
all authentication and authorization work in nginx with custom code
using lua etc etc... and still have apache2 running libapache2-mod-svn
behind it, using the user name from the basic auth header as svn commit
author.

Thanks,
Knorrie



Bug#919268: marked as done (ITP: libfsapfs -- APFS access library and utilities)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 23:00:11 +
with message-id 
and subject line Bug#919268: fixed in libfsapfs 20181215-1
has caused the Debian Bug report #919268,
regarding ITP: libfsapfs -- APFS access library and utilities
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.)


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

* Package name: libfsapfs
  Version : 20181215
  Upstream Author : Joachim Metz
* URL or Web page : https://github.com/libyal/libfsapfs
* License : LGPL-3.0+
  Description : APFS access library and utilities

This is an indirect dependency of newer Plaso versions and will be
maintained within the Debian Security Tools team
--- End Message ---
--- Begin Message ---
Source: libfsapfs
Source-Version: 20181215-1

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

Debian distribution maintenance software
pp.
Hilko Bengen  (supplier of updated libfsapfs package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jan 2019 11:10:02 +0100
Source: libfsapfs
Binary: libfsapfs-dev libfsapfs1 libfsapfs-utils python-fsapfs python3-fsapfs
Architecture: source amd64
Version: 20181215-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools 
Changed-By: Hilko Bengen 
Description:
 libfsapfs-dev - APFS access library -- development files
 libfsapfs-utils - APFS access library -- Utilities
 libfsapfs1 - APFS access library
 python-fsapfs - APFS access library -- Python 2 bindings
 python3-fsapfs - APFS access library -- Python 3 bindings
Closes: 919268
Changes:
 libfsapfs (20181215-1) unstable; urgency=medium
 .
   * Initial release (Closes: #919268)
Checksums-Sha1:
 949381f7c9164c39ae639a8b31bf7a8ccc9fac4e 2306 libfsapfs_20181215-1.dsc
 2626f300dc9000fa0190d5a767d6ca18e39fb2ff 1954522 libfsapfs_20181215.orig.tar.gz
 6c8f74654a0b5e6c8a0eefa30116733894be4818 4104 
libfsapfs_20181215-1.debian.tar.xz
 0d23bb7a2a8dff2530e563d385d8db98ecd6fc7d 484556 
libfsapfs-dev_20181215-1_amd64.deb
 180572d9f70b0ce1fbd8bb619c66ed6745165ba2 96308 
libfsapfs-utils-dbgsym_20181215-1_amd64.deb
 74571b5a1dff3c81b1ca09f2021454789396dbb6 36068 
libfsapfs-utils_20181215-1_amd64.deb
 d10e7c61c2413eb3520d8106f7f89772ec21bc96 771064 
libfsapfs1-dbgsym_20181215-1_amd64.deb
 f5cda87a69d02dd566342dc972359ad08838c7c8 471952 libfsapfs1_20181215-1_amd64.deb
 64ab4ea0d76b9fdb1d13c99acccf335cc3f5e33b 9094 
libfsapfs_20181215-1_amd64.buildinfo
 bb31f9f2be8b2cbf0781e359ae1419d7962ddbc0 362772 
python-fsapfs-dbgsym_20181215-1_amd64.deb
 b2aa0a06bb1108a96e44af1ab39b580a3c20547e 309040 
python-fsapfs_20181215-1_amd64.deb
 23d3834f7bfc282ed7b857c91a4f760378c9d1cb 372836 
python3-fsapfs-dbgsym_20181215-1_amd64.deb
 0b773f925c1f0e83cd851a407bf9b1163b59e57d 311876 
python3-fsapfs_20181215-1_amd64.deb
Checksums-Sha256:
 696ef22a02450bda6c64724ebb2b03010414cfd5a69d95eebd342fdc61aa7b46 2306 
libfsapfs_20181215-1.dsc
 7a886ceb58a87663bee00a2aaaf72eaa50ac3ab0af35ddb6935895dd92e04402 1954522 
libfsapfs_20181215.orig.tar.gz
 0503b9f009831f596ab38bdf79123e7e55047abd3a1a1077403da397e894103e 4104 
libfsapfs_20181215-1.debian.tar.xz
 884ae1f475b777b1c9419abfaa8568dcf2f84289c46e135c5d41cda483eb55b2 484556 
libfsapfs-dev_20181215-1_amd64.deb
 9388ef31198ed54f352cf8b8acf1d7e347ca5e6df2883f15973db76ef1b19ba4 96308 
libfsapfs-utils-dbgsym_20181215-1_amd64.deb
 08098d5b9a164bfa2b4ffeb29779abf263fc5ef5d1206bd54023c810e6814298 36068 
libfsapfs-utils_20181215-1_amd64.deb
 4e924e241af14683627af0bdb8e1bfb7b79ddf201b03486eec2716c545879b36 771064 
libfsapfs1-dbgsym_20181215-1_amd64.deb
 6c9776a7530a004bccb0a06f092a664fb41496394006cea0806aab9a7ac77fb2 471952 
libfsapfs1_20181215-1_amd64.deb
 4ad4b0c013b656451aa3e6fbb98357b00812cb0cac1590676dd1fd64245cf51b 9094 
libfsapfs_20181215-1_amd64.buildinfo
 b9de5c2fa68f60c9573df14bc250612db902748bd253fb1b27244503092b82b0 362772 
python-fsapfs-dbgsym_20181215-1_amd64.deb
 

Bug#917814: marked as done (ITP: pydecorate -- Decorating PIL images: logos, texts, pallettes)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 23:00:13 +
with message-id 
and subject line Bug#917814: fixed in pydecorate 0.2.1-1
has caused the Debian Bug report #917814,
regarding ITP: pydecorate -- Decorating PIL images: logos, texts, pallettes
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.)


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

* Package name: pydecorate
  Version : 0.2.1
  Upstream Author : Hrobjartur Thorsteinsson 
* URL : https://github.com/pytroll/pydecorate
* License : GPLv3
  Programming Lang: Python
  Description : Decorating PIL images: logos, texts, pallettes

Binary package names: python3-pydecorate
--- End Message ---
--- Begin Message ---
Source: pydecorate
Source-Version: 0.2.1-1

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

Debian distribution maintenance software
pp.
Antonio Valentino  (supplier of updated 
pydecorate 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, 14 Jan 2019 07:08:14 +
Source: pydecorate
Binary: python3-pydecorate
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python3-pydecorate - Decorating PIL images with logos, texts, pallettes
Closes: 917814
Changes:
 pydecorate (0.2.1-1) unstable; urgency=medium
 .
   * Initial version (Closes: #917814)
Checksums-Sha1:
 6390854f525aa8ec98ada865baf3fcaa603e8c24 2158 pydecorate_0.2.1-1.dsc
 fdb8de0a504a3d62f7f47d3596125ff79d0dc89d 7679479 pydecorate_0.2.1.orig.tar.gz
 f365556039cce016160c6f760daf1cb620799036 3396 pydecorate_0.2.1-1.debian.tar.xz
 78bc905c7a1ba5534483902bfcc2dc6b953dd7cb 7457 
pydecorate_0.2.1-1_amd64.buildinfo
 2a6c30c9532003f14b6e62b6a412dad4b734a6b5 9700 
python3-pydecorate_0.2.1-1_all.deb
Checksums-Sha256:
 054a42815b6d303384d94a4ccfc1ab6b6150035de8c13b3068017c3a7beb7a9b 2158 
pydecorate_0.2.1-1.dsc
 20da5b79f0e9234abbc4b07a04ca287df15a8a702f8b3005b3c14abc6ee776af 7679479 
pydecorate_0.2.1.orig.tar.gz
 b809664fdc98a622b9c1295a801d543e3f2cd54777da227a8399c3fcd1fc8727 3396 
pydecorate_0.2.1-1.debian.tar.xz
 6bbe53edb415820c5274afe98143d751901c215992c62cdcd810b556d113c7cc 7457 
pydecorate_0.2.1-1_amd64.buildinfo
 5b88a32695e9f165921dec95d57bd03de384fa9c28071a0f13c50fa4163e08a7 9700 
python3-pydecorate_0.2.1-1_all.deb
Files:
 6e4cb8511b38f436f914e3f56f7bed6f 2158 python optional pydecorate_0.2.1-1.dsc
 bcc31d7e95a65660252f6032e5f73310 7679479 python optional 
pydecorate_0.2.1.orig.tar.gz
 a0dfc68d858b55600ef4d40929997c48 3396 python optional 
pydecorate_0.2.1-1.debian.tar.xz
 9dbe3089fd09a0499b643bc190cc3a4d 7457 python optional 
pydecorate_0.2.1-1_amd64.buildinfo
 5c24f7bf47c547ab5de2b65802541801 9700 python optional 
python3-pydecorate_0.2.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlw8bFsACgkQZ1DxCuiN
SvGd7w/9GRf4Lg1Szlbk9l83yjfpb/4ioYgBuCrXwIXETpXP4p34RIxR0uhOHQUf
U97sGHh3Wg2ubXVZkUBLTL6FGkwrfQnT+UMuwSG+wpvwK3TjRjCknEA3Ji9b+2a2
7CwelvPoKc1QgrXDoOOL9m999Uhwk56IEkjSlyDrBFmVyewWzIpyt1Np5FO3u2Ks
JwD3ps0Eta5ggoK6qdu96f4i//evP1WZKu4TeAA5JAxaGFI8ZFxXUVUqFjrMc4Ft
d0O0shi/cJWrEUGijeOS7KVXVjooON/HrbJDu7TKpZ21FC5cRaGTA1StnMlQfhKC
4QKAFKpsZS4O696IGzptnZQ52AnYwnerxYNv9Ls47ZFRlRLlnrdUcmygk2rRe5Jp
nij6VWGENLRmAftfCejziVeoQRNslHPKBe7ygQlvkGcMt+Col8dSodIzadOMsra0
CdRj/iNRZ6NE9hDXqDPgZeVHVeBIB7t4LcTU1Nmn8s4yimNpshbcxuGaCuOWz10V
SHcZj7taxrkypZDY1plCaxnI5AA/nooJYRg7DfT574nj0wWVgaN2mDTO7YDOHM3J
OdYcbk73cqHYgJh3bYl6V7peLx/Jb78UQ399mKYkUa1fArkdbHMDjjqiQVVu5tkV
PZK567SFpiiy2h8WVKta+VSJfXvWbrtEjKo6K3px67nFMoIX2KQ=
=lZ6F
-END PGP SIGNATURE End Message ---


Bug#909796: marked as done (ITP: checksec -- Bash script to test executable properties)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 23:00:09 +
with message-id 
and subject line Bug#909796: fixed in checksec 1.9.0-1
has caused the Debian Bug report #909796,
regarding ITP: checksec -- Bash script to test executable properties
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.)


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

* Package name: checksec
  Version : 1.8.0
  Upstream Author : Tobias Klein
* URL : https://github.com/slimm609/checksec.sh
* License : BSD
  Programming Lang: Bash
  Description : Bash script to test executable properties

Modern Linux distributions offer some mitigation techniques to make it harder
to exploit software vulnerabilities reliably. Mitigations such as RELRO,
NoExecute (NX), Stack Canaries, Address Space Layout Randomization (ASLR) and
Position Independent Executables (PIE) have made reliably exploiting any
vulnerabilities that do exist far more challenging. The checksec.sh script is
designed to test what standard Linux OS and PaX security features are being
used.
--- End Message ---
--- Begin Message ---
Source: checksec
Source-Version: 1.9.0-1

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

Debian distribution maintenance software
pp.
Chen-Ying Kuo  (supplier of updated checksec 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, 08 Jan 2019 21:19:14 +0800
Source: checksec
Binary: checksec
Architecture: source all
Version: 1.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Chen-Ying Kuo 
Changed-By: Chen-Ying Kuo 
Description:
 checksec   - Bash script to test executable properties
Closes: 909796
Changes:
 checksec (1.9.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #909796)
Checksums-Sha1:
 8df7c28dbc1e0b32df1edeec347a5a50aee11a0c 1892 checksec_1.9.0-1.dsc
 e35cecf6c017e2b833295256454d815fd32c3a92 196168 checksec_1.9.0.orig.tar.gz
 d9d511acb2c0e5b77b67ab15449f374839b5ed63 2360 checksec_1.9.0-1.debian.tar.xz
 19cd8db3878b6d308733c07f347efb5408c5117c 21256 checksec_1.9.0-1_all.deb
 2c4194b25d72e362dd7a11401b085c86c8a085c2 5403 checksec_1.9.0-1_amd64.buildinfo
Checksums-Sha256:
 039c30df2f7f25f48d2e2da2117d74a1798933f27a94d98529a9732b300d4a87 1892 
checksec_1.9.0-1.dsc
 1ae5da9c629f5daf8b887b477886da9ad8d3b68a8ac8a5ca1a9a99da9c6875ac 196168 
checksec_1.9.0.orig.tar.gz
 9c99c377c0e6b43933f1e89a188d73b0dd49f8112f2f8bce9cfc2439c403b415 2360 
checksec_1.9.0-1.debian.tar.xz
 b2c8cccaae430632a5c10f2a864eee1e201d77ceb1cf31100e16a136ed80bb76 21256 
checksec_1.9.0-1_all.deb
 e8ee8d34450e36d905bf6a33779a26c7c25f7cb020b289b452e24740ded287d8 5403 
checksec_1.9.0-1_amd64.buildinfo
Files:
 d27831bfaa0f46c25364a06f4ba16c0a 1892 misc optional checksec_1.9.0-1.dsc
 92d67cbe36605a7dc6082e041cbb2600 196168 misc optional 
checksec_1.9.0.orig.tar.gz
 81666e9361ee20f37cdd0153a82e619f 2360 misc optional 
checksec_1.9.0-1.debian.tar.xz
 d911b392c5246e492f5de7e04496046c 21256 misc optional checksec_1.9.0-1_all.deb
 2e171d5a938ab4fb01f1117b23033967 5403 misc optional 
checksec_1.9.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEF4+DOLMUAeME/ES6qVmzipVh8/kFAlw5XhEACgkQqVmzipVh
8/kPKBAAmR1QXweUPbu2NNnl+YcHE4r4z+X2BEbp6oP37x/Cy7EaCmhigXelYh+2
Iam1KuD4z2NUfy+gr4kmaUcgnk0nG5ehb6Wbaw6ID+sFqU5mSgyik/ooeFJaZuCD
+jSPIp5gPzcGoqFJU6J2lTjcNxEBXxAmYJukjN2Z0vSACyMOFGK7jNNzX1Y07fGM
jOaZY6/TJ7Qgbw+ZHphFVwxUwZ6BjcX44bu0GbKZVGIKik1dpFwWRGadsrDPN/hj
0v8bbVgtaojyna9nArirHCiI3OzJzqlYpOLVstfW2LC3LZoyuF6x2GvxbGrfd/RC
SYcJDfZigucnkI1pHHrzu6n1V4LgdrSjFUE2YY8LqgzEAM62Fx2c+ZxnNKBWxMr9
3wBQPqDYZV/Czdo11LfYWEMR9H9mMO6DI12ib3mqW/wk9rnncq0sq0rQfplT8cY0
u504S/Or4WJxAn0KbJt3W9GxAnOHQdwuohIUSWlx+RaVimwcTK66c4ysj5RJfyVn
eQluPHil3yxJxGxc7FPwHcyfZacmtzwjbPc1YRIE/gkN7kF1pxy/ERhUknNNtZDM
8Cfs65vjYIAkK+C3f5VUlrARB5en9fIt3TJ6/U3ShlF6bYomTTyrF/XdKfxdKXXP
PV7DKhy2m6yHpSqGgjTLOaBiTGQuuw8FdK/uguyCoED5r4EBXx0=
=cX79
-END PGP SIGNATURE End Message ---


Bug#919329: ITP: r-cran-venndiagram -- Generate High-Resolution Venn and Euler Plots

2019-01-14 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller 

* Package name: r-cran-venndiagram
* URL : https://cran.r-project.org/web/packages/VennDiagram/
* License : GPL-2
  Programming Lang: R
  Description : Generate High-Resolution Venn and Euler Plots

To be team maintained at https://salsa.debian.org/r-pkg-team/r-cran-venndiagram



Bug#919328: ITP: exadrums -- Software drum module (graphical user interface)

2019-01-14 Thread Jeremy Oden
Package: wnpp
Severity: wishlist
Owner: Jeremy Oden 

* Package name: exadrums
  Version : 0.3.0
  Upstream Author : Jeremy Oden 
* URL : https://github.com/SpintroniK/eXaDrums
* License : MIT
  Programming Lang: C++
  Description : Software drum module (graphical user interface)

ExaDrums is a virtual drum module that allows to play drums with custom-made
drum kits.
It is user-friendly and combines high quality stereo sound with low latency.
Each drum kit provides individual sliders in order to control the volume of its
drum pads.
A built-in metronome can be combined with a rhythm coach to make practice
sessions easier and efficient.
The drum triggers can be adjusted so that their response feels as natural as
possible, and different sensor interfaces include a virtual (on-screen) multi
pad and external sensors.


Exadrums provides a graphical user interface that offers the functionalities of
a standard
drum module. I depends on libexadrums.
I have played drums using exadrums as a drum module, and it is working well.
To my knowledge there are no packages in the current Debian distributions that
offer similar functionality.



Bug#919327: ITP: libexadrums -- Software drum module (library)

2019-01-14 Thread Jeremy Oden
Package: wnpp
Severity: wishlist
Owner: Jeremy Oden 

* Package name: libexadrums
  Version : 0.3.0
  Upstream Author : Jeremy Oden 
* URL : https://github.com/SpintroniK/libeXaDrums
* License : MIT
  Programming Lang: C++
  Description : Software drum module (library)

ExaDrums is a virtual drum module that allows to play drums with custom-made
drum kits.
It is user-friendly and combines high quality stereo sound with low latency.
Each drum kit provides individual sliders in order to control the volume of its
drum pads.
A built-in metronome can be combined with a rhythm coach to make practice
sessions easier and efficient.
The drum triggers can be adjusted so that their response feels as natural as
possible, and different sensor interfaces include a virtual (on-screen) multi
pad and external sensors.


Libexadrums provides a C++ API that offers the functionalities of a standard
drum module.
I have played drums using libexadrums, and it is working well.
To my knowledge there are no packages in the current Debian distributions that
offer similar functionality.



Processed: retitle wnpp

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 919261 O: irqbalance -- Daemon to balance interrupts for SMP systems
Bug #919261 [wnpp] O: irqbalance
Changed Bug title to 'O: irqbalance -- Daemon to balance interrupts for SMP 
systems' from 'O: irqbalance'.
>
End of message, stopping processing here.

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



Bug#919313: ITP: r-cran-ffield -- Force field simulation for a set of points

2019-01-14 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller 

* Package name: r-cran-ffield
  Version : 0.1.0
* URL : https://cran.r-project.org/web/packages/FField/index.html
* License : GPL-3
  Programming Lang: R
  Description : Force field simulation for a set of points

To be team-maintained at https://salsa.debian.org/r-pkg-team/r-cran-ffield



Processed: itp

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 669908 ITP: rtpaudio -- RTP Audio sound streaming system
Bug #669908 [wnpp] RFP: rtpaudio -- RTP Audio sound streaming system
Changed Bug title to 'ITP: rtpaudio -- RTP Audio sound streaming system' from 
'RFP: rtpaudio -- RTP Audio sound streaming system'.
> owner 669908 Thomas Dreibholz 
Bug #669908 [wnpp] ITP: rtpaudio -- RTP Audio sound streaming system
Owner recorded as Thomas Dreibholz .
> stop
Stopping processing here.

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



Processed: itp

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 882640 Andrew Worsley 
Bug #882640 [wnpp] RFP: dm-zoned-tools -- utilities for the dm-zoned device 
mapper
Owner recorded as Andrew Worsley .
> retitle 882640 ITP: dm-zoned-tools -- utilities for the dm-zoned device mapper
Bug #882640 [wnpp] RFP: dm-zoned-tools -- utilities for the dm-zoned device 
mapper
Changed Bug title to 'ITP: dm-zoned-tools -- utilities for the dm-zoned device 
mapper' from 'RFP: dm-zoned-tools -- utilities for the dm-zoned device mapper'.
>
End of message, stopping processing here.

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



Processed: rfp itp rfs

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 863249 ITP: frr -- The FRR suite of dynamic routing protocols
Bug #863249 [wnpp] RFP: frr -- The FRR suite of dynamic routing protocols
Changed Bug title to 'ITP: frr -- The FRR suite of dynamic routing protocols' 
from 'RFP: frr -- The FRR suite of dynamic routing protocols'.
> owner 863249 David Lamparter 
Bug #863249 [wnpp] ITP: frr -- The FRR suite of dynamic routing protocols
Owner recorded as David Lamparter .
> block 863249 by 911867
Bug #863249 [wnpp] ITP: frr -- The FRR suite of dynamic routing protocols
863249 was not blocked by any bugs.
863249 was not blocking any bugs.
Added blocking bug(s) of 863249: 911867
>
End of message, stopping processing here.

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



Bug#886268: marked as done (ITP: butt -- streaming tool for live audio very easy to use)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 20:10:22 +
with message-id 
and subject line Bug#917543: fixed in butt 0.1.17+dfsg-1
has caused the Debian Bug report #917543,
regarding ITP: butt -- streaming tool for live audio very easy to use
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.)


-- 
917543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Paulo Henrique de Lima Santana (phls)" 

* Package name: butt
  Version : 0.1.16
  Upstream Author : Daniel Nothen 
* URL : http://danielnoethen.de
* License : GPL-2+
  Programming Lang: C
  Description : streaming tool for live audio very easy to use

 It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows.
 .
 The main purpose of butt is to stream live audio data from your computers
 Mic or Line input to an Shoutcast or Icecast server. Recording is also
 possible.
 .
 It is not intended to be a server by itself or automatically stream a set
 of audio files.
--- End Message ---
--- Begin Message ---
Source: butt
Source-Version: 0.1.17+dfsg-1

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

Debian distribution maintenance software
pp.
Paulo Henrique de Lima Santana (phls)  (supplier of 
updated butt 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: Fri, 28 Dec 2018 12:44:45 -0200
Source: butt
Binary: butt
Architecture: source amd64
Version: 0.1.17+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Paulo Henrique de Lima Santana (phls) 
Changed-By: Paulo Henrique de Lima Santana (phls) 
Description:
 butt   - multi OS streaming audio tool easy to use
Closes: 917543
Changes:
 butt (0.1.17+dfsg-1) unstable; urgency=medium
 .
   * Initial release to Debian. (Closes: #917543).
Checksums-Sha1:
 201ad7bdc26cdc15430503c3e5cdc8e44dcce1c3 1990 butt_0.1.17+dfsg-1.dsc
 771b25c433ea23d1f96dfcdd0db85ab9b7b502ec 5206062 butt_0.1.17+dfsg.orig.tar.gz
 899a4387d2219d752f741ffb7c8e3d1b3a36022e 10116 butt_0.1.17+dfsg-1.debian.tar.xz
 bafe73fe7ee43700936bb23da2d61cd4d7f52a79 497560 
butt-dbgsym_0.1.17+dfsg-1_amd64.deb
 206d855a76926efc9aae0ea00bb0abdd2dbe2373 8224 
butt_0.1.17+dfsg-1_amd64.buildinfo
 6fbd0f220b541df5bb3ac5008951b3cdfabbe45e 292452 butt_0.1.17+dfsg-1_amd64.deb
Checksums-Sha256:
 cf348e3b51e9afbaca24df51bfc6bdbd02b66d7117ed17108e6e6dedc41f0377 1990 
butt_0.1.17+dfsg-1.dsc
 816dfc8e74703a177a678ca2a32818951c7e9105f8ce716f82b2cc88425eda4b 5206062 
butt_0.1.17+dfsg.orig.tar.gz
 99da74662aee4e463b170e368561265655a4b8f1c69d724823803c7c198cf447 10116 
butt_0.1.17+dfsg-1.debian.tar.xz
 edca9376189cb8335b487ca1e6528e64170394aebe443b555f9ad13b2dd22095 497560 
butt-dbgsym_0.1.17+dfsg-1_amd64.deb
 e74ece43750c3f25763bcf9159039d90d7eb44f5c0d1552c1c55e6d9ed251d46 8224 
butt_0.1.17+dfsg-1_amd64.buildinfo
 16ba4ea52200b3cd4b19cd9a89e24b9901b0839f7842447a35938ab1faec9086 292452 
butt_0.1.17+dfsg-1_amd64.deb
Files:
 933f7ed8070d266029daba598f51161f 1990 sound optional butt_0.1.17+dfsg-1.dsc
 e6cf51ced384eb5eae9250642b637c73 5206062 sound optional 
butt_0.1.17+dfsg.orig.tar.gz
 d317b7d3b311ec04d3de11bea390c446 10116 sound optional 
butt_0.1.17+dfsg-1.debian.tar.xz
 96c8dfc34f3f6e350961e94286b3d410 497560 debug optional 
butt-dbgsym_0.1.17+dfsg-1_amd64.deb
 d602f9e981a858bf6f13f71ba6af9a72 8224 sound optional 
butt_0.1.17+dfsg-1_amd64.buildinfo
 ae499a3b1232320db6782775fb5b0256 292452 sound optional 
butt_0.1.17+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAlwpNkMACgkQmvRrMCV3
GzFvqQ//RyYLe8qzYDEopp+9Ro8lMna3QbhABkeFOCAUb3grWVG6g8p6OE07X3Vd
fmss4v/D/hcU1M+JcKDppMd/GienXzeve9YNALGZHOoSv+cpPNT2iDPoFcJI8b/C
r1pjj5vvmoj+NyZylUx0lR/SeqIiEd99MQ6E4fLBWOE5oIZOd6YSsROuQ6GezToZ
/HaNq/MpENaC0T2K4wpMLWW63PwN475dOMTQoFF73UVVwwrsccXUfGBqpT5iRrHc
6IftYrQe8WbAQPtcnP7Gjk7/TRk20REk4rNCeZmZ5cULIRtLOZyRRunvVg9/jwVp
RoYDmRKVSQG2qDUTwb38WI0H7jWfg69O1E/L8161oFpFLqVt1VsiIhSA4kFlVzZ9

Bug#917543: marked as done (ITP: butt -- multi OS streaming audio tool easy to use)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 20:10:22 +
with message-id 
and subject line Bug#917543: fixed in butt 0.1.17+dfsg-1
has caused the Debian Bug report #917543,
regarding ITP: butt -- multi OS streaming audio tool easy to use
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.)


-- 
917543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Paulo Henrique de Lima Santana (phls)" 

* Package name: butt
  Version : 0.1.17
  Upstream Author : Daniel Noethen 
* URL : https://danielnoethen.de
* License : GPL-2+
  Programming Lang: C
  Description : multi OS streaming audio tool easy to use

 butt (broadcast using this tool) is an easy to use, multi OS streaming tool.
 It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows. The
 main purpose of butt is to stream live audio data from your computers Mic or
 Line input to an Shoutcast or Icecast server. Recording is also possible. It
 is NOT intended to be a server by itself or automatically stream a set of
 audio files.
 .
 * It Works with SHOUTcast and Icecast.
 * It runs on all three major operating systems. Mac OS X, Linux and Windows.
 * It supports aac+, mp3, ogg/vorbis, ogg/opus and flac for streaming.
 * It supports aac+, mp3, ogg/vorbis, ogg/opus, flac and wav for recording.
 * It is able to connect to a server after starting up automatically.
 * It is able to start a recording after connecting to a server automatically.
 * Recording can be split after a user defined amount of time.
 * Current song can either be updated manually or automatically by reading a
   file.
 * Configuration files can be imported and exported.
 * Status display shows infos about the current state (click on it).
 * Automatically reconnects in case the connection was interrupted.
 * It has a VU Meter with peak hold.
 * It is able to attentuate and amplify the input volume.
 * It has a 5-band EQ.
 * It  can read song names from different apps in MacOS and Linux.
 * Display colors can be changed as desired.
--- End Message ---
--- Begin Message ---
Source: butt
Source-Version: 0.1.17+dfsg-1

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

Debian distribution maintenance software
pp.
Paulo Henrique de Lima Santana (phls)  (supplier of 
updated butt 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: Fri, 28 Dec 2018 12:44:45 -0200
Source: butt
Binary: butt
Architecture: source amd64
Version: 0.1.17+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Paulo Henrique de Lima Santana (phls) 
Changed-By: Paulo Henrique de Lima Santana (phls) 
Description:
 butt   - multi OS streaming audio tool easy to use
Closes: 917543
Changes:
 butt (0.1.17+dfsg-1) unstable; urgency=medium
 .
   * Initial release to Debian. (Closes: #917543).
Checksums-Sha1:
 201ad7bdc26cdc15430503c3e5cdc8e44dcce1c3 1990 butt_0.1.17+dfsg-1.dsc
 771b25c433ea23d1f96dfcdd0db85ab9b7b502ec 5206062 butt_0.1.17+dfsg.orig.tar.gz
 899a4387d2219d752f741ffb7c8e3d1b3a36022e 10116 butt_0.1.17+dfsg-1.debian.tar.xz
 bafe73fe7ee43700936bb23da2d61cd4d7f52a79 497560 
butt-dbgsym_0.1.17+dfsg-1_amd64.deb
 206d855a76926efc9aae0ea00bb0abdd2dbe2373 8224 
butt_0.1.17+dfsg-1_amd64.buildinfo
 6fbd0f220b541df5bb3ac5008951b3cdfabbe45e 292452 butt_0.1.17+dfsg-1_amd64.deb
Checksums-Sha256:
 cf348e3b51e9afbaca24df51bfc6bdbd02b66d7117ed17108e6e6dedc41f0377 1990 
butt_0.1.17+dfsg-1.dsc
 816dfc8e74703a177a678ca2a32818951c7e9105f8ce716f82b2cc88425eda4b 5206062 
butt_0.1.17+dfsg.orig.tar.gz
 99da74662aee4e463b170e368561265655a4b8f1c69d724823803c7c198cf447 10116 
butt_0.1.17+dfsg-1.debian.tar.xz
 edca9376189cb8335b487ca1e6528e64170394aebe443b555f9ad13b2dd22095 497560 
butt-dbgsym_0.1.17+dfsg-1_amd64.deb
 e74ece43750c3f25763bcf9159039d90d7eb44f5c0d1552c1c55e6d9ed251d46 8224 
butt_0.1.17+dfsg-1_amd64.buildinfo
 16ba4ea52200b3cd4b19cd9a89e24b9901b0839f7842447a35938ab1faec9086 292452 
butt_0.1.17+dfsg-1_amd64.deb

Bug#915959: marked as done (ITP: dpo-tools -- set of scripts that can aid in the translation of podebconf files)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 20:10:27 +
with message-id 
and subject line Bug#915959: fixed in dpo-tools 1.3-1
has caused the Debian Bug report #915959,
regarding ITP: dpo-tools -- set of scripts that can aid in the translation of 
podebconf files
to be marked as done.

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

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


-- 
915959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915959
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Paulo Henrique de Lima Santana (phls)" 

* Package name: dpo-tools
  Version : 1.3
  Upstream Author : Adriano Rafael Gomes 
* URL : https://salsa.debian.org/l10n-br-team/dpo-tools
* License : GPL-3+
  Programming Lang: Shell Script
  Description : set of scripts that can aid in the translation of podebconf 
files

 dpo-tools is a set of shell scripts that can aid in the translation of
 Debian's podebconf files.
 .
 dpo-tools does not dictate any rule of how translations should be done,
 it just tries to reflect the conventions used in the mailing list
 debian-l10n-portugu...@lists.debian.org list.
--- End Message ---
--- Begin Message ---
Source: dpo-tools
Source-Version: 1.3-1

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

Debian distribution maintenance software
pp.
Paulo Henrique de Lima Santana (phls)  (supplier of 
updated dpo-tools 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: Sun, 09 Dec 2018 20:27:26 -0200
Source: dpo-tools
Binary: dpo-tools
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Paulo Henrique de Lima Santana (phls) 
Changed-By: Paulo Henrique de Lima Santana (phls) 
Description:
 dpo-tools  - set of scripts that can aid in the translation of podebconf files
Closes: 915959
Changes:
 dpo-tools (1.3-1) unstable; urgency=medium
 .
   * Initial release to Debian. (Closes: #915959).
Checksums-Sha1:
 730abbbc3fb00e2f5057a024271d79f61b56a7ef 1866 dpo-tools_1.3-1.dsc
 85a12533bf1b3aba2b129518c115e3872c827da0 17256 dpo-tools_1.3.orig.tar.gz
 7d1fc19e5f7cc23c06f10b8dbfd9cd468bf2760d 2140 dpo-tools_1.3-1.debian.tar.xz
 3f8e89186871e7c7aa3d9fd59ff12f4485e316d0 8860 dpo-tools_1.3-1_all.deb
 005357703b13b6feabe84b4cf023c170fc56643c 5193 dpo-tools_1.3-1_i386.buildinfo
Checksums-Sha256:
 3cd5e6e2ab6973c7b7fd94d63cc24ba12de99a262a7bea024b525931493a8dba 1866 
dpo-tools_1.3-1.dsc
 3dc611844a732417de0fca2c9101f461f4baf4a610ff2b0c4c9e867c4bc86c90 17256 
dpo-tools_1.3.orig.tar.gz
 072773eaaaefc15135b07d65cec44992ccf8af4b52c1fa30d40f6d42e2c8e446 2140 
dpo-tools_1.3-1.debian.tar.xz
 bff8e4772eae0f7b74ede8646f684a71e77463bbe8e166b72e7b130f729f3258 8860 
dpo-tools_1.3-1_all.deb
 c08227c7c90c36d08d6567574900af1b75af1e873f12c0f622ccc92564423391 5193 
dpo-tools_1.3-1_i386.buildinfo
Files:
 5739a3dd0d96f531d7e221c13644c944 1866 utils optional dpo-tools_1.3-1.dsc
 33e3d26d28806f6cebebbe2d7b363cf9 17256 utils optional dpo-tools_1.3.orig.tar.gz
 4fa312d8bf995528666e503de0c1af7d 2140 utils optional 
dpo-tools_1.3-1.debian.tar.xz
 6adcd39afb33d91a72fbaf03aa0ec807 8860 utils optional dpo-tools_1.3-1_all.deb
 34c03b6609e52c78854fd0357c135dd5 5193 utils optional 
dpo-tools_1.3-1_i386.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAlwaVTEACgkQmvRrMCV3
GzHNZxAAjmffVhUUta5DUgOmzFaiE8Pho92PY/mTPP3o14/HKkpU2X1H8z334jIf
GSYFNEMk+tYPYLN1TWHY5lObNXEsD5KIgrsTtzEmqb0VRYB8VSrlWuPWDPT53SbM
JLGMSkFAYHToRfuoiLi5i2EvBJJurldrbWfeFo2tDd5BwxQnBSdBCpeGbfIWgljU
pfhE0dyCvNU37p20/Ip98ltKctElmy/0lZWiQ5/6Ny8wznfZECquL2yXaCHTN3Kv
tkpY2e3UyX097fzMZTuB+r6Jw5cVMzx6RKG4JuDVgdd8ENQIYIhCR3L38f4Qj3tE
TKZOm1U7DQxZC2iRP8XchzSJV2N7a/ULyjVmA1QD2iYPmO0ETwT5HOf8zTE2lfg9
fJh/QNEcp+/KTlTrOS0gwHx5aBkJCjNx4OyJzl/cXioL1m18srpaoNVtAk8Vt/d1
i2+YezgN1kFATboXbdNdD1htBpPR4zCuF0e9S3ZBnLfR9NG0EuCJddbWCQEj+RPl
RQWH3ajmt4sD0ctNuV2AG0fGCD+9HVDAkqyrN5RXyPqikmIvfRvO3NWttlEPVMQR
uYfPP+fY0a/ivD0PuKw45FcRpjI2Mb836AgVdRLn4ofLpYTgzmwcK2zLfBoG37ox
Wm3AWWpOwj3iLl0FHh6TPu1Bz/Vc7YheZwkwIL/XfX6+NvWZtRE=
=eiBt

Bug#845471: marked as done (ITP: java-diff-utils -- library for computing diffs, applying patches, and generation of side-by-side view in Java)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 20:10:31 +
with message-id 
and subject line Bug#696165: fixed in java-diff-utils 4.0-1
has caused the Debian Bug report #696165,
regarding ITP: java-diff-utils -- library for computing diffs, applying 
patches, and generation of side-by-side view in Java
to be marked as done.

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

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


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

* Package name: java-diff-utils
  Version : 2.1.1
  Upstream Author : Dmitry Naumenko, Brendan Kromhout
* URL : https://github.com/bkromhout/java-diff-utils
* License : Apache 2.0
  Programming Lang: Java
  Description : library for computing diffs, applying patches, and 
generation of side-by-side view in Java

The java-diff-utils library is for computing diffs, applying patches,
generation side-by-side view in Java.

It is an open source library for performing comparison operations
between chunks of text: computing diffs, applying patches, generating
unified diffs or parsing them, generating diff output for easy future
display (like a side-by-side view) and so on.

The main reason for creating this library was the lack of easy-to-use
libraries with all the usual features necessary for working with diff
files. Originally it was inspired by the JRCS library and its nice diff
module design.

This package is required for the upgrade of JabRef to 3.x (#810725).
It will be team-maintained by the Java Team.  

The code originates from Google Code and there are numerous extant forks
available on GitHub.  The "bkromhout" fork was chosen as the basis for
packaging because it is being actively maintained with participation by
the JabRef upstream maintainers.
--- End Message ---
--- Begin Message ---
Source: java-diff-utils
Source-Version: 4.0-1

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

Debian distribution maintenance software
pp.
Andrej Shadura  (supplier of updated java-diff-utils 
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: Sun, 30 Dec 2018 17:50:22 +0100
Source: java-diff-utils
Binary: libdiffutils-java
Architecture: all source
Version: 4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Andrej Shadura 
Closes: 696165
Description: 
 libdiffutils-java - compute diffs and apply patches in Java
Changes:
 java-diff-utils (4.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #696165).
Checksums-Sha1: 
 ecb097ab7a854c285d5f38157fc6d27de96cc4d1 1934 java-diff-utils_4.0-1.dsc
 2e762dc6b7ec15d70826430a3403b8cde569d112 1706808 
java-diff-utils_4.0.orig.tar.gz
 3d9a9a4fe164cc2ee839168905f8fe3741d70266 3316 
java-diff-utils_4.0-1.debian.tar.xz
 6ee5a08cbbad7fa973337f11c84e0f3688129dbf 14738 
java-diff-utils_4.0-1_amd64.buildinfo
 48978dc2788116f569356122c5415d9518f90771 43256 libdiffutils-java_4.0-1_all.deb
Checksums-Sha256: 
 fb47c3cdd96beadb7ed89cbb0edae4e8f933573b3fec65767b6073e912b82ad3 1934 
java-diff-utils_4.0-1.dsc
 e38d48d5fda13ee7468f4ce8e65657e192e74ccecb0873baf039bbed37391cf6 1706808 
java-diff-utils_4.0.orig.tar.gz
 44662354ebceaa75159ca925718a83c70fbe0cb06b130399dc3c46ffa2563459 3316 
java-diff-utils_4.0-1.debian.tar.xz
 9b2ca0c7bdcca55e3597bb97ecb68a1d098b742383ce40707a711d48e14979f1 14738 
java-diff-utils_4.0-1_amd64.buildinfo
 bc6eaf576078b2d56415bf9ef5587dbf33da824d077dd8ff65a6d04452c9b322 43256 
libdiffutils-java_4.0-1_all.deb
Files: 
 2e5647015732ee6478ace38a7f42c6ed 1934 java optional java-diff-utils_4.0-1.dsc
 674f3a78e3156cecf6524ae8866d59ed 1706808 java optional 
java-diff-utils_4.0.orig.tar.gz
 208f42374defc18b075cefb650021685 3316 java optional 
java-diff-utils_4.0-1.debian.tar.xz
 0621c4a22313b62008189e512546126a 14738 java optional 
java-diff-utils_4.0-1_amd64.buildinfo
 ded256a17e77994bb152a42b392470b1 43256 libs optional 
libdiffutils-java_4.0-1_all.deb

-BEGIN PGP SIGNATURE-


Bug#914854: marked as done (ITP: tgl -- telegram library)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 20:10:34 +
with message-id 
and subject line Bug#914854: fixed in tgl 2.0.1+git20160323.ffb04cac-1
has caused the Debian Bug report #914854,
regarding ITP: tgl -- telegram 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.)


-- 
914854: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914854
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Ying-Chun Liu (PaulLiu)" 

* Package name: tgl
  Version : 2.0.1
  Upstream Author : Vysheng 
* URL : https://github.com/vysheng/tgl
* License : LGPL-2.1+
  Programming Lang: C
  Description : telegram library
 The library that handles telegram api and protocol.

-- 
PaulLiu (劉穎駿)
E-mail: Ying-Chun Liu (PaulLiu) 



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: tgl
Source-Version: 2.0.1+git20160323.ffb04cac-1

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

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu)  (supplier of updated tgl 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, 12 Dec 2018 01:34:41 +0800
Source: tgl
Binary: libtgl-0.0.0.20160623-0 libtgl-0.0.0.20160623-dev
Architecture: source amd64
Version: 2.0.1+git20160323.ffb04cac-1
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) 
Changed-By: Ying-Chun Liu (PaulLiu) 
Description:
 libtgl-0.0.0.20160623-0 - telegram API library
 libtgl-0.0.0.20160623-dev - telegram API library (development headers)
Closes: 914854
Changes:
 tgl (2.0.1+git20160323.ffb04cac-1) unstable; urgency=low
 .
   * Initial release (Closes: #914854)
Checksums-Sha1:
 cf680f441abc2c7c18145a1916fb1d0b8ded0b3a 2055 
tgl_2.0.1+git20160323.ffb04cac-1.dsc
 d36d9752ebbfdf3215be43f8db8b3be6a7a75b8c 184144 
tgl_2.0.1+git20160323.ffb04cac.orig.tar.xz
 850a128353ea1c621e55eb2d8b0006e951ecdbbe 4068 
tgl_2.0.1+git20160323.ffb04cac-1.debian.tar.xz
 235bbf7b049ff761e1c81ab93b424a5b07a1132a 2693360 
libtgl-0.0.0.20160623-0-dbgsym_2.0.1+git20160323.ffb04cac-1_amd64.deb
 9bf7f006b30b7c23feaf2f6066555a09f82e15e9 947644 
libtgl-0.0.0.20160623-0_2.0.1+git20160323.ffb04cac-1_amd64.deb
 2c06469d34ba04550214e4ad73769fd91a9439ca 65336 
libtgl-0.0.0.20160623-dev_2.0.1+git20160323.ffb04cac-1_amd64.deb
 7cae0d579479e5d02ab5e53c660653f980d428cb 7268 
tgl_2.0.1+git20160323.ffb04cac-1_amd64.buildinfo
Checksums-Sha256:
 8887ea3a818bef09cb4217d909cd52959773c37886e26ebc785f27b476ccb95e 2055 
tgl_2.0.1+git20160323.ffb04cac-1.dsc
 fdaa7ae13faede841d98c604be8ad1804b2827ce6816ec03c8770ec6d1562a22 184144 
tgl_2.0.1+git20160323.ffb04cac.orig.tar.xz
 c113f50a2e8e6a5a06a6cd6d6e079e8c1f221bcf6a768d0fb88b04a55e89e615 4068 
tgl_2.0.1+git20160323.ffb04cac-1.debian.tar.xz
 b9296495ee57f3d73db32abdc972874672c037bb444772d80fbdee7195d8dcf9 2693360 
libtgl-0.0.0.20160623-0-dbgsym_2.0.1+git20160323.ffb04cac-1_amd64.deb
 f838211597a5cf1d024e1212938c3f88192f667d9a09f4d7b52379e0d01782c5 947644 
libtgl-0.0.0.20160623-0_2.0.1+git20160323.ffb04cac-1_amd64.deb
 ccf8b78d328231e039e533c1d5c9bf64dccc35956630ea6461514f4f0a89e4ba 65336 
libtgl-0.0.0.20160623-dev_2.0.1+git20160323.ffb04cac-1_amd64.deb
 34b0aa9d7e05ffef2c16f07ada9533cc705cc99ceddad3a90d66e35150cd503e 7268 
tgl_2.0.1+git20160323.ffb04cac-1_amd64.buildinfo
Files:
 72ca7d237234b76fbbeadf925a229cfb 2055 libs optional 
tgl_2.0.1+git20160323.ffb04cac-1.dsc
 62b95eaa5a7ad71693a573f9f9ac0953 184144 libs optional 
tgl_2.0.1+git20160323.ffb04cac.orig.tar.xz
 e1b3b1f13a5c83755fe1badf4c12a7ff 4068 libs optional 
tgl_2.0.1+git20160323.ffb04cac-1.debian.tar.xz
 1bd65d8868ecf8da186634937d66e716 2693360 debug optional 
libtgl-0.0.0.20160623-0-dbgsym_2.0.1+git20160323.ffb04cac-1_amd64.deb
 c8080f8b7bead33241775fdadbe8cca3 947644 libs optional 
libtgl-0.0.0.20160623-0_2.0.1+git20160323.ffb04cac-1_amd64.deb
 c74ab6d76d2451984d745d9a621c1ed6 65336 libdevel optional 

Bug#696165: marked as done (ITP: java-diff-utils -- library for computing diffs, applying patches, and generation of side-by-side view in Java)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 20:10:31 +
with message-id 
and subject line Bug#696165: fixed in java-diff-utils 4.0-1
has caused the Debian Bug report #696165,
regarding ITP: java-diff-utils -- library for computing diffs, applying 
patches, and generation of side-by-side view in Java
to be marked as done.

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

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


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

* Package name: libdiffutils-java
  Version : 1.2.1
  Upstream Author : Dmitry Naumenko 
* URL : http://code.google.com/p/java-diff-utils/
* License : Apache-2
  Programming Lang: Java
  Description : Java diff and patch library

The Diff Utils library performs comparison operations between texts: 
computing diffs, applying patches, generating unified diffs or 
parsing them, and generating diff output for easy display (such as
side-by-side view).

--

This library is used by the next release of caveconverter
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696163) and thus
ought to be packaged in its own right rather than embedded.
--- End Message ---
--- Begin Message ---
Source: java-diff-utils
Source-Version: 4.0-1

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

Debian distribution maintenance software
pp.
Andrej Shadura  (supplier of updated java-diff-utils 
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: Sun, 30 Dec 2018 17:50:22 +0100
Source: java-diff-utils
Binary: libdiffutils-java
Architecture: all source
Version: 4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Andrej Shadura 
Closes: 696165
Description: 
 libdiffutils-java - compute diffs and apply patches in Java
Changes:
 java-diff-utils (4.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #696165).
Checksums-Sha1: 
 ecb097ab7a854c285d5f38157fc6d27de96cc4d1 1934 java-diff-utils_4.0-1.dsc
 2e762dc6b7ec15d70826430a3403b8cde569d112 1706808 
java-diff-utils_4.0.orig.tar.gz
 3d9a9a4fe164cc2ee839168905f8fe3741d70266 3316 
java-diff-utils_4.0-1.debian.tar.xz
 6ee5a08cbbad7fa973337f11c84e0f3688129dbf 14738 
java-diff-utils_4.0-1_amd64.buildinfo
 48978dc2788116f569356122c5415d9518f90771 43256 libdiffutils-java_4.0-1_all.deb
Checksums-Sha256: 
 fb47c3cdd96beadb7ed89cbb0edae4e8f933573b3fec65767b6073e912b82ad3 1934 
java-diff-utils_4.0-1.dsc
 e38d48d5fda13ee7468f4ce8e65657e192e74ccecb0873baf039bbed37391cf6 1706808 
java-diff-utils_4.0.orig.tar.gz
 44662354ebceaa75159ca925718a83c70fbe0cb06b130399dc3c46ffa2563459 3316 
java-diff-utils_4.0-1.debian.tar.xz
 9b2ca0c7bdcca55e3597bb97ecb68a1d098b742383ce40707a711d48e14979f1 14738 
java-diff-utils_4.0-1_amd64.buildinfo
 bc6eaf576078b2d56415bf9ef5587dbf33da824d077dd8ff65a6d04452c9b322 43256 
libdiffutils-java_4.0-1_all.deb
Files: 
 2e5647015732ee6478ace38a7f42c6ed 1934 java optional java-diff-utils_4.0-1.dsc
 674f3a78e3156cecf6524ae8866d59ed 1706808 java optional 
java-diff-utils_4.0.orig.tar.gz
 208f42374defc18b075cefb650021685 3316 java optional 
java-diff-utils_4.0-1.debian.tar.xz
 0621c4a22313b62008189e512546126a 14738 java optional 
java-diff-utils_4.0-1_amd64.buildinfo
 ded256a17e77994bb152a42b392470b1 43256 libs optional 
libdiffutils-java_4.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAlwo+UAACgkQXkCM2RzY
OdLLiggAib9wbABixg7yG8B2qCNym9q3fNiVfVrBJ6FizCXV3FEW3uNNk8RUwTEz
y2fesLJU7YV2UNTswkVkKjgyiKVrih6CJPWpw1geP1SPLN283SYtqnpc8s9nauAy
z4Gv39yh7+yeajLHSvXpIXumyLr8ZK6BgI1tFXd4Qf3kAZU3wg8tlk24t1Wnw6FJ
C0Uxuq1hJV90ezsTJX/FRqfaoKPZycg1yr+sRjNpuKlDUP32PoSh7MX1dYTJJdKx
mpZX3JA+huTmUEOa4W559iZ/iBsyTfmUTwJzgI/Cx91RRtK0pCgMrWcBJPPR7L2c
fLbUP4wMJKS/wtXBc5XWFru2GR8kZA==
=pCq7
-END PGP SIGNATURE End Message ---


Processed: itp nextcloud-client

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 847613 Sandro Knauß 
Bug #847613 [wnpp] ITP: nextcloud-client -- desktop client for nextcloud
Owner recorded as Sandro Knauß .
>
End of message, stopping processing here.

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



Processed: retitle to solve same pkg name

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 911575 ITP: bitfield-decoder -- a tool for decoding register values
Bug #911575 [wnpp] ITP: bitfield -- a tool for decoding register values
Changed Bug title to 'ITP: bitfield-decoder -- a tool for decoding register 
values' from 'ITP: bitfield -- a tool for decoding register values'.
> retitle 864358 ITP: bitfield-something -- bit array manipulation library
Bug #864358 [wnpp] ITP: bitfield -- bit array manipulation library
Changed Bug title to 'ITP: bitfield-something -- bit array manipulation 
library' from 'ITP: bitfield -- bit array manipulation library'.
>
End of message, stopping processing here.

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



Processed: retitle to differ with existing

2019-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 912865 ITP: mako-something -- lightweight notification daemon for 
> Wayland
Bug #912865 [wnpp] ITP: mako - lightweight notification daemon for Wayland
Changed Bug title to 'ITP: mako-something -- lightweight notification daemon 
for Wayland' from 'ITP: mako - lightweight notification daemon for Wayland'.
>
End of message, stopping processing here.

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



Bug#466580: marked as done (RFA: lsadb -- Utility to scan devices on the ADB bus)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 19:51:53 +
with message-id <20190114195153.hqdfievfh62sn...@master.debian.org>
and subject line removed from unstable
has caused the Debian Bug report #466580,
regarding RFA: lsadb -- Utility to scan devices on the ADB bus
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.)


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

I request an adopter for the lsadb package.  This is a very low
maintinance package, I'm putting it up for adoption because I no longer
have any hardware with an ADB bus.

The package description is:
 lsadb is a utility to scan the devices on the ADB-Bus and print out
 some information about the devices found.
 .
 This utility is not very useful on computers without an ADB-Bus. That
 means this utility is only useful mostly for Apple Macintosh computers.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
X-CrossAssassin-Score: 4398--- End Message ---


Bug#918483: marked as done (O: cairo-clock -- Analog clock drawn with vector-graphics)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 19:50:24 +
with message-id <20190114195024.6cnv3bmnx6awv...@master.debian.org>
and subject line removed from unstable
has caused the Debian Bug report #918483,
regarding O: cairo-clock -- Analog clock drawn with vector-graphics
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.)


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


Bug#919299: ITP: flatpak-xdg-utils -- xdg-open and xdg-email reimplementation for containerized apps

2019-01-14 Thread Simon McVittie
Package: wnpp
Severity: wishlist
Owner: Simon McVittie 

* Package name: flatpak-xdg-utils
  Version : 0.1+ (git snapshot)
  Upstream Author : Florian Müllner, Matthias Clasen, Alex Larsson
* URL : https://github.com/flatpak/flatpak-xdg-utils
* License : LGPL-2+
  Programming Lang: C
  Description : xdg-open and xdg-email reimplementation for containerized 
apps

Applications running in a Flatpak sandbox cannot normally launch arbitrary
subprocesses outside the container to open files and URLs. This
package provides reimplementations of the standard xdg-open(1) and
xdg-email(1) command-line tools intended to be run inside the container.
They use the D-Bus session bus to communicate with the xdg-desktop-portal
service outside the container.

These tools are developed alongside Flatpak, but they are not completely
Flatpak-specific, and might also be useful for other app-container
technologies.

This package is normally only useful if you are using Debian packages
to construct a Flatpak runtime, and should not be installed on a normal
Debian desktop system. On desktop systems please install the reference
implementation of the xdg-open and xdg-email tools, which can be found
in the xdg-utils package.

If this package is installed in a non-Flatpak environment for testing,
it will not work without the dbus-session-bus and xdg-desktop-portal
packages.

[X-Debbugs-Cc to xdg-utils maintainers for information: this will
probably have Conflicts/Replaces, and possibly Provides, on the reference
implementation of xdg-utils.]

---

This will probably also produce a second binary package, flatpak-spawn
or similar, with the parts that are completely Flatpak-specific:

Package: flatpak-spawn
Description: tool to run programs outside a Flatpak sandbox
 Applications running in a Flatpak sandbox cannot normally run arbitrary
 commands outside the container, and cannot create nested containers.
 The flatpak-spawn tool uses the D-Bus session bus to communicate with
 a portal service provided by Flatpak outside the container, which can run
 commands on behalf of the sandboxed application, subject to Flatpak
 permissions checks.
 .
 Applications that contain a helper tool such as a thumbnailer can use
 flatpak-spawn to launch that tool in a new instance of their own
 sandbox, with more restrictive permissions. For example, this can be
 used to mitigate possible security vulnerabilities in thumbnailers by
 granting fewer privileges to the thumbnailer.
 .
 Trusted applications with the 'devel' privilege flag, such as the GNOME
 Builder integrated development environment, can also use flatpak-spawn
 to run arbitrary commands on the host system, bypassing the sandbox.
 .
 This package is only useful if you are using Debian packages to construct
 a Flatpak runtime, and should not be installed on a normal Debian desktop
 system.



Bug#916668: marked as done (ITP: buildstream -- toolset for the BuildStream project)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 19:00:09 +
with message-id 
and subject line Bug#916668: fixed in buildstream 1.2.3-1
has caused the Debian Bug report #916668,
regarding ITP: buildstream -- toolset for the BuildStream project
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.)


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

Package Name: buildstream
Version: 1.2.3
Upstream Authors: Codethink, Tristan Van Berkom, Jürg Billeter
License : LGPL-2+
Programming Lang: Python3
Homepage: https://buildstream.build/
Description:  toolset for the Buildstream project
 BuildStream is a GNOME project to improve the continuous integration of
 complex systems and applications. The project aims to pay special
 attention to those developers and integrators who care about the
 maintainability of their projects during a long period of time.
 .
 BuildStream is also a powerful and flexible software integration toolset.
 It has been designed to create different outputs out of a unique input
 and, at the same time, it is able to adapt to complex workflows, even
 when additional build tools are required. An important part of
 BuildStream is a sister project called BuildGrid, that allows
 BuildStream to build at scale.

Other Info
--
Note that this package installs a new 3-letter binary: /usr/bin/bst

I intend to maintain this with the Debian GNOME Team.

Initial packaging is at https://salsa.debian.org/gnome-team/buildstream/

Docs are at https://buildstream.gitlab.io/buildstream/

BuildStream is sort of, but not really, a replacement for jhbuild.
BuildStream is used to build GNOME releases (since GNOME 3.28) and the
Freedesktop SDKs. The GNOME and KDE Flatpak runtimes depend on the
Freedesktop SDKs.

Thanks,
Jeremy Bicha
--- End Message ---
--- Begin Message ---
Source: buildstream
Source-Version: 1.2.3-1

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

Debian distribution maintenance software
pp.
Jeremy Bicha  (supplier of updated buildstream 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, 16 Dec 2018 21:27:38 -0500
Source: buildstream
Binary: buildstream python3-buildstream
Architecture: source all
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Jeremy Bicha 
Description:
 buildstream - toolset for the Buildstream project
 python3-buildstream - Python library for BuildStream toolset
Closes: 916668
Changes:
 buildstream (1.2.3-1) unstable; urgency=medium
 .
   * Initial release (Closes: #916668)
Checksums-Sha1:
 a7e4aa3895c416f6274063499c8111671ee57bb4 2215 buildstream_1.2.3-1.dsc
 2a458dea04d3761905c11395e1ef3b62bbd963f6 459572 buildstream_1.2.3.orig.tar.xz
 2997d59eca6c3a0aa91017d4a739e4df448aa8e6 4644 buildstream_1.2.3-1.debian.tar.xz
 f64e97691eb8893f03f351e7907bb22530df02f4 17652 buildstream_1.2.3-1_all.deb
 0db17ac285c555108c50563645f79c4f41fc2863 6775 
buildstream_1.2.3-1_amd64.buildinfo
 074ae5f926cc17994e8cc88df963208689c45e01 214528 
python3-buildstream_1.2.3-1_all.deb
Checksums-Sha256:
 34639ae8cbc5ad6fabd20c853d6fb3423a5c3944839aca0faf5ae03855229d21 2215 
buildstream_1.2.3-1.dsc
 3632f85b1db8b1a19c4099850e196664bd994a25dabb912f7ccfa40c539c1c76 459572 
buildstream_1.2.3.orig.tar.xz
 4847a55b2cf633954a3dd65ceb54692a7c518f48c2695d34816d3bc1de121555 4644 
buildstream_1.2.3-1.debian.tar.xz
 a9cd4ecbe190ffb2a2fc3ae67499e134fdd2a263b6f84b0b438696cb3a9e6546 17652 
buildstream_1.2.3-1_all.deb
 68dce3e7706e2af5878faf05b3a32fd60a53d02765b0baed41d71bd94b389d16 6775 
buildstream_1.2.3-1_amd64.buildinfo
 503036e3a3c94484a8095dceb0c22fdb311a45d84bfd934eee80a0d69ccdbabb 214528 
python3-buildstream_1.2.3-1_all.deb
Files:
 b59c87d4c9008584e4405d2e9049072c 2215 gnome optional buildstream_1.2.3-1.dsc
 a443490ac497edf9ac496e1884ec2747 459572 gnome 

Bug#916611: marked as done (ITP: wabt -- WebAssembly Binary Toolkit)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 19:00:10 +
with message-id 
and subject line Bug#916611: fixed in wabt 1.0.6-1
has caused the Debian Bug report #916611,
regarding ITP: wabt -- WebAssembly Binary Toolkit
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.)


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

* Package name: wabt
  Version : 1.0.6
  Upstream Author : WebAssembly Community Group participants
* URL : https://github.com/WebAssembly/wabt
* License : Apache-2.0
  Programming Lang: C++
  Description : WebAssembly Binary Toolkit

 WABT (pronounced: "wabbit") is a suite of tools for WebAssembly, including:
 .
  * wat2wasm: translate from WebAssembly text format to the WebAssembly binary
format
  * wasm2wat: the inverse of wat2wasm, translate from the binary format back
to the text format (also known as a .wat)
  * wasm-objdump: print information about a wasm binary. Similar to objdump.
  * wasm-interp: decode and run a WebAssembly binary file using a stack-based
interpreter
  * wat-desugar: parse .wat text form as supported by the spec interpreter
(s-expressions, flat syntax, or mixed) and print "canonical" flat format
  * wasm2c: convert a WebAssembly binary file to a C source and header
 .
 These tools are intended for use in (or for development of) toolchains or
 other systems that want to manipulate WebAssembly files. Unlike the
 WebAssembly spec interpreter (which is written to be as simple, declarative
 and "speccy" as possible), they are written in C/C++ and designed for easier
 integration into other systems. Unlike Binaryen these tools do not aim to
 provide an optimization platform or a higher-level compiler target; instead
 they aim for full fidelity and compliance with the spec (e.g. 1:1 round-trips
 with no changes to instructions).


This is a new build-dependency of ublock-origin to compile WebAssembly
files from source.
--- End Message ---
--- Begin Message ---
Source: wabt
Source-Version: 1.0.6-1

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

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated wabt 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, 17 Dec 2018 22:18:24 +0100
Source: wabt
Binary: wabt
Architecture: source amd64
Version: 1.0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Markus Koschany 
Changed-By: Markus Koschany 
Description:
 wabt   - WebAssembly Binary Toolkit
Closes: 916611
Changes:
 wabt (1.0.6-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #916611)
Checksums-Sha1:
 c2f5209c917d99b1233bda910733278e8c1a874c 1944 wabt_1.0.6-1.dsc
 f23ac3ca5688416fbf9172def6f1237923df7394 926202 wabt_1.0.6.orig.tar.gz
 a8e14ade70961e3a2061ce5da292dc9dcd09ddc7 2352 wabt_1.0.6-1.debian.tar.xz
 b0f4970adf36ddfb7d88aa2d1595b0bdb141489a 25393976 wabt-dbgsym_1.0.6-1_amd64.deb
 4b3398145c25e8acfe5b335439ae0c214a3b6af1 7073 wabt_1.0.6-1_amd64.buildinfo
 a44d743aa83a8e7de453fd1434ba7c1fb83c370c 725924 wabt_1.0.6-1_amd64.deb
Checksums-Sha256:
 2a0a9dd748056c23506d018545dde28b5ae769fd0b2b1a01bf08874b5eecf2ba 1944 
wabt_1.0.6-1.dsc
 62c04fe50404b494a5d8f78e9a991c72c97ab87c558b5ca1a52508b313a19178 926202 
wabt_1.0.6.orig.tar.gz
 4d01e5ca9c3c34f7f05d7f972035771d7cf66b2b5a009431b70e6160d573e39f 2352 
wabt_1.0.6-1.debian.tar.xz
 45d04b1df72730537845bc1d4b9af3011be4f53a388c8fe43331e3890e28ab79 25393976 
wabt-dbgsym_1.0.6-1_amd64.deb
 50a74678e3fd59bd471513ac347133662ebdc7fad3027ce5dfbbb8fe6968d925 7073 
wabt_1.0.6-1_amd64.buildinfo
 96248e93ed227f5d83b5a547748ede18fbb09546d72eafa616657249f69601e2 725924 
wabt_1.0.6-1_amd64.deb
Files:
 736c908f41e6327d733cfb501109347f 1944 devel optional wabt_1.0.6-1.dsc
 490f36909f6b2c283b1df16b7eb46215 926202 devel optional wabt_1.0.6.orig.tar.gz
 e0b0d200f96f9a41cdeb3f8a8b0d970e 2352 devel optional wabt_1.0.6-1.debian.tar.xz
 

Bug#916401: marked as done (ITP: jsp-api -- JavaServer Pages API)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:48 +
with message-id 
and subject line Bug#916401: fixed in jsp-api 2.3.4-1
has caused the Debian Bug report #916401,
regarding ITP: jsp-api -- JavaServer Pages API
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.)


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

* Package name: jsp-api
  Version : 2.3.4
  Upstream Author : Oracle
* URL : https://github.com/javaee/javaee-jsp-api
* License : CDDL-1.1 or GPL-2 with Classpath exception
  Programming Lang: Java
  Description : JavaServer Pages API

JavaServer Pages (JSP) is a technology that helps software developers
create dynamically generated web pages based on HTML, XML, or other
document types.

The JSP API is already packaged in libservlet3.1-java, but this package is
tied to src:tomcat8 which won't be part of Buster. The new tomcat9 package
no longer builds the JavaEE APIs (Servlet, JSP, EL and WebSocket APIs) and
separate API packages are introduced to replace them.

This package will be maintained by the Java Team.
--- End Message ---
--- Begin Message ---
Source: jsp-api
Source-Version: 2.3.4-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated jsp-api 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: Fri, 14 Dec 2018 10:27:13 +0100
Source: jsp-api
Binary: libjsp-api-java
Architecture: source all
Version: 2.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libjsp-api-java - JavaServer Pages API
Closes: 916401
Changes:
 jsp-api (2.3.4-1) unstable; urgency=medium
 .
   * Initial release (Closes: #916401)
Checksums-Sha1:
 88ae179f5152a4b03372128ea28fcbee019c304e 2040 jsp-api_2.3.4-1.dsc
 e8753c73d3cd2fe8985028fddfb834692ee6cf27 85592 jsp-api_2.3.4.orig.tar.xz
 6cb74ef0c0c9a898bbdd1630eab09e7944e1f2e7 8364 jsp-api_2.3.4-1.debian.tar.xz
 c0c08e2f15bbcf24b43ff09d9961afad69c152b2 15198 jsp-api_2.3.4-1_amd64.buildinfo
 34c95cb1d4d4c3be6d7e9f1d6c5f093d6de82190 53276 libjsp-api-java_2.3.4-1_all.deb
Checksums-Sha256:
 208acb987dcc373023248a635a13e5b36c68b62024003f1c3d088af40a8818b3 2040 
jsp-api_2.3.4-1.dsc
 2fab7216496da3e0d87937786ab67af8168bd73bac1ad52b074881dea717509d 85592 
jsp-api_2.3.4.orig.tar.xz
 ab4868002cba75a2ab9f79b79ba132a54dd31a1640b52cc494d7cbf95da5b832 8364 
jsp-api_2.3.4-1.debian.tar.xz
 90adc599230914555b6983153a52d6512673abd09268f57f188dd800d59a0eb4 15198 
jsp-api_2.3.4-1_amd64.buildinfo
 027a14edc9135e33bffe1a575ad395c57b53bcaa1da663b2152098fd872f46e1 53276 
libjsp-api-java_2.3.4-1_all.deb
Files:
 592045c383e6794a478d19bbb55281a8 2040 java optional jsp-api_2.3.4-1.dsc
 e8cd2dcaed107f9dd549c40eca35ce48 85592 java optional jsp-api_2.3.4.orig.tar.xz
 96e755398d53df6dbb7f2dcd852e7ecf 8364 java optional 
jsp-api_2.3.4-1.debian.tar.xz
 d72f4eeb1c130d34981d243ebbd4f655 15198 java optional 
jsp-api_2.3.4-1_amd64.buildinfo
 ce38f71442366edefa15d853ba418f39 53276 java optional 
libjsp-api-java_2.3.4-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlwTfbYACgkQ9RPEGeS5
0KzUCQ//TK4eHlzjiTdloa+quxv4e1MkCd2c8U7F80oDQtEUz2FSMLsp9sue6mJI
xftDP4F+dp3wWBl+iXv3r2OTLXde1A32ut/TEm5Yr/9jseUEgxNVMTpgU/+1Tv8t
24ciC993A6iSkHzYWWyxBeNi1xDzrAJYQmT0RLwiDqDQSxvdrRTxw7P6JcwQ7iO2
U48IbeglSBaNSlsv1/IhqJVVKJyd8LuugGWJnHUQ45FloKnxy7QenfdnYJxc+xZp
UGoWnmcpBeK1Pb2gCBY6Tb1ivbaCds7TKh+L963gXdFXVTBmnkoaoMYxSIB5AMEQ
Tfr8cTRlqoHDesBRqKUDzhwbykuNfRkVtKKww2NPb7DDP3pXtEZN1bL6NprsUQQK
jSLgD6klPQ5xSsynnRk86Q9dguL8BI2HuWueQ5ySLIE5qnFui0VuDwTy6KW5OiHv
2Pos1JVMMWujDBoBrPx6H19RFXO8nGzgKckjgKHH4zdS78BsGzLQexO9qmPRrtFd
UTetPOVFOTMBEbEdE4I+0tzOFne47vcNIa7H5XqRW1Ap2qMFBkcjzrhewzTZk91Q
+rxFGObx/1VhFulnYVpap0/UFZNAs8g047a/nm5G7yZYhMxjfh46oSV/HU4dBT+W
NKg172pjTGMX1gcd7ZJL1Jy5htnXTzqB74oq8qcrkd4rBNhGIrY=
=mU7d

Bug#916354: marked as done (ITP: servlet-api -- Java Servlet API)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:50 +
with message-id 
and subject line Bug#916354: fixed in servlet-api 4.0.1-1
has caused the Debian Bug report #916354,
regarding ITP: servlet-api -- Java Servlet API
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.)


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

* Package name: servlet-api
  Version : 4.0.1
  Upstream Author : Oracle
* URL : https://javaee.github.io/servlet-spec/
* License : Apache-2.0, CDDL-1.1 or GPL-2 with Classpath exception
  Programming Lang: Java
  Description : Java Servlet API

The Servlet API is the Java platform technology of choice for interacting
with the web. Servlets provide a component-based, platform-independent
method, for building web-based applications generating dynamic content.
Servlets are managed by a container and interact with web clients via a
request/response paradigm.

The Servlet API packages used to be built by the src:tomcat packages.
This is changing with tomcat9 and a new separate package is being
introduced. The package name no longer contains the specification number
to facilitate future migrations to higher versions.

This package will be maintained by the Java Team.
--- End Message ---
--- Begin Message ---
Source: servlet-api
Source-Version: 4.0.1-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated servlet-api 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: Fri, 14 Dec 2018 10:27:18 +0100
Source: servlet-api
Binary: libservlet-api-java libservlet-api-java-doc libservlet3.1-java
Architecture: source all
Version: 4.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libservlet-api-java - Java Servlet API
 libservlet-api-java-doc - Java Servlet API (documentation)
 libservlet3.1-java - Java Servlet API 3.1 (transitional package)
Closes: 916354
Changes:
 servlet-api (4.0.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #916354)
Checksums-Sha1:
 5ad72f847d6a9237a84d149ed6a8245666459b45 2233 servlet-api_4.0.1-1.dsc
 1c74e59c75f6f013cf82b2009aabdb015d5f3ec6 94792 servlet-api_4.0.1.orig.tar.xz
 499c1b396a600a88165c4b368baac4c591a1b930 10740 
servlet-api_4.0.1-1.debian.tar.xz
 50fcf31230068be472cef9d4781df67bd72584fe 405748 
libservlet-api-java-doc_4.0.1-1_all.deb
 72b1b877ed0aae5d38825ca944380b97d451f6d3 80912 
libservlet-api-java_4.0.1-1_all.deb
 c57cfb75c486c0317776f2a88006f74ca27f2e6b 9420 
libservlet3.1-java_4.0.1-1_all.deb
 61ed1d5efa34f6a9aa7b1a828475a0508217648a 15867 
servlet-api_4.0.1-1_amd64.buildinfo
Checksums-Sha256:
 f102fb38e9aef49ea03d22ccffc61fad6b4cf71f1942089f905deabd936468b1 2233 
servlet-api_4.0.1-1.dsc
 26328ec380389cf60b9968ede81bab261409f6a2976635a826d3c39dbd8bacc4 94792 
servlet-api_4.0.1.orig.tar.xz
 32aba07d10a67917b8da8f04669caabba1decad4d1ea475181ff1fd0fdf7a456 10740 
servlet-api_4.0.1-1.debian.tar.xz
 b69c513860f4909b2097ed63a195c028d04ba486084f3dc86fbef8b6f12760c6 405748 
libservlet-api-java-doc_4.0.1-1_all.deb
 c62a2c97792a3d4b18e1e13221662fc9b94ec1c1eee258595dd1da8c89714678 80912 
libservlet-api-java_4.0.1-1_all.deb
 95a3925e88b0508c2cc56eecce4420fef0c0575919a3365213318beccd3ba7eb 9420 
libservlet3.1-java_4.0.1-1_all.deb
 de8a7389147ca9f21e5b59f043979708ac222ca3578fe10459d8a8c44142527b 15867 
servlet-api_4.0.1-1_amd64.buildinfo
Files:
 c261e4bc95e89a49499e21f5809ad11d 2233 java optional servlet-api_4.0.1-1.dsc
 025cc87ce1a2904273c06bd383fabb80 94792 java optional 
servlet-api_4.0.1.orig.tar.xz
 1d932283624ddf571bbe400dd49900a6 10740 java optional 
servlet-api_4.0.1-1.debian.tar.xz
 3fe014e53b2830694b9c7902be1f7d1b 405748 doc optional 
libservlet-api-java-doc_4.0.1-1_all.deb
 ed4becaabfa6313cebdf02177ccc2758 80912 java optional 

Bug#916245: marked as done (ITP: websocket-api -- Java API for WebSocket (JSR-356))

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:51 +
with message-id 
and subject line Bug#916245: fixed in websocket-api 1.1-1
has caused the Debian Bug report #916245,
regarding ITP: websocket-api -- Java API for WebSocket (JSR-356)
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.)


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

* Package name: websocket-api
  Version : 1.1
  Upstream Author : Oracle
* URL : https://github.com/javaee/websocket-spec
* License : CDDL-1.1 or GPL-2 with Classpath exception
  Programming Lang: Java
  Description : Java API for WebSocket (JSR-356)

Java API for WebSocket (JSR-356) defines a standard API for the development
of websocket applications, both on the server side as well as on the Java
client side.

The Java WebSocket API is already partially packaged in libservlet3.1-java,
but this package is tied to src:tomcat8 which won't be part of Buster. The
new tomcat9 package no longer builds the JavaEE APIs (Servlet, JSP,EL and
WebSocket APIs) and separate API packages are introduced to replace them.

This package will be maintained by the Java Team.
--- End Message ---
--- Begin Message ---
Source: websocket-api
Source-Version: 1.1-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated websocket-api 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: Fri, 14 Dec 2018 10:26:56 +0100
Source: websocket-api
Binary: libwebsocket-api-java
Architecture: source all
Version: 1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libwebsocket-api-java - Java WebSocket API
Closes: 916245
Changes:
 websocket-api (1.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #916245)
Checksums-Sha1:
 25fd8578eb7ad64aafd6c9c6171557530f152e97 2026 websocket-api_1.1-1.dsc
 b9f13736d1262b1e043ccc04c5be6b4c8543c226 28884 websocket-api_1.1.orig.tar.xz
 0e75254bfd3a3ebb1a26c7057d5cb5bd220223c1 8436 websocket-api_1.1-1.debian.tar.xz
 201eeac0a92d6fefadec2ef98e66e7b21e6774a6 39836 
libwebsocket-api-java_1.1-1_all.deb
 6101960d6de5faecf4d478d8ac4bbef2e56c89f7 15236 
websocket-api_1.1-1_amd64.buildinfo
Checksums-Sha256:
 f39064f78befb06483c8134a989dc83dc986cf2baef77eae1cc85b12e83d8096 2026 
websocket-api_1.1-1.dsc
 53c0c1eff9d4bda5abb28ac47f874407c019e546e40c061541b4b4a096e9fa7b 28884 
websocket-api_1.1.orig.tar.xz
 c6d79e97ed8f2d6836dcbd2bc30777a12d3ab4f5bdd95cc4a37fb6d77ec35653 8436 
websocket-api_1.1-1.debian.tar.xz
 06f4549b388d5eda128567da3c74cdeda51e898453d43871ca2ce93153083145 39836 
libwebsocket-api-java_1.1-1_all.deb
 54227f4154f8c4549de6f6765ebae7d2b24d9ba013288a9219cd60f1738933dd 15236 
websocket-api_1.1-1_amd64.buildinfo
Files:
 951eb1cb11eec3dfbeae56de736bf38d 2026 java optional websocket-api_1.1-1.dsc
 84eab0efbbc8d41311ff20056b0b17f6 28884 java optional 
websocket-api_1.1.orig.tar.xz
 04c4e88fd0c2cecf41de921efde89709 8436 java optional 
websocket-api_1.1-1.debian.tar.xz
 b8bc2a1835f3d8dc6c7bafe4c1ab950d 39836 java optional 
libwebsocket-api-java_1.1-1_all.deb
 6f300435a58d21b8121a297a7e8853b2 15236 java optional 
websocket-api_1.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlwTfsYACgkQ9RPEGeS5
0KzKABAAn2FjhYpRLOh7ebegNWCG9df6lWMlAMjZFbn1M1BPawroevtIzcfd09la
CW9eTzYFtQlCyoLxLmii1cZOEXq1tqSHlhHsTxdaYZzjnHWMsIDgXEHftioK+cOM
BxCSf6LHbue0Adg0kWzqWLHqrYGT4HsHZpJn598Uw2BlsuFkSx6jrkk4BDZG1/yp
rrA8EjYtFtyfmXp5WCKWv5NDHIepV7/AYWz6SphqtOD60LFkrIt5miLyRnjmFxcE
eDMjwDgE988CU5+QxEvH/JhUZfifIwcT8FLKoUfvdkvUKNajCDi98Bpvc9b6OxF9
vtaIlbumsoK1O0rMxcFLlLCifN8vB5L8+am0mz1X7vlBinoMEXEB/IJcudCU86tN
vj/3elFxvV/T2dVqnm2QMRXC/oj5TFwu3DXU45WmQvHTY5kZcaDJFL1kzcj7Sfdv
tBqL9aFfpcbnZPYa/aVXYUtf4BtXW4zufsvQLCqXQhZYjjwUwPSA7LKP+T4HSYzk

Bug#913439: marked as done (ITP: node-babel-helper-to-multiple-sequence-expressions -- syntactic sugar to help with multiple expressions)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#909402: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #909402,
regarding ITP: node-babel-helper-to-multiple-sequence-expressions -- syntactic 
sugar to help with multiple expressions
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.)


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

* Package name: node-babel-helper-to-multiple-sequence-expressions
  Version : 0.4.3
  Upstream Author : Amjad Masad
* URL : 
https://notabug.org/themusicgod1/node-babel-helper-to-multiple-sequence-expressions
* License : MIT
  Programming Lang: javascript
  Description : syntactic sugar to help with multiple expressions

A single helper function that is used by, among other things, meteor ( #842425 
).  It packs expressions from
one format(passed in as nodes of expressions) into another(in-javascript).
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N

Bug#910499: marked as done (ITP: schroedinger-coordgenlibs -- 2D coordinate generation for chemical compounds)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:50 +
with message-id 
and subject line Bug#910499: fixed in schroedinger-coordgenlibs 1.1-1
has caused the Debian Bug report #910499,
regarding ITP: schroedinger-coordgenlibs -- 2D coordinate generation for 
chemical compounds
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.)


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

* Package name: schroedinger-coordgenlibs
* URL : https://github.com/schrodinger/coordgenlibs
* License : BSD
  Programming Lang: C++
  Description : 2D coordinate generation for chemical compounds

About to be uploaded to 
https://salsa.debian.org/science-team/schroedinger-coordgenlibs
--- End Message ---
--- Begin Message ---
Source: schroedinger-coordgenlibs
Source-Version: 1.1-1

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

Debian distribution maintenance software
pp.
Steffen Moeller  (supplier of updated 
schroedinger-coordgenlibs 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: Sun, 07 Oct 2018 11:48:03 +0200
Source: schroedinger-coordgenlibs
Binary: libschroedinger-coordgenlibs-dev libschroedinger-coordgenlibs1
Architecture: source amd64
Version: 1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Steffen Moeller 
Description:
 libschroedinger-coordgenlibs-dev - 2D coordinate generation for chemical 
compounds - header files
 libschroedinger-coordgenlibs1 - 2D coordinate generation for chemical compounds
Closes: 910499
Changes:
 schroedinger-coordgenlibs (1.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #910499)
Checksums-Sha1:
 9288c80e9166d0a378c441da0a4b9de33d2fd9cd 2263 
schroedinger-coordgenlibs_1.1-1.dsc
 f25fe9fe3c18f04ef7e8ba92df595d6fdfb79734 131353 
schroedinger-coordgenlibs_1.1.orig.tar.gz
 2153dd8ac315f083c11770027ae0229e8db01fb5 2968 
schroedinger-coordgenlibs_1.1-1.debian.tar.xz
 9c589885ac9ac3504fdb664970c4cc242c069348 27556 
libschroedinger-coordgenlibs-dev_1.1-1_amd64.deb
 a5f04158d5caa991f85d2f12db5e93fdeeecca33 3656236 
libschroedinger-coordgenlibs1-dbgsym_1.1-1_amd64.deb
 542e5f31cc79c134f1eefdf351f3aac15f5f09b9 177124 
libschroedinger-coordgenlibs1_1.1-1_amd64.deb
 3fbdfe034ecbd587c8dd02920a4b759d5dd8d4b3 6541 
schroedinger-coordgenlibs_1.1-1_amd64.buildinfo
Checksums-Sha256:
 b657ddd8dbc100993af0a3e16131e43a473c424495d0c4ca4cf1c13c5fb59d43 2263 
schroedinger-coordgenlibs_1.1-1.dsc
 ed98793e819ed9a5c4bc1a10cb3335d335cbf69f84f35b78ba4a66389a8dea4f 131353 
schroedinger-coordgenlibs_1.1.orig.tar.gz
 9526e70b7bbf8f085eff5504b707145ce97de84df4eab13994118dcbc3b51ea5 2968 
schroedinger-coordgenlibs_1.1-1.debian.tar.xz
 487a0186fe51ee50493c7af505aea572132bda2e9e1d9fe467e327e6eba381d2 27556 
libschroedinger-coordgenlibs-dev_1.1-1_amd64.deb
 ea72d2b0ca0aae1ac11f861cb6934ed84226c4d0e43069ddea42fc3fcfd5132b 3656236 
libschroedinger-coordgenlibs1-dbgsym_1.1-1_amd64.deb
 ee8d60e7c009981a0cc2af91d9ed6e9fe5028c6ee339fcc8c1c8a4410f27ba2d 177124 
libschroedinger-coordgenlibs1_1.1-1_amd64.deb
 fa748dac814e0fdb0d6e52f0c77f0c9ccda24177edd002d3c18e8d339e6e9d6a 6541 
schroedinger-coordgenlibs_1.1-1_amd64.buildinfo
Files:
 7de067c443b6715ec0aedf5c58b5bf25 2263 libs optional 
schroedinger-coordgenlibs_1.1-1.dsc
 493cf2eab7d4ab6242e25da112831798 131353 libs optional 
schroedinger-coordgenlibs_1.1.orig.tar.gz
 71d3e73d6106432c731be0ece02b210a 2968 libs optional 
schroedinger-coordgenlibs_1.1-1.debian.tar.xz
 2570285cec442230b32496879618bec7 27556 libdevel optional 
libschroedinger-coordgenlibs-dev_1.1-1_amd64.deb
 503f13f2d83a48cf43ed911f2f2e424a 3656236 debug optional 
libschroedinger-coordgenlibs1-dbgsym_1.1-1_amd64.deb
 090be181b1be4ecdb6e2613f8995e750 177124 libs optional 
libschroedinger-coordgenlibs1_1.1-1_amd64.deb
 663dbb4b071990b9ca5e15c20e24f38c 6541 libs optional 

Bug#915021: marked as done (ITP: memkind -- user-extensible heap manager for heterogeneous memory platforms)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:49 +
with message-id 
and subject line Bug#915021: fixed in memkind 1.8.0-1
has caused the Debian Bug report #915021,
regarding ITP: memkind -- user-extensible heap manager for heterogeneous memory 
platforms
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.)


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

* Package name: memkind
  Version : 1.8.0 (coming soon)
  Upstream Author : Intel
* URL : http://memkind.github.io/memkind/
* License : BSD3
  Programming Lang: C
  Description : user-extensible heap manager for heterogeneous memory 
platforms
 The memkind library is a user extensible heap manager built on top of
 jemalloc which enables control of memory characteristics and a partitioning
 of the heap between kinds of memory.  While arbitrary user control is
 possible, built-in characteristics include NUMA and page size.


Note that there's an issue with a patched fork of jemalloc.  Version 1.7
(included in Ubuntu) can use unmodified jemalloc 5.1, 1.8 requires a patch
that hasn't been accepted by jemalloc's upstream.

But, unlike Ubuntu, Debian doesn't have jemalloc 5.1 anyway.  We're still
at an ancient version (3.6).  The rB-Deps include only 16 packages, but
most of them are both fat and notable.  Quite a bunch also FTBFS for
unrelated reasons; excluding those it seems spades is the only one that
breaks on upgrading jemalloc 3.6 -> 5.1.  As doing such a transition is
not a trivial task, I'm thus thinking of using the private fork of
jemalloc for memkind for the time being.

On the other hand, there are other projects needing such patched jemalloc,
such as redis.
--- End Message ---
--- Begin Message ---
Source: memkind
Source-Version: 1.8.0-1

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

Debian distribution maintenance software
pp.
Adam Borowski  (supplier of updated memkind 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, 12 Dec 2018 13:58:07 +0100
Source: memkind
Binary: libmemkind0 libmemkind-dev libmemkind-progs
Architecture: source amd64
Version: 1.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Adam Borowski 
Changed-By: Adam Borowski 
Description:
 libmemkind-dev - user-extensible heap manager for heterogeneous memory 
platforms
 libmemkind-progs - user-extensible heap manager for heterogeneous memory 
platforms
 libmemkind0 - user-extensible heap manager for heterogeneous memory platforms
Closes: 915021
Changes:
 memkind (1.8.0-1) unstable; urgency=low
 .
   * Initial release.  Closes: #915021.
Checksums-Sha1:
 1931bdce74aa66b524bfb3d5bc956821b0df7325 1969 memkind_1.8.0-1.dsc
 a1ea4b67c7444b6439e862b83de99ae3d973d523 682524 memkind_1.8.0.orig.tar.xz
 cbf469da5cfcb607af7e2aec6fba7fca6d6024e0 4420 memkind_1.8.0-1.debian.tar.xz
 c8ee44f22dcd736491b449f569cac630c2766fd4 1570460 
libmemkind-dev_1.8.0-1_amd64.deb
 4824689db1087a3d8e833af4b96966049a6bda31 5576 
libmemkind-progs-dbgsym_1.8.0-1_amd64.deb
 a8b3a5781d5d0293671d86e8819fb43acd772530 11916 
libmemkind-progs_1.8.0-1_amd64.deb
 c1198cb4db6d0b1603aebcb9000a0431403ac12a 893644 
libmemkind0-dbgsym_1.8.0-1_amd64.deb
 704b7a97617cc43969f7cc4c4db050ea06acd92f 123496 libmemkind0_1.8.0-1_amd64.deb
 c79947b6845a9c4a171897551c7a52c00d5acf74 6452 memkind_1.8.0-1_amd64.buildinfo
Checksums-Sha256:
 7a655ab18c1be2f0d22792bf74d63cad6708d48ffbf6fda58158825e2b73adba 1969 
memkind_1.8.0-1.dsc
 9a8880e75090bfda7c97b2cb71e3ee303f907a94f46d439728f0186f5e2c501c 682524 
memkind_1.8.0.orig.tar.xz
 3139ceacbdd3217fc48db6c0d4814f3e86cc3502e95097a2142b07245547265f 4420 
memkind_1.8.0-1.debian.tar.xz
 a7cf1703fd7dab5ad88ea41d6d9d1f27b782d6aa30be91212110bbe0311ec922 1570460 
libmemkind-dev_1.8.0-1_amd64.deb
 d36dd4ef44de8a81e5d4dff9256a1d06db80e1405f22e236dc77470e665673e0 5576 
libmemkind-progs-dbgsym_1.8.0-1_amd64.deb
 

Bug#912774: marked as done (ITP: casparcg-server -- layered real-time video compositor)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:46 +
with message-id 
and subject line Bug#912774: fixed in casparcg-server 2.2.0~beta7+dfsg-1
has caused the Debian Bug report #912774,
regarding ITP: casparcg-server -- layered real-time video compositor
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.)


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

* Package name: casparcg-server
  Version : 2.2.0
  Upstream Author : SVT
* URL : https://casparcg.com/
* License : GPL
  Description : layered real-time video compositor

play out professional graphics, audio and video to multiple outputs as a
layerbased real-time compositor

-- 
Happy hacking
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: casparcg-server
Source-Version: 2.2.0~beta7+dfsg-1

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

Debian distribution maintenance software
pp.
Petter Reinholdtsen  (supplier of updated casparcg-server 
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: Sun, 16 Dec 2018 16:50:07 +0100
Source: casparcg-server
Binary: casparcg-server
Architecture: source amd64
Version: 2.2.0~beta7+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Petter Reinholdtsen 
Changed-By: Petter Reinholdtsen 
Description:
 casparcg-server - layered real-time video compositor to multiple outputs
Closes: 912774
Changes:
 casparcg-server (2.2.0~beta7+dfsg-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #912774)
   * Included -from-upstream-git.patch from upstream git
 to get the latest version with all copyright header fixes.
Checksums-Sha1:
 0c7da721061fa1cf511074d646634dda197cbfec 2752 
casparcg-server_2.2.0~beta7+dfsg-1.dsc
 9d25bc5a9abe339f2588107baba699a1b053d8d4 914853 
casparcg-server_2.2.0~beta7+dfsg.orig.tar.gz
 6d4c855136544fc1a3f11566ea487cb1829888e7 29392 
casparcg-server_2.2.0~beta7+dfsg-1.debian.tar.xz
 c66f9821c28490040cd61c762d440ec3f4a9f52e 42203028 
casparcg-server-dbgsym_2.2.0~beta7+dfsg-1_amd64.deb
 f46bd1024f8e74bdfed81790389293c442b5f330 19047 
casparcg-server_2.2.0~beta7+dfsg-1_amd64.buildinfo
 9d4b26e5e176f2632760e450c33604c5c1bf3f92 1614684 
casparcg-server_2.2.0~beta7+dfsg-1_amd64.deb
Checksums-Sha256:
 03cfad5b560c67748aee906962fb6c2adb4ed4941618cbb347efc093c953b62d 2752 
casparcg-server_2.2.0~beta7+dfsg-1.dsc
 a147487f18ce9320b40572b79ea31cf39b69e0fac3ccb6066a48aabd352a7cf2 914853 
casparcg-server_2.2.0~beta7+dfsg.orig.tar.gz
 2bc1b90e495d5b4bd3587fa6b3480bcdb6ada8299ac1aab5e60bb6e1bf76ca2f 29392 
casparcg-server_2.2.0~beta7+dfsg-1.debian.tar.xz
 1b1938a303b1dab44e39a887e19c252ce8d6f37db1a9e926c0f0e98ad4eb0c55 42203028 
casparcg-server-dbgsym_2.2.0~beta7+dfsg-1_amd64.deb
 3ab120691ba0d390aa63ed6f66f13395b46a3533fe39ce3d2955491bebb9285f 19047 
casparcg-server_2.2.0~beta7+dfsg-1_amd64.buildinfo
 c097ac1a5e4e43760eb50b85d5e6e62e634ae537083c4a0fab29a0d101c75d89 1614684 
casparcg-server_2.2.0~beta7+dfsg-1_amd64.deb
Files:
 b8b5e1b353a7d04f8c9a72fa40f43317 2752 contrib/video optional 
casparcg-server_2.2.0~beta7+dfsg-1.dsc
 da3bf56edb12b34b3dedd79a29287921 914853 contrib/video optional 
casparcg-server_2.2.0~beta7+dfsg.orig.tar.gz
 6f3a01a2245462e6fa0ef388e22c3e9a 29392 contrib/video optional 
casparcg-server_2.2.0~beta7+dfsg-1.debian.tar.xz
 2f680e29f96890a3a223792c41f96084 42203028 contrib/debug optional 
casparcg-server-dbgsym_2.2.0~beta7+dfsg-1_amd64.deb
 2c71953cb97b4b6f0c6cf0176f623195 19047 contrib/video optional 
casparcg-server_2.2.0~beta7+dfsg-1_amd64.buildinfo
 a8f0a0a0b11681a871b97b0720b9ac17 1614684 contrib/video optional 
casparcg-server_2.2.0~beta7+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAlwWdmoACgkQgSgKoIe6
+w4fkA/+JpCAkzGS27VzWRHYp2s32ogNuWpm8n/tlpF9xSyHFzVqjd6vVmJjLYhf
3bA3zIhu5aD17FLe5xKTbPJ7iXgPu00RsOmVY1QIEg/SqZKf+rZjuKVPZucTLD31

Bug#908502: marked as done (ITP: node-babel-helper-remove-or-void -- babel-helper-remove-or-void helper function)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#908502: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #908502,
regarding ITP: node-babel-helper-remove-or-void -- babel-helper-remove-or-void 
helper function
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.)


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

* Package name: node-babel-helper-remove-or-void
  Version : 0.4.3
  Upstream Author : amasad 
* URL : https://notabug.org/themusicgod1/babel-helper-remove-or-void
* License : MIT
  Programming Lang: javascript
  Description : babel-helper-remove-or-void helper function

A small function to 'void' an expression or expression statement.  This is a 
(really small)
dependency of Meteor (#842425).
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#907849: marked as done (ITP: node-babel-helper-is-void-0 -- a small helper function isVoid0 for node)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#907849: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #907849,
regarding ITP: node-babel-helper-is-void-0 -- a small helper function isVoid0 
for node
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.)


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

* Package name: node-babel-helper-is-void-0
  Version : 0.4.3
  Upstream Author : Boopathi Rajaa
* URL : https://www.npmjs.com/package/babel-helper-is-void-0
* License : MIT
  Programming Lang: javascript
  Description : a small helper function isVoid0 for node

Checks if a value passed into function isVoid0 is void.

A single function, depended upon by 4 separate projects including meteor.
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#913438: marked as done (ITP: node-babel-helper-mark-eval-scopes -- nodejs scope helper function)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#907995: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #907995,
regarding ITP: node-babel-helper-mark-eval-scopes -- nodejs scope helper 
function
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.)


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

* Package name: node-babel-helper-mark-eval-scopes
  Version : 0.4.3
  Upstream Author : Boopathi Rajaa
* URL : https://www.npmjs.com/package/babel-helper-mark-eval-scopes
* License : MIT
  Programming Lang: javascript
  Description : nodejs scope helper function

Traverse through input path and mark all scopes that contain Direct eval 
(eval("")) calls.

Required by meteor.
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#913441: marked as done (ITP: node-babel-helper-remove-or-void -- babel-helper-remove-or-void helper function)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#908502: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #908502,
regarding ITP: node-babel-helper-remove-or-void -- babel-helper-remove-or-void 
helper function
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.)


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

* Package name: node-babel-helper-remove-or-void
  Version : 0.4.3
  Upstream Author : amasad 
* URL : https://notabug.org/themusicgod1/babel-helper-remove-or-void
* License : MIT
  Programming Lang: javascript
  Description : babel-helper-remove-or-void helper function

A small function to 'void' an expression or expression statement.  This is a 
(really small)
dependency of Meteor (#842425).
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#909402: marked as done (ITP: node-babel-helper-to-multiple-sequence-expressions -- syntactic sugar to help with multiple expressions)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#909402: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #909402,
regarding ITP: node-babel-helper-to-multiple-sequence-expressions -- syntactic 
sugar to help with multiple expressions
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.)


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

* Package name: node-babel-helper-to-multiple-sequence-expressions
  Version : 0.4.3
  Upstream Author : Amjad Masad
* URL : 
https://notabug.org/themusicgod1/node-babel-helper-to-multiple-sequence-expressions
* License : MIT
  Programming Lang: javascript
  Description : syntactic sugar to help with multiple expressions

A single helper function that is used by, among other things, meteor ( #842425 
).  It packs expressions from
one format(passed in as nodes of expressions) into another(in-javascript).
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N

Bug#907995: marked as done (ITP: node-babel-helper-mark-eval-scopes -- nodejs scope helper function)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#907995: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #907995,
regarding ITP: node-babel-helper-mark-eval-scopes -- nodejs scope helper 
function
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.)


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

* Package name: node-babel-helper-mark-eval-scopes
  Version : 0.4.3
  Upstream Author : Boopathi Rajaa
* URL : https://www.npmjs.com/package/babel-helper-mark-eval-scopes
* License : MIT
  Programming Lang: javascript
  Description : nodejs scope helper function

Traverse through input path and mark all scopes that contain Direct eval 
(eval("")) calls.

Required by meteor.
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#913437: marked as done (ITP: node-babel-helper-is-void-0 -- a small helper function isVoid0 for node)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#907849: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #907849,
regarding ITP: node-babel-helper-is-void-0 -- a small helper function isVoid0 
for node
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.)


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

* Package name: node-babel-helper-is-void-0
  Version : 0.4.3
  Upstream Author : Boopathi Rajaa
* URL : https://www.npmjs.com/package/babel-helper-is-void-0
* License : MIT
  Programming Lang: javascript
  Description : a small helper function isVoid0 for node

Checks if a value passed into function isVoid0 is void.

A single function, depended upon by 4 separate projects including meteor.
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#913440: marked as done (ITP: node-babel-helper-flip-expressions -- expression simplifier/helper for babel)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#905684: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #905684,
regarding ITP: node-babel-helper-flip-expressions -- expression 
simplifier/helper for babel
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.)


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

* Package name: node-babel-helper-flip-expressions
  Version : 48cebdbf1f
  Upstream Author : christophehurpeau 
* URL : 
https://notabug.org/themusicgod1/babel-helper-flip-expressions
* License : MIT
  Programming Lang: javascsript
  Description : expression simplifier/helper for babel

Takes a tree of expressions and determines if it has more nodes that could 
benifit
from "flipping" (flipping meaning to changing == to != or similarly negating 
parts
of the expression).
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB

Bug#899396: marked as done (ITP: ghmm -- General Hidden Markov Model library)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:48 +
with message-id 
and subject line Bug#899396: fixed in ghmm 0.9~rc3-1
has caused the Debian Bug report #899396,
regarding ITP: ghmm -- General Hidden Markov Model 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.)


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

* Package name: ghmm
* URL : http://ghmm.org
* License : GPL
  Programming Lang: C
  Description : General Hidden Markov Model library

The packaging is about to surface on http://salsa.debian.org/med-team/ghmm
--- End Message ---
--- Begin Message ---
Source: ghmm
Source-Version: 0.9~rc3-1

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated ghmm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 06 Dec 2018 11:57:15 +0100
Source: ghmm
Binary: ghmm libghmm-dev libghmm1
Architecture: source amd64
Version: 0.9~rc3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 ghmm   - General Hidden-Markov-Model library - tools
 libghmm-dev - General Hidden-Markov-Model library - header files
 libghmm1   - General Hidden-Markov-Model library
Closes: 899396
Changes:
 ghmm (0.9~rc3-1) unstable; urgency=medium
 .
   * Team upload
   * Initial release (Closes: #899396)
Checksums-Sha1:
 cf5578430f00844c089a311013137f0e5e8561fc 2083 ghmm_0.9~rc3-1.dsc
 c3f2be9c27010a6f82df6f136821673112ed41a5 770526 ghmm_0.9~rc3.orig.tar.gz
 5ccd662023a5dc1b9f796444319eeb49712895f7 3856 ghmm_0.9~rc3-1.debian.tar.xz
 2ad444525a29b23311557567c58c865e17b204d5 8830 ghmm-dbgsym_0.9~rc3-1_amd64.deb
 cbf862a943d4673b73a7e7497650c578754ce855 7947 ghmm_0.9~rc3-1_amd64.buildinfo
 5e561755b51a67528c150d6dddc23539990a3c6d 6142 ghmm_0.9~rc3-1_amd64.deb
 0ee1b01139a7a9c5672e0cd0166f71696108ba03 180930 libghmm-dev_0.9~rc3-1_amd64.deb
 d664759c66ba7c00fae31ac0222cc5a8f875f452 349044 
libghmm1-dbgsym_0.9~rc3-1_amd64.deb
 82b33f5a5d0ccf57784b13dec66e1259e66623a1 137898 libghmm1_0.9~rc3-1_amd64.deb
Checksums-Sha256:
 b2230bc95906151e6412e84c7e9264549631593074c6242db975e20350828220 2083 
ghmm_0.9~rc3-1.dsc
 c42462ff4f87aadd5efe7bb6adb59657786ed71046ba924111bc28c7cbb588d0 770526 
ghmm_0.9~rc3.orig.tar.gz
 4b7b32e1786ed8f3799e50807dccfa745b1ede2cd538914e3c1f04ae1063361e 3856 
ghmm_0.9~rc3-1.debian.tar.xz
 dcf7e0a27524226f1daaa8d048a1c374ad397732c48972055bc6199baea45eed 8830 
ghmm-dbgsym_0.9~rc3-1_amd64.deb
 c8c2bc9e1a00d777c65c637700900ddaf6d7e7492dd2ccdd13c6ac5d9cda8081 7947 
ghmm_0.9~rc3-1_amd64.buildinfo
 4e989498f4d4ce8cfafc8615748c61f1c92e0d06f0edc8d24f6187efc86010d0 6142 
ghmm_0.9~rc3-1_amd64.deb
 98a0e4cfa26fb3ec3c02d363a357955d64c1cb4f74f20b6572274d3e0c82dc3b 180930 
libghmm-dev_0.9~rc3-1_amd64.deb
 1938c5ce91636c8e665185049e6c1ccb52cfe8146adc5d8d8d7b33ffb96c7d11 349044 
libghmm1-dbgsym_0.9~rc3-1_amd64.deb
 d8b30dcab75b605204634be4833e17e08a6418946b2eb3cca521a529a31dae45 137898 
libghmm1_0.9~rc3-1_amd64.deb
Files:
 1c832aa798b6d82eeeff6980facf1124 2083 science optional ghmm_0.9~rc3-1.dsc
 4e2db5a83bbd5b2a7cc6476657c0c4d7 770526 science optional 
ghmm_0.9~rc3.orig.tar.gz
 3fd21e47f1ee6b4eacc2a94683085d22 3856 science optional 
ghmm_0.9~rc3-1.debian.tar.xz
 41013cecc3444e6bbe321cf2a23b48f8 8830 debug optional 
ghmm-dbgsym_0.9~rc3-1_amd64.deb
 b18a3d3024401a6d638a3b5afa5bb2bd 7947 science optional 
ghmm_0.9~rc3-1_amd64.buildinfo
 03252d9e9ef5f46240cbac395f292f93 6142 science optional ghmm_0.9~rc3-1_amd64.deb
 aa5071dbef653d51bb95fc1f4c26162d 180930 libdevel optional 
libghmm-dev_0.9~rc3-1_amd64.deb
 503b73b17587ee217e83578bcb3b952e 349044 debug optional 
libghmm1-dbgsym_0.9~rc3-1_amd64.deb
 4363fc598b134c9fec5dcc47b9363303 137898 libs optional 
libghmm1_0.9~rc3-1_amd64.deb

-BEGIN PGP SIGNATURE-


Bug#905684: marked as done (ITP: node-babel-helper-flip-expressions -- expression simplifier/helper for babel)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#905684: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #905684,
regarding ITP: node-babel-helper-flip-expressions -- expression 
simplifier/helper for babel
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.)


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

* Package name: node-babel-helper-flip-expressions
  Version : 48cebdbf1f
  Upstream Author : christophehurpeau 
* URL : 
https://notabug.org/themusicgod1/babel-helper-flip-expressions
* License : MIT
  Programming Lang: javascsript
  Description : expression simplifier/helper for babel

Takes a tree of expressions and determines if it has more nodes that could 
benifit
from "flipping" (flipping meaning to changing == to != or similarly negating 
parts
of the expression).
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB

Bug#913442: marked as done (ITP: node-babel-helper-evaluate-path -- A wrapper for babel's path.evaluate)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#905683: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #905683,
regarding ITP: node-babel-helper-evaluate-path -- A wrapper for babel's 
path.evaluate
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.)


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

* Package name: node-babel-helper-evaluate-path
  Version : 0.4.3
  Upstream Author : christophehurpeau
* URL : https://notabug.org/themusicgod1/babel-helper-evaluate-path
* License : MIT
  Programming Lang: javascript
  Description : A wrapper for babel's path.evaluate

Detects usages before initialization / declaration & usages in scopes outside of
initialization for variables
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#905683: marked as done (ITP: node-babel-helper-evaluate-path -- A wrapper for babel's path.evaluate)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 16:05:45 +
with message-id 
and subject line Bug#905683: fixed in babel-minify 0.5.0-1
has caused the Debian Bug report #905683,
regarding ITP: node-babel-helper-evaluate-path -- A wrapper for babel's 
path.evaluate
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.)


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

* Package name: node-babel-helper-evaluate-path
  Version : 0.4.3
  Upstream Author : christophehurpeau
* URL : https://notabug.org/themusicgod1/babel-helper-evaluate-path
* License : MIT
  Programming Lang: javascript
  Description : A wrapper for babel's path.evaluate

Detects usages before initialization / declaration & usages in scopes outside of
initialization for variables
--- End Message ---
--- Begin Message ---
Source: babel-minify
Source-Version: 0.5.0-1

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

Debian distribution maintenance software
pp.
Per Andersson  (supplier of updated babel-minify 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, 08 Nov 2018 19:00:06 +0100
Source: babel-minify
Binary: babel-minify
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Per Andersson 
Description:
 babel-minify - ES6+ aware minifier based on the Babel toolchain
Closes: 905683 905684 907849 907995 908502 909402
Changes:
 babel-minify (0.5.0-1) unstable; urgency=low
 .
   * Initial release
   * Provide the following
 * node-babel-flip-expressions (Closes: #905684)
 * node-babel-helper-evaluate-path (Closes: #905683)
 * node-babel-helper-is-void-0 (Closes: #907849)
 * node-babel-helper-mark-eval-scopes (Closes: #907995)
 * node-babel-helper-remove-or-void (Closes: #908502)
 * node-babel-helper-to-multiple-sequence-expressions (Closes: #909402)
Checksums-Sha1:
 e014c4ad97fd53122a43f141653eb26eae46ab40 2223 babel-minify_0.5.0-1.dsc
 d993c5d8271c74b954cbc4b28454ff34e9885857 6083359 babel-minify_0.5.0.orig.tar.gz
 352ab424d247baa69bb721b7858bfc1feb200634 4072 
babel-minify_0.5.0-1.debian.tar.xz
 92df8f36384cb92a844a46e3908dcaebfe51f52d 19352 babel-minify_0.5.0-1_all.deb
 5cae3029c5d636dad96dbd27d737313e020e1973 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 ac2c8709b3699a64f4a3b0aa8e44382e0c279035c752bb3d73763dcc7868e450 2223 
babel-minify_0.5.0-1.dsc
 50ee2ce6472b47e9f2dcad2dde0eda0deaee88534daa761af1cd486a83cff5ee 6083359 
babel-minify_0.5.0.orig.tar.gz
 b94212d128c6cce10b14f057b1a188b032fc000559be2a9c3fcc030a6b6bdaa0 4072 
babel-minify_0.5.0-1.debian.tar.xz
 154daa43bc5ff1636677b74dccf461aab9185ec4024054f42b79922bf2dcb1ba 19352 
babel-minify_0.5.0-1_all.deb
 91b8707292f16d7f66d6d9cf7b4a1ee6a2e9dd00f88259eec1b60952faddc201 5499 
babel-minify_0.5.0-1_amd64.buildinfo
Files:
 c5b23eddfb9749c7b386266a66145aef 2223 javascript optional 
babel-minify_0.5.0-1.dsc
 9377e98ead7aa155835c8befa09ba8b9 6083359 javascript optional 
babel-minify_0.5.0.orig.tar.gz
 b9c1728504435e4b54c721f74e68e006 4072 javascript optional 
babel-minify_0.5.0-1.debian.tar.xz
 04ebbf5a1cf85ffa1ec323dc3751fc3b 19352 javascript optional 
babel-minify_0.5.0-1_all.deb
 83020955a4a671b9649b1caf671a6039 5499 javascript optional 
babel-minify_0.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOip+2RIuoFEyIlmWsYiuVXn0kvgFAlvnaPYACgkQsYiuVXn0
kvj47w//Wr7qFNCWhDvxasR+q9ZY18ufo8ZGFZqmv73o9UZ5mhnVxdqY9jxbfZfx
kpOp2BewZSDS1tOzT7Vf6pXDaEIF9AeKV0rhsD35ibGWkVqjout84PVrgYJMxBRN
5YK8hle75jRX8BF/Vi0/c2tzRhDdYF6i19vva3N+WPSRmXB/53tsOjQiR7v/uEln
9UWn7eTnrCNAQvk281BJW4eF3y/yHlg13cfx9mDvrXvRbgUTGKDlZhk8twvcQc1H
SDuzKYdYwAimoIgRwqw7F6n2tct/Kxc4+2xRziD1NX+ohXwWOUemwQn3AbjVrf2N
eFqJVCROWOfzHdghgsFjYPmWCqq4bnLpKUURRxU8epQNpEaOwnl9hmlLzq5lnhtB
lhrHiUpvg3xyvdKuuDdEn+65qs6F51kywWfjQmS482GPf74njImY+iNSpL1/x3Ta

Bug#913356: marked as done (ITP: desktopfolder -- Bring your Desktop Back to Life)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 14:10:18 +
with message-id 
and subject line Bug#913356: fixed in desktopfolder 1.0.10-1
has caused the Debian Bug report #913356,
regarding ITP: desktopfolder -- Bring your Desktop Back to Life
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.)


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

Owner: David Mohammed (fossfree...@ubuntu.com)

Package name : desktopfolder
Version : 1.0.10
Upstream Author : joseamu...@gmail.com
URL : https://github.com/spheras/desktopfolder
License : GPL-3+
Programming Lang: Vala
Description : Organize your desktop with panels, notes and photos.
--- End Message ---
--- Begin Message ---
Source: desktopfolder
Source-Version: 1.0.10-1

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

Debian distribution maintenance software
pp.
David Mohammed  (supplier of updated desktopfolder 
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: Fri, 9 Nov 2018 19:03:10 +
Source: desktopfolder
Binary: desktopfolder
Architecture: source amd64
Version: 1.0.10-1
Distribution: unstable
Urgency: medium
Maintainer: David Mohammed 
Changed-By: David Mohammed 
Description:
 desktopfolder - Organize your desktop with panels, notes and photos
Closes: 913356
Changes:
 desktopfolder (1.0.10-1) unstable; urgency=medium
 .
   * Initial Release (Closes: #913356)
Checksums-Sha1:
 e4a3c19e4d2ad3d03b3032853e655356e81ab4d8 2365 desktopfolder_1.0.10-1.dsc
 948c1ef3b36f536ccf22f6a1a5e006e0f5e66405 10660224 
desktopfolder_1.0.10.orig.tar.xz
 baa79e711dd83c52ad79d84331ce5e7192b632e8 833 
desktopfolder_1.0.10.orig.tar.xz.asc
 3ed65bc1950bdda31eff8adbb8cb5ef29a842f59 5756 
desktopfolder_1.0.10-1.debian.tar.xz
 909d7e6a73fe6a37872ea7346964ff4439b4ae4d 794240 
desktopfolder-dbgsym_1.0.10-1_amd64.deb
 1cea4c8eb04dda48c6d4f1e81b4216ce399b246c 14285 
desktopfolder_1.0.10-1_amd64.buildinfo
 84405cbad28d957d2ef92833f854696abb81f9cd 444652 
desktopfolder_1.0.10-1_amd64.deb
Checksums-Sha256:
 a954bdb7ffb7ab1ec406db2b147dee2b62c00eca0f209fa69c966ebb421da2b1 2365 
desktopfolder_1.0.10-1.dsc
 9437135e9d55cc0cbc5aa950f7d30701afcf551ac585716df77ddbfc855379aa 10660224 
desktopfolder_1.0.10.orig.tar.xz
 5a93ccca65a80f5bb9a3cc59e55dac0766446bba24f11d0b4d61eb1be362f8df 833 
desktopfolder_1.0.10.orig.tar.xz.asc
 6838aaa82a472e6cb5ed9dfaff5d781a10de8078e80e565c94ad6a6cb650fb1c 5756 
desktopfolder_1.0.10-1.debian.tar.xz
 b4dccd6da8bd964fff35ddbc91591fec3a00fa071df59a19f04947102e03974b 794240 
desktopfolder-dbgsym_1.0.10-1_amd64.deb
 a43c6c908e94bd6a073e463bd54ef08d1b6841d6bffe048c24845e9d76dc7902 14285 
desktopfolder_1.0.10-1_amd64.buildinfo
 ec011920155470b7e9e6ad82eb0eafe197fa39d19eb96ddbe1b2ea5c4775dd3c 444652 
desktopfolder_1.0.10-1_amd64.deb
Files:
 12c1b8926152571b201dfa4ae2cc4bdb 2365 x11 optional desktopfolder_1.0.10-1.dsc
 f78208ddff8150a86a01ee0e3e0dc8a1 10660224 x11 optional 
desktopfolder_1.0.10.orig.tar.xz
 ab52dfe0ccb025be1697667d58bf16a4 833 x11 optional 
desktopfolder_1.0.10.orig.tar.xz.asc
 b7819e17526b1a7e836706115eb11574 5756 x11 optional 
desktopfolder_1.0.10-1.debian.tar.xz
 419446d65bb178e43d518ecb261e2a6e 794240 debug optional 
desktopfolder-dbgsym_1.0.10-1_amd64.deb
 8808827cf1d4ea3b49a148346836b429 14285 x11 optional 
desktopfolder_1.0.10-1_amd64.buildinfo
 8f637d47720b950253f2aff11e43dc04 444652 x11 optional 
desktopfolder_1.0.10-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIyBAEBCgAdFiEEbiJhr5LBUJGFGPlCVSVvKKxgYRoFAlwLuB4ACgkQVSVvKKxg
YRqOmg/4kNX827g2gPN9CItEbc1Q1thJBOb+omAXMFeqLX7pcOnMlKKshmrdTONH
WihiHoEWuIKIuhBroLgiJcGGKR1z7dGTS9wt8NfqZhw6XbStRYkmHOZ1Mf74/GcY
OoF/zpCOACElsxD+nmjXEVqTuU7PB3dW5PBIFypS0l6gCpxQj5PVzcneB4FKSrG8
eD5QVi+KIgBRHXwvYmTglRA8KAOMnyQIk6RtBqe2O1Jc6tCzp4QgnJ6tYP8O1gkx
lrHXfyuMQeCFpCgdVhvceCNkqwMEkRoq97Pqss8Iwzn5V+4rU/KWUjgcxcE8L9v4
KAoIkWrgF5yXkgJw92iTrNk772YM1llBkbLaKmJ/mlbw5gsoJCJB2Ywp8MkOpi6f

Bug#915579: marked as done (ITP: xdg-dbus-proxy -- filtering D-Bus proxy)

2019-01-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jan 2019 14:10:22 +
with message-id 
and subject line Bug#915579: fixed in xdg-dbus-proxy 0.1.0-1
has caused the Debian Bug report #915579,
regarding ITP: xdg-dbus-proxy -- filtering D-Bus proxy
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.)


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

* Package name: xdg-dbus-proxy
  Version : 0.1.0
  Upstream Author : Alexander Larsson
* URL : https://github.com/flatpak/xdg-dbus-proxy
* License : LGPL-2.1+
  Programming Lang: C with GLib
  Description : filtering D-Bus proxy

xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was
originally part of the Flatpak project, but it has been broken out as
a standalone module to facilitate using it in other contexts.

For this proxy to be useful, restricted D-Bus clients must be denied
access to the normal D-Bus socket (for example by using containers or
AppArmor rules), and instead given access to the listening Unix socket
created by the proxy (typically by bind-mounting it into a Linux
container).

---

Flatpak currently uses a bundled copy of xdg-dbus-proxy 0.1.0 as
a git submodule, but I expect to switch it to use this package when
available. Development versions of WebKitGTK+ apparently use it for
process sandboxing (presumably alongside bubblewrap) or will do so soon.
--- End Message ---
--- Begin Message ---
Source: xdg-dbus-proxy
Source-Version: 0.1.0-1

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

Debian distribution maintenance software
pp.
Simon McVittie  (supplier of updated xdg-dbus-proxy package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Dec 2018 14:57:14 +
Source: xdg-dbus-proxy
Binary: xdg-dbus-proxy xdg-dbus-proxy-tests
Architecture: amd64 source
Version: 0.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team 

Changed-By: Simon McVittie 
Closes: 915579
Description: 
 xdg-dbus-proxy - filtering D-Bus proxy
 xdg-dbus-proxy-tests - filtering D-Bus proxy - as-installed tests
Changes:
 xdg-dbus-proxy (0.1.0-1) unstable; urgency=medium
 .
   * Initial release under this name (Closes: #915579).
 xdg-dbus-proxy was previously flatpak-dbus-proxy, in the flatpak
 package. It was factored out by the Flatpak upstream developers so
 that it can be used by packages like webkit2gtk 2.23.x.
   * Apply patches from upstream git to add a license, --help, a man page
 and a simple regression test (upstream PRs #2, #3, #5) and to
 fix a compiler warning (upstream PR #4)
Checksums-Sha1: 
 c8cbfc79754b08324f9e6f1bf823367a4c64bc14 2204 xdg-dbus-proxy_0.1.0-1.dsc
 d1a17cc02154b2b2774d8909cf109b276651a1bb 86896 xdg-dbus-proxy_0.1.0.orig.tar.xz
 c917d658a2bd5f1770fd6057f4b08c5aa38c77e1 21060 
xdg-dbus-proxy_0.1.0-1.debian.tar.xz
 51829c7da2b0a2fb6fcd24843d7a4c0b4c71c9d6 6169 
xdg-dbus-proxy_0.1.0-1_source.buildinfo
 11f847e37fe825638c9866b39524580222d25739 61392 
xdg-dbus-proxy-dbgsym_0.1.0-1_amd64.deb
 b3c39b7ff8522d5e89fed04b62dc7b656c5a9565 13344 
xdg-dbus-proxy-tests-dbgsym_0.1.0-1_amd64.deb
 819fec097c48bfa05c060afa9ff5700e7dc001a7 7060 
xdg-dbus-proxy-tests_0.1.0-1_amd64.deb
 8a240391f90209a5dc2c0c5677de3dd32697c368 6158 
xdg-dbus-proxy_0.1.0-1_amd64.buildinfo
 022fdc3dfae3087e6cbf28559f01300337e33938 22120 xdg-dbus-proxy_0.1.0-1_amd64.deb
Checksums-Sha256: 
 21dec02dc66c73e750714b7d15ac4c4de52faeb22fc7bd4eaea74e0c9b7b7952 2204 
xdg-dbus-proxy_0.1.0-1.dsc
 9eefd30fe66940c8daf0e8ce6479307694814edb8b636caeb5aa6d6a46a4bc14 86896 
xdg-dbus-proxy_0.1.0.orig.tar.xz
 ad96f523889dc42ee57df38bb9478582db977e26089a49d4808a3b9fc1b68170 21060 
xdg-dbus-proxy_0.1.0-1.debian.tar.xz
 0db753609870f8928ee8bd63f48f8ffb9ca8f43b9dba737cda0fd2d282d958e3 6169 
xdg-dbus-proxy_0.1.0-1_source.buildinfo
 663c71a895d38d49adbe2353bad389a59697f4474394a48d8137cb8297dbad16 61392 

Bug#865830: RFP: seafile-server - An online file storage and collaboration tool

2019-01-14 Thread Adi Kriegisch
Dear Alex,

thank you very much for packaging seafile server! There is a small issue
with the seahub package: it should depend on python-tz.

On a minimal system with 'APT::Install-Recommends "0";' and
'APT::Install-Suggests "0";' the current package leads to the following
stack trace on install:
  | Setting up seahub (6.2.5+dfsg-1~pre+1~bpo90+1) ...
  | Traceback (most recent call last):
  |   File "/usr/bin/django-admin", line 21, in 
  | management.execute_from_command_line()
  |   File 
"/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 
367, in execute_from_command_line
  | utility.execute()
  |   File 
"/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 
341, in execute
  | django.setup()
  |   File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in 
setup
  | apps.populate(settings.INSTALLED_APPS)
  |   File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 
108, in populate
  | app_config.import_models(all_models)
  |   File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 199, 
in import_models
  | self.models_module = import_module(models_module_name)
  |   File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  | __import__(name)
  |   File "/usr/lib/python2.7/dist-packages/seahub/base/models.py", line 15, 
in 
  | from seahub.utils.timeutils import datetime_to_isoformat_timestr
  |   File "/usr/lib/python2.7/dist-packages/seahub/utils/timeutils.py", line 
3, in 
  | import pytz
  | ImportError: No module named pytz
  | dpkg: error processing package seahub (--configure):
  |  subprocess installed post-installation script returned error exit status 1
  | dpkg: dependency problems prevent configuration of seafile-server:
  |  seafile-server depends on seahub; however:
  |   Package seahub is not configured yet.
  | 
  | dpkg: error processing package seafile-server (--configure):
  |  dependency problems - leaving unconfigured

best regards,
Adi Kriegisch

PS: would you consider building libccnet with mysql and postgres support? :-)


signature.asc
Description: PGP signature


Bug#919279: ITP: node-terser -- parser/mangler/compressor for ES6+

2019-01-14 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: node-terser
  Version : 3.14.1
  Upstream Author : Mihai Bazon 
* URL : https://github.com/terser-js/terser
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : parser/mangler/compressor for ES6+

 Terser is a parser, mangler, optimizer and beautifier toolkit
 for ECMAScript 2015 and newer (ES6+).
 .
 terser is a fork of uglify-es
 that retains API and CLI compatibility with uglify-es
 (Debian packages node-uglify-js, libjs-uglify-js, and uglifyjs).
 .
 ECMAScript 2015 (ES2015) a.k.a. ECMAScript 6 (ES6)
 is the 6th formal definition of JavaScript -
 a high-level, interpreted programming language
 most notably used in web browsers and in Node.js.

This package will be maintained in the JavaScript team.

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlw8ikUACgkQLHwxRsGg
ASHEsQ//RYFko2WCpbeg7UBwzVASkf7gGZSkfJIU5T+XszydGfaH61ykkfmDEI6M
Mm0tyd3ND7wugioEs+t9DwzPgpomKo+6xaap8AKaiNaK2KBmOcEmqg8gWJvONUIP
eEitZ/ahRAA1mtxzG9S6/LQiOWDoe6Jo4iUPZpOBo2GlmlF9RJyTsgEyHibuVsqh
iaPahIyKjVSzabMpnJAL7y6O5OO+CN2lw/+/YGHUjouL7yiPSuDLcd7Fsbso3hf6
+kib5miaokYZh8leergG3tuqsVlv1tGFYdbeje9lfj3wdUMrJVSx7qx4zKb79gs3
MeOA/HOoJhmpz6qJzQuNwZnaU7Hhx+2ajbSVGHdlmEoXAX8ANdn1Mf0/JpFIcjVv
20PocATunXBNbXnNjhfV3Z8+mo1gd6KrthV2KMyktx9GhVYjDrIW1Xj5VP+KMTi2
1XsXTYrt7FfMOdytY2FxnGzbva2sMElnoYB/+H4BQ996wY0nSytH9qPKN0P2+OVA
VoEGBJlTLDFa32fi4vCsGz2RXKBDTpwSynTb0BsNlDeySL9OtLVv/8/3/+zwdcgX
91JLlgWuVcyIQteQ31QD+LgdsxHJ+Ctvaa3RwChrkczZgNqffFlZrouGEv4ROkrm
/uXRPoFwB8WAkKfdgwb8Dbk3ff7C6KNAaq8K6jzS85eFNU/tB8o=
=rYfc
-END PGP SIGNATURE-



Bug#919278: ITP: golang-github-pquerna-ffjson -- faster JSON serialization for Go

2019-01-14 Thread Reinhard Tartler


Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-pquerna-ffjson
  Version : 0.0~git20181028.e517b90-1
  Upstream Author : Paul Querna
* URL : https://github.com/pquerna/ffjson
* License : Apache-2.0
  Programming Lang: Go
  Description : faster JSON serialization for Go

 ffjson: faster JSON for Go Build Status
 (https://travis-ci.org/pquerna/ffjson)
 .
 ffjson generates static MarshalJSON and UnmarshalJSON functions for
 structures in Go. The generated functions reduce the reliance upon runtime
 reflection to do serialization and are generally 2 to 3 times faster.
 In cases where ffjson doesn't understand a Type involved, it falls back to
 encoding/json, meaning it is a safe drop in replacement.  By using ffjson
 your JSON serialization just gets faster with no additional code changes.

This package is going to be team maintained on salsa at
https://salsa.debian.org/go-team/packages/golang-github-pquerna-ffjson

This is my first golang package, so additional set of eyeballs would be
appreciated. This package is a build-dependency of github.com/containers/image,
which in turns is required for skopeo (#880199).



Bug#919274: O: zeitgeist -- event logging framework

2019-01-14 Thread Dr. Tobias Quathamer
Package: wnpp
Severity: normal

The previous maintainer, Siegfried-Angel Gevatter Pujals, has stated that
he would like to ask for adoption of the zeitgeist package. However,
the e-mail address associated with his package is no longer valid,
resulting in an RC bug. (https://bugs.debian.org/919033)

Therefore, I orphan the zeitgeist package.

The package description is:
 Zeitgeist is a service which logs the user's activities and events (files
 opened, websites visited, conversations held with other people, etc.) and
 makes the relevant information available to other applications.
 .
 It serves as a comprehensive activity log and also makes it possible to
 determine relationships between items based on usage patterns.
 .
 This metapackage depends on the Zeitgeist engine and a set of packages
 (such as data providers) commonly used together with it.



signature.asc
Description: OpenPGP digital signature


Bug#919226: ITP: hardening-runtime -- Runtime hardening configuration files

2019-01-14 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Mon, 2019-01-14 at 10:51 +0100, Nicolas Boulenguez wrote:
> There is probably a reason why these options are not activated by
> default on each installation by the appropriate package.
> I think that the long description should mention this reason.

Yes, I'll add that and maybe a README.Debian.

Regards,
- -- 
Yves-Alexis
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEE8vi34Qgfo83x35gF3rYcyPpXRFsFAlw8eGMACgkQ3rYcyPpX
RFsUtgf/Qr3boMPeJgiVN1dT0569xwq492F4+EaalWUt11oh6S9xKsSRuIFi8k0B
2CLrOkVU0yqlHjN5Zauh41drvuwdOzI06DIutngosNgl2s7f3BmcL8KR18fvRl81
WSCCdhEkJF6fO4NAiJJAFuyOsoyoi0fk9nIRCzo1jNyZqlsWpSU3owbi+b+EBszP
d3QaXvJ5jZoiJlizw9oNNaZw406JB8j0pLcyxfho2TFHZi+DZuAfj9VpXsinvpA3
j6mOS1lv0gyXYATqKKvXu7NTTqx+hFXFPMI3H39ieN9W1TAbsZP5ARhmaTDFDmEq
UDu+boL1RgOx1QB8nP1zpyWVkU2UFQ==
=Qlvq
-END PGP SIGNATURE-



Bug#919268: ITP: libfsapfs -- APFS access library and utilities

2019-01-14 Thread Hilko Bengen
Package: wnpp
Owner: Hilko Bengen 
Severity: wishlist

* Package name: libfsapfs
  Version : 20181215
  Upstream Author : Joachim Metz
* URL or Web page : https://github.com/libyal/libfsapfs
* License : LGPL-3.0+
  Description : APFS access library and utilities

This is an indirect dependency of newer Plaso versions and will be
maintained within the Debian Security Tools team



Bug#887394: Packaging Veyon (was: Re: Accepted italc 1:3.0.3+dfsg1-2 (source) into unstable)

2019-01-14 Thread Mike Gabriel

Hi Tobias,

On  Do 27 Dez 2018 17:07:20 CET, Tobias Junghans wrote:


Hi Mike,

Am Freitag, 7. Dezember 2018, 10:45:16 CET schrieb Mike Gabriel:

> * as of upcoming 4.1.6 release you should reconsider to not repack the
> source tarball as all unused source files (except for
> x11vnc/libvncserver) will get stripped anyway
> (https://github.com/veyon/veyon/commit/
> cc54151fb31524bd67a6160acaac1204f55e9ccd).

That is great news!!! When is the due date of 4.1.6. Will you make it
for Debian buster's soft freeze (midst of February)?
https://wiki.debian.org/DebianBuster


FYI: 4.1.6 has been released about 1 week ago and includes most of your
patches.


Veyon is now in Debian unstable. I have just uploaded 4.1.6. I guess,  
I will skip 4.1.90. When do you expect 4.2.0 do be out? Will you make  
it before the Debian soft freeze (2019-02-12)?


Please also test the official Debian packages. Thanks.

Greets,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpPW0Lj9bwgY.pgp
Description: Digitale PGP-Signatur


Bug#919226: ITP: hardening-runtime -- Runtime hardening configuration files

2019-01-14 Thread Nicolas Boulenguez
> * Package name: hardening-runtime
> The package contains configuration files (Linux command line and sysctl
> for now) with settings recommended by the Linux Kernel Self-Protection
> project
> (https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings)
> The package can be used to quickly harden a default Debian installation.

There is probably a reason why these options are not activated by
default on each installation by the appropriate package.
I think that the long description should mention this reason.

Thanks for this package!



Bug#919265: RFA: xloadimage -- Graphics file viewer under X11

2019-01-14 Thread Dominik George
Package: wnpp
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I request an adopter for the xloadimage package, as I do not use xloadimage
anymore and really don't want to care for the enormous patch set in Debian.

The package description is:
 Can view png, jpeg, gif, tiff, niff, sunraster, fbm, cmuraster, pbm, faces,
 rle, xwd, vff, mcidas, vicar, pcx, gem, macpaint, xpm and xbm files. Can
 view images, put them on the root window, or dump them. Does a variety of
 processing, including: clipping, dithering, depth reduction, zoom,
 brightening/darkening and merging.
 .
 Includes xsetbg, xview and uufilter.

-BEGIN PGP SIGNATURE-

iQKJBAEBCABzFiEEPJ1UpHV1wCb7F/0mt5o8FqDE8pYFAlw8Vz0xGmh0dHBzOi8v
d3d3LmRvbWluaWstZ2VvcmdlLmRlL2dwZy1wb2xpY3kudHh0LmFzYyMcZG9taW5p
ay5nZW9yZ2VAaXQucGlyYXRlbnBhcnRlaS5kZQAKCRC3mjwWoMTylhuwD/939mdk
qS0FdapuNUYOs7x1aarZ2nIr2pgvVLhY3mdOz/6qNAd5SOihm8bqd9GAGp94G3mT
jegZnqNk07I3IgDpgkDBtsAV/MIT5PujJCrMHmGWV+NgFY9D4HJT/0dcj/GjE8uu
aObU8JCBvpwJbXnTe2zrCWp+9cI0/6VkaFxkz1nDdUkYNFLV8BefRHmOfRYQgjaN
Jh7gKxoCqhG53k+lQuF1OUIk16vUuLhKluHihkAHu4Lq386UWVMvg/mpDDToX7zx
+s1ChggIZhkHRU7b90hv3DhiGaYuqY17diENoTRPlH2eJkfUbA6fYvTXWq/LXIjW
TmSjeoze5TfCxai5LodwfM34zRcK1PuNKjfzpg4T5RIVGYONlRcEFC/TJ29YHJoH
K93E04nFPc6qQgmKAojRUciIk8V9OE+I20JdTIs2lbOmu9z93+DJ40ao4OWbp/wU
sVKlp+6iW6QUNLNVJqJ2u5uqULm58YqIFHgGJxCqx+MaxVZryffLrhVpKSnfMPjd
i7C7mhurn890o2wnsy6Kbv+tt2em6B7eoY6N1dLFInKNx9F4QrAI3Iv6+7BTZiDv
lwfXMGlJEmgxbUT1ZM/2AChMyA+V1cwqT6SFwqWX0yIh1TOUCzyxlpRd4XqgGzj3
fPFdm0lVKQIm3tgbYdeYEeJsi1N/RzroQP6aZQ==
=x7Tg
-END PGP SIGNATURE-



Bug#901461: ITP: mu -- simple editor for beginner Python programmers

2019-01-14 Thread Petter Reinholdtsen


Nick, this is great news.  I hope it all make it into Buster.  I look
forward to sitting down with my kids to let them progam their Micro:Bit
using only tools available from Debian. :)

-- 
Happy hacking
Petter Reinholdtsen



Bug#919226: ITP: hardening-runtime -- Runtime hardening configuration files

2019-01-14 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Just a side note on this. The package currently supports sysctl (by dropping a
file in /etc/sysctl.d, which should be common enough) and Linux commandline
when using grub (by dropping a file in /etc/default/grub.d).

I was asked to open a discussion about the general matter of a package tuning
the Linux kernel command line options.

I don't think it's a problem since it's in a package whose purpose is exactly 
that and it's easy to tune/disable if needed since it's in a configuration
file, but in case people disagree feel free to reply (please keep me on CC,
I'm not subscribed to -devel@).

Regards,
- -- 
Yves-Alexis
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEE8vi34Qgfo83x35gF3rYcyPpXRFsFAlw8UR8ACgkQ3rYcyPpX
RFtMuggA2H/+/cLT71cLzQVrkBy/yRsdpZ/2TRPn9akTP2BUUjlB3Ze/B5kBXFFT
LnpfDap6/0RapExdPAmfGDEJnw0liV4jWfQy+g78VvKdoNUdqu5kqIB3tiY6pBnP
yxLQZW/NMZTi+oM3sYK20PnyKWeN8eMfpNi5JAyUDELSXCPBMre9TrkAG9trnK+Y
ilRWPV2p9BZQ7VlA8Psb9magXc9/O3r5dj9u9XdEjiyM5rtFl57gz+BFMfNOBRCI
B4B4BWTyno/4y6+VK/tOl6ZmpVa5wuxk4VDHWZlRdCkPmWhrzezOIiNIZ58tPwAz
KA2q1Z/+PbX4vSymzfdlW4BWUVa7Ag==
=stla
-END PGP SIGNATURE-



Bug#901461: ITP: mu -- simple editor for beginner Python programmers

2019-01-14 Thread Nicholas H.Tollervey
Hi Nick,

Thank you so much for all your hard work with this. I really appreciate
your efforts and if ever we meet IRL IOU plenty of beer as a thank you.

FWIW, 1.0.2 will be out later this week.

:-)

Onwards and upwards,

N.

On 13/01/2019 17:41, Nick Morrott wrote:
> A quick update to let everyone know that mu-editor is in the NEW queue.
> 
> This "small packaging project" has resulted in 14 new Debian source
> packages, of which 11 have already been accepted into unstable.
> 
> The last piece of the puzzle, the firmware-microbit-micropython [1]
> source package is currently awaiting review by the Debian Python team
> before being uploaded to the NEW queue. Its build tool - yotta - is
> sitting in NEW along with mu-editor as I write this.
> 
>   [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908783
> 
> Thanks to the work of Peter Green, pigpio is also now in the NEW
> queue. python-gpiozero is still arm-arch-only despite the request to
> make it available on more architectures [2]:
> 
>   [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856413
> 
> Thanks,
> Nick
> 



signature.asc
Description: OpenPGP digital signature


Bug#919261: O: irqbalance

2019-01-14 Thread Mattia Rizzolo
Package: wnpp

I'm filing here an orphaning bug for irqbalance, which was orphaned by
Andreas Henriksson  on his upload versioned 1.5.0-2.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature