Bug#964862: RFS: git-revise/0.6.0-1 -- handy git tool for doing efficient in-memory commit rebases & fixups

2020-08-28 Thread Adrian Bunk
Control: tags -1 moreinfo

On Sat, Jul 11, 2020 at 02:02:43PM +0200, Nicolas Schier wrote:
>...
> Changes since the last upload:
>...
>* Enable autopkgtest by using upstream tests (Closes: #944957)

This likely worked when you posted the sponsorship request,
but new pylint makes it fail:

...
lint run-test: commands[0] | pylint gitrevise
* Module gitrevise.merge
gitrevise/merge.py:207:12: W0707: Consider explicitly re-raising using the 
'from' keyword (raise-missing-from)
gitrevise/merge.py:225:12: W0707: Consider explicitly re-raising using the 
'from' keyword (raise-missing-from)
* Module gitrevise.utils
gitrevise/utils.py:73:8: W0707: Consider explicitly re-raising using the 'from' 
keyword (raise-missing-from)
gitrevise/utils.py:89:12: W0707: Consider explicitly re-raising using the 
'from' keyword (raise-missing-from)

--
Your code has been rated at 9.96/10 (previous run: 9.96/10, +0.00)

ERROR: InvocationError for command 
/tmp/autopkgtest.SDfHIM/tree/.tox/lint/bin/pylint gitrevise (exited with code 4)
...

> Kind regards,
> Nicolas

cu
Adrian



Bug#968505: marked as done (RFS: lebiniou/3.43.1-1 -- [Fixes 3.43-1 FTBFS] -- displays images that evolve with sound)

2020-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2020 13:39:16 +0300
with message-id <20200828103916.GA8078@localhost>
and subject line Re: Bug#968505: RFS: lebiniou/3.43.1-1 -- [Fixes 3.43-1 FTBFS] 
-- displays images that evolve with sound
has caused the Debian Bug report #968505,
regarding RFS: lebiniou/3.43.1-1 -- [Fixes 3.43-1 FTBFS] -- displays images 
that evolve with sound
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.)


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

Package: sponsorship-requests
Severity: normal

Dear mentors,

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

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

It builds this binary package:

  lebiniou - displays images that evolve with sound

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.43.1-1.dsc

Changes since the last upload:

  * Fix FTBFS on armel/armhf/i386/mipsel.
  * New upstream release 3.43.1.

Regards,
  Olivier Girondel
--- End Message ---
--- Begin Message ---
On Sun, Aug 16, 2020 at 04:42:37PM +0200, Olivier Girondel wrote:
>...
> Changes since the last upload:
> 
>   * Fix FTBFS on armel/armhf/i386/mipsel.
>   * New upstream release 3.43.1.

Thanks, uploaded.

> Regards,
>   Olivier Girondel

cu
Adrian--- End Message ---


Filing a RFS on salsa

2020-08-28 Thread Francisco M Neto
Greetings!

I know how to use mentors.debian.org to make an RFS and ask for
a sponsor. Is there a way to do that using a Salsa repository? Or do I
just do it manually?

-- 
[]'s,

Francisco M Neto 

GPG: 4096R/D692FBF0


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


Bug#969180: RFS: facerec/1.0 [ITP] -- A Face Authentication system for ubuntu

2020-08-28 Thread Rushabh Vasani
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

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

* Package name: facerec
* Version: 1.0
* Upstream Author: Rushabh Vasani 
* URL: https://github.com/rushabh-v/linux_face_unlock
* License : GPL-3.0 License

* Vcs: https://github.com/rushabh-v/linux_face_unlock
* Section: devel (Python)

It builds those binary packages:
Facerec - Linux face unlock

Facerec - Face authentication system for Ubuntu Linux that works while
logging in, running "sudo" commands, etc. It is having a user-friendly CLI
and it is highly optimized and secure.

To access further information about this package, please visit the
following URL:
https://github.com/rushabh-v/linux_face_unlock

Alternatively, one can download and install the deb package with the
following steps:

   1. *Install prerequisites:*

sudo apt-get install python3-pip \
python3-opencv \
python3-setuptools \
python-execnet \
cmake \
libatlas-base-dev \
build-essential


   1. *Download the deb package:*

wget https://rushabh-v.github.io/facerec_1.0_all.deb


   1. *Install facerec:*

sudo dpkg -i facerec_1.0_all.deb

Command Line Interface
CommandDescription
facerec new Add a new root face.
facerec enable Enable facerec (Enable back after disabling)
facerec disable Temporarily disable facerec, preserving the setup.
facerec remove Completely remove facerec and with all the root faces.
facerec --help help for Facerec-CLI
changelog:
  facerec (1.0); urgency=normal
* Initial release.

Best Regards,
Rushabh Vasani


Bug#964862: RFS: git-revise/0.6.0-1 -- handy git tool for doing efficient in-memory commit rebases & fixups

