Bug#1068948: ITP: hiredict -- minimalistic C client library for Redict

2024-04-13 Thread Maytham Alsudany
Package: wnpp
Severity: wishlist
Owner: Maytham Alsudany 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: hiredict
  Version : 1.3.1
  Upstream Contact: Drew DeVault 
* URL : https://codeberg.org/redict/hiredict
* License : LGPL-3.0-only
  Programming Lang: C
  Description : minimalistic C client library for Redict

 hiredict is a minimalistic C client library for the Redict database. It is
 minimalistic because it just adds minimal support for the protocol, but
 at the same time it uses an high level printf-alike API in order to make
 it much higher level than otherwise suggested by its minimal code base
 and the lack of explicit bindings for every Redict command.
 .
 Apart from supporting sending commands and receiving replies, it comes
 with a reply parser that is decoupled from the I/O layer. It is a stream
 parser designed for easy reusability, which can for instance be used in
 higher level language bindings for efficient reply parsing.
 .
 The library comes with multiple APIs. There is the synchronous API, the
 asynchronous API and the reply parsing API.

Replacement for hiredis, intended for use with new redict package.
Will be maintained within the redict-team.
Will need a sponsor.

--
Kind regards,
Maytham Alsudany


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


Bug#1068945: ITP: rust-names -- generator for random names suitable for containers, projects, applications etc.

2024-04-13 Thread Ananthu C V
Package: wnpp
Severity: wishlist
Owner: Ananthu C V 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: rust-names
  Version : 0.14.0
  Upstream Contact: Fletcher Nichol 
* URL : https://crates.io/crates/names
* License : MIT
  Programming Lang: Rust
  Description : generator for random names suitable for containers, 
projects, applications etc.
   A random name generator with names suitable for use in container instances, 
project names,
   application instances, etc.

This is a dependency for zellij-utils, in turn a dependency that will be needed 
to package zellij.



Bug#921954: gnulib

2024-04-13 Thread Jonas Smedegaard
Hi Simon (and Boyuan),

Quoting Simon Josefsson (2024-04-13 19:38:06)
> You may have noticed I adopted gnulib and have made an upload to
> experimental.  I am happy to have this team maintained, so feel free to
> join the effort -- I added Boyuan to Uploaders: since you've been doing
> QA uploads for some time, but happy to add others too.
> 
> If you don't object, I will upload to unstable in a couple of days if
> nothing comes up.  Relevant reading material on the changes I did for
> this package:
> 
> https://salsa.debian.org/debian/gnulib/-/blob/debian/sid/debian/README.source
> https://blog.josefsson.org/2024/04/13/reproducible-and-minimal-source-only-tarballs/
> 
> What do you think?  I hope I'm not stepping on anyone's toes here.  The
> package was orphaned and is a critical component to be able to build
> source-only tarballs for other packages in Debian.

I am happy that gnulib is in good hands.

I've moved on to other challenges, and have no interest in working on
gnulib now.  That said, you are welcome to try nudge me if some concrete
task emerges where you image I might be of help.


Kind regards,

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/
 * Sponsorship: https://ko-fi.com/drjones

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

signature.asc
Description: signature


Bug#921954: gnulib

2024-04-13 Thread Simon Josefsson
Hi

You may have noticed I adopted gnulib and have made an upload to
experimental.  I am happy to have this team maintained, so feel free to
join the effort -- I added Boyuan to Uploaders: since you've been doing
QA uploads for some time, but happy to add others too.

If you don't object, I will upload to unstable in a couple of days if
nothing comes up.  Relevant reading material on the changes I did for
this package:

https://salsa.debian.org/debian/gnulib/-/blob/debian/sid/debian/README.source
https://blog.josefsson.org/2024/04/13/reproducible-and-minimal-source-only-tarballs/

What do you think?  I hope I'm not stepping on anyone's toes here.  The
package was orphaned and is a critical component to be able to build
source-only tarballs for other packages in Debian.

/Simon

Simon Josefsson  writes:

> Hi. I noticed gnulib in Debian was orphaned. I work upstream on gnulib
> and intend to adopt it in Debian, but I’m happy to co-maintain it. My
> plan is to keep it updated to latest upstream version, and see if we
> can offer some way for it to be used to bootstrap various projects
> that depend on vendored gnulib code.
>
> /Simon


signature.asc
Description: PGP signature


Bug#1068868: ITP: python3-pyzmq -- Python bindings for 0MQ

2024-04-13 Thread Timo Röhling

* Cody Scott  [2024-04-12 09:35]:

* Package name: python3-pyzmq
 Version : 25.1.2
[...]
There doesn't appear to be any other Python bindings for ZeroMQ.

