summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas Couwenberg <sebastic@xs4all.nl>2016-12-22 21:53:11 +0100
committerBas Couwenberg <sebastic@xs4all.nl>2016-12-22 21:53:11 +0100
commit95c8ef6e9a1461641dfdfa61b002ca4fad0c731d (patch)
tree29a94afb7c544063ec7add6c61d7c2ace312f771
parent234415dd5db8a49b69f51bd887834da9706f231c (diff)
Restructure control file with cme.
-rw-r--r--debian/changelog4
-rw-r--r--debian/control34
2 files changed, 19 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e7493e..6f74430 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
node-carto (0.16.3-1) UNRELEASED; urgency=medium
+ [ Jérémy Lal ]
* New upstream version 0.16.3 (Closes: #826560)
* debhelper 9
* Standards-Version 3.9.8
* Secure Vcs url
* Source is not missing really, override lintian error
+ [ Bas Couwenberg ]
+ * Restructure control file with cme.
+
-- Jérémy Lal <kapouer@melix.org> Sat, 12 Nov 2016 10:35:15 +0100
node-carto (0.9.5-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0227694..29c9b00 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,31 @@
Source: node-carto
-Section: web
-Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
- Jérémy Lal <kapouer@melix.org>
-Build-Depends:
- debhelper (>= 9~)
- , dh-buildinfo
- , nodejs
+ Jérémy Lal <kapouer@melix.org>
+Section: web
+Priority: extra
+Build-Depends: debhelper (>= 9~),
+ dh-buildinfo,
+ nodejs
Standards-Version: 3.9.8
-Homepage: http://github.com/mapbox/carto
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-carto.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-carto.git
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-carto.git
+Homepage: http://github.com/mapbox/carto
Package: node-carto
Architecture: all
+Depends: ${misc:Depends},
+ nodejs,
+ node-xml2js,
+ node-underscore,
+ mapnik-reference,
+ node-optimist
+Recommends: node-millstone
Breaks: carto (<< 0.9.5)
Replaces: carto (<< 0.9.5)
-Depends:
- ${misc:Depends}
- , nodejs
- , node-xml2js
- , node-underscore
- , mapnik-reference
- , node-optimist
-Recommends:
- node-millstone
Description: Mapnik stylesheet compiler
Carto is a stylesheet renderer for Mapnik.
It's an evolution of the Cascadenik idea and language,
with an emphasis on speed and flexibility.
.
Node.js is an event-based server-side javascript engine.
-