Bug#983384: RFP: libstringprep-java -- Stringprep (RFC 3454) Java implementation

2021-02-23 Thread Christoph Berg
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: Debian Java Maintainers 
, Debian PostgreSQL Maintainers 


* Package name: libstringprep-java
* URL : https://gitlab.com/ongresinc/stringprep
* Programming Lang: Java
  Description : Stringprep (RFC 3454) Java implementation

libpgjava (libpostgresql-jdbc-java), the JDBC PostgreSQL driver, is
depending on libscram-java to support scram-sha-256 authentication in
PostgreSQL. To package the new version of the driver, we need the new
version of libscram-java, which in turn has grown a dependency on
stringprep's saslprep module.

Could someone from the Java team take on the task of packaging that?
I have already updated the two existing packages to the current
versions in git, but my maven/pom knowledge is still not up to
packaging new things from scratch.

Thanks,
Christoph



Bug#983392: ITP: deepin-system-monitor -- this is a more user-friendly system monitor

2021-02-23 Thread Xialei Qin
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: deepin-system-monitor
  Version : 5.8.0.4
  Upstream Author : Deepin
* URL : https://github.com/linuxdeepin/deepin-system-monitor
* License : GPLv3
  Programming Lang: C++
  Description : this is a more user-friendly system monitor

 This is a system tool monitoring and managing hardware load,
 program running and system services. It`s capable to real-time monitor CPU
 status, memory footprint, and upload/download speed, manage system
 and application processes, search and force end processes as well.



Processed: ITP: deepin-system-monitor -- this is a more user-friendly system monitor

2021-02-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 983392
Bug #983392 [wnpp] ITP: deepin-system-monitor -- this is a more user-friendly 
system monitor
Marked Bug as done
> stop
Stopping processing here.

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



Bug#983330: ITP: python-browserstack-local -- Python library for BrowserStack Local

2021-02-23 Thread Antonio Terceiro
On Tue, Feb 23, 2021 at 02:48:47PM +0100, Romain Porte wrote:
> Hi,
> 
> 2021-02-22 18:45 CET, Antonio Terceiro:
> > Hi,
> >
> > On Mon, Feb 22, 2021 at 12:03:08PM +0100, Romain Porte wrote:
> > > This library is used to access run commercial BrowserStack service
> > > locally. It is able to download and execute the BrowserStack binaries
> > > automatically. (Include the long description here.)
> > >
> > > This package is introduced as a dependency for the gftools package. It
> > > is planned to be maintained with the help of the Debian Python team.
> >
> > Note that downloading and running binaries from arbitrary locations is
> > is not suitable to Debian main.
> 
> Here is a copy from the source code that may download and run
> (proprietary it seems) binaries from arbitrary locations:
> 
> class LocalBinary:
>   def __init__(self):
> is_64bits = sys.maxsize > 2**32
> self.is_windows = False
> osname = platform.system()
> if osname == 'Darwin':
>   self.http_path = 
> "https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-x64";
> elif osname == 'Linux':
>   if is_64bits:
> self.http_path = 
> "https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-x64";
>   else:
> self.http_path = 
> "https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-ia32";
> else:
>   self.is_windows = True
>   self.http_path = 
> "https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal.exe";
> 
> I agree this is not very good canditate for inclusion in main. The
> download is not done during package build time, but upon library
> invocation by the users.
> 
> Maybe this has place in non-free, or maybe it does not deserve to be
> packaged at all for Debian. Well, the work is done locally, so I am not
> sure which option is better.

If you end goal is to have gftools, you might want to patch the use of
browserstack-local out of it, if that's possible.


signature.asc
Description: PGP signature


Bug#983330: ITP: python-browserstack-local -- Python library for BrowserStack Local

2021-02-23 Thread Romain Porte
Hi,

2021-02-22 18:45 CET, Antonio Terceiro:
> Hi,
>
> On Mon, Feb 22, 2021 at 12:03:08PM +0100, Romain Porte wrote:
> > This library is used to access run commercial BrowserStack service
> > locally. It is able to download and execute the BrowserStack binaries
> > automatically. (Include the long description here.)
> >
> > This package is introduced as a dependency for the gftools package. It
> > is planned to be maintained with the help of the Debian Python team.
>
> Note that downloading and running binaries from arbitrary locations is
> is not suitable to Debian main.

Here is a copy from the source code that may download and run
(proprietary it seems) binaries from arbitrary locations:

class LocalBinary:
  def __init__(self):
is_64bits = sys.maxsize > 2**32
self.is_windows = False
osname = platform.system()
if osname == 'Darwin':
  self.http_path = 
"https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-x64";
elif osname == 'Linux':
  if is_64bits:
self.http_path = 
"https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-x64";
  else:
self.http_path = 
"https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-ia32";
else:
  self.is_windows = True
  self.http_path = 
"https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal.exe";

I agree this is not very good canditate for inclusion in main. The
download is not done during package build time, but upon library
invocation by the users.

Maybe this has place in non-free, or maybe it does not deserve to be
packaged at all for Debian. Well, the work is done locally, so I am not
sure which option is better.

Thanks,

Romain.



Bug#977374: ITP: vdf -- package for working with Valve's text and binary KeyValue format

2021-02-23 Thread Simon McVittie
On Mon, 14 Dec 2020 at 14:23:11 +, Stephan Lachnit wrote:
>   Description : package for working with Valve's text and binary KeyValue
> format
> 
> Required for Protontricks. Will go into contrib. Will maintain in the Games
> team.

Did you get anywhere with this? I think the steam package is likely to
benefit from having this in the archive: the upstream steam-launcher
package, as repackaged in Debian as steam, already makes use of this code
for some maintenance tools, although the shipped package doesn't use it
at runtime.

I already maintain some Python libraries, and this one looks straightforward
to package. May I co-maintain? I actually already have nearly-working
packaging, although if you already have packaging I'm happy to take a look
at that instead.

I don't think this needs to be in contrib, I think it would be fine
in main: the VDF format is associated with non-free Valve products,
but there's nothing inherently non-free about it. It's a file format
that anyone could use, like JSON.

smcv



Processed: ITP: vhba-dkms -- Kernel module that provides a Virtual SCSI HBA, part of the CDEmu software suite

2021-02-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 983403
Bug #983403 [wnpp] ITP: vhba-dkms -- Kernel module that provides a Virtual SCSI 
HBA, part of the CDEmu software suite
Marked Bug as done
> stop
Stopping processing here.

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



Bug#977374: ITP: vdf -- package for working with Valve's text and binary KeyValue format

2021-02-23 Thread Simon McVittie
On Tue, 23 Feb 2021 at 16:50:41 +, Stephan Lachnit wrote:
> It lost a bit track of this due to Proton 5.13 not working with protontricks
> (at least when I checked last time), so I haven't done anything yet.

Proton 5.13+ runs in a container, using a container tool currently
maintained by, er, me :-)

I think future development is likely to need a way to inject arbitrary
commands into a running container, at which point protontricks will
probably be able to use that to make things happen inside the container -
but this hasn't been a priority so far.

> If you already have stuff, send me the link to the salsa repo once uploaded

Will do!

smcv



Bug#983402: ITP: vhba-dkms -- Kernel module that provides a Virtual SCSI HBA, part of the CDEmu software suite

2021-02-23 Thread Matteo Bini
Package: wnpp
Severity: wishlist
Owner: Matteo Bini 

* Package name: vhba-dkms
  Version : 20200106
  Upstream Author : Chia-I Wu 
* URL : https://cdemu.sourceforge.io/about/vhba/
* License : GPLv2
  Programming Lang: C
  Description : Kernel module that provides a Virtual SCSI HBA, part of the
CDEmu software suite

VHBA (Virtual SCSI Host Bus Adapter) is a kernel module which
acts as a low-level SCSI driver and which provides the SCSI layer with a
virtual SCSI adapter which can have multiple virtual devices.
It is part of the CDEmu software suite.

Its typical use in the CDEmu software suite is to provide virtual devices
that emulates real SCSI Optical (CD-ROM) devices. It works in cooperation with
the CDEmu daemon and libMirage to emulate an Optical (CD-ROM) drive and disc
with information contained in a disc image. For your information, a disc image
is just a copy of the information stored on an actual disc.


vhba-dkms_20200106-1_all.deb
Description: application/vnd.debian.binary-package


Bug#983403: ITP: vhba-dkms -- Kernel module that provides a Virtual SCSI HBA, part of the CDEmu software suite

2021-02-23 Thread Matteo Bini
Package: wnpp
Severity: wishlist
Owner: Matteo Bini 

* Package name: vhba-dkms
  Version : 20200106
  Upstream Author : Chia-I Wu 
* URL : https://cdemu.sourceforge.io/about/vhba/
* License : GPLv2
  Programming Lang: C
  Description : Kernel module that provides a Virtual SCSI HBA, part of the
CDEmu software suite

VHBA (Virtual SCSI Host Bus Adapter) is a kernel module which
acts as a low-level SCSI driver and which provides the SCSI layer with a
virtual SCSI adapter which can have multiple virtual devices.
It is part of the CDEmu software suite.

Its typical use in the CDEmu software suite is to provide virtual devices
that emulates real SCSI Optical (CD-ROM) devices. It works in cooperation with
the CDEmu daemon and libMirage to emulate an Optical (CD-ROM) drive and disc
with information contained in a disc image. For your information, a disc image
is just a copy of the information stored on an actual disc.



Bug#977374: ITP: vdf -- package for working with Valve's text and binary KeyValue format

2021-02-23 Thread Stephan Lachnit
> Did you get anywhere with this? I think the steam package is likely to
> benefit from having this in the archive: the upstream steam-launcher
> package, as repackaged in Debian as steam, already makes use of this code
> for some maintenance tools, although the shipped package doesn't use it
> at runtime.

Oh cool, I didn't know there are use cases outside of protontricks besides
some funny scraping tools.

It lost a bit track of this due to Proton 5.13 not working with protontricks
(at least when I checked last time), so I haven't done anything yet.

> I already maintain some Python libraries, and this one looks straightforward
> to package. May I co-maintain? I actually already have nearly-working
> packaging, although if you already have packaging I'm happy to take a look
> at that instead.

Cool, yeah I don't mind. I wanted to maintain it the Games team, I suggest we
can just add us both as uploaders.
I also have packaged Python libraries before, it shouldn't have any surpises.
If you already have stuff, send me the link to the salsa repo once uploaded,
I can also do a bit of the chore if you want.

> I don't think this needs to be in contrib, I think it would be fine
> in main: the VDF format is associated with non-free Valve products,
> but there's nothing inherently non-free about it. It's a file format
> that anyone could use, like JSON.

Yeah this was before the longer discussion on debian-devel-games.
I agree, main should be fine.

Regards,
Stephan



Processed: forcibly merging 983402 983403

2021-02-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 983402 983403
Bug #983402 [wnpp] ITP: vhba-dkms -- Kernel module that provides a Virtual SCSI 
HBA, part of the CDEmu software suite
Bug #983403 {Done: ba...@debian.org} [wnpp] ITP: vhba-dkms -- Kernel module 
that provides a Virtual SCSI HBA, part of the CDEmu software suite
Bug reopened
Ignoring request to alter fixed versions of bug #983403 to the same values 
previously set
Merged 983402 983403
> thanks
Stopping processing here.

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



Bug#977374: ITP: vdf -- package for working with Valve's text and binary KeyValue format

2021-02-23 Thread Simon McVittie
On Tue, 23 Feb 2021 at 17:06:58 +, Simon McVittie wrote:
> On Tue, 23 Feb 2021 at 16:50:41 +, Stephan Lachnit wrote:
> > If you already have stuff, send me the link to the salsa repo once uploaded
> 
> Will do!

https://salsa.debian.org/games-team/python-vdf

(The upstream name seemed really ambiguous, so I gave the source package
name a python- prefix.)

smcv



Processed: RFP: bung -- backup next generation

2021-02-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> outlook 983146 Submitter preparing build system in lieu of source .deb
Outlook recorded from message bug 983146 message 
> stop
Stopping processing here.

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