Bug#975697: ITP: plasma-disks -- Monitor S.M.A.R.T. capable devices for imminent failure in Plasma

2020-11-26 Thread Aurélien COUDERC
Le jeudi 26 novembre 2020, 02:07:05 CET Nicholas D Steeves a écrit :
> Hi Aurélien,

Hi Nicholas,

> Aurélien COUDERC  writes:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Aurélien COUDERC 
> > X-Debbugs-Cc: debian-de...@lists.debian.org
> > 
> > * Package name: plasma-disks
> > 
> >   Version : 5.20.3
> >   Upstream Author : Plasma Developers 

> Yes, finally!  Thank you for packaging this :-)  Ideally I hope it has
> (or will have) the following features:

Thanks for your feedback, that’s appreciated. :)

Actually the packaging of KDE related stuff is team effort and Norbert did 
most of the work for preparing Plasma 5.20 including this package.

> 1. Option to ignore specific attributes.  I have an SSD whose firmware
> abuses attribute 197, which causes false positive errors in other
> SMART monitoring programs.
> 
> 2. Graph a set of attribute values over time, because these trends are a
> useful early warning indicator.

I think you’ll have to upgrade your C++ and QML skills and contribute upstream 
for that. ;)
The current version is quite minimal for what I can see: activate / deactivate 
warnings per device. See the attached screenshot.


Happy hacking !
--
Aurélien

Bug#975886: ITP: r-cran-genieclust -- GNU R Genie++ Hierarchical Clustering Algorithm with Noise Points Detection

2020-11-26 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-genieclust -- GNU R Genie++ Hierarchical Clustering 
Algorithm with Noise Points Detection
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-cran-genieclust
  Version : 0.9.4
  Upstream Author : Marek Gagolewski,
* URL : https://cran.r-project.org/package=genieclust
* License : AGPL-3
  Programming Lang: GNU R
  Description : GNU R Genie++ Hierarchical Clustering Algorithm with Noise 
Points Detection
 A retake on the Genie algorithm - a robust hierarchical clustering
 method (Gagolewski, Bartoszuk, Cena, 2016
 ). Now faster and more memory efficient;
 determining the whole hierarchy for datasets of 10M points in low
 dimensional Euclidean spaces or 100K points in high-dimensional ones
 takes only 1-2 minutes. Allows clustering with respect to mutual
 reachability distances so that it can act as a noise point detector or a
 robustified version of 'HDBSCAN*' (that is able to detect a predefined
 number of clusters and hence it does not dependent on the somewhat
 fragile 'eps' parameter).
 .
 The package also features an implementation of economic inequity indices
 (the Gini, Bonferroni index) and external cluster validity measures
 (partition similarity scores; e.g., the adjusted Rand, Fowlkes-Mallows,
 adjusted mutual information, pair sets index).
 .
 See also the 'Python' version of 'genieclust' available on 'PyPI', which
 supports sparse data, more metrics, and even larger datasets.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-genieclust



Bug#975888: ITP: r-cran-genie -- GNU R fast, robust, and outlier resistant hierarchical clustering

2020-11-26 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-genie -- GNU R fast, robust, and outlier resistant 
hierarchical clustering
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-cran-genie
  Version : 1.0.5
  Upstream Author : Marek Gagolewski,
* URL : https://cran.r-project.org/package=genie
* License : GPL-3+
  Programming Lang: GNU R
  Description : GNU R fast, robust, and outlier resistant hierarchical 
clustering
 Includes the reference implementation of Genie - a hierarchical
 clustering algorithm that links two point groups in such a way that
 an inequity measure (namely, the Gini index) of the cluster sizes
 does not significantly increase above a given threshold.
 This method most often outperforms many other data segmentation approaches
 in terms of clustering quality as tested on a wide range of benchmark
 datasets. At the same time, Genie retains the high speed of the single
 linkage approach, therefore it is also suitable for analysing larger data sets.
 For more details see (Gagolewski et al. 2016 ).
 For an even faster and more feature-rich implementation, including,
 amongst others, noise point detection, see the 'genieclust' package.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-genie



Processed: ITP: r-cran-genie -- GNU R fast, robust, and outlier resistant hierarchical clustering

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

> owner 975888 Andreas Tille 
Bug #975888 [wnpp] ITP: r-cran-genie -- GNU R fast, robust, and outlier 
resistant hierarchical clustering
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Processed: ITP: r-cran-genieclust -- GNU R Genie++ Hierarchical Clustering Algorithm with Noise Points Detection

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

> owner 975886 Andreas Tille 
Bug #975886 [wnpp] ITP: r-cran-genieclust -- GNU R Genie++ Hierarchical 
Clustering Algorithm with Noise Points Detection
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Bug#975898: ITP: python-psycopg2cffi -- implementation of the psycopg2 module using cffi

2020-11-26 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-psycopg2cffi
  Version : 2.8.1
  Upstream Author : Konstantin Lopuhin 
* URL : http://github.com/chtd/psycopg2cffi
* License : GPL-3+
  Programming Lang: Python
  Description : implementation of the psycopg2 module using cffi

 This package provides an implementation of the psycopg2 module using cffi.
 .
 Psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.

Note: This is a new dependency of python-sqlalchemy-utils



Bug#973844: marked as done (ITA: tar -- GNU version of the tar archiving utility)

2020-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2020 12:35:06 +
with message-id 
and subject line Bug#973844: fixed in tar 1.32+dfsg-1
has caused the Debian Bug report #973844,
regarding ITA: tar -- GNU version of the tar archiving utility
to be marked as done.

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

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


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

After maintaining the Debian package of tar since 3 December 1995
(nearly a quarter century!), I've decided it's time to let someone else
take over. 

The Debian tar package is generally in very good shape, and does all the
routine things quite reliably.  However, like many GNU project versions
of well-known Unix applications, tar has accreted a massive number of
optional features over the years... very few of which I actually use.
And these are what many of the open bugs against the package are about.

