Bug#976674: RFS: menu-cache/1.1.0-1.1 [NMU] [RC] -- LXDE implementation of the freedesktop Menu's cache (libexec)

2020-12-06 Thread gregor herrmann
Control: tag -1 + pending

On Sun, 06 Dec 2020 20:41:17 +0100, Mateusz Łukasik wrote:

> Package: sponsorship-requests
> Severity: important
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "menu-cache":

Uploaded to DELAYED/2; thanks for your work!

Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Tracy Chapman: Talkin' Bout a Revolution


signature.asc
Description: Digital Signature


Bug#976676: RFS: python-absl/0.11.0-1 [ITP] -- Abseil Python Common Libraries

2020-12-06 Thread Romain Porte
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "python-absl":

 * Package name: python-absl
   Version : 0.11.0-1
   Upstream Author : Yilei Yang 
 * URL : https://github.com/abseil/abseil-py
 * License : Apache-2
 * Vcs : https://salsa.debian.org/python-team/packages/python-absl
   Section : python

It builds those binary packages:

  python3-absl - Abseil Python Common Libraries

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

  https://mentors.debian.net/package/python-absl/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/p/python-absl/python-absl_0.11.0-1.dsc

Changes for the initial release:

 python-absl (0.11.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #975675)

Regards,
--
  Romain Porte


signature.asc
Description: PGP signature


Bug#976674: RFS: menu-cache/1.1.0-1.1 [NMU] [RC] -- LXDE implementation of the freedesktop Menu's cache (libexec)

2020-12-06 Thread Mateusz Łukasik

Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package "menu-cache":

 * Package name: menu-cache
   Version : 1.1.0-1.1
   Upstream Author : lxde-l...@lists.sourceforge.net
 * URL : http://www.lxde.org/
 * License : LGPL-2.1+
 * Vcs : https://git.lxde.org/gitweb/?p=debian/menu-cache.git
   Section : libs

It builds those binary packages:

  libmenu-cache3 - LXDE implementation of the freedesktop Menu's cache
  libmenu-cache-dev - LXDE implementation of the freedesktop Menu's cache 
(devel)
  libmenu-cache-doc - LXDE implementation of the freedesktop Menu's cache (docs)
  libmenu-cache-bin - LXDE implementation of the freedesktop Menu's cache 
(libexec)

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

  https://mentors.debian.net/package/menu-cache/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/m/menu-cache/menu-cache_1.1.0-1.1.dsc

Changes since the last upload:

 menu-cache (1.1.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Take from Fedora patch for fix FTBFS with gcc-10. (Closes: #957533)

Regards,
--
  Mateusz Łukasik



Re: Help with python2 removal in scid package

2020-12-06 Thread Andrey Rahmatullin
On Sun, Dec 06, 2020 at 07:32:13PM +0100, Jose G. López wrote:
> D: dh_python3 fs:260: package scid details = {'requires.txt': set(), 
> 'egg-info': set(), 'nsp.txt': set(), 'shebangs': {/usr/bin/python2}, 
> 'public_vers': set(), 'private_dirs': {}, 'compile': False, 'ext_vers': 
> set(), 'ext_no_version': set()}
At least scripts/pgnfix.py indeed has Py2 shebang.



-- 
WBR, wRAR


signature.asc
Description: PGP signature


Help with python2 removal in scid package

2020-12-06 Thread Jose G. López
Hello,

I 'm triyng to port it to python3 (bug #938443) but I'm no sure if I'm doing it 
well. 
There's only one utility, pgnfix, that uses python at all and I've imported a 
patch to make it work with python3.

I've build the package in a clean environment (cowbuilder) and seems to be 
using python 3 as a dependency but at the end dh_python3 is generating a 
dependency on "python2:any".
This is the relevant part of .build log:

...
dh_python3 -O--sourcedirectory=src
D: dh_python3 dh_python3:161: version: 4.20201102
D: dh_python3 dh_python3:162: argv: ['/usr/bin/dh_python3', 
'-O--sourcedirectory=src']
D: dh_python3 dh_python3:163: options: {'guess_deps': True, 'skip_private': 
False, 'verbose': False, 'arch': None, 'package': None, 'no_package': None, 
'compile_all': False, 'vrange': None, 'regexpr': None, 
'accept_upstream_versions': False, 'depends': None, 'depends_section': None, 
'recommends': None, 'recommends_section': None, 'suggests': None, 
'suggests_section': None, 'requires': None, 'shebang': None, 'ignore_shebangs': 
False, 'clean_dbg_pkg': True, 'no_ext_rename': False, 'no_shebang_rewrite': 
False, 'O': '--sourcedirectory=src'}
D: dh_python3 dh_python3:164: args: []
D: dh_python3 dh_python3:165: supported Python versions: 3.8,3.9 (default=3.9)
D: dh_python3 debhelper:99: skipping package scid-data (missing 
${python3:Depends} in Depends)
D: dh_python3 debhelper:152: source=scid, binary packages=['scid']
D: dh_python3 dh_python3:183: processing package scid...
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/sc_import): doesn't 
look like a shebang: #!/bin/sh
I: dh_python3 tools:114: replacing shebang in debian/scid/usr/games/pgnfix
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/spf2spi): doesn't 
look like a shebang: #!/bin/sh
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/tkscid): cannot 
parse binary file
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/scidpgn): doesn't 
look like a shebang: #!/bin/sh
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/sc_remote): doesn't 
look like a shebang: #!/bin/sh
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/sc_spell): doesn't 
look like a shebang: #!/bin/sh
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/spliteco): doesn't 
look like a shebang: #!/bin/sh
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/scid): doesn't look 
like a shebang: #!/bin/sh
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/sc_epgn): doesn't 
look like a shebang: #!/bin/sh
D: dh_python3 tools:102: fix_shebang (debian/scid/usr/games/sc_eco): doesn't 
look like a shebang: #!/bin/sh
D: dh_python3 fs:260: package scid details = {'requires.txt': set(), 
'egg-info': set(), 'nsp.txt': set(), 'shebangs': {/usr/bin/python2}, 
'public_vers': set(), 'private_dirs': {}, 'compile': False, 'ext_vers': set(), 
'ext_no_version': set()}
D: dh_python3 depends:117: generating dependencies for package scid
D: dh_python3 depends:275: D={'python2:any'}; R=[]; S=[]; E=[], B=[]; RT=[]


