Bug#962644: ITP: ukui-wallpapers -- Wallpapers for UKUI desktop environment

2020-06-10 Thread Kevin Duan
Package: wnpp
Severity: wishlist
Owner: Kevin Duan 

* Package name: ukui-wallpapers
  Version : 20.04.2
  Upstream Author : handsome_feng 
* URL : https://github.com/ukui/ukui-wallpapers
* License : (GPL)
  Programming Lang: (Python)
  Description : Wallpapers for UKUI desktop environment

 The default UKUI wallpaper. Outstanding wallpapers selected
 from Ubuntu Kylin 20.04 Wallpaper Contest. These wallpapers
 are expected to show wonderful Chinese style.This package is maintained by
Kylin team



Bug#962639: ITP: node-pruddy-error -- Prettify given error object

2020-06-10 Thread fancycade
Package: wnpp
Severity: wishlist
Owner: Harley Swick 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name : node-pruddy-error
Version : 2.0.2
Upstream Author : Arnout Kazemier 
* URL : https://github.com/bigpipe/pruddy-error#readme
* License : BSD
Programming Lang: JavaScript
Description : Prettify given error object

This is a clone of the prettify-error module which was unpublished
by the author. This package is meant to prettify error objects for
console outputs. Which makes it very helpful for debugging and testing.
.
This package is useful as dependency for other node packages in Debian.

I plan on maintaining this as part of the js team.

Bug#962638: ITP: node-propget -- Get properties from deeply nested objects and arrays

2020-06-10 Thread fancycade
Package: wnpp
Severity: wishlist
Owner: Harley Swick 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name : node-propget
Version : 1.1.0
Upstream Author : Arnout Kazemier
* URL : https://github.com/bigpipe/propget#readme
* License : Expat
Programming Lang: JavaScript
Description : Get properties from deeply nested objects and arrays

Use dot notation to get propertoes from deeply nested object and array
structures. Propget is a small helper utility for finding values/keys
in deeply nested objects without having to worry about undefined
properties. It uses a human readable dot based notation to find items
in your object or array.
.
It doesn't use node.js magic or ES6 so it should work on the browser as
well.
.
This package serves a dependency for Node.js applications or often times
test suites.

I plan to maintain this as part of the js team.

Bug#962636: ITP: node-fn.name -- Extract the name of a given function.

2020-06-10 Thread fancycade
Package: wnpp
Severity: wishlist
Owner: Harley Swick 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name : node-fn.name
Version : 1.1.0
Upstream Author : Arnout Kazemier
* URL : https://github.com/3rd-Eden/fn.name
* License : Expat
Programming Lang: JavaScript
Description : Extract the name of a given function.

fn.name is a very simple package meant to be a utility for
reading the name of a given function as input.
.
console.log(name(function foo() {})) // foo
.
This package is useful as a dependency for other packages that
may need to access metadata from a function like the name.

I plan on maintaining this as part of the js team.

Bug#962637: node-left-pad -- String left-pad

2020-06-10 Thread fancycade
Package: wnpp
Severity: wishlist
Owner: Harley Swick 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name : node-left-pad
Version : 1.3.0
Upstream Author : azer
* URL : https://github.com/stevemao/left-pad#readme
* License : Expat
Programming Lang: JavaScript
Description : String left-pad

This is the infamous left-pad package used to left-pad strings.
The project is archived and this tool is now deprecated. The recommendation
is to use String.prototype.padStart() instead. However, due to the
ubiquity of this package in other node projects it is useful to have this
packaged.
.
This package is useful as a dependency for other Debian node packages.

I plan to maintain this as part of the js team.

Bug#962635: ITP: node-assume -- Expect-like assertions that work in node and the browser

2020-06-10 Thread fancycade
Package: wnpp
Severity: wishlist
Owner: Harley Swick 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name : node-assume
Version : 2.2.0
Upstream Author : Arnout Kazemier
* URL : https://github.com/bigpipe/assume#readme
* License : Expat
Programming Lang: JavaScript
Description : Expect-like assertions that work in node and the browser

Assume is an expect inspired assertion library who's sole purpose is to create
a working and human readable assert library for browsers and node. The library
is designed to work with different assertion styles.
.
Assume is written with client and server-side Javascript in mind and uses
commonjs module system to export itself.
.
This package is used as a build dependency for other Debian packages.
Specifically it is used in the testing phase of the build process.