Also, as is the case with some other GNU applications, tar has
documentation under the FDL with invariant sections, so as a matter of
Debian policy the docs are distributed in non-free.  This complicates
the packaging process somewhat, though I have a well-documented process
for ingesting a new upstream release into the packaging repository and
rippling updates into the various required branches.

If you want to jump in, I suggest you start by taking a look at the
current list of open bugs, find one or two to fix, and then reach out to
me for some discussion.  As tar is an essential package, taking it on
does carry an extra measure of responsibility.

Regards,

Bdale


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: tar
Source-Version: 1.32+dfsg-1
Done: Janos Lenart 

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

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

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

Debian distribution maintenance software
pp.
Janos Lenart  (supplier of updated tar 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, 20 Nov 2020 09:52:51 +
Source: tar
Architecture: source
Version: 1.32+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Janos Lenart 
Changed-By: Janos Lenart 
Closes: 892273 973844
Changes:
 tar (1.32+dfsg-1) unstable; urgency=medium
 .
   * New upstream version; closes: #892273
   * Huge thanks to Bdale for maintaining tar since 1995; closes: #973844
Checksums-Sha1:
 532dada857090ea5548759260eda9ac18767630d 2015 tar_1.32+dfsg-1.dsc
 154ae33442ae1dcbab32dc04b966ab379e8feafb 1910772 tar_1.32+dfsg.orig.tar.xz
 ca03e5311048e9278880ec0e7b2be0d1d40e90e6 19460 tar_1.32+dfsg-1.debian.tar.xz
 464ac6adb7f5f74baf1854d5c939689bb3d9caa5 6661 tar_1.32+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 8154c63983aadb982496a047384688c223bb8ffe50146dd05d4138c66dec75cd 2015 
tar_1.32+dfsg-1.dsc
 9cb89ab8997d5469b24c7a676f0f0ae5b84d730c3d44d9afeabad63431ec8d27 1910772 
tar_1.32+dfsg.orig.tar.xz
 2d4bfe8c6121762fb99d440ad6ab98ad761e02d933d53bdaa5d932661473868c 19460 
tar_1.32+dfsg-1.debian.tar.xz
 fbc13f90b03f5848a21249a57cdb5890063699cdcb9eb87da950351f0d408c11 6661 
tar_1.32+dfsg-1_amd64.buildinfo
Files:
 8997764b20dceb994f486977cefe504d 2015 utils required tar_1.32+dfsg-1.dsc
 6bcbf2cbf45d94ff9f24728e9a81f9e7 1910772 utils required 
tar_1.32+dfsg.orig.tar.xz
 274b6cfe17e29a64770b077bf1058146 19460 utils required 
tar_1.32+dfsg-1.debian.tar.xz
 df2a3c90405ef6aad4850c4a70c41e6f 6661 utils required 
tar_1.32+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEEdo7cEyzfTA6B4wlSluMK3/PhXcMFAl+/mbQQHG9jc2lAZGVi
aWFuLm9yZwAKCRCW4wrf8+Fdw3DsD/9tcgEaC8XaUdiOlQToiJirnsZWSvbPBeVf
ed/rc1R4iorySp/6JtkGmQ9Usd9PVKp1lsEn9cW0YJDT1UbKPYnNeFSy2D2KuTc4
IAj4StdyDXdwxJ7TTeCGotET8V1hrrTEuLt9s9eJbeSA16pPzwkE6yd9adM98yHz
a3wH5WO+ul31NYo/Hpbu1SMmH+VW+VQP3M6TNwBcyoABBSXKFDQXhkS7f0nsAssQ
1xSHc4+zceAvNyR2WQsC45VSGz4CPcycW18Tbc6VU4B0iZsluM+stoIK8VKWlpw9
zJ/icRX9TN8WEZ5bFxCswET7NHgZphzbuBGR6UAiEEJNFlIDe9wjlHGbPzgt38qL
YM68QbibwPa8vEK8gIvBOo01xYpkPAMhal6xmE8cxPE4hVyW/vpQY5oKsQU9wWTv
KeteZELfcufDnP0HrlOreBxyF7pg77VAlFbvdwsH4OiRGvvUwlOahP6z3XLQuai7
WaDcFN

Bug#975908: ITP: python-infinity -- All-in-one infinity value for Python. Can be compared to any object.

2020-11-26 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-infinity
  Version : 1.5
  Upstream Author : Konsta Vesterinen 
* URL : https://github.com/kvesteri/infinity
* License : BSD-3-clause
  Programming Lang: Python
  Description : All-in-one infinity value for Python. Can be compared to 
any object.

 This package provides an all-in-one infinity value for Python. The infinity
 "inf" object can then be compared to any other Python object, or used in math
 expressions.

Note: This package is needed by psycopg2cffi, itself needed by the new 
python-sqlalchemy-utils.



Bug#975920: ITP: pangolin -- Phylogenetic Assignment of Named Global Outbreak LINeages

2020-11-26 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: pangolin -- Phylogenetic Assignment of Named Global Outbreak 
LINeages
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: pangolin
  Version : 2.0.8
  Upstream Author : Áine O'Toole, JT McCrone, Emily Scher
* URL : https://github.com/cov-lineages/pangolin
* License : GPL-3+
  Programming Lang: Python
  Description : Phylogenetic Assignment of Named Global Outbreak LINeages
 Pangolin runs a multinomial logistic regression model trained against
 lineage assignments based on GISAID data.
 .
 Legacy pangolin runs using a guide tree and alignment hosted at
 cov-lineages/lineages. Some of this data is sourced from GISAID, but
 anonymised and encrypted to fit with guidelines. Appropriate permissions
 have been given and acknowledgements for the teams that have worked to
 provide the original SARS-CoV-2 genome sequences to GISAID are also
 hosted here.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/pangolin


Processed: ITP: pangolin -- Phylogenetic Assignment of Named Global Outbreak LINeages

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

> owner 975920 Andreas Tille 
Bug #975920 [wnpp] ITP: pangolin -- Phylogenetic Assignment of Named Global 
Outbreak LINeages
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Processed: ITA: scala-mode-el

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

> owner 766441 Nicholas D Steeves 
Bug #766441 [wnpp] ITA: scala-mode-el -- Emacs major mode for editing scala 
source code
Owner changed from Sławomir Wójcik  to Nicholas D Steeves 
.
> stop
Stopping processing here.

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



Processed: ITP: nemo-emblems

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

> retitle 826454 ITP: nemo-emblems -- folder and file emblem support for Nemo
Bug #826454 [wnpp] RFP: nemo-emblems -- folder and file emblem support for Nemo
Changed Bug title to 'ITP: nemo-emblems -- folder and file emblem support for 
Nemo' from 'RFP: nemo-emblems -- folder and file emblem support for Nemo'.
> owner 826454 Joshua Peisach 
Bug #826454 [wnpp] ITP: nemo-emblems -- folder and file emblem support for Nemo
Owner recorded as Joshua Peisach .
> stop
Stopping processing here.

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



Bug#975925: ITP: proxy-vole -- Java library to auto detect the platform network proxy settings

2020-11-26 Thread Roger Shimizu
Package: wnpp
Severity: wishlist
Owner: Roger Shimizu 

* Package name: proxy-vole
  Version : 1.0.3
  Upstream Author : Markus Bernhardt 
* URL : https://github.com/MarkusBernhardt/proxy-vole
* License : Apache-2.0 and BSD-3-clause
  Programming Lang: Java
  Description : Proxy Vole

 Proxy Vole is a Java library to auto detect the platform network proxy
 settings.



Processed: RFS: scala-mode-el/1:1.1.0-1 [ITA] -- Emacs major mode for editing scala source code (reintroduce to Debian)

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

> block 766441 by 975901
Bug #766441 [wnpp] ITA: scala-mode-el -- Emacs major mode for editing scala 
source code
766441 was not blocked by any bugs.
766441 was blocking: 906259
Added blocking bug(s) of 766441: 975901
>
End of message, stopping processing here.

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



Processed: RFS: nemo-emblems/4.6.0-2 [ITP] -- Nemo extension to change a folder or file emblem in Nemo

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

> block 826454 by 971911
Bug #826454 [wnpp] ITP: nemo-emblems -- folder and file emblem support for Nemo
826454 was not blocked by any bugs.
826454 was not blocking any bugs.
Added blocking bug(s) of 826454: 971911
>
End of message, stopping processing here.

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



Bug#975930: ITP: finbin -- Hi-speed search for a byte sequence in a big byte array

2020-11-26 Thread Roger Shimizu
Package: wnpp
Severity: wishlist
Owner: Roger Shimizu 

* Package name: finbin
  Version : 0.6.2
  Upstream Author : Tom Misawa 
* URL : https://github.com/riversun/finbin
* License : Apache-2.0 or Expat
  Programming Lang: Java
  Description : Hi-speed search for a byte sequence in a big byte array



Bug#975629: marked as done (ITP: r-cran-bench -- High Precision Timing of R Expressions)

2020-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2020 22:00:11 +
with message-id 
and subject line Bug#975629: fixed in r-cran-bench 1.1.1-1
has caused the Debian Bug report #975629,
regarding ITP: r-cran-bench -- High Precision Timing of R 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.)


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Subject: ITP: r-cran-bench -- High Precision Timing of R Expressions
Package: wnpp
Owner: Michael R. Crusoe 
Severity: wishlist

