Bug#1029658: ITP: libtext-csv-unicode-perl -- mechanism for comma-separated values manipulation routines, with Unicode support

2023-01-25 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtext-csv-unicode-perl
  Version : 0.400
  Upstream Author : Robin Barker 
* URL : https://metacpan.org/release/Text-CSV-Unicode
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : mechanism for comma-separated values manipulation routines, 
with Unicode support

Text::CSV::Unicode provides facilities for the composition and decomposition
of comma-separated values, based on Text::CSV. Text::CSV::Unicode allows for
input with wide character data but does not permit control characters.

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.



Bug#858758: RFP: ttf-selawik -- A font family metrics-compatible with Microsoft Segoe UI

2023-01-25 Thread Bastian Germann

Control: retitle -1 fonts-selawik -- A font family metrics-compatible with 
Microsoft Segoe UI



Processed: Re: RFP: ttf-selawik -- A font family metrics-compatible with Microsoft Segoe UI

2023-01-25 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 fonts-selawik -- A font family metrics-compatible with Microsoft 
> Segoe UI
Bug #858758 [wnpp] RFP: ttf-selawik -- A font family metrics-compatible with 
Microsoft Segoe UI
Changed Bug title to 'fonts-selawik -- A font family metrics-compatible with 
Microsoft Segoe UI' from 'RFP: ttf-selawik -- A font family metrics-compatible 
with Microsoft Segoe UI'.

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



Processed: reassign

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

> retitle 885426 RFP: electron-cash -- Lightweight Bitcoin Cash client
Bug #885426 [electrum] Please also provide Bitcoin Cash version (fyookball)
Changed Bug title to 'RFP: electron-cash -- Lightweight Bitcoin Cash client' 
from 'Please also provide Bitcoin Cash version (fyookball)'.
> reassign 885426 wnpp
Bug #885426 [electrum] RFP: electron-cash -- Lightweight Bitcoin Cash client
Bug reassigned from package 'electrum' to 'wnpp'.
No longer marked as found in versions electrum/3.0.3-1.
Ignoring request to alter fixed versions of bug #885426 to the same values 
previously set
>
End of message, stopping processing here.

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



Processed: reassign

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

> retitle 884299 RFP: electrum-ltc -- Lightweight Litecoin client
Bug #884299 [electrum] Please also Electrum litecoin client
Changed Bug title to 'RFP: electrum-ltc -- Lightweight Litecoin client' from 
'Please also Electrum litecoin client'.
> reassign 884299 wnpp
Bug #884299 [electrum] RFP: electrum-ltc -- Lightweight Litecoin client
Bug reassigned from package 'electrum' to 'wnpp'.
No longer marked as found in versions electrum/3.0.3-1.
Ignoring request to alter fixed versions of bug #884299 to the same values 
previously set
>
End of message, stopping processing here.

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



Bug#1029645: ITP: debputy -- Manifest style debian package builder

2023-01-25 Thread Niels Thykier

Package: wnpp
Severity: wishlist
Owner: Niels Thykier 
X-Debbugs-Cc: debian-de...@lists.debian.org, ni...@thykier.net

* Package name: debputy
  Version : 0.1.1
  Upstream Contact: Niels Thykier 
* URL : https://salsa.debian.org/debian/debputy/
* License : GPL-2+
  Programming Lang: Python
  Description : Manifest style debian package builder


Binary package being dh-debputy:
  Package builder that provides a declarative manifest for building
  debian packages.

  This version integrates with the debhelper sequencer dh and will
  replace several of debhelper's tools that are covered by debputy.

  The debputy package builder aims to reduce cognitive load for the
  packager and provide better introspection to better support to
  packagers, linters and the Debian janitor.


The early versions will integrate into the debhelper sequencer dh and 
will replace several of debhelper's tools that are covered by debputy. 
However, the goal is that debputy will be a standalone tool capable of 
packaging work from start to end.


In the early phase, I plan to keep debputy in experimental to allow for 
more aggressive prototyping.


Rationale:
==
My work on debputy is aimed at exploring an alternative packaging format 
that focuses on a single manifest (think Kubernetes helm charts or 
docker compose files).  A key goal is introspection and, for errors, a 
clear link to the part of the configuration that was involved or 
triggered the error.



Maintenance:

I am looking for people, who are interested in exploring this area with 
me and are:


  1) Interested in trying the prototype, or/and
  2) Interested in helping me design the manifest format, or/and
  3) Interested in helping me develop the tool, or/and
  4) Interested in integrating with the tool.
 - Whether third-party plug-in (a la dh add-ons) or linters/fixers

As some concrete suggestions for what a contributor might be helping me 
with. The list is not exhaustive and you are welcome to help regardless 
of whether your interest is mentioned above. :)


Trying out debputy:
===

