LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

The last line of the template string #141

Closed jmkim closed 5 years ago

jmkim commented 5 years ago

Hi,

too many packages are using the last line of the template string:

Node.js is an event-based server-side JavaScript engine.

As we can find with Google Search[1], a bunch of Node packages are using this string as their description. Several packages[2][3] even have only this string as their long description.

This string should be described in the package nodejs, not the package of Node applications.

[1] https://www.google.com/search?q="Node.js+is+an+event-based+server-side+JavaScript+engine"+site%3Apackages%3Adebian.org [2] https://packages.debian.org/sid/node-pretty-hrtime [3] https://packages.debian.org/sid/node-array-union