It seems like you missed
https://tracker.debian.org/pkg/pyzmq
but you are very welcome to contribute to the existing package! :)


Cheers
Timo

--
⢀⣴⠾⠻⢶⣦⠀   ╭╮
⣾⠁⢠⠒⠀⣿⡁   │ Timo Röhling   │
⢿⡄⠘⠷⠚⠋⠀   │ 9B03 EBB9 8300 DF97 C2B1  23BF CC8C 6BDD 1403 F4CA │
⠈⠳⣄   ╰╯


signature.asc
Description: PGP signature


Bug#1068927: ITP: rust-event-listener-strategy -- block or poll on event_listener easily

2024-04-13 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard 
X-Debbugs-Cc: debian-de...@lists.debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: rust-event-listener-strategy
  Version : 0.5.1
  Upstream Contact: John Nunley 
* URL : https://github.com/smol-rs/event-listener-strategy
* License : Apache-2.0 or Expat
  Programming Lang: Rust
  Description : block or poll on event_listener easily

 event-listener-strategy  provides a strategy
 for using the event-listener crate
 in both blocking and non-blocking contexts.
 .
 One of the stand-out features of the event-listener crate
 is the ability to use it in both asynchronous and synchronous contexts.
 However, sometimes using it like this
 causes a lot of boilerplate to be duplicated.
 This crate aims to reduce that boilerplate
 by providing an EventListenerFuture trait
 that implements both blocking and non-blocking functionality.

This package is needed for newer releases of src:rust-async-lock and
src:rust-async-channel.
It will be maintained in the collaborative Debian section of Salsa, at
https://salsa.debian.org/debian/rust-event-listener-strategy

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmYaklcACgkQLHwxRsGg
ASHWLhAAoN2U3vUvMe6vng6U0BCHoImeJor7wGb0RsR8SagWtONeDyubBoK/kNgx
lWhvgwcLcgc4bTKPdqqfH44svsQ9qMAQFdYp9QZZXXuUJCKwPjlbrgwcEpUu0gy1
H3mVsZOzwWH2ldnlE6F71L+uQSJriaCyN5HbFXfkXIo25WELcE0trGJletqHuiVM
cONmMXGSFNjPc6DFNOfIAUrfyIt9qp1urCu4nzLWsvxBV3CgrUyPBZLlcezOa9wd
NfVv2A2FVwxDYqst5hwckmemgjr/82Y5jn8Wd644vhlxIHN7cNFq8awQ1wY3Bz8/
C9VuVyz7P0NCotqM0oWosYk+hZyDEGkiapFiGPQlQSbPTSbBdPRLoMd25W6ABSxk
wnW9mBPRhebNl30ZODCePM1PRlM8DhVygeIFkXs3kBScLSRjAMtHh3c4EWw3pcls
7e819qb/mHce4xcrHxeybCl5DB3k6pDpn6+0gHYemrbpAsCcr9aWLoRxTMbh9Uin
5vYugGlaROdD13Ojkinbm+HXmwEEWqTXu/y2M+dzNJNIRS45XsOSAq6nHZKot3jg
/LlwCresEdWv7UY8PO4Z21EoXUSrStA8pIqqJyzKx+hXvf/l1vIvV8iYLWDgGGmU
ht7rS5GLaoXx2HI0o1hFDeMFU51F0D5Vy6unvbKulJNzv7fLVyA=
=Cau5
-END PGP SIGNATURE-



Bug#921954: marked as done (O: gnulib -- GNU Portability Library)

2024-04-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 Apr 2024 13:36:18 +
with message-id 
and subject line Bug#921954: fixed in gnulib 
20240412~dfb7117+stable202401.20240408~aa0aa87-1
has caused the Debian Bug report #921954,
regarding O: gnulib -- GNU Portability 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.)


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I have hereby orphaned the gnulib package.