2020-08-28 Thread Nicolas Schier
On Fri, Aug 28, 2020 at 01:28:00PM +0300, Adrian Bunk wrote:
> Control: tags -1 moreinfo
> 
> On Sat, Jul 11, 2020 at 02:02:43PM +0200, Nicolas Schier wrote:
> >...
> > Changes since the last upload:
> >...
> >* Enable autopkgtest by using upstream tests (Closes: #944957)
> 
> This likely worked when you posted the sponsorship request,
> but new pylint makes it fail:
> 
> ...
> lint run-test: commands[0] | pylint gitrevise
> * Module gitrevise.merge
> gitrevise/merge.py:207:12: W0707: Consider explicitly re-raising using the 
> 'from' keyword (raise-missing-from)
> gitrevise/merge.py:225:12: W0707: Consider explicitly re-raising using the 
> 'from' keyword (raise-missing-from)
> * Module gitrevise.utils
> gitrevise/utils.py:73:8: W0707: Consider explicitly re-raising using the 
> 'from' keyword (raise-missing-from)
> gitrevise/utils.py:89:12: W0707: Consider explicitly re-raising using the 
> 'from' keyword (raise-missing-from)
> 
> --
> Your code has been rated at 9.96/10 (previous run: 9.96/10, +0.00)
> 
> ERROR: InvocationError for command 
> /tmp/autopkgtest.SDfHIM/tree/.tox/lint/bin/pylint gitrevise (exited with code 
> 4)
> ...

thanks for the pointer!  I am going to look at it and re-upload in a few
days.

Kind regards,
Nicolas

-- 
epost: nico...@fjasle.eu   irc://oftc.net/nsc
↳ gpg: 18ed 52db e34f 860e e9fb  c82b 7d97 0932 55a0 ce7f
 -- frykten for herren er opphav til kunnskap --



Re: Filing a RFS on salsa

2020-08-28 Thread Paul Wise
On Fri, Aug 28, 2020 at 3:50 PM Francisco M Neto wrote:

> I know how to use mentors.debian.org to make an RFS and ask for
> a sponsor. Is there a way to do that using a Salsa repository? Or do I
> just do it manually?

Some sponsors only sponsor Debian source packages (such as those
hosted by mentors) while others will build Debian source packages from
your VCS repository if you ask for that. In your RFS you can provide
either a Debian source package or a VCS repository or both, in order
to cater to the sponsors you prefer to interact with.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#969125: marked as done (RFS: filezilla/3.50.0-1 [Team] -- Full-featured graphical FTP/FTPS/SFTP client)

2020-08-28 Thread Debian Bug Tracking System
Your message dated Sat, 29 Aug 2020 08:29:46 +0200
with message-id <7b956996-b807-17c7-472e-0984bcac0...@debian.org>
and subject line Re: RFS: filezilla/3.50.0-1 [Team] -- Full-featured graphical 
FTP/FTPS/SFTP client
has caused the Debian Bug report #969125,
regarding RFS: filezilla/3.50.0-1 [Team] -- Full-featured graphical 
FTP/FTPS/SFTP client
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.)


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

Dear mentors,

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

 * Package name: filezilla
   Version : 3.50.0-1
   Upstream Author : Tim Kosse 
 * URL : https://filezilla-project.org/
 * License : permissive, BSD-like, GPL-2+, MIT, CC0-1.0
 * Vcs : https://salsa.debian.org/debian/filezilla
   Section : net

It builds those binary packages:

  filezilla-common - Architecture independent files for filezilla
  filezilla - Full-featured graphical FTP/FTPS/SFTP client

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/f/filezilla/filezilla_3.50.0-1.dsc

Changes since the last upload:

 filezilla (3.50.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 3.50.0
   * Updated libfilezilla-dev versioned build-dep to 0.24.1
   * Add 'debian/upstream/metadata'

Regards

Phil

-- 

*** Playing the game for the games sake. ***

WWW: https://kathenas.org

Twitter: @kathenasorg

IRC: kathenas

GPG: 724AA9B52F024C8B



signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Thu, 27 Aug 2020 22:21:02 +0100 Phil Wyett  wrote:
> Package: sponsorship-requests
> Severity: normal
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "filezilla":
> 
>  * Package name: filezilla
>Version : 3.50.0-1
>Upstream Author : Tim Kosse 
>  * URL : https://filezilla-project.org/
>  * License : permissive, BSD-like, GPL-2+, MIT, CC0-1.0
>  * Vcs : https://salsa.debian.org/debian/filezilla
>Section : net
> 
> It builds those binary packages:
> 
>   filezilla-common - Architecture independent files for filezilla
>   filezilla - Full-featured graphical FTP/FTPS/SFTP client
> 
> To access further information about this package, please visit the
> following URL:
> 
>   https://mentors.debian.net/package/filezilla/
> 
> Alternatively, one can download the package with dget using this
> command:
> 
>   dget -x 
> https://mentors.debian.net/debian/pool/main/f/filezilla/filezilla_3.50.0-1.dsc
> 
> Changes since the last upload:
> 
>  filezilla (3.50.0-1) unstable; urgency=medium
>  .
>* Team upload
>* New upstream version 3.50.0
>* Updated libfilezilla-dev versioned build-dep to 0.24.1
>* Add 'debian/upstream/metadata'
> 
> Regards
> 
> Phil
> 

uploaded thanks

G.

> -- 
> 
> *** Playing the game for the games sake. ***
> 
> WWW: https://kathenas.org
> 
> Twitter: @kathenasorg
> 
> IRC: kathenas
> 
> GPG: 724AA9B52F024C8B
> --- End Message ---