looking for a sponsor to upgrade mg

2021-09-21 Thread Harald Dunkel
Hi folks,

I am looking for a sponsor to review the new mg package for Sid,
as it can be found on https://salsa.debian.org/debian/mg .

Its not tagged yet.


Thank you very much in advance

Harri



Bug#988923: RFS: distorm3/3.5.2b-1 [ITA] -- powerful disassembler library for x86/AMD64 binary streams (Python3 bindings)

2021-09-21 Thread Lin "Lance" Qigang
I submitted this as an ITA a bit ago, could someone take a look at this for me?

distorm3 (3.5.2b-1) unstable; urgency=medium
 .
   * New maintainer (Closes: #951161)
   * New upstream release.
   * debian/*.links: Updated symbolic links to new upstream version
   * debian/not-installed: Accounted for new upstream .so name
   * debian/patches:
   - Added patch to update the library version number
   - Modified fix_init_python patch to work with the new version
   * debian/libdistorm3-3.symbols: Updated symbols to 3.5.2b
   * debian/python3-distorm: Account for varying python3 directory naming scheme
   * debian/rules:
   - Account for upstream build changes
   - Removed --as-needed flag
   * debian/copyright: Updated packaging copyright years
   * debian/control:
   - Updated maintainer
   - Removed libdistorm3-dev Multi-Arch support, since it didn't support it
   - Added missing python dependencies
   * Release to unstable

The full changes are here: https://mentors.debian.net/package/distorm3/

I re-uploaded with a lintian fix. I'm waiting on the upstream changes and 
submitted a pull request here

Lin "Lance" Qigang 
GPG Fingerprint:  8CAD 1250 8EE0 3A41 7223  03EC 7096 F91E D75D 028F

signature.asc
Description: OpenPGP digital signature


Bug#994850: RFS: lebiniou-data/3.62.2-1 -- datafiles for Le Biniou

2021-09-21 Thread Olivier Girondel



Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "lebiniou-data":

  * Package name: lebiniou-data
Version : 3.62.2-1
Upstream Author : Olivier Girondel 
  * URL : https://biniou.net
  * License : GPL-2+
Section : graphics

It builds this binary package:

 lebiniou-data - datafiles for Le Biniou

The package appears to be lintian-clean.

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

   https://mentors.debian.net/package/lebiniou-data

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

   dget -x
https://mentors.debian.net/debian/pool/main/l/lebiniou-data/lebiniou-data_3.62.2-1.dsc

Changes since the last upload:

  * New upstream release 3.62.2.
  * debian/changelog: Bump urgency to medium.
  * debian/tests/control: Remove wget.
  * test/lebiniou-test.sh: Do not send tests results.

Regards,

--
Olivier Girondel



Bug#994849: RFS: lebiniou/3.62.1-1 -- user-friendly, powerful music visualization / VJing tool

2021-09-21 Thread Olivier Girondel



Package: sponsorship-requests
Severity: normal

Dear mentors,

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

  * Package name: lebiniou
Version : 3.62.1-1
Upstream Author : Olivier Girondel 
  * URL : https://biniou.net
  * License : GPL-2+
Section : graphics

It builds this binary package:

   lebiniou - user-friendly, powerful music visualization / VJing tool

The package appears to be lintian-clean.

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

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

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

   dget -x
https://mentors.debian.net/debian/pool/main/l/lebiniou/lebiniou_3.62.1-1.dsc

Changes since the last upload:

  * New upstream release 3.62.1.
  * debian/changelog: Bump urgency to medium.
  * debian/tests/control: Remove wget.

Regards,

--
Olivier Girondel



Salsa repository request

2021-09-21 Thread Lorenzo
Dear Mentors,

can someone please give me access to

https://salsa.debian.org/debian/opensysusers

The package is orphaned - I'm not listed as maintainer - but I've
done and plan to keep doing some occasional work on it in order to keep
it usable.
My account is Lorenzo.ru.g-guest

Regards,
Lorenzo



Bug#994852: RFS: streamlink/2.4.0-1 -- CLI for extracting video streams from various websites to a video player

2021-09-21 Thread Alexis Murzeau
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "streamlink" for a new
upstream version 2.4.0.

 * Package name: streamlink
   Version : 2.4.0-1
   Upstream Author : Streamlink Team
 * URL : https://streamlink.github.io/
 * License : BSD-2-clause, Apache-2.0, MIT/Expat, SIL-OFL-1.1
   Section : python

It builds those binary packages:

  python3-streamlink - Python module for extracting video streams from
various websites
  python3-streamlink-doc - CLI for extracting video streams from various
websites (documentation)
  streamlink - CLI for extracting video streams from various websites to
a video player

To access further information about this package, please visit the
following URL:
  https://mentors.debian.net/package/streamlink


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

  dget -x 
https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_2.4.0-1.dsc

Changes since the last upload to unstable:
streamlink (2.4.0-1) unstable; urgency=medium

  * New upstream version 2.4.0
  * Update patches
  * d/control: add new dependency on python3-lxml
  * Bump Standards-Version to 4.6.0 (no changes)
  * d/tests/check_docs: fix looking for doc-base files by using install-docs
  * d/tests/check_docs.sh: check for broken symlinks
  * Merge changes in experimental to unstable

 -- Alexis Murzeau   Tue, 21 Sep 2021 21:35:26 +0200


Regards,
-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F















signature.asc
Description: OpenPGP digital signature


sbuild ccache does't work

2021-09-21 Thread clay stan
Hey,

I have been using cowbuilder to build packages before. Recently I
started to use sbuild to build packages.

I configured ccache according to the sbuild debian wiki documentation,
but when building the same source  multiple times, sbuild did not use
ccache. The source code is compiled again

And when I use cowbuilder, the ccache will take effect.
When the same source builds for the second time, the compilation will
be skipped and the deb package will be built directly.

I checked the ccache directory of my sbuild. Many cache files have
been generated, but they were not used when compiling the same
package.

Does anyone know the reason?

Thanks,
Clay Stan

>[1] https://wiki.debian.org/sbuild#Using_.22ccache.22_with_sbuild