There is a getting started guide at 
https://salsa.debian.org/debian/debputy/-/blob/main/GETTING-STARTED-WITH-dh-debputy.md.


If you do not use any overrides/hook targets, it is question of running:

 # (Remove --no-act to actually perform the change)
 $ debputy migrate-from-dh --no-act

And then add `dh-sequence-zz-debputy` to Build-Depends (the `zz-` is a 
hack for ordering debputy after other addons).


Key features:
-

Some high lighted features in debputy that are currently not available 
in other Debian packaging tools that might be interesting for you :)


 1) debputy supports setting static ownerships inside the debs without
relying on fakeroot.  This means that packages never need fakeroot
for the Debian packaging side (i.e., you should always be able to
use `Rules-Requires-Root: no` as long as the upstream build system
behaves).

This feature is mentioned in the GETTING-STARTED-WITH-dh-debputy.md
document, so you can see how to use it / try it out.

 2) If a binary package does not have a Multi-Arch field, debputy will
automatically deduce if it is safe to set "Multi-Arch" to "same".
The mechanics are based on rules by Helmut Grohne, who proposed this
feature on IRC.  In the rare cases, that debputy is wrong here,
you can explicitly set "Multi-Arch: no"

On the flip side, there are tons of features *not* supported by debputy 
at the moment.


Thanks,
~Niels



Bug#1029644: ITP: golang-github-perimeterx-marshmallow -- flexible and performant JSON unmarshalling in Go

2023-01-25 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-github-perimeterx-marshmallow
  Version : 1.1.4-1
  Upstream Author : PerimeterX
* URL : https://github.com/perimeterx/marshmallow
* License : Expat
  Programming Lang: Go
  Description : flexible and performant JSON unmarshalling in Go

 Marshmallow package provides a simple API to perform flexible and
 performant JSON unmarshalling in Go.
 .
 Marshmallow specializes in dealing with **unstructured struct** - when
 some fields are known and some aren't, with zero performance overhead
 nor extra coding needed.  While unmarshalling, marshmallow allows fully
 retaining the original data and access it via a typed struct and a
 dynamic map.

Reason for packaging:
 Needed by golang-github-getkin-openapi (>= 0.113.0), which in turn 
 is needed by a future version of hugo.



Processed: Re: Bug#780482: [Pkg-fonts-devel] ITP: fonts-sil-javanese

2023-01-25 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 RFP: fonts-tuladhajejeg -- Javanese smart Unicode fonts
Bug #780482 [wnpp] RFP: fonts-sil-javanese -- Javanese smart Unicode fonts
Changed Bug title to 'RFP: fonts-tuladhajejeg -- Javanese smart Unicode fonts' 
from 'RFP: fonts-sil-javanese -- Javanese smart Unicode fonts'.

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



Bug#729749: marked as done (RFP: fonts-rabat -- Arabic Maghribi Mabsout OpenType font)

2023-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2023 20:06:34 +0100
with message-id 
and subject line Re: Bug#729749: ITP: fonts-rabat -- Arabic Maghribi Mabsout 
OpenType font
has caused the Debian Bug report #729749,
regarding RFP: fonts-rabat -- Arabic Maghribi Mabsout OpenType font
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.)


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

* Package name: fonts-rabat
  Version : 1.0
  Upstream Author : Youssef JABRI 
* URL : http://sourceforge.net/projects/maghribifonts/
* License : non-free
  Description : Arabic Maghribi Mabsout OpenType font

 Rabat is a high quality font in Maghribi Mabsout style
 with many ligatures and diacritics programmed to position
 correctly according the basic character.
--- End Message ---
--- Begin Message ---

On Sun, 17 Nov 2013 16:50:12 +0900 Osamu Aoki  wrote:

It allows us to "use" but no license text for "distribution".  Without
it, it can not be distributed by Debian even in non-free.  (Normally,
"use" do not include "distribution".)


Closing as this cannot be added to non-free component.--- End Message ---


Bug#1009730: marked as done (RFP: fonts-nunitosans -- A well-balanced Sans Serif font with rounded terminals.)

2023-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2023 19:41:50 +0100
with message-id <62294853-85c0-d5f9-55e2-b0d1a71d5...@debian.org>
and subject line Re: RFP: fonts-nunitosans -- A well-balanced Sans Serif font 
with rounded terminals.
has caused the Debian Bug report #1009730,
regarding RFP: fonts-nunitosans -- A well-balanced Sans Serif font with rounded 
terminals.
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.)


-- 
1009730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: e...@ericebrown.com

* Package name: fonts-nunitosans
  Version : 3.006.0
  Upstream Author : Vernon Adams 
* URL : https://github.com/googlefonts/NunitoSans
* License : SIL OFL 1.1
  Programming Lang: n/a
  Description : A well-balanced Sans Serif font with rounded terminals.