The package description is:
 The GNU portability library is a macro system and C declarations and
 definitions for commonly-used API elements and abstracted system behaviors. It
 can be used to improve portability and other functionality in your programs.
 The GNU portability library is a macro system and C declarations and
 definitions for commonly-used API elements and abstracted system behaviors. It
 can be used to improve portability and other functionality in your programs.

 - Jonas

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlxgPJMACgkQLHwxRsGg
ASHFaRAAh8Ro8qxFWTLlJn6IepOrsz+b97LSabqHKb24cRgwttqmihOW97yivwt/
xCmp+W92Hp+p4NB5ZiFbJFo1jk6JnrfaQqK1HUrLIpg+c5o9Psp2eA561xItWyob
/tqLkUznnJ7xYjsgXy8G2SBxGXv8TyPzMMGG99Y0FkNdBg/mDQDDiiFnF70ayv7y
X3ps+ckGHC2VUbnr+3Eu8gAVwsxp/z/pJmFS9kCzgzyM6ie56lqM4Wd5+8ddSDA6
bRZD253BJuxVb1eh/f3Zs6KTChlIgUE5DvPXqhX+20zycXnGmPHb0iz9YGMHtAZJ
GmMC8rgyv29PSzCac4fO+1FZQx0IrKE1C/hfvPdwQ02WOF2Xi9ZRHu0v54cz91cV
CGofgKC92xaRxDV+wq1E6fuRe75YUdKoJQJsVzDiktU+2DPUghWC/JTEz/W6oiRD
je8XyqaQGFt0ibbU+DddWF3jnOtASsS7/jLWeAHJJMidluD9kGJ9KkCRwX7LDILw
7og/Xn+JsUi7FgoXMiY5wQMqACaFWql2BeAfha0DwGJD2kiFC5uarg2h8dG8c2EP
9Mc1IiWbcrM8LuQ11UAiW6ZBOtp91z8C8rXdnXS8BKpttUR2K4GpyxosF62B5qok
6owvKeRA7G/93Cxs7UMHkzMKFy8hjrXeDmT1P3kL3k58Q2hXBjE=
=w3z5
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: gnulib
Source-Version: 20240412~dfb7117+stable202401.20240408~aa0aa87-1
Done: Simon Josefsson 

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

