[Pkg-javascript-commits] [node-carto] 01/07: Restructure control file with cme.

Bas Couwenberg sebastic at debian.org
Thu Dec 22 21:40:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository node-carto.

commit 95c8ef6e9a1461641dfdfa61b002ca4fad0c731d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Dec 22 21:53:11 2016 +0100

    Restructure control file with cme.
---
 debian/changelog |  4 ++++
 debian/control   | 34 +++++++++++++++-------------------
 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 at 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 at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>,
- Jérémy Lal <kapouer at melix.org>
-Build-Depends:
- debhelper (>= 9~)
- , dh-buildinfo
- , nodejs
+           Jérémy Lal <kapouer at 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.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-carto.git



More information about the Pkg-javascript-commits mailing list