Bug#1082766: ITP: phrog -- Mobile device greeter

2024-09-25 Thread Arnaud Ferraris
Package: wnpp
Severity: wishlist
Owner: Arnaud Ferraris 
X-Debbugs-Cc: debian-de...@lists.debian.org, aferra...@debian.org, 
debian-on-mobile-maintain...@alioth-lists.debian.net

* Package name: phrog
  Version : 0.10.0
  Upstream Contact: Sam Day 
* URL : https://github.com/samcday/phrog/
* License : GPL
  Programming Lang: Rust
  Description : Mobile device greeter

Phrog is a greetd-compatible graphical greeter, designed for devices with small
displays and primarily relying on a touchscreen for input, such as mobile
phones and tablets.

This package will be maintained as part of the DebianOnMobile team.



Bug#1082767: ITP: rust-libphosh -- Rust bindings for libphosh

2024-09-25 Thread Arnaud Ferraris
Package: wnpp
Severity: wishlist
Owner: Arnaud Ferraris 
X-Debbugs-Cc: debian-de...@lists.debian.org, aferra...@debian.org, 
debian-on-mobile-maintain...@alioth-lists.debian.net

* Package name: rust-libphosh
  Version : 0.0.2
  Upstream Contact: Guido Günther 
* URL : https://gitlab.gnome.org/guidog/libphosh-rs
* License : MIT
  Programming Lang: Rust
  Description : Rust bindings for libphosh

libphosh contains the main components for Phosh, a GTK-based graphical
environment targeting mobile devices. This package contains the Rust bindings
for this library, allowing one to create software based on Phosh's codebase.

