Re: init.d-script-does-not-source-init-functions, is it really necessary

2021-02-07 Thread Paul Wise
On Sun, Feb 7, 2021 at 5:34 AM Tong Sun wrote:

> The bug report is at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958899
>
> Basically I was trying to start/stop a Perl based http server.

> I do have one that almost like that,
> https://github.com/suntong/dbab/blob/master/bin/dbab
> but somehow codes were added when I found cases when things didn't work.

I think using /usr/bin/env in the #! line as the init-d-script manual
example does would make the script work on kFreeBSD.

> So you are saying something as simple as
...
> without anything else would be good enough?

In theory yes, I haven't tested it for your case. You would also of
course need to fix the descriptions and arguments though.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#982164: RFS: geda-gaf/1.10.2-2 [ITA] -- GPL EDA -- Electronics design software

2021-02-07 Thread Juhani Numminen
Hi,

Kai-Martin Knaak kirjoitti 7.2.2021 klo 7.01:
> Package: sponsorship-requests
> Severity: important
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "geda-gaf":

>   https://mentors.debian.net/package/geda-gaf/

Please also close these two bugs in your changelog:

 #975985, ITA is to be closed when you set yourself as the new
  maintainer/uploader [1]

 #747424, requesting the new upstream version

The changelog should mention that Bdale removed himself from the list
of Uploaders. [2]