"Nunito is a well balanced Sans Serif with rounded terminals. Nunito has been 
designed mainly to be used as a display font but is useable as a text font too. 
Nunito has been designed to be used freely across the internet by web browsers 
on desktop computers, laptops and mobile devices.

In November 2017 Nunito has been expanded to GF Cyrillic Pro by Manvel 
Shmavonyan, and Alexei Vanyashin."

This is a Google Web Font. It is used in bootstrap themes. It is a dependency 
of r-cran-bslib. 
It would be appropriate for the Debian Font team to maintain.
--- End Message ---
--- Begin Message ---

Closing in favour of #1011956.--- End Message ---


Bug#1029631: ITP: libtest-dbix-class-perl -- Perl module for creating test cases for DBIx::Class applications

2023-01-25 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtest-dbix-class-perl
  Version : 0.52
  Upstream Author : John Napiorkowski 
* URL : https://metacpan.org/release/Test-DBIx-Class
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for creating test cases for DBIx::Class 
applications

Test::DBIx::Class attempts to make it easier to write test cases for your
DBIx::Class based applications. It does this in three ways. First, it tries
to make it easy to deploy your Schema. This can be to your dedicated testing
database, or a simple SQLite database. This allows you to run tests without
interfering with your development work and having to stop and set up a testing
database instance.

Second, we allow you to load test fixtures via several different tools.
Last we create some helper functions in your test script so that you can
reduce repeated or boilerplate code. Overall, we attempt to reduce the
amount of code you have to write before you can begin writing tests.

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.



Bug#1029620: ITP: libmoosex-attribute-env-perl -- mechanism to set default value of an attribute to a value from %ENV

2023-01-25 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmoosex-attribute-env-perl
  Version : 0.02
  Upstream Author : John Napiorkowski 
* URL : https://metacpan.org/release/MooseX-Attribute-ENV
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : mechanism to set default value of an attribute to a value 
from %ENV

MooseX::Attribute::ENV is a Moose attribute trait that you use when you want
the default value for an attribute to be populated from the %ENV hash. This
module has a few other features that offer merit, as well as being a simple
enough attribute trait that it can serve as a learning tool.

If the named key isn't found in %ENV, then defaults will execute as normal.

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.



Processed: ITA: tcsh TENEX CShell, enhanced version of Berkeley csh

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

> owner 1019858 !
Bug #1019858 [wnpp] ITA: tcsh TENEX CShell, enhanced version of Berkeley csh
Owner recorded as Josef Schneider .
> thanks
Stopping processing here.

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



Bug#995352: tahoe-lafs: progress

2023-01-25 Thread Andrius Merkys

Hello,

I have achieved some progress in packaging tahoe-lafs 1.17.0 locally. 
Almost all required dependencies are in Debian already, except 
python-pyutil (ITP #1029567) which I have uploaded to NEW and 
python-collections-extended (ITP #1029488) which is a bit more 
problematic due to failing tests.


With these dependencies tahoe-lafs passes most of its tests (throwing a 
lot of DeprecationWarnings on the way). Some tests fail and I will 
return to them when I find time.


Would it make sense to push my packaging efforts to salsa?

Best,
Andrius



Bug#1029596: ITP: scmutils -- scheme mathematical library

2023-01-25 Thread Benda Xu
Package: wnpp
Severity: wishlist
Owner: Benda Xu 
X-Debbugs-Cc: debian-de...@lists.debian.org, s...@l.airelinux.org

* Package name: scmutils
  Version : 20220518
  Upstream Contact: Gerald Jay Sussman 
* URL : https://groups.csail.mit.edu/mac/users/gjs/6946
* License : GPL-2+
  Programming Lang: Scheme
  Description : scheme mathematical library

 An integrated library of procedures, embedded in the programming
 language Scheme, and intended to support teaching and research in
 mathematical physics and electrical engineering.  Scmutils and Scheme
 are particularly effective in work where the almost-functional nature
 of Scheme is advantageous, such as classical mechanics, where many of
 the procedures are most easily formulated as quite abstract
 manipulations of functions.
 .
 This code was developed for educational and research use at the
 Massachusetts Institute of Technology.


This is the library accompanying the Structure and Interpretation of
Classical Mechanics (SICM) by Gerald Jay Sussman and Jack Wisdom to do
variational calculus and much more.  A group of students and I at
Tsinghua University are holding seminars to learn and extend it.  Our
members encountered errors when trying to install scmutils and set up
its integration with emacs on Debian.

We believe SICM will become the bible for classical mechanics as SICP
did for programming.  We want to lower the barrier of SICM to those
who are not (yet) tech-savvy, especially students majoring physics and
mathematics.  Such consideration justifies our intention to bring this
package to Debian.

I shall maintain this package as long as I hold this seminar, which is
expected to be at the time scale of a decade.