[Pkg-javascript-commits] [ltx] 55/80: Update package relations: Suggest (not yet packaged) node-easysax and node-xml, and enhance browserify.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:50:13 UTC 2016


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

js pushed a commit to branch master
in repository ltx.

commit e7d6b19960da0c702df4e7f0938b95c28b0abd7c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Mar 25 13:09:59 2012 +0200

    Update package relations: Suggest (not yet packaged) node-easysax and node-xml, and enhance browserify.
---
 debian/control.in | 2 ++
 debian/rules      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/control.in b/debian/control.in
index d891278..ccf7003 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,6 +13,8 @@ Package: node-ltx
 Architecture: all
 Depends: ${misc:Depends},
  ${cdbs:Depends}
+Suggests: ${cdbs:Suggests}
+Enhances: ${cdbs:Enhances}
 Description: XML DOM builder library for Node
  Node is an event-based server-side JavaScript engine.
  .
diff --git a/debian/rules b/debian/rules
index 29daa34..31d3011 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,8 @@ libpkgname = node-ltx
 deps = node-node-expat
 CDBS_BUILD_DEPENDS += , $deps, node-vows
 CDBS_DEPENDS_$(libpkgname) = $deps, node-sax, nodejs
+CDBS_SUGGESTS_$(libpkgname) = node-easysax, node-xml
+CDBS_ENHANCES_$(libpkgname) = browserify
 
 # suppress optional build-dependencies
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =

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



More information about the Pkg-javascript-commits mailing list