* Package name: r-cran-bench
  Version : 1.1.1
  Upstream Author : Jim Hester,
* URL : https://cran.r-project.org/package=bench
* License : GPL-3
  Programming Lang: GNU R
  Description : High Precision Timing of R Expressions
 Tools to accurately benchmark and analyze execution times for R expressions.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-bench


-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAl+80wYSHGNydXNvZUBk
ZWJpYW4ub3JnAAoJEDwmdj9sZ+bip30QAIc+wXwwrSNRL4R/tPdJrCokkco6PRWg
j2AbikwD12KQXoxIUULjKro0Zm2QZx3igSWdc4yjQxNfDKITq1pO/H3WSXnREtQF
886MjvlbBQz7OE9ATzzRSZfM9iufIinxMi1Rihj9aJKg9kN5DujwgbxnpodOc7Lk
z8ZnoxOQpYkWfwYP9QWmDQYFiCGr6UtL8sG1NMkGhAiwJHB0J1Y5QgHO2w7iSD1N
qjS8hyLWfAo7xC3SqudUxrSZ+5tCX/n77bFeP40HX72pNl/NtnTQ0DuWeClRBlnG
Sx6XIAZr8pXE5TIC1AgUfMPnJTz+VihFSsfvAqf4zBanzxL3Dq0v6cHdfzpwArk7
HSkHPhExR3MYexyiSqSDFNcxE9ddPwP+h+dwLw9Ua5IMDNw4Uly4Lo5rnMU1vJMc
c6nkIzmgtW242I+5XPQJBpxDUhxDwaYIzcmN25p+1PU6qacN6h8wmU6C9Kd185eC
MN5sLvRtSL9OWe9YO3rUhndTjXRwr+Dn3L7PfBb+8BVx15xIi+dEuQsjVDje/T7P
0Xs9f8D06Mh4GE2avXjaL1sRRe391Iq5ohiTqQ1qPSpP0/Xvh54prhpZKMdoIXWr
5cs43w16hmEpm14WVoAe7uzY9tgqVRQsxtqYeaZdrcGSWNN+pxaXei2oo+4EYLa8
Sv5p+PVJvCfu
=wNnW
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: r-cran-bench
Source-Version: 1.1.1-1
Done: cru...@debian.org (Michael R. Crusoe)

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