I have commited the changes to https://salsa.debian.org/josgalo-guest/scid. 
Also it's uploaded to mentors (https://mentors.debian.net/package/scid/) in 
case it helps.

Any advice on how to solve this would be appreciated.

Thank you very much!


pgpfnab3OnQaG.pgp
Description: PGP signature


Bug#976662: RFS: budgie-desktop-view/1.0.2-1 [ITP] -- Desktop Icons for the Budgie-Desktop

2020-12-06 Thread David Mohammed
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "budgie-desktop-view":

 * Package name: budgie-desktop-view
   Version : 1.0.2-1
   Upstream Author : Josh Strobl 
 * URL : https://github.com/getsolus/budgie-desktop-view
 * License : Apache-2.0
 * Vcs :
https://github.com/UbuntuBudgie/budgie-desktop-view/tree/debian
   Section : misc

It builds those binary packages:

  budgie-desktop-view - Desktop Icons for the Budgie-Desktop

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

  https://mentors.debian.net/package/budgie-desktop-view/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/b/budgie-desktop-view/budgie-desktop-view_1.0.2-1.dsc

Notes:
  I am the Debian Maintainer of budgie-desktop & budgie-extras (plus
several other packages).

Recently the Solus Project who are the upstream of budgie-desktop
released v10.5.1 of budgie-desktop.  This included support for a new
project of theirs called budgie-desktop-view which provides desktop
icon support for the budgie-desktop.  Upstream has marked this as
"stable"

I have had to ship budgie-desktop to Debian without desktop-icon
support - this is the reason for this RFS - to include in the Debian
archive the upstream support for desktop-icons.

Implementation will be two fold:
1. upload of this package if acceptable to Debian and
2. once uploaded, make a change to budgie-desktop to add a
recommendation to this package + a gsettings-override to enable the
budgie-desktop-view.   I will handle this latter implementation myself
via my current maintainer rights.

I have spot checked various source files to ensure they contain the
Apache-2 license header.
I have sbuild this package against unstable and all information &
warning lintian issues have been resolved.

In addition to sponsoring this project - if appropriate I would like
to continue maintainership of this package
(assuming that it is acceptable to Debian) in a similar manner as my
current maintainership packages (dak fossfree...@ubuntu.com)

Changes for the initial release:

 budgie-desktop-view (1.0.2-1) unstable; urgency=medium
 .
   * Initial Release (Closes:#976649)

Regards,
--
  David Mohammed



Bug#976180: RFS: libzc/0.4.3-1 -- Command line tool for the libzc library

2020-12-06 Thread Niels Thykier
Niels Thykier:
> [...]
> 
> Thanks, I have uploaded it to unstable.
> 
> ~Niels
> 

Hi Marc,

Because this libzc renamed a binary, the upload had to go through NEW.
This in turn implied that I had to do a binary upload and the upload
will not migrate to testing without a new source-only upload.

I can either do that "no change version bump" NMU with your permission
or alternatively you can provide me with another update to sponsor (if
you have any pending changes or want to wait a bit).  In the latter
case, please keep the freeze deadlines in mind[1].

~Niels

[1]: https://release.debian.org/bullseye/freeze_policy.html