Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Replace nodejs-dev by libnode-dev in build dependencies
· 37b45a09
Yadd
authored
Jan 25, 2020
37b45a09
Bump debhelper compatibility level to 12
· 08f344e6
Yadd
authored
Jan 25, 2020
08f344e6
Declare compliance with policy 4.5.0
· 99dcfb20
Yadd
authored
Jan 25, 2020
99dcfb20
Add "Rules-Requires-Root: no"
· 313c3a0f
Yadd
authored
Jan 25, 2020
313c3a0f
Missing pkg-js-tools
· 30afc05a
Yadd
authored
Jan 25, 2020
30afc05a
Show whitespace changes
Inline
Side-by-side
debian/compat
deleted
100644 → 0
View file @
19c3e9d1
11
debian/control
View file @
30afc05a
...
...
@@ -3,8 +3,9 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.deb
Uploaders: David Paleino <dapal@debian.org>,
Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
libmapbox-wagyu-dev,
libmapnik-dev (>= 3.0.20),
libprotozero-dev (>= 1.5.1),
...
...
@@ -14,12 +15,14 @@ Build-Depends: debhelper (>= 11~),
node-mocha,
node-nan (>= 2.4.0),
node-pre-gyp (>=0.10~),
nodejs-dev,
node-sphericalmercator
Standards-Version: 4.2.0
libnode-dev,
node-sphericalmercator,
pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mapnik
Vcs-Git: https://salsa.debian.org/js-team/node-mapnik.git
Homepage: https://github.com/mapnik/node-mapnik
Rules-Requires-Root: no
Package: node-mapnik
Architecture: any
...
...