Debian distribution maintenance software
pp.
Michael R. Crusoe  (supplier of updated r-cran-bench 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, 24 Nov 2020 10:37:09 +0100
Source: r-cran-bench
Binary: r-cran-bench r-cran-bench-dbgsym
Architecture: source amd64
Version: 1.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Michael R. Crusoe 
Description:
 r-cran-bench - High Precision Timing of R Expressions
Closes: 975629
Changes:
 r-cran-bench (1.1.1-1) unstable; urgency=medium
 .
   * Initial release (closes: #975629)
Checksums-Sha1:
 3bdbc5636fdd8066b5f8f7b771547ccb6236947a 2142 r-cran-bench_1.1.1-1.dsc
 92675710a8cdeac9bc61795dd7edfe554ae1cdc6 251123 r-cran-bench_1.1.1.orig.tar.gz
 22151c726ee53edd76ae3838f7cb03ae4ee18c5e 2120 
r-cran-bench_1.1.1-1.debian.tar.xz
 4bbe8e66cdfb82f086f6c2c7f95dbfb3a1f2457b 8716 
r-cran-bench-dbgsym_1.1.1-1_amd64.deb
 c098364f56ab5c113796ee049f1d7121cfe72d02 11209 
r-cran-bench_1.1.1-1_amd64.buildinfo
 0dacb85ac66dc455910d9474e9eee224eaa33975 330676 r-cran-bench_1.1.1-1_amd64.deb
Checksums-Sha256:
 58972ab3c2e6c4c21215181a5277d7cf2b70211f3d0082a10595239b6db6dc23 2142 
r-cran-bench_1.1.1-1.dsc
 83373d8b1060e3579ca9725f527a605e312ba5b5b5f827d332fc71ab80abb8d1 251123 
r-cran-bench_1.1.1.orig.tar.gz
 e07e82d0db7cb4fcd7cd23f9c688d39b92966c9872a6e828d6ceac6701134e4a 2120 
r-cran-bench_1.1.1-1.debian.tar.xz
 c4baf4c1710aba05284c0dfa2750ad1df148186b0b1f586803b1eb46f0f8653f 8716 
r-cran-bench-dbgsym_1.1.1-1_amd64.deb
 fb5ceb070989392c2145a998d95fd0e86c04ba29af2ba1aa0ee7c050f42f1b6c 11209 
r-cran-bench_1.1.1-1_amd64.buildinfo
 18eac73c3448cba59a71b290b8f790d97c4d81b9be0ae74c903f133562c27b2d 330676 
r-cran-bench_1.1.1-1_amd64.deb
Files:
 25c682fc889bae3496916b4876907490 2142 gnu-r optional r-cran-bench_1.1.1-1.dsc
 4ac987d4203899f2c740ba615c0a3cd1 

Bug#934671: marked as done (ITP: libanyevent-websocket-client-perl -- WebSocket client for AnyEvent)

2020-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2020 23:00:10 +
with message-id 
and subject line Bug#902931: fixed in libanyevent-websocket-client-perl 0.53-1
has caused the Debian Bug report #902931,
regarding ITP: libanyevent-websocket-client-perl -- WebSocket client for 
AnyEvent
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.)


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

* Package name: libanyevent-websocket-client-perl
  Version : 0.53
  Upstream Author : Graham Ollis 
* URL : https://metacpan.org/release/AnyEvent-WebSocket-Client
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : WebSocket client for AnyEvent

AnyEvent::WebSocket provides an interface to interact with a web server
that provides services via the WebSocket protocol in an AnyEvent context.
It uses Protocol::WebSocket rather than reinventing the wheel. You could
use AnyEvent and Protocol::WebSocket directly if you wanted finer grain
control, but if that is not necessary then this class may save you some
time.

The recommended API was added to the AnyEvent::WebSocket::Connection
class with version 0.12, so it is recommended that you include that
version when using this module. The older version of the API has since
been deprecated and removed.

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

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.
--- End Message ---
--- Begin Message ---
Source: libanyevent-websocket-client-perl
Source-Version: 0.53-1
Done: Xavier Guimard 

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

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

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

Debian distribution maintenance software
pp.
Xavier Guimard  (supplier of updated 
libanyevent-websocket-client-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Aug 2019 11:47:37 +0200
Source: libanyevent-websocket-client-perl
Binary: libanyevent-websocket-client-perl
Architecture: source all
Version: 0.53-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Xavier Guimard 
Description:
 libanyevent-websocket-client-perl - Perl WebSocket client for AnyEvent
Closes: 902931
Changes:
 libanyevent-websocket-client-perl (0.53-1) unstable; urgency=low
 .
   * Initial release (Closes: #902931)
Checksums-Sha1:
 16b8e233ebb3532af13f5134aad3564aaf08 2491 
libanyevent-websocket-client-perl_0.53-1.dsc
 09e9827b929828bd3d5f21a1a5543cf724070c15 46349 
libanyevent-websocket-client-perl_0.53.orig.tar.gz
 843c14c3851e96ffa96d1ab03d92642dbb16d221 2228 
libanyevent-websocket-client-perl_0.53-1.debian.tar.xz
 e718d929f01299d12b28b6347a628572221a6ba0 27304 
libanyevent-websocket-client-perl_0.53-1_all.deb
 cb3b8c95b62bfee816882cb0558aa1864a504400 6911 
libanyevent-websocket-client-perl_0.53-1_amd64.buildinfo
Checksums-Sha256:
 ac265bc81895fdf8406ead0304275feb1e7ab90e22403c23c019fb144c0f0399 2491 
libanyevent-websocket-client-perl_0.53-1.dsc
 4c5e4c69d080450cc3f772c2c380ecc00c871c38b3bceacf94bab47c2e2f0f61 46349 
libanyevent-websocket-client-perl_0.53.orig.tar.gz
 7ef1a61559d663881a9c8ab898528eec1beac0497c52b23234c184a7aab62dfd 2228 
libanyevent-websocket-client-perl_0.53-1.debian.tar.xz
 aa4fb066b2edfe56547d1d28e611fb2b00fc4f2d5d417a8026deb5974f7b61e1 27304 
libanyevent-websocket-client-perl_0.53-1_all.deb
 d9c7eb57479bcbb133aee1289f233258e573e17efb4cc306b3669c0155960b65 6911 
libanyevent-websocket-client-perl_0.53-1_amd64.buildinfo
Files:
 941c60282d5c86b56a738220498c4da5 2491 perl optional 
libanyevent-websocket-client-perl_0.53-1.dsc
 ae9914b091caeac6350dc02395a2cf36 46349 perl optional 
libanyevent-websocket-client-perl_0.53.orig.tar.gz
 f64da01c97b85863cfa4a81c7a85b526 2228 perl optional 
libanyevent-websocket-client-perl_0.53-1.debian.tar.xz
 a308f755a734ff82c4ef6151ec15ee93 27304 perl op

Bug#973916: marked as done (ITP: rust-libc-print -- Support for println and eprintln in a no_std context)

2020-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2020 23:00:12 +
with message-id 
and subject line Bug#973916: fixed in rust-libc-print 0.1.14-1
has caused the Debian Bug report #973916,
regarding ITP: rust-libc-print -- Support for println and eprintln in a no_std 
context
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.)


-- 
973916: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973916
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Nick Black" 
X-Debbugs-Cc: debian-de...@lists.debian.org, dankamong...@gmail.com

* Package name: rust-libc-print
  Version : 0.1.14
  Upstream Author : Matt Mastracci 
* URL : https://github.com/mmastrac/rust-libc-print
* License : Apache-2.0 or MIT
  Programming Lang: Rust
  Description : Support for println and eprintln in a no_std context

An implementation of println! and eprintln! on the libc
crate without requiring the use of an allocator, and thus
suitable for a no_std context.

This small package is a dependency for rust-notcurses (see #972542).

This will be maintained by myself under the auspices of the Rust Packaging
Team.
--- End Message ---
--- Begin Message ---
Source: rust-libc-print
Source-Version: 0.1.14-1
Done: Nick Black 

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

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

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

Debian distribution maintenance software
pp.
Nick Black  (supplier of updated rust-libc-print 
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, 25 Nov 2020 15:55:20 CET
Source: rust-libc-print
Binary: librust-libc-print-dev
Architecture: amd64 source
Version: 0.1.14-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Nick Black 
Description: 
 librust-libc-print-dev - Println! and eprintln! macros on libc without stdlib 
- Rust sourc
Closes: 973916
Changes:
 rust-libc-print (0.1.14-1) unstable; urgency=medium
 .
   * Package libc-print 0.1.14 from crates.io using debcargo 2.4.3
 Closes: #973916
Checksums-Sha256: 
 bc8a0aa2506543f3945e2beba616ec31f7589e8a177564ccd2e77ebaa2db722f 5120 
librust-libc-print-dev_0.1.14-1_amd64.deb
 20249541cb62baf62a787c7bea786e773a1756d92c8048d44dcabd0b0f2a8356 7147 
rust-libc-print_0.1.14-1_amd64.buildinfo
 38c6c3133f627080d7fedb9c28e236385ef39d4f2aa5585b8c46fe251e37f616 2189 
rust-libc-print_0.1.14-1.dsc
 e70323535c8d481cbfd9a0996538a06861ee0c2fb082cff05b8ac87e272ba7ca 2824 
rust-libc-print_0.1.14.orig.tar.gz
 4d5d60e8e71854020e06c69f077f2e8d750470673b8f0082cc9be5c2c5c8fda9 2556 
rust-libc-print_0.1.14-1.debian.tar.xz
Checksums-Sha1: 
 8c8453b1d4339dc0e46eb3ef52118d0eb2f2d7be 5120 
librust-libc-print-dev_0.1.14-1_amd64.deb
 3d6e3aac7d8b13a1f9570a5394429e83d1096f1b 7147 
rust-libc-print_0.1.14-1_amd64.buildinfo
 86a9febf51fec831f5c244278c24b135aee432c9 2189 rust-libc-print_0.1.14-1.dsc
 b275dd4d51067c2b57d258557543fbff52013511 2824 
rust-libc-print_0.1.14.orig.tar.gz
 2873eb927fd7cddd322980dbc1585666224b59ec 2556 
rust-libc-print_0.1.14-1.debian.tar.xz
Files: 
 db27b9aa73b5cef0afc181f73e1c9896 5120 rust optional 
librust-libc-print-dev_0.1.14-1_amd64.deb
 ee3846e3e7be9ebb7b3228262fc1e23d 7147 rust optional 
rust-libc-print_0.1.14-1_amd64.buildinfo
 2b301b5903ec64cf4b4878c42b3e2c90 2189 rust optional 
rust-libc-print_0.1.14-1.dsc
 2319b8ad7c93228ac246fd434494ec6f 2824 - - rust-libc-print_0.1.14.orig.tar.gz
 1211196ed1fd4983f119cc62556810e7 2556 - - 
rust-libc-print_0.1.14-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl++cFgACgkQfmUo2nUv
G+FoRg//YUAo9/3FBbbC3O7dMpmf8iQKID8N7MNfeFcQfB43qrhnxTKdh2Cq/nZx
mavy14+AZ40VgmHF8X37BwVI4SMtN+XKG7gCtuNQanvv897q3kboarGvkAvDWUDy
L79n3J3/hHo/2nJPeq/O6XYBcVywcpBI3VERkvvRzTFX4RnbCTIoE4cDNEGRWsqs
1XkxC/lHA5GDn2lWA5+bv6RGlcpZOidj2ssUyGFOw7kJA40du2CuikZ1Ena6borP
GHnFpXoLgcZmMHNLaB2QlJmlscboLi53CZaem9RyoXtB80gHDkiqu32FP3oW/EZ4
O5Qe/4mI9b077l/ETu+3Lg6uaLs/DNsSGBKAcMGUYe1is/F8EoRHeBycpnHLkTvK
I6RMhU4wOSHf7z71Eiv4vQBMJIiVeCbH375ynjTyvYUEFExSPbXzfD+AoQRdxguF
E9K5NMbcTtqavSM3d8

Bug#902931: marked as done (ITP: libanyevent-websocket-client-perl -- AnyEvent::WebSocket::Perl is a WebSockets client for Perl AnyEvent)

2020-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2020 23:00:10 +
with message-id 
and subject line Bug#902931: fixed in libanyevent-websocket-client-perl 0.53-1
has caused the Debian Bug report #902931,
regarding ITP: libanyevent-websocket-client-perl -- AnyEvent::WebSocket::Perl 
is a WebSockets client for Perl AnyEvent
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.)


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

* Package name: libanyevent-websocket-client-perl
  Version : 0.48
  Upstream Author : Marc A. Lehmann
* URL : https://metacpan.org/pod/AnyEvent::WebSocket::Client
* License : Artistic / GPL1+
  Programming Lang: Perl
  Description : WebSockets client for AnyEvent

 AnyEvent::WebSocket::Perl is a WebSockets client for Perl AnyEvent.

-- 
Ian JacksonThese opinions are my own.

If I emailed you from an address @fyvzl.net or @evade.org.uk, that is
a private address which bypasses my fierce spamfilter.
--- End Message ---
--- Begin Message ---
Source: libanyevent-websocket-client-perl
Source-Version: 0.53-1
Done: Xavier Guimard 

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

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

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

Debian distribution maintenance software
pp.
Xavier Guimard  (supplier of updated 
libanyevent-websocket-client-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Aug 2019 11:47:37 +0200
Source: libanyevent-websocket-client-perl
Binary: libanyevent-websocket-client-perl
Architecture: source all
Version: 0.53-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Xavier Guimard 
Description:
 libanyevent-websocket-client-perl - Perl WebSocket client for AnyEvent
Closes: 902931
Changes:
 libanyevent-websocket-client-perl (0.53-1) unstable; urgency=low
 .
   * Initial release (Closes: #902931)
Checksums-Sha1:
 16b8e233ebb3532af13f5134aad3564aaf08 2491 
libanyevent-websocket-client-perl_0.53-1.dsc
 09e9827b929828bd3d5f21a1a5543cf724070c15 46349 
libanyevent-websocket-client-perl_0.53.orig.tar.gz
 843c14c3851e96ffa96d1ab03d92642dbb16d221 2228 
libanyevent-websocket-client-perl_0.53-1.debian.tar.xz
 e718d929f01299d12b28b6347a628572221a6ba0 27304 
libanyevent-websocket-client-perl_0.53-1_all.deb
 cb3b8c95b62bfee816882cb0558aa1864a504400 6911 
libanyevent-websocket-client-perl_0.53-1_amd64.buildinfo
Checksums-Sha256:
 ac265bc81895fdf8406ead0304275feb1e7ab90e22403c23c019fb144c0f0399 2491 
libanyevent-websocket-client-perl_0.53-1.dsc
 4c5e4c69d080450cc3f772c2c380ecc00c871c38b3bceacf94bab47c2e2f0f61 46349 
libanyevent-websocket-client-perl_0.53.orig.tar.gz
 7ef1a61559d663881a9c8ab898528eec1beac0497c52b23234c184a7aab62dfd 2228 
libanyevent-websocket-client-perl_0.53-1.debian.tar.xz
 aa4fb066b2edfe56547d1d28e611fb2b00fc4f2d5d417a8026deb5974f7b61e1 27304 
libanyevent-websocket-client-perl_0.53-1_all.deb
 d9c7eb57479bcbb133aee1289f233258e573e17efb4cc306b3669c0155960b65 6911 
libanyevent-websocket-client-perl_0.53-1_amd64.buildinfo
Files:
 941c60282d5c86b56a738220498c4da5 2491 perl optional 
libanyevent-websocket-client-perl_0.53-1.dsc
 ae9914b091caeac6350dc02395a2cf36 46349 perl optional 
libanyevent-websocket-client-perl_0.53.orig.tar.gz
 f64da01c97b85863cfa4a81c7a85b526 2228 perl optional 
libanyevent-websocket-client-perl_0.53-1.debian.tar.xz
 a308f755a734ff82c4ef6151ec15ee93 27304 perl optional 
libanyevent-websocket-client-perl_0.53-1_all.deb
 862b66b473ab64ea211d5072a86efe16 6911 perl optional 
libanyevent-websocket-client-perl_0.53-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEM8yxNkAa/shDo4djlqh4crfqNzcFAl+9OjUACgkQlqh4crfq
Nzd22w/9HhiOKHBljlwXTv8wY4DgeAVXIS4tmpXFeqyuIaTZ6HfaZGzUvrPDWPnz
qOHGRpPB2GB7+XfrIRWtBL070sT2Fr03mw13+MpjEEIJObZDe6sRw9gM+CpBS7UU
lBn6fQ1L1n9G/5/1AVqpfN6mClcux0kREthP/irchgISrZN3c6u0Fk0GNovEJadl
W9kqVWOuXQYgZo0go0lsI4euGUW1NseCmQA/pnVVQ8wEKpOz2F6S46f6stWHsRzf
Stxm3CJdNSAAkHiQlewbCxhVp

Bug#974973: marked as done (ITP: libcifpp -- A library for creating and manipulating mmCIF and PDB files containing macro molecular structure information)

2020-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2020 23:00:11 +
with message-id 
and subject line Bug#974973: fixed in libcifpp 1.0.0-1
has caused the Debian Bug report #974973,
regarding ITP: libcifpp -- A library for creating and manipulating mmCIF and 
PDB files containing macro molecular structure information
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.)


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

* Package name: libcifpp
  Version : 1.0.0
  Upstream Author : Maarten L. Hekkelman 
* URL : http://github.com/PDB-REDO/libcifpp
* License : BSD-2-Clause
  Programming Lang: C++
  Description : A library for creating and manipulating mmCIF and PDB files 
containing macro molecular structure information

The structure of macro molecules is nowadays recorded in mmCIF files. Until 
recently however the ancient PDB file format was used by many programs but that 
format has since long been deprecated.

This library contains code to read and write mmCIF files. It also contains 
validating code to check the integrity and validity of mmCIF files. As a bonus, 
this library is capable of importing and exporting PDB files which is not 
trivial.

The code greatly benefits from the CCP4 distribution being available, but does 
not require it to work.

The current DSSP in Debian needs to be replaced with a new version soon, this 
new version of DSSP will require libcifpp.

The Debian Med team will take care of maintenance.
--- End Message ---
--- Begin Message ---
Source: libcifpp
Source-Version: 1.0.0-1
Done: maar...@hekkelman.com (Maarten L. Hekkelman)

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

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

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

Debian distribution maintenance software
pp.
Maarten L. Hekkelman  (supplier of updated libcifpp 
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, 17 Nov 2020 10:36:02 +0100
Source: libcifpp
Binary: libcifpp-dev libcifpp1 libcifpp1-dbgsym
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Maarten L. Hekkelman 
Description:
 libcifpp-dev - Development files for libcifpp
 libcifpp1  - Library files for libcifpp
Closes: 974973
Changes:
 libcifpp (1.0.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #974973)
Checksums-Sha1:
 79d61f5dcc426dd2f37fe15b774fe3b306bb72cb 2231 libcifpp_1.0.0-1.dsc
 329a402bb84d155acd496c81fc7ec5eb5adb55e9 1214667 libcifpp_1.0.0.orig.tar.gz
 d0e0d4854e80634572bf3667c37af45d2183866d 5364 libcifpp_1.0.0-1.debian.tar.xz
 e37cf4d1b8423931b635a6c5823028f4064b20d0 1128564 libcifpp-dev_1.0.0-1_amd64.deb
 2536e6efbf24490b3b8fdc55cad9c905cd4786dd 15367048 
libcifpp1-dbgsym_1.0.0-1_amd64.deb
 0002867fe27de686f4ae1c3750a93d6a64f8ab29 1449308 libcifpp1_1.0.0-1_amd64.deb
 2445cf4dc1fc48785e7c7d552024abda1fadda9e 7484 libcifpp_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 fd3b6d1e88e112a2630939b40416e0e6eae490977218e6b7916846310259370c 2231 
libcifpp_1.0.0-1.dsc
 d07ca20e482cf8e70924844325cf719387f5eb65f7e462a745249c19b716bb18 1214667 
libcifpp_1.0.0.orig.tar.gz
 f0ed7f5f7757206b8bfa691933640177b62c00c31d92dc13cf10ca23b033a6e9 5364 
libcifpp_1.0.0-1.debian.tar.xz
 c3356775e43ffc383f13f763219238613496fb623fe8be988ea0fd5ab8d04d98 1128564 
libcifpp-dev_1.0.0-1_amd64.deb
 de9c38086a1d5ad1487d28fdc8f1d6f7cb61041f5603e727f46ded06bdecec1c 15367048 
libcifpp1-dbgsym_1.0.0-1_amd64.deb
 d6f20dac9516854a1e4c11b9f62d7c7171643d1d98a19cb8014bc9f01adb8611 1449308 
libcifpp1_1.0.0-1_amd64.deb
 05865dcee5daefad9117d760fe69f9da0c4cfeaf43b684e4ff67f364b774da25 7484 
libcifpp_1.0.0-1_amd64.buildinfo
Files:
 e48b5197a193c3fc869e4d312e3d2766 2231 libs optional libcifpp_1.0.0-1.dsc
 89ab315d015fc657da3f5a8e5730957e 1214667 libs optional 
libcifpp_1.0.0.orig.tar.gz
 98180386424efa4fd6825f4a4182b106 5364 libs optional 
libcifpp_1.0.0-1.debian.tar.xz
 4c4dab598bfebbe8ea5f10b4a0047382 112

Bug#975627: marked as done (ITP: fastcdr -- Fast CDR serialization library for DDS)

2020-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2020 23:00:10 +
with message-id 
and subject line Bug#975627: fixed in fastcdr 1.0.16-1
has caused the Debian Bug report #975627,
regarding ITP: fastcdr -- Fast CDR serialization library for DDS
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.)


-- 
975627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Timo Röhling 
X-Debbugs-Cc: debian-de...@lists.debian.org, t...@gaussglocke.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: fastcdr
  Version : 1.0.16
  Upstream Author : Proyectos y Sistemas de Mantenimiento SL (eProsima)
* URL : https://github.com/eProsima/Fast-CDR
* License : Apache-2
  Programming Lang: C++
  Description : Fast CDR serialization library for DDS

FastCDR is a C++ library that provides serialization and deserialization
according to the Common Data Representation (CDR) of the Data
Distribution Standards (DDS) and is part of the eProsima FastDDS
implementation.

eProsima FastDDS is the chosen default transport layer for new Robot OS
version 2. Compared to other free DDS implementations, it is very
feature-complete and provides two API layers: one for high-level
Publish-Subscriber access that focuses on usability, and a lower-level
Writer-Reader API that allows more sophisticated fine tuning of the
RTPS protocol.

-BEGIN PGP SIGNATURE-

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAl+8ywMACgkQ+C8H+466
LVmf2wv/TOUG/PJ4BEIiuDKNw64l6WDeCcAWrTyH5YMPSS1KcGTtXW41F6PYr59A
kB1J7NEotkthg/q6+6nlEeLWDmrKrYWv8TuHRVFKjMnEW8xAeblm4iiuId/D2XQv
mAAYmEtQbmBKOVqhVW6bHA5gqSVbpRNBtQHJW97jl906XYHjP2iGUWzKUoJ8A2S4
9EhwkIGaSOZ0lIHp8AG4FFFy88Kt+yO4n8T5b/zH9IjpRMS8FeFFQ9NQTdEFvrbk
yxfIUANzb/lvojHdKJjqsQSm0YtSDpH08CB5xLW6G7Q8vxG87NHMVymSDt1r0qee
RPCszbr9rgSLyJFZEHpYph2XpNQ6TtICO/KfGmKEXY2xynSaAKZ/V9MhjK0R7AXw
NYNVD78/+xW4wI2aQ5acypSw/iMjn06Cm4ookZ2g0iZ5LJSz8aE1muPNH0OZ82VD
2y63pQs3qQKXh/vAhaQdpNO9Zq2OA1MCcTbTtnONlzlYOdssQwoA2QJYSt7a3s1U
D+eGr7PD
=YwyJ
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: fastcdr
Source-Version: 1.0.16-1
Done: =?utf-8?q?Timo_R=C3=B6hling?= 

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

Debian distribution maintenance software
pp.
Timo Röhling  (supplier of updated fastcdr 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, 24 Nov 2020 17:12:50 +0100
Source: fastcdr
Binary: libfastcdr-dev libfastcdr-doc libfastcdr1 libfastcdr1-dbgsym
Architecture: source amd64 all
Version: 1.0.16-1
Distribution: unstable
Urgency: medium
Maintainer: Timo Röhling 
Changed-By: Timo Röhling 
Description:
 libfastcdr-dev - Fast CDR serialization library for DDS - development headers
 libfastcdr-doc - Fast CDR serialization library for DDS - API documentation
 libfastcdr1 - Fast CDR serialization library for DDS
Closes: 975627
Changes:
 fastcdr (1.0.16-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #975627)
Checksums-Sha1:
 888628864c169f2f31b640a8891f3147d206be9e 2140 fastcdr_1.0.16-1.dsc
 ad3ca6fb213c60cb27eb1cbdae050b8b4ebdca3e 2998598 fastcdr_1.0.16.orig.tar.gz
 20463f202a6c37f957c31244a6a5b118c07c0f74 9184 fastcdr_1.0.16-1.debian.tar.xz
 25f44f79d188ecf01bc38ccf7be86808ed178993 9525 fastcdr_1.0.16-1_amd64.buildinfo
 57bb474cd763bb097c2b65831bd73b21c2057122 18328 
libfastcdr-dev_1.0.16-1_amd64.deb
 758d5bd3db209b8e45c3d7775c5da17a69e1d720 333572 libfastcdr-doc_1.0.16-1_all.deb
 4581435b3f49bfa1a13243133c406547adf3c728 173712 
libfastcdr1-dbgsym_1.0.16-1_amd64.deb
 2b3f572065961e5a847dc46de15d7fce0c635ded 23164 libfastcdr1_1.0.16-1_amd64.deb
Checksums-Sha256:
 b9279f1cbb863fdc52d2d17307ee72f39e9b32c76e79c5b0a286eba29a91635c 2140 
fastcdr_1.0.16-1.dsc
 00e99d86bc872404b8dce04b3aa7e4623d77663b5f7e4bb9397dad19a0ccd52c 2998598 
fastcdr_1.0.16.orig.tar.gz
 b47d64c63ff8949f5aaa9bea330cc547b55b7616e0c1947323aea02043a94ea3 9184 
fastcdr_1.0.16-1.debian.tar.xz
 e49ef5a96daa0078c8d501

Bug#975938: ITP: jboss-vfs -- JBoss Virtual File System

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

* Package name: jboss-vfs
  Version : 3.2.15.Final
  Upstream Author : JBoss, A division of Red Hat, Inc.
* url : http://www.jboss.org
* License : Apache-2.0
  Programming Lang: Java
  Description : JBoss Virtual File System

This package delivers the JBoss VFS libraries.  A much earlier version was
once included in Debian but dropped due to lack of use.  I'm re-packaging a
modern version with help from Sudip Mukherjee because it's a dependency for
annotation-detector, which is a dependency for openrocket, which I'm trying
to get back into main instead of being a jar-installer package in contrib.



Bug#975937: ITP: puppet-module-voxpupuli-zabbix -- Puppet module for zabbix

2020-11-26 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: puppet-module-voxpupuli-zabbix
  Version : 8.0.0
  Upstream Author : Vox Pupuli
* URL : https://github.com/voxpupuli/puppet-zabbix/
* License : Apache-2.0
  Programming Lang: Puppet
  Description : Puppet module for zabbix

 Puppet lets you centrally manage every important aspect of your system using a
 cross-platform specification language that manages all the separate elements
 normally aggregated in different files, like users, cron jobs, and hosts,
 along with obviously discrete elements like packages, services, and files.
 .
 puppet-zabbix installs and configure Zabbix.

Note: I'm going to use this to integrate the monitoring in OCI.



Processed: your mail

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

> retitle 975378 O: opensysusers -- processes sysusers.d directory to create 
> system users
Bug #975378 [wnpp] O: opensysusers
Changed Bug title to 'O: opensysusers -- processes sysusers.d directory to 
create system users' from 'O: opensysusers'.
> retitle 975377 O: opentmpfiles -- standalone utility written to process 
> systemd-style tmpfiles.d files
Bug #975377 [wnpp] O: opentmpfiles
Changed Bug title to 'O: opentmpfiles -- standalone utility written to process 
systemd-style tmpfiles.d files' from 'O: opentmpfiles'.
> thanks
Stopping processing here.

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