[Pkg-javascript-commits] [node-tmp] 04/04: Add dependency on node-os-tmpdir.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat May 16 16:06:02 UTC 2015


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

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

commit d1f46ca65a9102d689fa434eac0a6956d7e387e7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat May 16 17:51:38 2015 +0200

    Add dependency on node-os-tmpdir.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 67c5173..8385a63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 node-tmp (0.0.26-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Add dependency on node-os-tmpdir.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 16 May 2015 17:49:41 +0200
 
diff --git a/debian/control b/debian/control
index 98d4e47..3ee2691 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ XS-Testsuite: autopkgtest
 Package: node-tmp
 Architecture: all
 Depends: ${misc:Depends},
-         nodejs
+         nodejs,
+         node-os-tmpdir
 Description: Temporary file and directory creator for Node.js
  The main difference between node-temp and node-tmp is that node-tmp more
  aggressively checks for the existence of the newly created temporary file

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



More information about the Pkg-javascript-commits mailing list