File: control

package info (click to toggle)
npm2deb 0.3.0-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: python: 1,712; sh: 13; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: npm2deb
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>,
           Pirate Praveen <praveen@debian.org>
Section: devel
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-python
 , python3-all
 , python3-dateutil
 , python3-apt
 , python3-setuptools
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/npm2deb
Vcs-Git: https://salsa.debian.org/js-team/npm2deb.git
Homepage: https://github.com/LeoIannacone/npm2deb
Rules-Requires-Root: no

Package: npm2deb
Architecture: all
Depends:
 ${python3:Depends}
 , ${misc:Depends}
 , python3-dateutil
 , python3-apt
 , node-github-url-from-git (>= 1.4.0~)
 , npm
 , devscripts
Description: tool to help debianize Node.js modules
 This application eases packaging Node.js modules available via npm.
 .
 It is also able to list modules dependencies and check which ones are
 already available as Debian packages.
 .
 Node.js is an event-based server-side JavaScript engine.