[Pkg-javascript-commits] [node-resolve] 08/10: Remove useless build-dep on dh-buildinfo
Julien Puydt
julien.puydt at laposte.net
Fri Sep 15 15:19:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-resolve.
commit 706643f1cc5c6a6d72b0fa092379ed6f029b6540
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Thu Aug 17 13:54:36 2017 +0200
Remove useless build-dep on dh-buildinfo
---
debian/changelog | 1 +
debian/control | 9 ++-------
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5537ae5..1434b12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ node-resolve (1.4.0-1) UNRELEASED; urgency=medium
* Bump std-ver to 4.0.0.
* Add a patch so node_modules isn't always added to search paths.
* Add an autopkgtest to check the patch mentioned above works.
+ * Remove build-dep on dh-buildinfo.
-- Julien Puydt <julien.puydt at laposte.net> Wed, 16 Aug 2017 19:35:50 +0200
diff --git a/debian/control b/debian/control
index bb43a96..97ef093 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,7 @@ Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian at alteholz.de>
-Build-Depends:
- debhelper (>= 10)
- , dh-buildinfo
- , nodejs
+Build-Depends: debhelper (>= 10), nodejs
Standards-Version: 4.0.0
Homepage: https://github.com/substack/node-resolve#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-resolve.git
@@ -14,9 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-resolve.git
Package: node-resolve
Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
+Depends: ${misc:Depends}, nodejs
Description: Synchronous/Asynchronous require.resolve() algorithm
This module implements the node require.resolve() algorithm such
that you can require.resolve() on behalf of a file asynchronously
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-resolve.git
More information about the Pkg-javascript-commits
mailing list