rust-libphosh is a dependency for phrog (see #1082766), and will be maintained
under the Rust team umbrella.


Bug#1082768: ITP: rust-gtk-0.18 -- Rust bindings for GTK+ 3.0

2024-09-25 Thread Arnaud Ferraris
Package: wnpp
Severity: wishlist
Owner: Arnaud Ferraris 
X-Debbugs-Cc: debian-de...@lists.debian.org, aferra...@debian.org, 
debian-on-mobile-maintain...@alioth-lists.debian.net

* Package name: rust-gtk-0.18
  Version : 0.18.1
* URL : https://github.com/gtk-rs/gtk3-rs
* License : MIT
  Programming Lang: Rust
  Description : Rust bindings for GTK+ 3.0

This is a re-introduction of rust-gtk and its dependencies into Debian. Those
packages were removed as they were unmaintained and required an extensive
amount of work to keep up with the underlying dependencies, such as rust-glib.
However, as they are only language bindings to an underlying C library (which
is still maintained), the lack of upstream attention doesn't cause any
significant issue.

The plan is therefore to import the latest Debian packages from the 0.18 branch
and re-upload those with the "-0.18" suffix, so they don't clash with current,
up-to-date versions (especially for rust-glib and its own dependencies).

rust-gtk is still needed by squeekboard, an important software for mobile
users, which can no longer migrate to testing due to this removal (#1064373).
Moreover, it is a dependency to phrog (ITP #1082766) and its main dependency,
libphosh (ITP #1082767), so vendoring rust-gtk (along with its own
dependencies) is not an option.

This package will be maintained within the DebianOnMobile team in order to
avoid distracting the Rust team.



Bug#1002056: Supporting alternative zlib implementations

2024-09-25 Thread Fay Stegerman
* Guillem Jover  [2024-09-25 01:55]:
> Hi!
>
> On Wed, 2024-09-25 at 00:39:10 +0200, Fay Stegerman wrote:
> > * Guillem Jover  [2024-09-24 17:45]:
> > > Personally, I think fully migrating from zlib to zlib-ng would sound
> > > great (even for trixie), but I guess we can take it slow if you do not
> > > feel confident or have concerns over this.
> >
> > As using an alternative zlib implementation could impact Reproducible Builds
> > [1], I would recommend taking that into consideration before deciding on 
> > this
> > kind of change.
>
> Ah, this is related to something I wanted to mention too and forgot.
>
> I don't think the specific case you mention is in itself a concern for
> Debian, because we only guarantee reproducibility given the same inputs,
> which includes the set of packages and their versions that were used
> when building the binaries. So if there was a switch, those would end up
> being recorded as well, and used when reproducing the outputs. And this
> could also happen with a newer version of zlib itself.
>
> The problem though is, that because the compressed stream is going to
> change, that can make certain test suites fail if we perform this
> switch, which I think would be the main fallout that we'd see from
> this and would need manual fixing, although I assume Fedora has probably
> handled most of these already. For example when I added explicit
> zlib-ng support to dpkg, I had to fix its test suite to parametrize
> sizes for test artifacts.

Whilst it indeed may not affect the reproducibility guarantees for Debian
packages themselves, it does affect being able to use a Debian system for
Reproducible Builds of other software for which the reference artefacts were
built with regular zlib and thus can no longer be reproduced on Debian if that
uses a different zlib implementation (so far I've only encountered the reverse,
which seems relatively rare -- for now).

For example, ZIP files or Android APKs built on a Debian system will have a
different compressed stream, like the test files you mention.  Which will likely
break Reproducible Builds tooling like apksigcopier [1] and
reproducible-apk-tools [2].

AFAIK all rebuilders (including my own [3]) for Android APKs use Debian base
systems, so this could cause quite a bit of breakage for Reproducible Builds
within that ecosystem, which is something I would like to avoid (or at least
have a decent workaround for -- e.g. being able to easily choose between
multiple zlib implementations during runtime in my Python tooling would be
great).

As you point out, we've been lucky that zlib has remained backwards-compatible
for a long time (even though it doesn't provide any guarantees of that AFAIK).
Which also makes me wonder how much more likely zlib-ng might be to produce
different compressed streams between different versions or using different
hardware (configurations).

There might also be issues with reproducibility of Debian packages themselves if
e.g. zlib-ng output can differ on different hardware (e.g. number of cores) even
with an otherwise identical build environment.  At the very least I think it
would be good to know how all this could be affected (and how likely things are
to remain as stable as zlib has been so far) before making a decision to switch.

> I think it would be pretty easy to at least see the extent of this
> fallout by performing a mass rebuild for packages build-depending
> on zlib1g-dev with a zlib-ng version.

- Fay

[1] https://tracker.debian.org/pkg/apksigcopier
[2] https://github.com/obfusk/reproducible-apk-tools
[3] https://github.com/obfusk/rbtlog



Bug#1002056: Supporting alternative zlib implementations

2024-09-25 Thread Mark Brown
On Tue, Sep 24, 2024 at 05:45:49PM +0200, Guillem Jover wrote:
> On Tue, 2024-09-24 at 15:58:10 +0200, Mark Brown wrote:

> > Obviously it's far too late to do anything with the default for trixie,
> > we might want to evaluate doing something after the release but for now
> > it's too late.  

> Personally I don't think it's too late, there should be several months
> until the freeze, and I think if we wanted to switch we could perhaps
> do a staged transition and see how it goes and only do the final
> replacement if everything seems fine.

We do OTOH package more software than most distros on more architectures
so we got a lot more exposure for testing coverage, and the revert would
involve switching the entire implementation which complicates things a
bit compared to a risky patch within a package.  I'm not totally
opposed, and if everything goes smoothly we could definitely implement
it within the timeframe, but it feels like an impactful change to
introduce now not having considered it sooner.

> (perhaps) exceeding changed circumstances. But given your mail, I'm
> happy to work on this again and start with say uploading some initial
> stuff into experimental for example, after this thread settles a bit?

> (I'll start by refreshing the packaging first though.)

Sure.

> > Does anyone have thoughts on this?

> Personally, I think fully migrating from zlib to zlib-ng would sound
> great (even for trixie), but I guess we can take it slow if you do not
> feel confident or have concerns over this.

> Also if you'd prefer to take over the zlib-ng ITP, as a continuation
> of zlib, that'd seem fine with me too.

I'm fine with you carrying on with it (actually there is some slight
non-technical complication for me with doing it myself), or we could
also consider a packaging team.  I think there was some other interest
in helping out but ICBW.  If you're packaging it I'm also more confident
in letting you worry about how risky it is to transition and deal with
any fallout!  :P


signature.asc
Description: PGP signature


Processed: retitle 1082733 to RFP: systemd-netlogd -- forward journal messages to remote syslog

2024-09-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 1082733 RFP: systemd-netlogd -- forward journal messages to remote 
> syslog
Bug #1082733 [wnpp] [RFP]: systemd-netlogd -- forward journal messages to 
remote syslog
Changed Bug title to 'RFP: systemd-netlogd -- forward journal messages to 
remote syslog' from '[RFP]: systemd-netlogd -- forward journal messages to 
remote syslog'.
> thanks
Stopping processing here.

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



Processed: forcibly merging 1074242 1077624

2024-09-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 1074242 1077624
Bug #1074242 [wnpp] ITP: opentelemetry -- C++ OpenTelemetry client
Bug #1077624 [wnpp] RFP: opentelemetry-cpp -- C++ OpenTelemetry implementation
Owner recorded as Santiago Ruano Rincón .
Merged 1074242 1077624
> thanks
Stopping processing here.

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



Bug#1002056: Supporting alternative zlib implementations

2024-09-25 Thread Mark Brown
On Wed, Sep 25, 2024 at 01:55:17AM +0200, Guillem Jover wrote:

> The problem though is, that because the compressed stream is going to
> change, that can make certain test suites fail if we perform this
> switch, which I think would be the main fallout that we'd see from
> this and would need manual fixing, although I assume Fedora has probably
> handled most of these already. For example when I added explicit
> zlib-ng support to dpkg, I had to fix its test suite to parametrize
> sizes for test artifacts.

I guess this is also a risk for zlib upgrades, seems a bit fragile.


signature.asc
Description: PGP signature


Processed (with 1 error): merging 1074242 1077624

2024-09-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 1074242 1077624
Bug #1074242 [wnpp] ITP: opentelemetry -- C++ OpenTelemetry client
Unable to merge bugs because:
owner of #1077624 is '' not 'Santiago Ruano Rincón '
Failed to merge 1074242: Did not alter merged bugs.

> thanks
Stopping processing here.

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



Bug#919681: Rust help needed for packaging sourmash, the replacement for "khmer"

2024-09-25 Thread Emmanuel Arias
Hi!

On Wed, Sep 25, 2024 at 04:45:41PM +0200, Michael R. Crusoe wrote:
> If we are removing the "khmer" bioinformatics tool for being abandoned 
> upstream, then we need to finish packaging sourmash.
> 
> Sourmash is a Python package with a rust core, and there are some rust crates 
> that need brand NEW Debian packages according to "cargo-debstatus":
> 
> - az v1.2.1
> - counter v0.6.0
> - murmurhash3 v0.0.5
> - needletail v0.5.1
> - histogram v0.11.0
> - niffler v2.6.0
> - proc-macro2-diagnostics v0.10.1
> - piz v0.5.1
> - codepage-437 v0.1.0
> - rocksdb v0.21.0
> - librocksdb-sys v0.11.0+8.1.1
> - roots v0.0.8
> - vec-collections v0.4.3
> - sorted-iter v0.1.8
> 
> Any volunteers to crank out some new Debian packages for these rust crates? I 
> only have a small amount of rust for Debian experience myself.

I can help with those. I saw that you start with az, I will start for
bottom. :-D


> 
> Bonus crate that is optional:
> - finch v0.6.0
> 
> 
> On 18/01/2019 16.08, Michael R. Crusoe wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Debian Med team 
> > 
> > * Package name: sourmash
> >Version : 2.0.0~a11
> >Upstream Author : C. Titus Brown , Luiz C. Irber, Jr 
> > 
> > * URL : http://sourmash.readthedocs.io/en/latest/
> > * License : BSD-3-Clause
> >Programming Lang: Python, C++
> >Description : tools for comparing DNA sequences with MinHash sketches
> > 
> >   Compute MinHash signatures for nucleotide (DNA/RNA) and protein sequences.
> >   .
> >   MinHash sketches provide a lightweight way to store “signatures” of large 
> > DNA
> >   or RNA sequence collections, and then compare or search them using a 
> > Jaccard
> >   index. MinHash sketches can be used to identify samples, find similar 
> > samples,
> >   identify data sets with shared sequences, and build phylogenetic trees
> >   (Ondov et al. 2015).
> >   .
> >   sourmash provides a command line script, a Python library, and a CPython
> >   module for MinHash sketches
> > 
> > Sourmash is team maintained by Debian-Med at 
> > https://salsa.debian.org/med-team/sourmash





signature.asc
Description: PGP signature


Bug#1081882: marked as done (ITP: golang-github-sourcegraph-syntaxhighlight -- Go package for syntax highlighting of code)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 18:00:13 +
with message-id 
and subject line Bug#1081882: fixed in 
golang-github-sourcegraph-syntaxhighlight 0.0~git20170531.bd320f5-1~exp1
has caused the Debian Bug report #1081882,
regarding ITP: golang-github-sourcegraph-syntaxhighlight -- Go package for 
syntax highlighting of code
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.)


-- 
1081882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Francisco Vilmar Cardoso Ruviaro 
X-Debbugs-Cc: debian-de...@lists.debian.org, vil...@debian.org

* Package name: golang-github-sourcegraph-syntaxhighlight
  Version : 0.0~git20170531.bd320f5
  Upstream Contact: Sourcegraph, Inc.
* URL : https://github.com/sourcegraph/syntaxhighlight
* License : BSD-3-Clause
  Programming Lang: Go
  Description : Go package for syntax highlighting of code

  syntaxhighlight is a versatile Go package designed to add syntax
  highlighting to code snippets. Utilizing a language-independent
  lexer, it delivers effective highlighting for multiple programming
  languages, including JavaScript, Java, Ruby, Python, Go, and C.
  This package offers a reliable solution for enhancing code
  readability and presentation across a range of languages.
--- End Message ---
--- Begin Message ---
Source: golang-github-sourcegraph-syntaxhighlight
Source-Version: 0.0~git20170531.bd320f5-1~exp1
Done: Francisco Vilmar Cardoso Ruviaro 

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

Debian distribution maintenance software
pp.
Francisco Vilmar Cardoso Ruviaro  (supplier of updated 
golang-github-sourcegraph-syntaxhighlight 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, 15 Sep 2024 16:50:50 +
Source: golang-github-sourcegraph-syntaxhighlight
Binary: golang-github-sourcegraph-syntaxhighlight-dev
Architecture: source all
Version: 0.0~git20170531.bd320f5-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Francisco Vilmar Cardoso Ruviaro 
Description:
 golang-github-sourcegraph-syntaxhighlight-dev - Go package for syntax 
highlighting of code
Closes: 1081882
Changes:
 golang-github-sourcegraph-syntaxhighlight (0.0~git20170531.bd320f5-1~exp1) 
experimental; urgency=medium
 .
   * Initial release. (Closes: #1081882)
Checksums-Sha1:
 c255f896c25444be31a5a41546567b5da82f17d1 2668 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5-1~exp1.dsc
 76756cfca293b8977a9076177c7471a47e2195dc 12872 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5.orig.tar.xz
 0942fd24f23d4c2acc900124f574234f3ed6ca7c 2448 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5-1~exp1.debian.tar.xz
 849294997cd4d774ecb487e00a1481e5b742cfb7 14520 
golang-github-sourcegraph-syntaxhighlight-dev_0.0~git20170531.bd320f5-1~exp1_all.deb
 fb91e53703ef450a8883c2442c4b40fa045a506e 7191 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5-1~exp1_amd64.buildinfo
Checksums-Sha256:
 852bde8872f679b99afd21eed526e375897a2c1234e43c614d3973d505a7d6a2 2668 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5-1~exp1.dsc
 4e95365f5612a569aa651da775b8d6f239ca067a2bc042c6be25452b4b03cfe3 12872 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5.orig.tar.xz
 4aeeb1257e68361bd09b6913d5df986747e6f2ffc168ef675b402277e63b5451 2448 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5-1~exp1.debian.tar.xz
 09e780b7a1b8b9c661d0b6ac293e665343de8e050fa2a6f6ef8acaf13aaff356 14520 
golang-github-sourcegraph-syntaxhighlight-dev_0.0~git20170531.bd320f5-1~exp1_all.deb
 25f9f98fdafd9db05ad749d53eecd782c9ae41605fdcf082b3e8579c029e888b 7191 
golang-github-sourcegraph-syntaxhighlight_0.0~git20170531.bd320f5-1~exp1_amd64.buildinfo
Files:
 7dbaf84cf91511c9bcce064d41e30286 2668 golang optional 
golang-github-sourcegraph-synta

Bug#1081881: marked as done (ITP: golang-github-sourcegraph-annotate -- Apply multiple sets of annotations to a region of text)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 18:00:13 +
with message-id 
and subject line Bug#1081881: fixed in golang-github-sourcegraph-annotate 
0.0~git20160123.f4cad6c-1~exp1
has caused the Debian Bug report #1081881,
regarding ITP: golang-github-sourcegraph-annotate -- Apply multiple sets of 
annotations to a region of text
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.)


-- 
1081881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Francisco Vilmar Cardoso Ruviaro 
X-Debbugs-Cc: debian-de...@lists.debian.org, vil...@debian.org

* Package name: golang-github-sourcegraph-annotate
  Version : 0.0~git20160123.f4cad6c
  Upstream Contact: Sourcegraph, Inc.
* URL : https://github.com/sourcegraph/annotate
* License : BSD-3-Clause
  Programming Lang: Go
  Description : Apply multiple sets of annotations to a region of text

  This Go package enables the efficient application of multiple sets
  of annotations to a specific region of text. Designed for developers
  needing to handle complex text annotation scenarios, it supports
  layering and combining annotations to enhance text processing workflows.
  Its flexible API and support for various architectures make it a valuable
  tool for projects involving advanced text manipulation and annotation tasks.
  Whether you are building a text editor or a data analysis tool, this package
  provides the functionality to manage and apply annotations seamlessly.
--- End Message ---
--- Begin Message ---
Source: golang-github-sourcegraph-annotate
Source-Version: 0.0~git20160123.f4cad6c-1~exp1
Done: Francisco Vilmar Cardoso Ruviaro 

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

Debian distribution maintenance software
pp.
Francisco Vilmar Cardoso Ruviaro  (supplier of updated 
golang-github-sourcegraph-annotate 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, 15 Sep 2024 17:06:35 +
Source: golang-github-sourcegraph-annotate
Binary: golang-github-sourcegraph-annotate-dev
Architecture: source all
Version: 0.0~git20160123.f4cad6c-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Francisco Vilmar Cardoso Ruviaro 
Description:
 golang-github-sourcegraph-annotate-dev - Apply multiple sets of annotations to 
a region of text
Closes: 1081881
Changes:
 golang-github-sourcegraph-annotate (0.0~git20160123.f4cad6c-1~exp1) 
experimental; urgency=medium
 .
   * Initial release. (Closes: #1081881)
Checksums-Sha1:
 56b06492b106c2c43c6ddc27edf6de6bdec2689d 2505 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c-1~exp1.dsc
 76b9cca0e282639742810034acee0bff17f874a5 5552 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c.orig.tar.xz
 bfe16fbbdae4e533a758db62f05b54c1c536f05e 2444 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c-1~exp1.debian.tar.xz
 84ecb0ff86a20a650bf7dc636ff5f0f729262a72 7084 
golang-github-sourcegraph-annotate-dev_0.0~git20160123.f4cad6c-1~exp1_all.deb
 cffc84eca61e7b41dc2022adfcc5f3cb6386c88b 6488 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c-1~exp1_amd64.buildinfo
Checksums-Sha256:
 4ed7b5f319362cf7dbfbb1fda7384f74bde8e1d2e72ab2c7fc528d209c34c410 2505 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c-1~exp1.dsc
 801aaf88965e4c6ef91b6345a45745a3c3e3a89eb9d70437cce31559b0257d93 5552 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c.orig.tar.xz
 8e1a974ee4c609a0240d4048db18adf3c066920c5b4651dd5513820b36d9 2444 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c-1~exp1.debian.tar.xz
 0fb7dd47323ed37a843a99b8d7aae8d556fa85a84e976de68c15e8735c3b04a4 7084 
golang-github-sourcegraph-annotate-dev_0.0~git20160123.f4cad6c-1~exp1_all.deb
 da3fd5c677a4e5e281e5a0994a9eca17947d20162867ca38958ebf9348e34d6a 6488 
golang-github-sourcegraph-annotate_0.0~git20160123.f4cad6c-1~exp1_amd64.buildinfo
Files:
 6

Bug#1082655: marked as done (ITP: ocaml-stdlib-random -- versioned Random module from the OCaml standard library)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 18:00:16 +
with message-id 
and subject line Bug#1082655: fixed in ocaml-stdlib-random 1.2.0-1
has caused the Debian Bug report #1082655,
regarding ITP: ocaml-stdlib-random -- versioned Random module from the OCaml 
standard 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.)


-- 
1082655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082655
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org

* Package name: ocaml-stdlib-random
  Version : 1.2.0
  Upstream Contact: Florian Angeletti
* URL : https://github.com/ocaml/stdlib-random
* License : LGPL-2.1 with linking exception
  Programming Lang: C, OCaml
  Description : versioned Random module from the OCaml standard library

 The stdlib-random package provides a stable and compiler-independent
 implementation of all the PRNGs used in the Random module. Those
 PRNGs are available in the various libraries:
 .
  * stdlib-random.v3: OCaml 3.07 to 3.11 PRNG
  * stdlib-random.v4: OCaml 3.12 to 4.14 PRNG
  * stdlib-random.v5: current OCaml 5.0 PRNG
  * stdlib-random.v5o: pure OCaml version of the OCaml 5 PRNG
 .
 All those libraries can be used together and the signature of their
 Random$n module has been extended to the latest signature whenever
 possible.

This package is a test dependency of camomile. It will be maintained
in the OCaml team.
--- End Message ---
--- Begin Message ---
Source: ocaml-stdlib-random
Source-Version: 1.2.0-1
Done: Stéphane Glondu 

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

Debian distribution maintenance software
pp.
Stéphane Glondu  (supplier of updated ocaml-stdlib-random 
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 Sep 2024 09:04:33 +0200
Source: ocaml-stdlib-random
Binary: libstdlib-random-ocaml libstdlib-random-ocaml-dbgsym 
libstdlib-random-ocaml-dev
Architecture: source amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers 
Changed-By: Stéphane Glondu 
Description:
 libstdlib-random-ocaml - versioned Random module from the OCaml standard 
library (runtime)
 libstdlib-random-ocaml-dev - versioned Random module from the OCaml standard 
library (dev)
Closes: 1082655
Changes:
 ocaml-stdlib-random (1.2.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1082655)
Checksums-Sha1:
 c58149831ce62c8b282f7e6028e7e3e61995a6e3 1841 ocaml-stdlib-random_1.2.0-1.dsc
 f730f077cba5cc49dfc7c266062c8bcde17f7843 44366 
ocaml-stdlib-random_1.2.0.orig.tar.gz
 0c96cd8ad35e0039a2525e1e73d38a4a34591988 1988 
ocaml-stdlib-random_1.2.0-1.debian.tar.xz
 4550da91bee7a9b9a594dbecd6b5ea81fbcd709f 20796 
libstdlib-random-ocaml-dbgsym_1.2.0-1_amd64.deb
 b9e964d983b4206990cd6ac2542c583cc2878606 378540 
libstdlib-random-ocaml-dev_1.2.0-1_amd64.deb
 345af5264b618403fabf98619736bf21fe6ae6eb 121472 
libstdlib-random-ocaml_1.2.0-1_amd64.deb
 72d8ff9dc336243712fb0fe21677cdf897565109 6488 
ocaml-stdlib-random_1.2.0-1_amd64.buildinfo
Checksums-Sha256:
 6f445fb74c102e68bf76654693f43ad81559e3b123c91d82ce2f2815124d38a7 1841 
ocaml-stdlib-random_1.2.0-1.dsc
 b479958eb83bab2d3e1c4ea1054e2d963b6adf2a1e671706e9130e617a5dcb03 44366 
ocaml-stdlib-random_1.2.0.orig.tar.gz
 a5c9a9abb27c19cc3f7420dba3ebde686598486f55168eee32f9d2542241a009 1988 
ocaml-stdlib-random_1.2.0-1.debian.tar.xz
 f178f5d39cedf3e52d2f76fa20f265a6a79f2c089a525354228628f246a24193 20796 
libstdlib-random-ocaml-dbgsym_1.2.0-1_amd64.deb
 2345ba309942ec616b6f7aaf1260c6b280533fd721626269ec3cccd42237c079 378540 
libstdlib-random-ocaml-dev_1.2.0-1_amd64.deb
 7a32be7ca9d9453ef1db71fc790fa461acc72605a124b82eb0527784f9245fe1 121472 
libstdlib-random-ocaml_1.2.0-1_amd64.deb
 787a8ad0613a9a5370d2f3f4488c6d03ab7c33f5d6ecef8eb1cc7a8d2fab19c8 6488 
ocaml-stdlib-random_1.2.0-1_amd64.buildinfo
Files:
 cfbe9de5205208015160af6f61927f

Bug#1081884: marked as done (ITP: golang-github-shurcool-octicon -- provides easy access to GitHub Octicons)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 18:00:12 +
with message-id 
and subject line Bug#1081884: fixed in golang-github-shurcool-octicon 
0.0~git20230705.66bff05-1~exp1
has caused the Debian Bug report #1081884,
regarding ITP: golang-github-shurcool-octicon -- provides easy access to GitHub 
Octicons
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.)


-- 
1081884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Francisco Vilmar Cardoso Ruviaro 
X-Debbugs-Cc: debian-de...@lists.debian.org, vil...@debian.org

* Package name: golang-github-shurcool-octicon
  Version : 0.0~git20230705.66bff05
  Upstream Contact: GitHub Inc.
* URL : https://github.com/shurcooL/octicon
* License : Expat
  Programming Lang: Go
  Description : provides easy access to GitHub Octicons

  The octicon package offers seamless integration with GitHub
  Octicons, a set of scalable and vector-based icons designed
  for high-quality visual consistency.
--- End Message ---
--- Begin Message ---
Source: golang-github-shurcool-octicon
Source-Version: 0.0~git20230705.66bff05-1~exp1
Done: Francisco Vilmar Cardoso Ruviaro 

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

Debian distribution maintenance software
pp.
Francisco Vilmar Cardoso Ruviaro  (supplier of updated 
golang-github-shurcool-octicon 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, 15 Sep 2024 18:19:53 +
Source: golang-github-shurcool-octicon
Binary: golang-github-shurcool-octicon-dev
Architecture: source all
Version: 0.0~git20230705.66bff05-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Francisco Vilmar Cardoso Ruviaro 
Description:
 golang-github-shurcool-octicon-dev - provides easy access to GitHub Octicons
Closes: 1081884
Changes:
 golang-github-shurcool-octicon (0.0~git20230705.66bff05-1~exp1) experimental; 
urgency=medium
 .
   * Initial release. (Closes: #1081884)
Checksums-Sha1:
 de27684e68d468c8b37adbf6b2f7b59d58d2d73f 2481 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1.dsc
 a806ec5e287abdd12109bf88f5470f78896f07e0 32592 
golang-github-shurcool-octicon_0.0~git20230705.66bff05.orig.tar.xz
 3b0e34e63372947620f99ec219825247fe88dd06 2108 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1.debian.tar.xz
 2bffbcae9f3c750ea97f5457ef0b336ec7148795 29240 
golang-github-shurcool-octicon-dev_0.0~git20230705.66bff05-1~exp1_all.deb
 80bed16744afd5899449f72472103ab2b200e889 6655 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1_amd64.buildinfo
Checksums-Sha256:
 28518a147f6dd1ac28131448ab9feff907355a845d121c4f67fb1d45bfeb89c5 2481 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1.dsc
 c7c30349d41f8746452d52109c9bb53efe387b9ba90f2039ffc79eaabd8cf3e6 32592 
golang-github-shurcool-octicon_0.0~git20230705.66bff05.orig.tar.xz
 ee202ee72da996863b32ce6706b5c332401b8f5c84bfd927b39979dcaabb3c71 2108 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1.debian.tar.xz
 54654088510cbd32ed707905addd3e26a5f5fa07662de5964b925bbf781954bd 29240 
golang-github-shurcool-octicon-dev_0.0~git20230705.66bff05-1~exp1_all.deb
 4d550676be7ffd5b58825ea23c8ac88e8a9cbdb7aa3e5ed909386dbfe702eb0c 6655 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1_amd64.buildinfo
Files:
 3310277020e8440ec5a967056596a7bd 2481 golang optional 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1.dsc
 07838c5abdc0574b1f06310763d8ad41 32592 golang optional 
golang-github-shurcool-octicon_0.0~git20230705.66bff05.orig.tar.xz
 472b728faaf2c2b641876c034ee5fefe 2108 golang optional 
golang-github-shurcool-octicon_0.0~git20230705.66bff05-1~exp1.debian.tar.xz
 744cf22b4b40477c8beea284ba1c300f 29240 golang optional 
golang-github-shurcool-octicon-dev_0.0~git20230705.66bff05-1~exp1_all.deb
 2b0ccc1c964f4de588b79991d354280a 6655 golang optional 
go

Bug#1082654: marked as done (ITP: ocaml-optint -- efficient integer types on 64-bit architectures)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 18:00:16 +
with message-id 
and subject line Bug#1082654: fixed in ocaml-optint 0.3.0-1
has caused the Debian Bug report #1082654,
regarding ITP: ocaml-optint -- efficient integer types on 64-bit architectures
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.)


-- 
1082654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082654
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org

* Package name: ocaml-optint
  Version : 0.3.0
  Upstream Contact: Romain Calascibetta
* URL : https://github.com/mirage/optint
* License : MIT
  Programming Lang: OCaml
  Description : efficient integer types on 64-bit architectures

 This library provides two new integer types, Optint.t and Int63.t,
 which guarantee efficient representation on 64-bit architectures and
 provide a best-effort boxed representation on 32-bit architectures.
 .
 Implementation depends on target architecture.

This package is an indirect test dependency of ocaml-crunch. It will
be maintained in the OCaml team.
--- End Message ---
--- Begin Message ---
Source: ocaml-optint
Source-Version: 0.3.0-1
Done: Stéphane Glondu 

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

Debian distribution maintenance software
pp.
Stéphane Glondu  (supplier of updated ocaml-optint 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 Sep 2024 08:41:47 +0200
Source: ocaml-optint
Binary: liboptint-ocaml liboptint-ocaml-dbgsym liboptint-ocaml-dev
Architecture: source amd64
Version: 0.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers 
Changed-By: Stéphane Glondu 
Description:
 liboptint-ocaml - efficient integer types on 64-bit architectures (runtime)
 liboptint-ocaml-dev - efficient integer types on 64-bit architectures (dev)
Closes: 1082654
Changes:
 ocaml-optint (0.3.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1082654)
Checksums-Sha1:
 87f6f081240506fb04e74d4312fb21f96d23e657 1741 ocaml-optint_0.3.0-1.dsc
 09b1b8794d23a1d1740b357ffb0498434ef0b91f 11309 ocaml-optint_0.3.0.orig.tar.bz2
 06c1bdad56ba2e95a32ba590b4fd172864789f94 2100 
ocaml-optint_0.3.0-1.debian.tar.xz
 9f855b97d31f877cf3c7a4c04bd4606b9f68dc81 10992 
liboptint-ocaml-dbgsym_0.3.0-1_amd64.deb
 74d663b4b0c4e9e6233f1903132d04b08d60cda2 241260 
liboptint-ocaml-dev_0.3.0-1_amd64.deb
 76ce31a82f5787cd766cb61035869b80375f91cc 80584 
liboptint-ocaml_0.3.0-1_amd64.deb
 ad57f307f9c126c352752af949ad4e5c33a51a9d 6347 
ocaml-optint_0.3.0-1_amd64.buildinfo
Checksums-Sha256:
 3355265ecba5a3f259ee6fb08fb4c757530a6c80d7b8c8de9741f6ec026f2c75 1741 
ocaml-optint_0.3.0-1.dsc
 295cff2c134b0385b13ba81d5005d9f841ba40d4a502aed10c997f239ef1147b 11309 
ocaml-optint_0.3.0.orig.tar.bz2
 3daac274d931ba064fdc02084a2a3cccb14e1425ec4f510fa9d6799b834636c4 2100 
ocaml-optint_0.3.0-1.debian.tar.xz
 df4c862ceecbf527896f41d94bb63861a4589af2cc9eb622a308f7019c98ddd9 10992 
liboptint-ocaml-dbgsym_0.3.0-1_amd64.deb
 b7338dd33f7d8d2bedc9becf85942741b6887eb82663fc7964539a927a4a9202 241260 
liboptint-ocaml-dev_0.3.0-1_amd64.deb
 b037cd28aa90d4d8e3b836ee08b182be0629b9522c75d13810987bbaddfdaac2 80584 
liboptint-ocaml_0.3.0-1_amd64.deb
 9f7297918f605594ecee37b0cccd8a20488a22e4079b33fe3d43b6db0f028d73 6347 
ocaml-optint_0.3.0-1_amd64.buildinfo
Files:
 0be1457ea17c814afd894b7f3a62478f 1741 ocaml optional ocaml-optint_0.3.0-1.dsc
 46cc1b8bd00872529ac01407f908d389 11309 ocaml optional 
ocaml-optint_0.3.0.orig.tar.bz2
 4ef98a301448fd21f32dbb36e6c7f258 2100 ocaml optional 
ocaml-optint_0.3.0-1.debian.tar.xz
 7dffd8f23cc16b27c7695daeff262165 10992 debug optional 
liboptint-ocaml-dbgsym_0.3.0-1_amd64.deb
 929a84fb9895241328efb67c2f9abd7b 241260 ocaml optional 
liboptint-ocaml-dev_0.3.0-1_amd64.deb
 cb2ddb2f2f1f75b3f87312bc58c8bfec 80584 ocaml optional 
liboptint-ocaml_0.3.0-1_amd64.deb
 eb05f30dee61c2eff

Processed: ITP: opentelemetry -- C++ OpenTelemetry client

2024-09-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 1077624 ITP: opentelemetry -- C++ OpenTelemetry client
Bug #1077624 [wnpp] RFP: opentelemetry-cpp -- C++ OpenTelemetry implementation
Bug #1074242 [wnpp] ITP: opentelemetry -- C++ OpenTelemetry client
Changed Bug title to 'ITP: opentelemetry -- C++ OpenTelemetry client' from 
'RFP: opentelemetry-cpp -- C++ OpenTelemetry implementation'.
Ignoring request to change the title of bug#1074242 to the same title
> stop
Stopping processing here.

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



Bug#1082733: [RFP]: systemd-netlogd -- forward journal messages to remote syslog

2024-09-25 Thread Jakob Unterwurzacher
Package: wnpp
Severity: wishlist

* Package name: systemd-netlogd
  Version : 1.4.1
  Upstream Author : Susant Sahani 
* URL : https://github.com/systemd/systemd-netlogd
* License : LGPL-2.1-or-later
  Programming Lang: C
  Description : forward journal messages to remote syslog

There seems to already be a packaging effort in progress at
https://salsa.debian.org/cgzones/systemd-netlogd but I did not find an ITP
or RFP.

I want to use systemd-netlogd instead of syslog-ng (which can also do
network forwarding) because the configuration is much simpler and it does
not cause duplicate logs to be kept (syslog text files in addition to the
journal blobs).

Full description from upstream:

Forwards messages from the journal to other hosts over the network using
the Syslog Protocol (RFC 5424 and RFC 3339). It can be configured to send
messages to both unicast and multicast addresses. systemd-netlogd runs with
own user systemd-journal-netlog. Starts sending logs when network is up and
stops sending as soon as network is down (uses sd-network). It reads from
journal and forwards to network one by one. It does not use any extra disk
space. systemd-netlogd supports UDP, TCP, TLS and DTLS (Datagram Transport
Layer Security RFC 6012).

X-Debbugs-CC: Christian Göttsche 


Processed: ITA: libwebcam -- Webcam Library

2024-09-25 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1  ITA: libwebcam -- Webcam Library
Bug #1032678 [wnpp] O: libwebcam -- Webcam Library
Changed Bug title to 'ITA: libwebcam -- Webcam Library' from 'O: libwebcam -- 
Webcam Library'.
> owner -1 !
Bug #1032678 [wnpp] ITA: libwebcam -- Webcam Library
Owner recorded as philip.wy...@kathenas.org.

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



Bug#1032678: ITA: libwebcam -- Webcam Library

2024-09-25 Thread Phil Wyett
Control: retitle -1  ITA: libwebcam -- Webcam Library
Control: owner -1 !

Hi all,

I have been working on guvcview and libwebcam is needed by it. I will take on
this stable package so it might be in the best shape for guvcview use and the
use of other packages.

Regards

Phil

-- 

"I play the game for the game’s own sake"

Arthur Conan Doyle - The Adventure of the Bruce-Partington Plans

--

Buy Me A Coffee: https://buymeacoffee.com/kathenasorg

Internet Relay Chat (IRC): kathenas

Matrix: #kathenas:matrix.org

Website: https://kathenas.org

Instagram: https://instagram.com/kathenasorg/

Threads: https://www.threads.net/@kathenasorg

--








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


Bug#1049354: marked as done (ITA: acetoneiso -- mount and manage CD and DVD images)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 13:48:57 +
with message-id 
and subject line Bug#1049354: fixed in acetoneiso 2.4-5
has caused the Debian Bug report #1049354,
regarding ITA: acetoneiso -- mount and manage CD and DVD images
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.)


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

Package: wnpp

acetoneiso is obviously not maintained anymore.
Hereby, I am orphaning it. Please only consider adopting it if you can afford 
the time required.

Description: feature-rich application to mount and manage CD and DVD images
 AcetoneISO makes it possible to easily use various kinds of CD and
 DVD images on your computer as if they were burned to real CDs. You can use
 the application to mount and manage CD and DVD images. Supported disc-image
 formats are ISO, BIN, NRG, MDF and IMG.
--- End Message ---
--- Begin Message ---
Source: acetoneiso
Source-Version: 2.4-5
Done: Sven Geuer 

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

Debian distribution maintenance software
pp.
Sven Geuer  (supplier of updated acetoneiso 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, 25 Sep 2024 15:27:26 +0200
Source: acetoneiso
Architecture: source
Version: 2.4-5
Distribution: unstable
Urgency: medium
Maintainer: Sven Geuer 
Changed-By: Sven Geuer 
Closes: 1049354 1055395 1063541
Changes:
 acetoneiso (2.4-5) unstable; urgency=medium
 .
   * d/control:
 - Adopt package setting Maintainer to myself (Closes: #1049354).
 - Drop cdbs from Build-Depends.
 - Switch to DH compat format and raise level to 13; consequently
   drop d/compat.
 - Under Recommends, replace gnupg2 with gnupg (Closes: #1055395)
   and add xorisso, the "Folder to ISO" feature needs it.
 - Under Suggests, replace p7zip-full with 7zip and 7zip-rar
   (Closes: #1063541), replace aria with aria2.
 - Add 'Rules-Requires-Root: no'.
 - Add fields Vcs-Git and Vcs-Browser.
 - Add field Homepage.
 - Bump Standards-Version to 4.7.0.
 - Apply 'wrap-and-sort -at'.
   * d/rules:
 - Rework it to rely on DH only, not using cdbs anymore.
   * d/docs:
 - Add file TODO.
   * d/manpages:
 - Add this file.
   * d/gbp.conf:
 - Introduce gbp configuration file.
   * d/salsa-ci.yml:
 - Introduce Salsa-Ci configuration file.
   * d/watch:
 - Update to version 4 and make it work again.
   * d/p/*:
 - Append .patch suffix to all patches.
 - Revise all patch headers to comply with DEP-3.
 - Update remove_defunct_homepage.patch:
   - Fix spelling error Distribuited -> Distributed.
 - Update translate.patch:
   - Import updated translations from Launchpad (2023-04-12)
 and extend header with instructions how to accomplish this.
 - Extend qt5_port.patch:
   - Fix deprecation warnings issued during build to comply with
 Qt 5.15 LTS.
 - Update add_desktop_keywords.patch:
   - Add Comment and Comment[de] entries for the .desktop file.
 - Rename add_desktop_keywords.patch to add_desktop_entries.patch.
   * d/s/lintian-overrides:
 - Introduce override for tag source-is-missing, drop all others.
   * d/u/metadata:
 - Added upstream metadata file.
   * d/copyright:
 - Use a secure URI in Format field.
 - Remove commented out Source field.
 - Adjust file pattern */manual/manual.html to acetoniso/manual/*.html.
 - Push upstream's copyright years to 2013.
 - Apply some reformatting to avoid lines longer then 80 characters.
 - Update years and copyright holders regarding the debian/* stanza.
Checksums-Sha1:
 fead222915ab3f34a622c0ff5a0eaaf9c2ad698a 1938 acetoneiso_2.4-5.dsc
 1a8d4c0053d7f3f9d5a9f22f71e3105cdb323049 197884 acetoneiso_2.4-5.debian.tar.xz
 208886ceee7eb288db7bc4c7e0e3ee7e1a05b067 12196 acetoneiso_2.4-5_amd64.buildinfo
Checksums-Sha256:
 de3a09408ef3565ac6303390e4db780c2544738c7a85772e215dd35511a67dc8 1938 
ace

Bug#1081853: marked as done (ITP: libtest2-plugin-ioevents-perl -- module to turn STDOUT and STDERR into Test2 events)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:11 +
with message-id 
and subject line Bug#1081853: fixed in libtest2-plugin-ioevents-perl 0.001001-1
has caused the Debian Bug report #1081853,
regarding ITP: libtest2-plugin-ioevents-perl -- module to turn STDOUT and 
STDERR into Test2 events
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.)


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

* Package name: libtest2-plugin-ioevents-perl
  Version : 0.001001
  Upstream Author : Chad Granum 
* URL : https://metacpan.org/release/Test2-Plugin-IOEvents
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to turn STDOUT and STDERR into Test2 events

Test2::Plugin::IOEvents turns prints to STDOUT and STDERR (including
warnings) into proper Test2 events.

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

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


signature.asc
Description: Digital Signature
--- End Message ---
--- Begin Message ---
Source: libtest2-plugin-ioevents-perl
Source-Version: 0.001001-1
Done: gregor herrmann 

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

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated 
libtest2-plugin-ioevents-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2024 18:01:05 +0200
Source: libtest2-plugin-ioevents-perl
Binary: libtest2-plugin-ioevents-perl
Architecture: source all
Version: 0.001001-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: gregor herrmann 
Description:
 libtest2-plugin-ioevents-perl - module to turn STDOUT and STDERR into Test2 
events
Closes: 1081853
Changes:
 libtest2-plugin-ioevents-perl (0.001001-1) unstable; urgency=medium
 .
   * Initial release (closes: #1081853).
Checksums-Sha1:
 d6b45dd4cf67354338fd190c268ab8dffdb082da 2471 
libtest2-plugin-ioevents-perl_0.001001-1.dsc
 68129e818ea616a98bbfec7b6349cafcdccfbaed 11710 
libtest2-plugin-ioevents-perl_0.001001.orig.tar.gz
 96c1cfe498883bbf720579c02fe1562482a41a0b 1552 
libtest2-plugin-ioevents-perl_0.001001-1.debian.tar.xz
 bf04f317f31cbcf22cea19b12febc0effa3c272a 6296 
libtest2-plugin-ioevents-perl_0.001001-1_all.deb
 12f1c43b17f156b396484885e39ec8339c2df7f7 6150 
libtest2-plugin-ioevents-perl_0.001001-1_amd64.buildinfo
Checksums-Sha256:
 9b5ab67cfacf3d1a041323453bae804139de0d5ca61e7b6579ebb28bb9e771c2 2471 
libtest2-plugin-ioevents-perl_0.001001-1.dsc
 a1ccd61ed05dc2bb3e706a01a455969d18d8744d59b71e11bee9c965c9370b72 11710 
libtest2-plugin-ioevents-perl_0.001001.orig.tar.gz
 1e50318ab28171d290edd766133ae7fa62b18d3b9fbe2f8befeba016c0b16d10 1552 
libtest2-plugin-ioevents-perl_0.001001-1.debian.tar.xz
 dc39638d0018a2777483f74f6d1dd1c511335701403d69326f469c42aee98951 6296 
libtest2-plugin-ioevents-perl_0.001001-1_all.deb
 2d9f67adb14058642b189e13bd69867cc8a161777e95f5c22ef1f42f12662260 6150 
libtest2-plugin-ioevents-perl_0.001001-1_amd64.buildinfo
Files:
 c58d989e1d1c759adfee35e3b1b9c08e 2471 perl optional 
libtest2-plugin-ioevents-perl_0.001001-1.dsc
 a185213160c737e99472935518f9838f 11710 perl optional 
libtest2-plugin-ioevents-perl_0.001001.orig.tar.gz
 82e7b1fc1c4567966a6d7350edccce43 1552 perl optional 
libtest2-plugin-ioevents-perl_0.001001-1.debian.tar.xz
 616023f1b13ea465ddb47651a71feb91 6296 perl optional 
libtest2-plugin-ioevents-perl_0.001001-1_all.deb
 30d398884a8fd39258c154ff44acaec1 6150 perl optional 
libtest2-plugin-ioevents-perl_0.001001-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmbnBQVfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYLJg/+NAG

Bug#1081949: marked as done (ITP: python-wolf-comm -- A library to communicate with Wolf SmartSet Cloud)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:15 +
with message-id 
and subject line Bug#1081949: fixed in python-wolf-comm 0.0.9-1
has caused the Debian Bug report #1081949,
regarding ITP: python-wolf-comm -- A library to communicate with Wolf SmartSet 
Cloud
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.)


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

* Package name: python-wolf-comm
  Version : 0.0.9
  Upstream Author : Jan Rothkegel 
* URL : https://github.com/janrothkegel/wolf-comm
* License : Apache-2.0
  Programming Lang: Python
  Description : A library to communicate with Wolf SmartSet Cloud

  This library enables interaction with the Wolf SmartSet Cloud, providing the
  ability to fetch heating system statuses such as temperature, pressure, and
  heating state. It supports session creation and built-in authentication,
  ensuring secure access to your data. Users can collect detailed information
  about their devices and parameters, enriching their understanding and control
  over their heating systems. This library is capable of managing parameters by
  removing duplications, making the data reliable and concise for further
  processing.

This library is a dependency of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-wolf-comm
Source-Version: 0.0.9-1
Done: Edward Betts 

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

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated python-wolf-comm 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, 16 Sep 2024 13:52:33 +0100
Source: python-wolf-comm
Binary: python3-wolf-comm
Architecture: source all
Version: 0.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-wolf-comm - A library to communicate with Wolf SmartSet Cloud
Closes: 1081949
Changes:
 python-wolf-comm (0.0.9-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1081949)
Checksums-Sha1:
 ffd7a85716803ab99a2f736ea6d6bad4523219f3 2103 python-wolf-comm_0.0.9-1.dsc
 1885252fd857006bbdead15880c21bb65ba5d827 11362 
python-wolf-comm_0.0.9.orig.tar.gz
 f05944afaf64da746ee25f09d9eb9e9eeb861ad0 1960 
python-wolf-comm_0.0.9-1.debian.tar.xz
 a3cc7c938b9d0254f1fc183e684d2f4818253bf3 7287 
python-wolf-comm_0.0.9-1_amd64.buildinfo
 c8605133f6c4cb34215b27c287da86bcf1fd3d4f 8596 python3-wolf-comm_0.0.9-1_all.deb
Checksums-Sha256:
 2b1a17cc6ef6abc23f52ffb7791e2b00ec8da8cea048eeac4ef11f1181dd0a0e 2103 
python-wolf-comm_0.0.9-1.dsc
 f8bbd6e07d88a7336a0fcc7c6edc7f41fafae10d37e939aa539b1ec069103885 11362 
python-wolf-comm_0.0.9.orig.tar.gz
 ab4f541ceea38e1d34a7f86da9f5e7578e352cd8ed9b332424a89d149faefa80 1960 
python-wolf-comm_0.0.9-1.debian.tar.xz
 dedcd49e2ac07f6f269c0b927ccdac271fd48aed7689867be57a19cd9bedc592 7287 
python-wolf-comm_0.0.9-1_amd64.buildinfo
 245307af8e1ee7e4f341f38766d2397e7b4fe0c6b2a35b016e3c543385d8933e 8596 
python3-wolf-comm_0.0.9-1_all.deb
Files:
 aec46d67b0ea50ecf54c1d931b63172a 2103 python optional 
python-wolf-comm_0.0.9-1.dsc
 cb9011071cf5c624605d9870b9e9a262 11362 python optional 
python-wolf-comm_0.0.9.orig.tar.gz
 109b4ad2685085c16ac33186a5876182 1960 python optional 
python-wolf-comm_0.0.9-1.debian.tar.xz
 a384dc4a347ab7b15298c512cccbaefa 7287 python optional 
python-wolf-comm_0.0.9-1_amd64.buildinfo
 21913fa0260069a9d3e4ef513e8db3d3 8596 python optional 
python3-wolf-comm_0.0.9-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmboLXcACgkQlgWhCYxj
uSonjg//ccbkHQo+LVozrXecCg+ls98caiRlLdefwa4CsM5h/YHgDKTcIIKcuXIT
r4Sd8lsrcoQk0kviSY+KMcvcwV4bJUL88Bm1M08wmAH1MTQf9u9191W6vOFENgR3
CL7SzojUgGB6io66yKHYA3DFNKqFzBgMftY+VKql72kCgvO07TQJjvm+lVI0y6FZ
89CMZta+o4ZAwBdEmeFX

Bug#1081935: marked as done (ITP: pysignalclirestapi -- Library for interacting with the Signal Messenger REST API)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:12 +
with message-id 
and subject line Bug#1081935: fixed in pysignalclirestapi 0.3.24-1
has caused the Debian Bug report #1081935,
regarding ITP: pysignalclirestapi -- Library for interacting with the Signal 
Messenger REST 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.)


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

* Package name: pysignalclirestapi
  Version : 0.3.24
  Upstream Author : Bernhard B. 
* URL : https://github.com/bbernhard/pysignalclirestapi
* License : MIT
  Programming Lang: Python
  Description : Library for interacting with the Signal Messenger REST API

  This library provides functionality to interact with the Signal Messenger REST
  API, enabling the sending and receiving of messages over the Signal network.
  It facilitates the integration of Signal Messenger into other systems by
  allowing programmatic access to message sending, receiving, and attachment
  handling. Users can define recipients as individual phone numbers or Signal
  Messenger groups, and opt for various text modes, including styled text
  formatting. Additional features include attachment support and URL-based
  message sending, enhancing the ways users can transmit information through the
  Signal network.

This library is a dependency of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: pysignalclirestapi
Source-Version: 0.3.24-1
Done: Edward Betts 

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

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated pysignalclirestapi 
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, 16 Sep 2024 08:46:42 +0100
Source: pysignalclirestapi
Binary: python3-pysignalclirestapi
Architecture: source all
Version: 0.3.24-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-pysignalclirestapi - Library for interacting with the Signal Messenger 
REST API
Closes: 1081935
Changes:
 pysignalclirestapi (0.3.24-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1081935)
Checksums-Sha1:
 16dd4c73007ee5375b0c31be33d7696623ebc13e 2149 pysignalclirestapi_0.3.24-1.dsc
 fca3f1f25ea6fb979a6a4e11a0409a0ffad58bbf 3979 
pysignalclirestapi_0.3.24.orig.tar.gz
 f90ea93177a6ed4470db5802bf9d781a3d52718e 2200 
pysignalclirestapi_0.3.24-1.debian.tar.xz
 147b45ec5bf6869a6072c4ddc2820af2ac683263 7343 
pysignalclirestapi_0.3.24-1_amd64.buildinfo
 b1ab3846a6d8c35f51981c1ea74220023a4c 5844 
python3-pysignalclirestapi_0.3.24-1_all.deb
Checksums-Sha256:
 d491f2e29d98f4c917cb58cbfcab54af4d4aeecb9358229114188c86b86c3d92 2149 
pysignalclirestapi_0.3.24-1.dsc
 9c84ca9ccef01e46db72f5a75b7894b94952a850f06ec460d7d9aa3b67ae0a0d 3979 
pysignalclirestapi_0.3.24.orig.tar.gz
 37eb9a00e73051f9a3018ee719791d7d17f0fa2cc771c2c70d12708cbc6e1419 2200 
pysignalclirestapi_0.3.24-1.debian.tar.xz
 19424e2d6af22afc2f85539b7674aadeb898d90e3893b5f8fb55d5ab2ff4714b 7343 
pysignalclirestapi_0.3.24-1_amd64.buildinfo
 216dbd003c359f1175745b3c6b109899286df14b9bac34b233bdd0e68296af6b 5844 
python3-pysignalclirestapi_0.3.24-1_all.deb
Files:
 c80e072c078b15515f363a79c41b7211 2149 python optional 
pysignalclirestapi_0.3.24-1.dsc
 695bbaa3c1ee53d7da73ec9d697fac28 3979 python optional 
pysignalclirestapi_0.3.24.orig.tar.gz
 5393ad0fa812219cdf3bb1e63ee4563d 2200 python optional 
pysignalclirestapi_0.3.24-1.debian.tar.xz
 5d18b3078da9a2798f364517ace7b651 7343 python optional 
pysignalclirestapi_0.3.24-1_amd64.buildinfo
 daaa53cddf460f61bfb550e6282e1db6 5844 python optional 
python3-pysignalclirestapi_0.3.24-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmbn8nAACgkQlgWhCYxj
uSohBg

Bug#1082642: marked as done (ITP: python-vsure -- read and change status of verisure devices through mypages)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:15 +
with message-id 
and subject line Bug#1082642: fixed in python-vsure 2.6.7-1
has caused the Debian Bug report #1082642,
regarding ITP: python-vsure -- read and change status of verisure devices 
through mypages
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.)


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

* Package name: python-vsure
  Version : 2.6.7
  Upstream Contact: Per Sandstrom 
* URL : http://github.com/persandstrom/python-verisure
* License : Expat
  Programming Lang: Python
  Description : read and change status of verisure devices through mypages

 This package provides a python3 module for reading and changing status of
 verisure devices through verisure app API.
 .
 This software is not affiliated with Verisure Holding AB and the developers
 take no legal responsibility for the functionality or security of your
 Verisure Alarms and devices.
 .
 This package is a Home Assistant dependency.
--- End Message ---
--- Begin Message ---
Source: python-vsure
Source-Version: 2.6.7-1
Done: Thomas Goirand 

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

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-vsure 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, 23 Sep 2024 22:25:42 +0200
Source: python-vsure
Binary: python3-vsure
Architecture: source all
Version: 2.6.7-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-vsure - read and change status of verisure devices through mypages
Closes: 1082642
Changes:
 python-vsure (2.6.7-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1082642)
Checksums-Sha1:
 ea7e35e525ca619afdaaa55917b8592e1a4b61ed 2185 python-vsure_2.6.7-1.dsc
 f98c2436085b67b7b5dfcb6542bec5f44bb91a1b 11092 python-vsure_2.6.7.orig.tar.xz
 d5f8a741efffc197761451fd0058a6636f4cbb64 2044 
python-vsure_2.6.7-1.debian.tar.xz
 dd0b1a2e26d66066de8655a190999a967e44f0c0 7545 
python-vsure_2.6.7-1_amd64.buildinfo
 57f7306db41950ab920dc6014e45b79fb7979e00 11068 python3-vsure_2.6.7-1_all.deb
Checksums-Sha256:
 9fa659083429fa5eadc589c0c183ca22bc84592fd5a14b4ae2e710bfe2fb64d3 2185 
python-vsure_2.6.7-1.dsc
 3b4378825ba8a6f4d203c7068a4a70e75b5dba2eb42766be831326d9e9814d46 11092 
python-vsure_2.6.7.orig.tar.xz
 dd41de61b6890f728bb289adec4971fc9955d4c0fd3ce1faa92342d05df91072 2044 
python-vsure_2.6.7-1.debian.tar.xz
 ab58eb26998f4a3cc3bffdb9d7c8b442948003b1cef1c4d4bb44c4e0601d38cb 7545 
python-vsure_2.6.7-1_amd64.buildinfo
 4d4d111e7472711a5752b17d69fbfd3e39767683adbc3766a66afc860a965404 11068 
python3-vsure_2.6.7-1_all.deb
Files:
 40efd104d4aabec52aae40d2d95705e0 2185 python optional python-vsure_2.6.7-1.dsc
 1bd84cd45c4ae966f61ae9a94294a0c6 11092 python optional 
python-vsure_2.6.7.orig.tar.xz
 7643fd6e9ccd802121903e4ac8d3f97c 2044 python optional 
python-vsure_2.6.7-1.debian.tar.xz
 8a6f19f643bbe825afff41561cdc0790 7545 python optional 
python-vsure_2.6.7-1_amd64.buildinfo
 a59ec97f03a658a3401c419121794c32 11068 python optional 
python3-vsure_2.6.7-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmbx1iAACgkQ1BatFaxr
Q/40JQ/+K9aIQFgK3FDt+o95CKMvvUBTTHFyz1/UdvbtYd2SfkrX6kM2yr2due14
wY6cZQ+IemCy3O5JT2EJF+QRNExMk5BrkvdnMAAIFBE5cox3M2DNzPIynQw2p0oR
JS6TgHq9MYoWEKoA5aL5cLIMWlYk+ifbtgVlN12Iyk/HD0iXSSYtpjaEuHRV7Sxw
i9vIjdC0R9zCdRywKpvj5x8C1W5kW565MVeAAe9EIEQsVkdXGYTbsm76cor+yi2r
DB/NVgktRhfoEVeP2KdQT+QEs+99SBFw3W3kd1ezgV6+o1g/9mgm3AlFP5ghlfhZ
3YI0gOxLBVu3Sftx+t9ppW6JSHAui+uOC+rtG9QV9U3C3hZGwRd78I9bpgXiH7Ah
Tf0ljFvA7l821aP2/BsDsmn/EetXqeccrFaPSOwLRFcy/WUrUju3JFlCdDs+g5ur
KLdsXznw2bO6iQWLQD0aDWwdzq1e+8OrVoyuMgZ3u6xIgGMd4w1cuvFF8Dsf4dAK
mmrCc35tnkoXxoSdw+ckPoTzpzmTck4XzbMjBBBfrTxRhhv/zlJY5Ah6WJjh62+X
8rznr2U+B2cTS6103pxy/Hu6j5E+e1MznRwTjo+jT

Bug#1082179: marked as done (ITP: ppx-let -- ppx rewriter for monadic and applicative bindings)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:12 +
with message-id 
and subject line Bug#1082179: fixed in ppx-let 0.17.0-1
has caused the Debian Bug report #1082179,
regarding ITP: ppx-let -- ppx rewriter for monadic and applicative bindings
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.)


-- 
1082179: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082179
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org

* Package name: ppx-let
  Version : 0.17.0
  Upstream Contact: Jane Street
* URL : https://github.com/janestreet/ppx_let
* License : MIT
  Programming Lang: OCaml
  Description : ppx rewriter for monadic and applicative bindings

 A ppx rewriter for monadic and applicative let bindings, match
 expressions, and if expressions.

This package is a test dependency of ocaml-angstrom. It will be
maintained in the OCaml team.
--- End Message ---
--- Begin Message ---
Source: ppx-let
Source-Version: 0.17.0-1
Done: Stéphane Glondu 

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

Debian distribution maintenance software
pp.
Stéphane Glondu  (supplier of updated ppx-let 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, 19 Sep 2024 08:34:46 +0200
Source: ppx-let
Binary: libppx-let-ocaml libppx-let-ocaml-dbgsym libppx-let-ocaml-dev 
libppx-let-ocaml-dev-dbgsym
Architecture: source amd64
Version: 0.17.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers 
Changed-By: Stéphane Glondu 
Description:
 libppx-let-ocaml - ppx rewriter for monadic and applicative bindings (runtime 
files)
 libppx-let-ocaml-dev - ppx rewriter for monadic and applicative bindings (dev 
files)
Closes: 1082179
Changes:
 ppx-let (0.17.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1082179)
Checksums-Sha1:
 41c45248bff324c11c607fa2d6af2aaa35a19e3d 1773 ppx-let_0.17.0-1.dsc
 f6c90c82b9cf1eb21fcdde57c8b06f998f390cec 15707 ppx-let_0.17.0.orig.tar.gz
 81ea362f23f769b8412201b2393d2b6b1329adbd 2072 ppx-let_0.17.0-1.debian.tar.xz
 7f3b61afa5ae787476fabf222a82e06ab9096731 9932 
libppx-let-ocaml-dbgsym_0.17.0-1_amd64.deb
 b1c1408847293d6d6907c272f7fab103cf64db11 1497680 
libppx-let-ocaml-dev-dbgsym_0.17.0-1_amd64.deb
 6740630c8072d774f26098e737385e2ffc030f6a 4226408 
libppx-let-ocaml-dev_0.17.0-1_amd64.deb
 74381e65cd22a803979ad7ffb3852a6785f2b0a3 88308 
libppx-let-ocaml_0.17.0-1_amd64.deb
 ad01c227d4516662392f22a89e4adc1063b9333d 7125 ppx-let_0.17.0-1_amd64.buildinfo
Checksums-Sha256:
 54209f7664f5225304a5330f3ea1d03bd81dfa41feb9833c86eb532269527e67 1773 
ppx-let_0.17.0-1.dsc
 6bf57833ce402720fad8ef7aabda111c0a8640cf4441df42210eb62da8a48d78 15707 
ppx-let_0.17.0.orig.tar.gz
 29cebd87587303320aab89f3cca9fa02e5ec45ef28ed4ca1af75b4463e897811 2072 
ppx-let_0.17.0-1.debian.tar.xz
 1425a2ca2c5b8ae5ad0a096532052eeae8e051bd64ab5c439d3a81d8276a8207 9932 
libppx-let-ocaml-dbgsym_0.17.0-1_amd64.deb
 f00eb3ba8adc8b7f572675b236ef882bf84b6fc5dc8e3df61384c64e08f2b07c 1497680 
libppx-let-ocaml-dev-dbgsym_0.17.0-1_amd64.deb
 b754bcf7fd672e7fdf26f9aa0903c7823bd2da74a46b352dd47a036d34b568f4 4226408 
libppx-let-ocaml-dev_0.17.0-1_amd64.deb
 95c8e64a3eb82533f461bb24edcb441b5103a362614994f978bc84b971e71b1b 88308 
libppx-let-ocaml_0.17.0-1_amd64.deb
 9603845819c5cdf51a52c883d114f2b4f154e38ecc2e8c051a39036094f6b856 7125 
ppx-let_0.17.0-1_amd64.buildinfo
Files:
 3c18d75ca5af156ced4ad14ff61b7d27 1773 ocaml optional ppx-let_0.17.0-1.dsc
 ecd28a9b7cd7c664541b40af34ac893c 15707 ocaml optional 
ppx-let_0.17.0.orig.tar.gz
 5356dc75dcc887a4cacc15658a499964 2072 ocaml optional 
ppx-let_0.17.0-1.debian.tar.xz
 c6a784fbc0fad827b6ea083d9522f574 9932 debug optional 
libppx-let-ocaml-dbgsym_0.17.0-1_amd64.deb
 6326674a14d348abcf354333c016517c 1497680 debug optional 
libppx-let-ocaml-dev-dbgsym_0.17.0-1_amd64.deb
 8198bc33e3f6373a5a468cea89591fcb 4226408 ocaml optional 
libppx

Bug#1081023: marked as done (ITP: trippy -- TUI network diagnostic tool)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:17 +
with message-id 
and subject line Bug#1081023: fixed in trippy 0.11.0+dfsg-1
has caused the Debian Bug report #1081023,
regarding ITP: trippy -- TUI network diagnostic tool
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.)


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

* Package name: trippy
  Version : 0.11.0
  Upstream Contact: FujiApple 
* URL : https://trippy.cli.rs
* License : Apache-2.0
  Programming Lang: Rust
  Description : TUI network diagnostic tool

 mtr (traceroute and ping in one) with a nice TUI, a chart, and a map
 .
  * Multiple protocols: ICMP/UDP/TCP, IPv4/v6
  * Customizable tracing options:
  ** Packet size, payload pattern
  ** Start and max TTL
  ** Min/max round duration
  ** Source & destination port (TDP & UDP)
  ** Source address and interface
  ** And more
  * classic, paris and dublin ECMP strategies
  * RFC4884 ICMP Multi-Part Messages
  * Unprivileged mode
  * NAT detection
  * Highly customizable TUI
  * GeoIP from mmdb
  * Generate tracing reports in JSON, CSV, tabular; flows, dot
  * Capability aware
 .
 The installed binary is named trip.

I plan to maintain it in its own repository under salsa:rust-team or
salsa:debian, as it has several internal crates not used elsewhere, rather than
in the monorepo of Rust team, saving a few NEW round trips.

-- 
Sdrager,
Blair Noctis


OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: trippy
Source-Version: 0.11.0+dfsg-1
Done: Blair Noctis 

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

Debian distribution maintenance software
pp.
Blair Noctis  (supplier of updated trippy 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, 5 Sep 2024 21:50:54 +
Binary: trippy trippy-dbgsym
Source: trippy
Architecture: amd64 source
Version: 0.11.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Blair Noctis 
Changed-By: Blair Noctis 
Closes: 1081023
Description: 
 trippy - TUI network diagnostic tool
Changes:
 trippy (0.11.0+dfsg-1) unstable; urgency=medium
 .
   * Package trippy 0.11.0, Closes: #1081023
   * Repack to exclude files without sources
   * Cherry-pick upstream rename of debian/ to make room for Debian proper
   * Disable `--log-format chrome` due to unavailable dependency
Checksums-Sha1: 
 b1e3b12656319bc2c3f50717a57dc4242d520714 2382 trippy_0.11.0+dfsg-1.dsc
 82b0f7f7aa3793a884e9d06ca4a26483283e231b 201888 trippy_0.11.0+dfsg.orig.tar.xz
 47e5a293aa93499f8dff60d205e8a2695c5491e3 5732 
trippy_0.11.0+dfsg-1.debian.tar.xz
 1baebce2af85fe9441a73d8b0604735c6623bdc4 29949 
trippy_0.11.0+dfsg-1_amd64.buildinfo
 383e75598f3a223f9ab21063dee532071fee711a 165604 
trippy-dbgsym_0.11.0+dfsg-1_amd64.deb
 dbebbc613d978694dba7b87011423efb04dbb8f1 2123716 trippy_0.11.0+dfsg-1_amd64.deb
Checksums-Sha256: 
 23db87e1694efb6c77418f974f8856612b6bf591218feb1946d2735058eaeeae 2382 
trippy_0.11.0+dfsg-1.dsc
 4ea7fdb64cf519a215239e504e65ab7431d5cea6a0ace8438937d33601a95758 201888 
trippy_0.11.0+dfsg.orig.tar.xz
 39a8be0f8d3c80e2705da9b31eabaa4e3e9b1818172136f48432627f44f853b8 5732 
trippy_0.11.0+dfsg-1.debian.tar.xz
 17e478f2ebc91337fd9ad09b0d3440915620fbcc396ffa88654bf84aaa55fe76 29949 
trippy_0.11.0+dfsg-1_amd64.buildinfo
 de590ead99f28f66344afa005ecb276c9854dcf7a20a254eec825bd302f4a86c 165604 
trippy-dbgsym_0.11.0+dfsg-1_amd64.deb
 6b9fed6cb48837ca82e0dd6b52c92b64d1ec73b07da5583adbb5b84b5d74 2123716 
trippy_0.11.0+dfsg-1_amd64.deb
Files: 
 50401ebeec3cfd7bb500610eeea9d0d7 2382 net optional trippy_0.11.0+dfsg-1.dsc
 1e6363894637bbfd6ebc9a58c11f0135 201888 net optional 
trippy_0.11.0+dfsg.orig.tar.xz
 6c552fe09fc3484a6b20d0b960b70990 5732 net optional 
trippy_0.11.0+dfsg-1.debian.tar.xz
 30042a7d324267754bf101b98

Bug#1081993: marked as done (ITP: python-infoblox-client -- client for interacting with Infoblox NIOS over WAPI)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:14 +
with message-id 
and subject line Bug#1081993: fixed in python-infoblox-client 0.6.0-1
has caused the Debian Bug report #1081993,
regarding ITP: python-infoblox-client -- client for interacting with Infoblox 
NIOS over WAPI
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.)


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

* Package name: python-infoblox-client
  Version : 0.6.0
  Upstream Author : John Belamaric 
* URL : https://github.com/infobloxopen/infoblox-client
* License : Apache-2.0
  Programming Lang: Python
  Description : client for interacting with Infoblox NIOS over WAPI

 This package provides a client for interacting with Infoblox NIOS over WAPI.
 .
 Network Identity Operating System (NIOS) is the operating system that powers
 Infoblox core network services, ensuring non-stop operation of network
 infrastructure. The basis for Next Level Networking, NIOS automates the
 error-prone and time-consuming manual tasks associated with deploying and
 managing DNS, DHCP, and IP address management (IPAM) required for continuous
 network availability and business uptime.

This is a new dependency of OpenStack Designate, aka OpenStack DNSaaS.
--- End Message ---
--- Begin Message ---
Source: python-infoblox-client
Source-Version: 0.6.0-1
Done: Thomas Goirand 

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

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-infoblox-client 
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, 17 Sep 2024 08:59:19 +0200
Source: python-infoblox-client
Binary: python3-infoblox-client
Architecture: source all
Version: 0.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Description:
 python3-infoblox-client - client for Infoblox NIOS over WAPI
Closes: 1081993
Changes:
 python-infoblox-client (0.6.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1081993)
Checksums-Sha1:
 7e4e0f27c8c419aef0e95dc52328f79862bef95d 2383 
python-infoblox-client_0.6.0-1.dsc
 e5a0816e2e2cae013e794d06953757124cd23ee5 154948 
python-infoblox-client_0.6.0.orig.tar.xz
 f719e93a6b0a3401210274959963b1ae101750ce 2412 
python-infoblox-client_0.6.0-1.debian.tar.xz
 96b91895f9c6e96d9354b6ed4af80925b63c03a8 8993 
python-infoblox-client_0.6.0-1_amd64.buildinfo
 8ed49407a9f8547c329a2cf7b29d1eb20dd79371 133952 
python3-infoblox-client_0.6.0-1_all.deb
Checksums-Sha256:
 af4d3f879357ddf6f0273b4af06e3fc2d79dd0abf14a89b0308d95b10a9f325a 2383 
python-infoblox-client_0.6.0-1.dsc
 7f3a4a2c1d8faca7ce70f30260eb307a20ae5224cfcfe22f865decb129928b54 154948 
python-infoblox-client_0.6.0.orig.tar.xz
 ad1e99d43ae268e82fd803e3599d65649b52ca72e32193197538b66d3546a6f3 2412 
python-infoblox-client_0.6.0-1.debian.tar.xz
 847b7b61c5fc68b5c2ee5e5bff69b4e420dc78230e8992ac0ec6b3372d5e9168 8993 
python-infoblox-client_0.6.0-1_amd64.buildinfo
 17f9ffd7e0011a98beb0beb7d707980e70a2c3ff953d36d048879326713cfe13 133952 
python3-infoblox-client_0.6.0-1_all.deb
Files:
 5285c6a28c4a65400979ca33e0aa366c 2383 python optional 
python-infoblox-client_0.6.0-1.dsc
 87c8bcbe334b565dd2925d36e81aa74f 154948 python optional 
python-infoblox-client_0.6.0.orig.tar.xz
 4d46b8861a2818309b87483d1fc00cf2 2412 python optional 
python-infoblox-client_0.6.0-1.debian.tar.xz
 ec1368b4d7164fd3f6ef50ea49565ad0 8993 python optional 
python-infoblox-client_0.6.0-1_amd64.buildinfo
 1661d17a1a8a658a3c592975802724e6 133952 python optional 
python3-infoblox-client_0.6.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmbpL0YACgkQ1BatFaxr
Q/7T/w/+P6sTHbCfrQJEu6MMoWysimHXVis2n6GVn2xu0YUrwCwQq9IRQ6TIdI3i
4auhuOjef+d8SiOfY4wS/KORbzLaq1vlc+EzDWVrEmJu+1pgFXBmQFb9OGYxhIZV
41l

Bug#1081971: marked as done (ITP: python-construct-classes -- Python module for parsing and packing data classes)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:13 +
with message-id 
and subject line Bug#1081971: fixed in python-construct-classes 0.1.2-1
has caused the Debian Bug report #1081971,
regarding ITP: python-construct-classes -- Python module for parsing and 
packing data classes
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.)


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

* Package name: python-construct-classes
  Version : 0.1.2
  Upstream Contact: matejcik 
* URL : https://github.com/matejcik/construct-classes/tree/main
* License : Expat
  Programming Lang: Python
  Description : Python module for parsing and packing data classes

This module relies on python3-construct for parsing and packing. The programmer 
needs to
manually write the Construct expressions. There is no type verification, so it 
is the
programmer's responsibility that the dataclass and the Construct expression 
match.

This is a dependency for the current version of python-trezor, for which I am 
taking over
maintainership under the Debian Python Team.
--- End Message ---
--- Begin Message ---
Source: python-construct-classes
Source-Version: 0.1.2-1
Done: Soren Stoutner 

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

Debian distribution maintenance software
pp.
Soren Stoutner  (supplier of updated python-construct-classes 
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, 16 Sep 2024 15:57:16 -0700
Source: python-construct-classes
Binary: python3-construct-classes
Architecture: source all
Version: 0.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team 
Changed-By: Soren Stoutner 
Description:
 python3-construct-classes - Python module for parsing and packing data classes
Closes: 1081971
Changes:
 python-construct-classes (0.1.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1081971)
Checksums-Sha1:
 e2cb99dd7c49e8e0365b40cf0f4117a37a275412 2202 
python-construct-classes_0.1.2-1.dsc
 ce00c003de2dc7221d374ca1e88d192ef1458f55 11517 
python-construct-classes_0.1.2.orig.tar.gz
 9885fa325dea6e912389bd6555d4e5d5d126a261 2152 
python-construct-classes_0.1.2-1.debian.tar.xz
 1a80eeb44696a9a12d1acb7e27c0b9d36d26e905 7533 
python-construct-classes_0.1.2-1_amd64.buildinfo
 df911d3f8477e6fc8f60549a18be9715530a 5788 
python3-construct-classes_0.1.2-1_all.deb
Checksums-Sha256:
 9abaf2c40a6300d0d970936017414e00ebc13cd2086314b7a36c1a5e709a356f 2202 
python-construct-classes_0.1.2-1.dsc
 4d8ce9e583646a508e7cf41dba96c0d4f875d8fb408cc5c8f075895f16bed1f6 11517 
python-construct-classes_0.1.2.orig.tar.gz
 0444dd069e4952d662dc31946f1cbee62849bb36202f936725e5f85f06e17466 2152 
python-construct-classes_0.1.2-1.debian.tar.xz
 c954dfd4cba6c9a63d049afc017a7710d14648c27b00450b41791966b9c80f38 7533 
python-construct-classes_0.1.2-1_amd64.buildinfo
 7b1219db8613e18689077d8c5c99a29e2019d7c18183817929b30d62a44f3f30 5788 
python3-construct-classes_0.1.2-1_all.deb
Files:
 ba4dd5c075226d077820d97c0a000208 2202 python optional 
python-construct-classes_0.1.2-1.dsc
 cbbe15e5c406104ffe2df68ba576a8b4 11517 python optional 
python-construct-classes_0.1.2.orig.tar.gz
 4668f4cdc2f4c7ea7f4ccbe95d94ecb7 2152 python optional 
python-construct-classes_0.1.2-1.debian.tar.xz
 4ce72dc9a20be5027b8558e6d7ff89d7 7533 python optional 
python-construct-classes_0.1.2-1_amd64.buildinfo
 67add2eb6c7180d426412b482621197b 5788 python optional 
python3-construct-classes_0.1.2-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEJKVN2yNUZnlcqOI+wufLJ66wtgMFAmbrPjcACgkQwufLJ66w
tgOaLg//aLzqx9wxg/qhMx+FH4wxJjXLFHOp5S6NlEf5eLgED9L5vmoOU4oU8U8k
EJcP5uK8uC3cxlf+c0DYsqhIxD2A/2ngLkc2LaXpOhvIbylVsMP1XHJj4fsIVg8k
IqyieDdMwkfbVjJL9Fc1RfOFDWS+cwN0D93OFdRa4uN6q8qymD/lcPw6/vLj5gxp
CpkwCPoL8UsCczCx93UN2s3S6mxJG7VX0e5cD7pimg15qitFajdj2tM3E

Bug#1082573: marked as done (ITP: python-foscam -- Library to interact with Foscam IP Cameras)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:13 +
with message-id 
and subject line Bug#1082573: fixed in python-foscam 1.2.2-1
has caused the Debian Bug report #1082573,
regarding ITP: python-foscam -- Library to interact with Foscam IP Cameras
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.)


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

* Package name: python-foscam
  Version : 1.2.2
  Upstream Author : Viswanathan S 
* URL : https://github.com/krmarien/python-foscam
* License : LGPL-3+
  Programming Lang: Python
  Description : Library to interact with Foscam IP Cameras

  This library allows users to interact with Foscam IP Cameras over a network.
  Users can perform operations such as moving the camera lens, stopping motion,
  and retrieving IP and port information. Commands can be sent asynchronously,
  enabling non-blocking operations. Callbacks can also be specified to handle
  the response of commands, providing flexibility in managing camera
  interactions.

This library is a dependency of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-foscam
Source-Version: 1.2.2-1
Done: Edward Betts 

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

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated python-foscam 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, 22 Sep 2024 13:54:54 +0100
Source: python-foscam
Binary: python3-foscam
Architecture: source all
Version: 1.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-foscam - Library to interact with Foscam IP Cameras
Closes: 1082573
Changes:
 python-foscam (1.2.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1082573)
Checksums-Sha1:
 e23d2374e92f55d4db95cd88073d1f86f8ed89b9 2070 python-foscam_1.2.2-1.dsc
 847b8a1386a75d944d5faa4ffc34d2276df0ad3d 21872 python-foscam_1.2.2.orig.tar.gz
 08c6d8c16272acb998319d379cde094298e4dd78 1984 
python-foscam_1.2.2-1.debian.tar.xz
 0263ce767172f056697bdc99b1ec40896c9a2a55 7245 
python-foscam_1.2.2-1_amd64.buildinfo
 8d4a4535a60417e3a4fb104cc2b21d0b84491bc4 9020 python3-foscam_1.2.2-1_all.deb
Checksums-Sha256:
 bf6d1806b8f3455f036a1e9b45bef342e807f9da7b9023d2615c9114a9f12f3a 2070 
python-foscam_1.2.2-1.dsc
 66dee0ea8fe351bb7b0701b5e9d2b5a72f624e6fadc3cada971190f02d87997f 21872 
python-foscam_1.2.2.orig.tar.gz
 f9b37471cdfde6bae0c0b2d5a031473b87c27b3b32f6bffb9f6886ad1791f795 1984 
python-foscam_1.2.2-1.debian.tar.xz
 5c50c7587d4be6ddeeb14f9857cd641e847a26c6f2f800578a222941f2f371e8 7245 
python-foscam_1.2.2-1_amd64.buildinfo
 ae7d0ac207055eba4e744450c4c86dc724d0ec68107e0739e42bd77820ae5d8a 9020 
python3-foscam_1.2.2-1_all.deb
Files:
 d2e5f2c9205f5008e3fbdb71ed37e145 2070 python optional python-foscam_1.2.2-1.dsc
 6547843a18117991cb42794f33d3ac0d 21872 python optional 
python-foscam_1.2.2.orig.tar.gz
 5990d63041eca94d3ee585e02951e94e 1984 python optional 
python-foscam_1.2.2-1.debian.tar.xz
 ebfa3bbf31cfca6332bd7007d8c8ac28 7245 python optional 
python-foscam_1.2.2-1_amd64.buildinfo
 3805cb0fbc45d47581f08afa4ec2fa90 9020 python optional 
python3-foscam_1.2.2-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmbwGL0ACgkQlgWhCYxj
uSoZsQ/9FIwkZO2sNpfDpEFtXgwNFstXfIXcyl2ZgVBcnwuD3sU37Lu5A+3SUSyR
q904Mgj5SPdKiSc0UoP5XAKL4O78ONWn3xAoX5fhRw7Uh1y66RnWv3Z+DNqtVDqM
bFf9gykjKJ3K9cMnurPwmvoKWoIvKzrqiimnizHT6T3o1K+C/5anxn8aNV6GgCRn
KIXsJ9gQbxykUpXzdkt2tjbF6IwAxIN4DNBoGXG2lSCcH9bom8aaWxGVDdiwCTHX
O6humU598E3wN+ynEOs3CPYwtoUp0NtmXeB7bHGjQ+xZRKTBZlpwPPxCTy1Yne2A
eoGvoZJD5Nq+Hge1s6iR5J6H1LKyA/J6CYbWDdvsJF2T9oeCO+7IkIX89DNE4Csn
oZ0Zz8hLSncITmAdYuZsHGvcd/cB4v5gmNyGPEQL/0Tcwrq1mVrGQGnLR/OHvqOh
gdwC3tsg4PP5QSVtoGq

Bug#1082027: marked as done (ITP: webext-folder-account -- Manage folder accounts)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:10 +
with message-id 
and subject line Bug#1082027: fixed in folder-account 12.0-1~exp1
has caused the Debian Bug report #1082027,
regarding ITP: webext-folder-account -- Manage folder accounts
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.)


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

* Package name: webext-folder-account
  Version : 12.0
  Upstream Contact: Hartmut Welpmann
* URL : https://github.com/Welpy-cw/Folder-Account>
* License : MIT
  Programming Lang: Javascript
  Description : Manage folder accounts

Lets you associate user accounts and identities with specific folders.
Great for multiple users who share TB, or for managing mailing lists.

- Some friends and I use it?

- I plan to maintain it inside the webext-team
--- End Message ---
--- Begin Message ---
Source: folder-account
Source-Version: 12.0-1~exp1
Done: Mechtilde Stehmann 

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

Debian distribution maintenance software
pp.
Mechtilde Stehmann  (supplier of updated folder-account 
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 Sep 2024 20:11:23 +0200
Source: folder-account
Binary: webext-folder-account
Architecture: source all
Version: 12.0-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Mozilla Extension Maintainers 

Changed-By: Mechtilde Stehmann 
Description:
 webext-folder-account - Managing folder accounts
Closes: 1082027
Changes:
 folder-account (12.0-1~exp1) experimental; urgency=medium
 .
   [ Mechtilde ]
   * [10cff62] Initial release (Closes:#1082027)
Checksums-Sha1:
 3b961d2f6522743b81cd6fa8407ac2d75679ba16 2067 folder-account_12.0-1~exp1.dsc
 82f03fe69bb5d76dd1aa272e1119500bd31eb383 14576 folder-account_12.0.orig.tar.xz
 a3c6ac90d6afb784a9608b62f6458bcca584ebad 2476 
folder-account_12.0-1~exp1.debian.tar.xz
 f1f6eb49f266fb95c00be7f2a55426f31e3b5c51 5927 
folder-account_12.0-1~exp1_amd64.buildinfo
 a5d55828825d1fe16cbc8d4905a2a157ad9e0f7e 18792 
webext-folder-account_12.0-1~exp1_all.deb
Checksums-Sha256:
 d47c48e05d3ee24f875cd109a1bc4949fcc38c6174caf7d9fd48408d39fe8a15 2067 
folder-account_12.0-1~exp1.dsc
 eddb0b3c59dfe3e7b5d9b8455f9ce635e1c2718ad0ce7809033a88670717b69c 14576 
folder-account_12.0.orig.tar.xz
 d906e861adb448d4f0ffb6967eb63cecb4345a670ec728edb750b24954a47126 2476 
folder-account_12.0-1~exp1.debian.tar.xz
 edec49bab8fd06d1fd394ad5c510e4110f8a6787824ba7dbe6e6393067e0cdfd 5927 
folder-account_12.0-1~exp1_amd64.buildinfo
 8da9b34257bbb7fe1d67f52d777e5a53168c9a1fe1be2fbcdb76225027503479 18792 
webext-folder-account_12.0-1~exp1_all.deb
Files:
 8c7db9a95eb704909b37c18d049b41be 2067 mail optional 
folder-account_12.0-1~exp1.dsc
 b20d9d2d22522762db328cadc712804f 14576 mail optional 
folder-account_12.0.orig.tar.xz
 3dad6909ebd8a6ae21c2022608a369cf 2476 mail optional 
folder-account_12.0-1~exp1.debian.tar.xz
 c33eaa1bd557e44f0a5a8c5621721e76 5927 mail optional 
folder-account_12.0-1~exp1_amd64.buildinfo
 470d28485775ce01566e93143d822fe3 18792 mail optional 
webext-folder-account_12.0-1~exp1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE8ON/Pch6SZgomTnn8od7uhQarX8FAmbpyEAACgkQ8od7uhQa
rX89Kg//QjQ8Wd7mFmiVSGsSAlsKbstv5KRey78PUc/xwuX5Dlx3e2nMHUdV8nVO
Fp1GXTubODtZVq1NtO2/QSuwHJIyIFyEzl7kmQjkzdDLmqImkNIu9hTFMs4s/Cj8
YbkewGz5/ruw+RILI53MmThwVxESCxw2LUJWi4/v0i8TjsxvKgldFlbmUyeS2EW4
DVV2Q3b6Y7Tc+rQ/xL9nJ0eQe+3MtXZLJbiVFsba3XXlL41iUNRXIX96uvP1yLkV
RJ0QFVaQsZxxFLvZE45CULSzgFbnoHaJYcbWT9/ImbOFJtsRKaXFTiK61bnpf7FL
mK0TqLKsznQbbDL9RY2O5Bmn0MOY4et+dIepR8tAybvQcb08Ql3r1nsgtEwUptoD
Y4LcjKmtLyAHKj/Lav76QxJVK0ra/Gml3/f7f6Zn2Z/i2AcOUlTA3IQteumHIToA
FKGi71t7l0LEHgA4l3h93Ip7n7daxAQhAWz7nApAT6E9QoAOO/6FWVCwe/Ra0pzb
zvEs6AhxhfpbxnjTkZ6El36D4J2qho/Jyxou5QYI5/UvxaXO/O5hPM2jRFzOlpf

Bug#1082639: marked as done (ITP: python-wallbox -- interacting with Wallbox EV charger api)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:00:15 +
with message-id 
and subject line Bug#1082639: fixed in python-wallbox 0.7.0-1
has caused the Debian Bug report #1082639,
regarding ITP: python-wallbox -- interacting with Wallbox EV charger 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.)


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

* Package name: python-wallbox
  Version : 0.7.0
  Upstream Author : Liviu Chiribuca 
* URL : https://github.com/cliviu74/wallbox
* License : Apache-2.0
  Programming Lang: Python
  Description : interacting with Wallbox EV charger api

 This package provides interface for Wallbox EV chargers api.
 .
 This package is a dependency of Home Assistant.
--- End Message ---
--- Begin Message ---
Source: python-wallbox
Source-Version: 0.7.0-1
Done: Thomas Goirand 

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

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-wallbox 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, 23 Sep 2024 21:59:54 +0200
Source: python-wallbox
Binary: python3-wallbox
Architecture: source all
Version: 0.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Description:
 python3-wallbox - interacting with Wallbox EV charger api
Closes: 1082639
Changes:
 python-wallbox (0.7.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1082639)
Checksums-Sha1:
 11abf9b4b257b6e8b6a67d2e57ee48e3e204f189 2233 python-wallbox_0.7.0-1.dsc
 9125f0fd01b22320420985e4107d48c8118c5031 9136 python-wallbox_0.7.0.orig.tar.xz
 23486fba7f9d701b9d554cdbd38d5bee042c392a 1636 
python-wallbox_0.7.0-1.debian.tar.xz
 12825d37c65649b5e8df68dba5355c71713b4508 7800 
python-wallbox_0.7.0-1_amd64.buildinfo
 86d70b9183f2b7094761981e3279a43ca1695aba 5888 python3-wallbox_0.7.0-1_all.deb
Checksums-Sha256:
 519ec6334247235805fca6250cda4a59dd5e1654fbb8f5763de78deb6237 2233 
python-wallbox_0.7.0-1.dsc
 d80894b3c6058d41f11d6226028ecf6fbe1741a2a537c1db146f64ca53eabd02 9136 
python-wallbox_0.7.0.orig.tar.xz
 c91c456aa6d7dd338768acdce9a0c86f6e87f0cc4cee1f6530a259c0045819ae 1636 
python-wallbox_0.7.0-1.debian.tar.xz
 2011b5082b944e608ccf47ac4e3ee4a31bedc4679d7328e7a9679b1e87ed9417 7800 
python-wallbox_0.7.0-1_amd64.buildinfo
 0b005efd6b58e2b67d3bb8c8b69cdf34d85fb27cbbd9778143f4dcdcdaa39c5a 5888 
python3-wallbox_0.7.0-1_all.deb
Files:
 c370ba7fde2e34583f84dd2deefa81d3 2233 python optional 
python-wallbox_0.7.0-1.dsc
 850ba8e50db8d1616eaa2bd2059b91a0 9136 python optional 
python-wallbox_0.7.0.orig.tar.xz
 7c10a47bae49f055e3ddf2438ac218df 1636 python optional 
python-wallbox_0.7.0-1.debian.tar.xz
 ec1955c0cdc135c0648be2241b84a4c2 7800 python optional 
python-wallbox_0.7.0-1_amd64.buildinfo
 ba6c3322144562d15a249097ab6428f5 5888 python optional 
python3-wallbox_0.7.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmbxzgMACgkQ1BatFaxr
Q/5nqhAAmK7hto4juv9VRH2GY3j6GrHDulVyzNRbR4D+vUoDw6LLuVEofg3BAcws
AxuGwrD/WvyP9hYnDkJ4CVQ6Byx+g8XUEWVrcwrKux4eA6hacFQFLBWHQarLP1Fn
ecRdInJ1Cu6PAmUYbyXSMBQKt8Q/Z4Ys1e6/xpSrMRLzDXl6kkFv5rcA0H25+3sf
C9xrEnH2GbcpyQL38YCN5WXNRYKrf6VdLTjNEvDIhEy8cFxpbFMl8cK/yidr+MA/
71T83jVE8FgRFQgHH/oeq5Dxymgx6oyuce8t+K5B46aGh8i2GdsTn9SkukEGYOJQ
NqBAGVk279GwaGJIPY8YuHGeAIQrmUMp+Y5ytn1ahxYbpTinLFHDEfbDseDA1EcK
BH0BpfoZdrDdkcnmWQSs1tX2vupjZh6/457elmhIElpEPY26la+4Tl8F8IRpBeXy
sBqZlVEtIc4KJMBbTQykYHwYPIYplJc7xwC5WCJe428Rvefbkq+/lQnuVTpzJwg7
yq69LZtFOAxcGlD4i9Rrndso76+Wahp2XDe81mlMnKmDePdrXmrrOliUetr1ZPmB
Zm18Qy1Mm87gCqboFiSIzznFxxEg233OBG+0IGW1wbwG3oIFk3lSgYPTSt32oaSf
avYuxxxTnHbs/GIR0sClarERxNbMvdCM3ZG6T27iIOKvVxbTZ5s=
=IyBQ
-END PGP SIGNATURE-



pgpueNlTxmIcT.pgp
Description: PGP signature
--- End Message ---


Bug#1080172: marked as done (ITA: ddcutil -- Control monitor settings)

2024-09-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Sep 2024 19:04:12 +
with message-id 
and subject line Bug#1080172: fixed in ddcutil 2.1.4-4
has caused the Debian Bug report #1080172,
regarding ITA: ddcutil -- Control monitor settings
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.)


-- 
1080172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal
X-Debbugs-Cc: ddcu...@packages.debian.org, rockow...@minsoft.com
Control: affects -1 + src:ddcutil

I intend to orphan the ddcutil package.

The maintainer field has been updated only in control file of the package in
the mentors queue.  As a non-DM, I believe that is the only place I can make
this change.


The package description is:
 ddcutil is used to query and change monitor settings.
 .
 ddcutil communicates with monitors implementing MCCS (Monitor Control Command
 Set). Normally, communication is performed using the DDC/CI protocol on the
 I2C bus.  Alternatively, communication can be performed over USB as per the
 USB Monitor Control Class Specification.
--- End Message ---
--- Begin Message ---
Source: ddcutil
Source-Version: 2.1.4-4
Done: Phil Wyett 

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

Debian distribution maintenance software
pp.
Phil Wyett  (supplier of updated ddcutil 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, 25 Sep 2024 19:32:57 +0100
Source: ddcutil
Architecture: source
Version: 2.1.4-4
Distribution: unstable
Urgency: medium
Maintainer: Phil Wyett 
Changed-By: Phil Wyett 
Closes: 1080172
Changes:
 ddcutil (2.1.4-4) unstable; urgency=medium
 .
   * 'd/control':
 - Adoption, add myself as maintainer. (Closes: #1080172)
 - Remove versioned Build-Depends and Depends.
   * Add Debian Continuous Integration (CI) file: 'd/salsa-ci.yml'.
   * 'd/rules': Add DH_VERBOSE, but have disabled by default.
Checksums-Sha1:
 378c5ce85559b966bfe3d33f26e3efada28ec895 2035 ddcutil_2.1.4-4.dsc
 da8bd8860548460745fd489bfa917ed2e98f6e59 7236 ddcutil_2.1.4-4.debian.tar.xz
 5b371cfdba1d424b5336f413dc293fe6db32e91b 9223 ddcutil_2.1.4-4_amd64.buildinfo
Checksums-Sha256:
 00c520be8a379548572c5ad6fc2f564c8688a9daaf85c691e97b65390b66fab5 2035 
ddcutil_2.1.4-4.dsc
 cbb7585a3837ed93de9a95c61ab16e08df13f13a2013257d8a43dc1f57a79ca5 7236 
ddcutil_2.1.4-4.debian.tar.xz
 0d4bd91456b7b3f39a57f41add29ae353b68f8f68f1e57fd63e400155c24a311 9223 
ddcutil_2.1.4-4_amd64.buildinfo
Files:
 4489ffd91f7ef92739ad56483b70296c 2035 utils optional ddcutil_2.1.4-4.dsc
 fc1162840c6db0f17bb00749363f0ee2 7236 utils optional 
ddcutil_2.1.4-4.debian.tar.xz
 bbe42bcfc363386eccb21ca855bc7337 9223 utils optional 
ddcutil_2.1.4-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEcKCsRax3nv6E9jrtckqptS8CTIsFAmb0W3wACgkQckqptS8C
TIu1HBAAiN7KXWKtjAafdSWZXUGJ7hj2fMEfm/ATvi0XkpL1Y/oV83OkeeE6ASvg
ktNqGe6eDyNpQhZeyBt7lb2DcE/5h2htgnG5mpVR2ROKFKDivTlAZZbcAtx5jPqj
iP8vQ4kuSoHsUvOgoohQpCRMFddiyTg0aX01p2AHOnYJ/yRNeDj6hV3YDp4vfgKu
6bGSHuwPaGJ47Ad+KxpTF7UXGucdi8kBmar2v+rujeFiwHPmJtPQTpoN9MybdFcV
dmBBkIHajk2kk7gclsRny6zCDQIYrWjiDtQ2mPPXutOv8QTpqAUhCzAEQEQIGYvg
EoEJypYxBLvWFQ2Pll+SetAFSlWGzFGxM8yA4SwerCCZnWpj4R+AuFwyP4vSvZKo
G1Mf0S10OVbzGkPN1CH1qAQklkNxJaPAXyIdLfcVRX3skv8ygfVN5AOOAyX3khgl
31O/kDFUvoQuT4W8KN/4DTcyRt6Rsh5PEUJYiNsARb2UT4oZCSOvNM2FTGRJIyxc
aQDX1unmw2EXpWeOqRLAhwTlLoyFp+qeL6ZWCKL6reOJO2Hd/lvAKIIXzQOzKGsI
19g2skptn1Awn16mNzW6SMSFwD9eJHLYdUFK2pXlCtoxeeG/ydKhHtU/Tn6qQ2zU
o0VXQfRWltU6msRmvCB24lVLMbAsJUVycgvYcpR5lrG2x1zFRbo=
=GO8x
-END PGP SIGNATURE-



pgpfkcEb4WV8c.pgp
Description: PGP signature
--- End Message ---