The mentors.d.n page shows that the packages still depend on python2,
so are you first making the package name change python->python2 (#966736)
and only later switching to python3 (#936593)? If that's the case, we
need to unmerge #966736 and #936593.

[1] https://www.debian.org/devel/wnpp/#l3
[2] 
https://salsa.debian.org/electronics-team/geda-gaf/-/commit/8633b12b984541ab5ca1c139ffed7d10b3871439

--
Juhani Numminen



Bug#982197: RFS: fonts-jetbrains-mono/2.225+ds-1 -- free and open-source typeface for developers

2021-02-07 Thread Romain Porte
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "fonts-jetbrains-mono":

* Package name : fonts-jetbrains-mono
Version : 2.225+ds-1
Upstream Author : Phillip Nurullin 
* URL : https://www.jetbrains.com/lp/mono/
* License : Apache-2
* Vcs : https://salsa.debian.org/fonts-team/fonts-jetbrains-mono
Section : fonts

It builds those binary packages:

fonts-jetbrains-mono - free and open-source typeface for developers

To access further information about this package, please visit the
following URL:

https://mentors.debian.net/package/fonts-jetbrains-mono/

Alternatively, one can download the package with dget using this command:

dget -x
https://mentors.debian.net/debian/pool/main/f/fonts-jetbrains-mono/fonts-jetbrains-mono_2.225+ds-1.dsc

Changes since the last upload:

fonts-jetbrains-mono (2.225+ds-1) unstable; urgency=medium



paho.mqtt.c: Sponsor for package upload?

2021-02-07 Thread Matthias Klein
Hello Roman,

thank you for preparing the update to version 1.3.8 in git [1].

Since you don't answer my mails, I would like to try again via the bug tracker 
and the mailing list.

What is the reason that the package does not make it from the Mentors site [2] 
to the Debian archive for weeks?
Is the original sponsor no longer available? Does it make sense to ask for a 
new sponsor here on the mailing list?
Are you interested in handing over the maintainer position to me?

I would be very happy if the update makes it into the bullseye release.
Since your package is the base for my package [3], I am hanging in the air ...

Many greetings,
Matthias Klein

[1]: https://gitlab.iqrf.org/open-source/iqrf-gateway-daemon-utils/paho.mqtt.c
[2]: https://mentors.debian.net/package/paho.mqtt.c/
[3]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978673



Re: config file name and format change

2021-02-07 Thread Dominique Dumont
On jeudi 4 février 2021 22:37:18 CET Christoph Biedl wrote:
> Still in my experience it's
> better if the maintainer spends time on a sound automated solution
> than leaving figuring out the gory details to the users.

This is one of the use cases I had in mind when I designed cme and 
Config::Model.

cme can be used to convert the old configuration to the new format. This 
requires:
- a model for ser2net configuration that matches the structure of the new yaml 
format
- a reader backend that can parse old file

I can help on these 2 topics which should not take more than 1 or 2 hours.

I would also need to create a subcommand for cme to migrate configuration data 
from the old format to the new one. (I was actually waiting for a real life 
use case to do this).

Once this is done, on top of the conversion tool, you also get for free:
- a tool to check the validity of the configuration (like 'cme check dpkg')
- a GUI for ser2net configuration. (like 'cme edit dpkg')

Note that this cannot be done in time for buster release.

Is this something you would be interested in ?

All the best

Dod








Bug#981705: RFS: proxycheck/0.49a-6 [QA] -- checks existence of open proxy

2021-02-07 Thread Michael Tokarev

03.02.2021 03:33, João Paulo wrote:

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "proxycheck":


Hello!

Maybe we can arrange this small piece of software to be
maintained by me, its author? I'm not sure it is of a
great use today but it can be useful still.

Thanks,

/mjt



Re: Salsa repository request

2021-02-07 Thread Tobias Frost
Am Sat, Feb 06, 2021 at 06:39:22AM +0100 schrieb Lorenzo:
> 
> Hi,
> 
> Can someone please give me access to
> 
> https://salsa.debian.org/debian/dh-sysuser
> 
> I'm the maintainer, but I'm not allowed to push.
> My account is Lorenzo.ru.g-guest

✔
 
> Regards,
> Lorenzo
> 



package-supports-alternative-init-but-no-init.d-script, how to fix

2021-02-07 Thread Tong Sun
Hi,

For I: package-supports-alternative-init-but-no-init.d-script
N:
N:   The package provides daemon, but contains no init.d script Packages
N:   that provide services (daemons), like cron daemon or web servers, must
N:   provide init.d script for starting that services with sysvinit.
N:   Optionally, packages can also provide integration with alternative
N:   init systems.
N:
N:   Package in question provides integration with some alternative init
N:   system, but corresponding init.d script is absent.

I have already provided it as per init-d-script(5), see

https://github.com/suntong/dbab/blob/35a6193d7ae0cc785a9c6cf9135476dca21c102d/bin/dbab

and my Makefile is installing it:

https://github.com/suntong/dbab/blob/master/Makefile#L38
https://github.com/suntong/dbab/blob/35a6193d7ae0cc785a9c6cf9135476dca21c102d/Makefile#L38

What I'm missing?
(I checked the built binary.deb and the /etc/init.d file is not there)

Thanks



Re: Salsa repository request

2021-02-07 Thread Lorenzo
On Sun, 7 Feb 2021 21:03:11 +0100
Tobias Frost  wrote:

> Am Sat, Feb 06, 2021 at 06:39:22AM +0100 schrieb Lorenzo:
> > 
> > Hi,
> > 
> > Can someone please give me access to
> > 
> > https://salsa.debian.org/debian/dh-sysuser
> > 
> > I'm the maintainer, but I'm not allowed to push.
> > My account is Lorenzo.ru.g-guest
> 
> ✔
>  
> > Regards,
> > Lorenzo
> > 

Thank you!



Bug#982263: RFS: gringotts/1.2.10-4 [RC] -- secure password and data storage manager

2021-02-07 Thread Jose G. López
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package "gringotts":

 * Package name: gringotts
   Version : 1.2.10-4
   Upstream Author : Shlomi Fish 
 * URL : http://gringotts.shlomifish.org
 * License : GPL-3+
 * Vcs : https://salsa.debian.org/josgalo-guest/gringotts
   Section : utils

It builds those binary packages:

  gringotts - secure password and data storage manager

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/gringotts/

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/g/gringotts/gringotts_1.2.10-4.dsc

Changes since the last upload:

 gringotts (1.2.10-4) unstable; urgency=medium
 .
* debian/patches:
 - fix-build-with-gcc-10.patch. Import patch to fix FTBFS with GCC 10.
   Thanks to Logan Rosen. (Closes: #957312)
   * debian/control:
 - Bump to Standards-Version 4.5.1. No changes required.
 - Change maintainer's e-mail and set Vcs* fields to Salsa.
   * debian/copyright:
 - Use HTTPS as format URI and update debian copyright year and e-mail.

Thanks and regards,


pgpBiIyD48bae.pgp
Description: PGP signature


Howto re-upload to debian-mentors

2021-02-07 Thread Kai-Martin Knaak
Hi Debian-Mentors,

I am in the process of adopting the package geda-gaf. This is my first
experience as a maintainer so I might be a little stubborn. After the
first successful upload as "geda-gaf-1.10.2-1" some minor issues
surfaced. When I tried to use dupload to upload the changes the utility
just told me that all the packages were already there. It concluded
"Nothing to upload".

After I upped the version to "geda-gaf-1.10.2-2" the package uploaded
fine. However, reviewers suggested to combine the two uploads into one. 
I found no way to directly overwrite or modify an upload. So I used the
remove button on the projects page to remove the offending uploads.
Afterwards, I uploaded my current local version as "geda-gaf-1.10.2-1".
Unfortunately, comments by a reviewer were deleted in the process. The
remarks were dealt with in the new upload, though.

Can you confirm that this was the correct way to go ahead? 

Regards,

---<)kaimartin(>---

-- 
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
https://keyserver.ubuntu.com/pks/lookup?op=index&search=0x7B0F9882


pgpXIJBjC9qB7.pgp
Description: OpenPGP digital signature


Re: Howto re-upload to debian-mentors

2021-02-07 Thread Tong Sun
IIRC, you can upload with the same version # over and over to debian-mentors,
without bumping version #.

The overwriting is done automatically.



Re: Howto re-upload to debian-mentors

2021-02-07 Thread Kai-Martin Knaak
Tong Sun  schrieb am  7. February 2021:

> IIRC, you can upload with the same version # over and over to
> debian-mentors, without bumping version #.
> 
> The overwriting is done automatically.
> 
Thanks. Next time I will do without temporary removal.
I just discovered the -f option of dupload to force the upload.

---<)kaimartin(>---
-- 
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
https://keyserver.ubuntu.com/pks/lookup?op=index&search=0x7B0F9882


pgpgdtAs6p9Rk.pgp
Description: OpenPGP digital signature


Re: Howto re-upload to debian-mentors

2021-02-07 Thread Andrey Rahmatullin
On Sun, Feb 07, 2021 at 11:53:16PM +0100, Kai-Martin Knaak wrote:
> just told me that all the packages were already there. It concluded
> "Nothing to upload".
It just checks the presence of an .upload file. You can remove it or pass
-f.

-- 
WBR, wRAR


signature.asc
Description: PGP signature