I plan on maintaining this as part of the JS team.

Bug#962634: ITP: node-is-node -- Detects if the current process is a node application

2020-06-10 Thread fancycade
Package: wnpp
Severity: wishlist
Owner: Harley Swick 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name : node-is-node
Version : 1.0.2
Upstream Author : matthewh  (http://matthewh.in/)
* URL : https://github.com/MatthewNPM/is-node
* License : Expat
Programming Lang: JavaScript
Description : Detects if the current process is a node application

is-node is a very simple package that is used to ensure that
the current running process is actually a node application.
.
Use cases will likely be for testing or other types of system validation.
.
This package is used by other Debian packages as a dependency.

I plan on maintaining this as part of the js team.

Bug#962628: ITP: golang-github-anacrolix-stm -- Software Transactional Memory in Go

2020-06-10 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: golang-github-anacrolix-stm
  Version : 0.2.0-1
  Upstream Author : Matt Joiner
* URL : https://github.com/anacrolix/stm
* License : Expat
  Programming Lang: Go
  Description : Software Transactional Memory in Go

 STM provides Software Transactional Memory operations for Go. This is an
 alternative to the standard way of writing concurrent code (channels and
 mutexes). STM makes it easy to perform arbitrarily complex operations in an
 atomic fashion. One of its primary advantages over traditional locking is that
 STM transactions are composable, whereas locking functions are not -- the
 composition will either deadlock or release the lock between functions (making
 it non-atomic).



Bug#962625: ITP: golang-github-benbjohnson-immutable -- Immutable collections for Go

2020-06-10 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: golang-github-benbjohnson-immutable
  Version : 0.2.0-1
  Upstream Author : Ben Johnson
* URL : https://github.com/benbjohnson/immutable
* License : Expat
  Programming Lang: Go
  Description : Immutable collections for Go

 Immutable contains immutable collection types for Go. It includes List, Map,
 and SortedMap implementations. Immutable collections can provide efficient,
 lock free sharing of data by requiring that edits to the collections return new
 collections.
 .
 The collection types in this library are meant to mimic Go built-in
 collections such asslice and map. The primary usage difference between Go
 collections and immutable collections is that immutable collections always
 return a new collection on mutation so you will need to save the new reference.
 .
 Immutable collections are not for every situation, however, as they can incur
 additional CPU and memory overhead. Please evaluate the cost/benefit for your
 particular project.



Bug#962599: ITP: adaptive-wrap-el -- smart line-wrapping with wrap-prefix

2020-06-10 Thread Lev Lamberov
Package: wnpp
Owner: Lev Lamberov 
Severity: wishlist

* Package name: adaptive-wrap-el
  Version : 0.7
  Upstream Author : Stephen Berman , Stefan Monnier 

* URL or Web page : https://elpa.gnu.org/packages/adaptive-wrap.html
* License : GPL-3+
  Programming Lang: Emacs Lisp
  Description : smart line-wrapping with wrap-prefix

This package provides the `adaptive-wrap-prefix-mode' minor mode which
sets the wrap-prefix property on the fly so that single-long-line
paragraphs get word-wrapped in a way similar to what you'd get with M-q
using adaptive-fill-mode, but without actually changing the buffer's
text.



Bug#962579: RFH: debtags -- Debian Package Tags support tools

2020-06-10 Thread Tomas Pospisek
Package: wnpp
Severity: normal

I request assistance with maintaining the debtags package.

The package description is:
 debtags extracts tag information from the apt database and makes it available
 to the system, either in /var/lib/debtags/debtags or via apt-xapian-index.
 .
 Package tags are categories for Debian packages.
 .
 debtags also provides some handy command to query tag information.

After discussing with Enrico Zini on IRC is seems to be evident that
the [debtags package](https://bugs.debian.org/debtags),
the [debtags web site](https://debtags.debian.org) and
the [debtags tag DB](https://salsa.debian.org/debtags-team/debtags-tagdb)
need help.

>From IRC:

```
 Maybe you want to give other people commit access to the
   detabgs-tagsdb project? A lot of categorization/tag
   assignment merges should be only busy-work, so
   potentially a lot of people can take care of that instead
   of you personally?
 tpo2: currently the tagdb project is fed by the site,
 I'm not sure what happens with the site if changes start
 appearing on it that the site doesn't know
 tpo2: I'd be very happy to give other people commit
 access to the site.
```