Debian distribution maintenance software
pp.
Simon Josefsson  (supplier of updated gnulib package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Apr 2024 10:08:50 +0200
Source: gnulib
Architecture: source
Version: 20240412~dfb7117+stable202401.20240408~aa0aa87-1
Distribution: experimental
Urgency: medium
Maintainer: Simon Josefsson 
Changed-By: Simon Josefsson 
Closes: 921954
Changes:
 gnulib (20240412~dfb7117+stable202401.20240408~aa0aa87-1) experimental; 
urgency=medium
 .
   * Adopt package.  Closes: #921954.
   * New upstream snapshot.
   * Add debian/README.source.
   * gbp.conf: Set branches.
   * Ship gnulib.bundle, Python gnulib-tool, DEPENDENCIES, HACKING.
   * Bump Standards-Version: 4.7.0.
   * Bump debian/* copyright years.
   * gnulib: Add Suggests: git.
Checksums-Sha1:
 0cc1792ae169e52fbf31b5f20ac37c7818873b4d 2110 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87-1.dsc
 3c539a716146360a859352ce781b346fd0006ea6 81782990 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87.orig.tar.gz
 8fa04cfa076ba8e084e819128afdd9c2b53e7c2b 228 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87.orig.tar.gz.asc
 32fb96732bb0d0eaea6c7a8f8ab8301a77f2d331 331680 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87-1.debian.tar.xz
 291d0ecf8a468752da0bc72f9504bc3d61cae069 6787 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87-1_amd64.buildinfo
Checksums-Sha256:
 f6e234243a38ff84d732687b55cdee21cf5c6de5d9e12612fced3a55031be3a1 2110 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87-1.dsc
 45163bd03130d552daa07ac1bf5e558985759fcac2f88e967a1cc35f05773726 81782990 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87.orig.tar.gz
 26797313227d4ab5316a5e03765f383078884b5b209708eed9e7cde5b64ee091 228 
gnulib_20240412~dfb7117+stable202401.20240408~aa0aa87.orig.tar.gz.asc
 0a8af88530a1f3a1a544dfee066365496e5620f690f50bb4b58139cca3552ecd 331680 

Bug#1017361: ITA: postsrsd -- Sender Rewriting Scheme (SRS) lookup table for Postfix

2024-04-13 Thread Andreas Metzler
On 2024-04-12 Abhijith PA  wrote:
> On 12/04/24 03:34 PM, Andreas Metzler wrote:
[...]
>>> On Sun, 11 Jun 2023 23:09:11 +0530 Abhijith PA  wrote:
 I would like to adopt this package. I maintain a mailing list server
 where I am already using postsrsd.


>> I guess you are not interested anymore?

> I am interested. I have pushed latest upstream source to 
> salsa.(https://salsa.debian.org/debian/postsrsd). Made an upload for 
> Raju (Cc'ed). But I failed to package latest upstream to Debian repo. 
> I tried and hit at obstacle and then left at there. 

> I am happy to pass it you and Raju. Let me know.

Hello,

I am not going to adopt it (Using exim). It is just that I browsed over
the open RC bug list and found both an RC bug (#1068053) and a ITA that
did not look like it was going anywhere and wondered what was up.

FWIW I played a little bit with 2.0.8 and got it to build with:
a) extending b-d by libconfuse-dev, check, pkgconf, systemd-dev
b) Patching cmake/FindCheck.cmake
-find_path(Check_subunit_LIBRARY subunit HINTS ${PC_SUBUNIT_LIBRARY_DIRS})
+find_library(Check_subunit_LIBRARY subunit HINTS 
${PC_SUBUNIT_LIBRARY_DIRS})
[This is now upstream issue #176)
c) Invoking cmake with -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS
(Borrowed from OpenSuse ;-)

It is not enough to get a functioning package, but it is packaging and
not compilation from there on.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#892919: marked as done (ITA: planner -- project management application)

2024-04-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 Apr 2024 08:36:03 +
with message-id 
and subject line Bug#892919: fixed in planner 0.14.92-1
has caused the Debian Bug report #892919,
regarding ITA: planner -- project management application
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.)


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

All uploaders are inactive for years and I have neither capacity nor interest 
left to maintain "planner" which appears to be abandoned upstream as well 
(last release was in 2011)...

I'm not sure if it is worth the effort to resuscitate "planner".
Perhaps it might be better to put the effort into "calligraplan".

If you want to be the new maintainer, please see [1] for detailed 
instructions how to adopt a package properly.

[1]: https://www.debian.org/devel/wnpp/index.html#howto-o

[2]: https://www.calligra.org/plan/

-- 
Regards,
 Dmitry Smirnov.


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: planner
Source-Version: 0.14.92-1
Done: Shriram Ravindranathan 

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

Debian distribution maintenance software
pp.
Shriram Ravindranathan  (supplier of updated planner 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, 28 Feb 2024 14:18:28 +
Source: planner
Architecture: source
Version: 0.14.92-1
Distribution: unstable
Urgency: medium
Maintainer: Shriram Ravindranathan 
Changed-By: Shriram Ravindranathan 
Closes: 892919 987406 1062785
Changes:
 planner (0.14.92-1) unstable; urgency=medium
 .
   * New upstream version 0.14.92
   * New Maintainer (Closes: #892919)
   * d/control:
 - Bump Standards-Version to 4.6.2
 - Bump debhelper-compat version to 13
 - Add new maintainer's name to maintainer field
 - Add VCS information
   * d/copyright:
 - Change source url to use https
 - Add new authors' copyright details
 - Update copyright years
 - Add new maintainer to copyright field
 - Add Upstream-Contact details
   * d/watch:
 - Bump watch version to 4
   * Add d/upstream/metadata
   * Add libplanner-*.so symlink to not-installed
   * Add usr/share/GConf to planner-data.install
   * Add planner.lintian-overrides (unnecessary ldconfig activation)
   * Add planner-data.lintian-overrides (missing desktop command)
 .
   [Helmut Grohne]
   * d/rules: Fix FTCBFS, skip gtkdoc in arch-only build (Closes: #1062785)
 .
   [Marriott NZ]
   * d/planner.mime: Remove quoted placeholder from mailcap entry. Fixes
 lintian warning (Closes: #987406)
Checksums-Sha1:
 20c20632aa72b5006d2f26c31a1af3810f5be313 1945 planner_0.14.92-1.dsc
 63be450ae11ee15c03b04e20bea5305089f0c33a 3888436 planner_0.14.92.orig.tar.xz
 c7abfa3ea5aaa54d6ee85744dc446a09af47a5ea 13292 planner_0.14.92-1.debian.tar.xz
 383da805d3dc2733bd5c41f0edad1f968112793b 15284 
planner_0.14.92-1_source.buildinfo
Checksums-Sha256:
 93201d945a47bbca2b70c8ac13fd204d0525974c5a6553e9f101b4c232cd1f7f 1945 
planner_0.14.92-1.dsc
 fda2a7ef5db69d746fb7f3f164d060e042dd400e537ac0e535e932e369d0d833 3888436 
planner_0.14.92.orig.tar.xz
 2731072f971e7cebd70f31c62ada7a08a9c06fdc899f6bbe57740b366dde2807 13292 
planner_0.14.92-1.debian.tar.xz
 ceb2b738dc40a236849d9f15ce71df327ff4e751cf04bc5fa6aad67c0f3f8c55 15284 
planner_0.14.92-1_source.buildinfo
Files:
 5c6cc54e104a3119b67df0baa9eab072 1945 gnome optional planner_0.14.92-1.dsc
 6da4c5b199bb269ab0bba3157b8cd9d0 3888436 gnome optional 
planner_0.14.92.orig.tar.xz
 986db93e0c6c9db2ac83ed4cf5cbe02f 13292 gnome optional 
planner_0.14.92-1.debian.tar.xz
 757d89655ba47ee9c6746933ff29bf1b 15284 gnome optional 
planner_0.14.92-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmYaP/YQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFM4MDACyZWyoAqtyLRUT1WuDTSLGU9AvKd3+IVxG