[Pkg-javascript-commits] [node-simple-fmt] 01/02: Made the libjs- package depend on javascript-common

Julien Puydt julien.puydt at laposte.net
Sun Oct 2 18:11:50 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository node-simple-fmt.

commit 03575f5d6b548dcdfc99d586e7f2330c111bef04
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Oct 1 08:47:10 2016 +0200

    Made the libjs- package depend on javascript-common
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f57b4cd..58f820e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ node-simple-fmt (0.1.0+20130419-2) unstable; urgency=medium
   * Pushed standards-version up.
   * Pushed dh compat to 10.
   * Changed Vcs-Git to https too.
+  * Made the libjs- package depend on javascript-common.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Fri, 30 Sep 2016 19:20:01 +0200
 
diff --git a/debian/control b/debian/control
index 8878b9a..0450035 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-simple-fmt.git
 
 Package: node-simple-fmt
 Architecture: all
-Depends: ${misc:Depends}, nodejs
+Depends: nodejs, ${misc:Depends}
 Description: Maximally minimal string formatting library (Node.js module)
  Maximally minimal string formatting library, to make code more
  readable compared to plain old string concatenation using '+'.
@@ -20,7 +20,7 @@ Description: Maximally minimal string formatting library (Node.js module)
 
 Package: libjs-simple-fmt
 Architecture: all
-Depends: ${misc:Depends}
+Depends: javascript-common, ${misc:Depends}
 Description: maximally minimal type-testing library (JavaScript lib)
  Maximally minimal type-testing library, to make code more
  readable compared to plain old string concatenation using '+'.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-simple-fmt.git



More information about the Pkg-javascript-commits mailing list