[Pkg-javascript-commits] [node-abbrev] 02/03: Refresh debian/control
Anthony Fok
foka at debian.org
Wed Aug 17 04:17:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
foka pushed a commit to branch master
in repository node-abbrev.
commit 515181c6375ea414b007fc3434cc0f5c5f504428
Author: Anthony Fok <foka at debian.org>
Date: Tue Aug 16 22:08:42 2016 -0600
Refresh debian/control
* Update Build-Depends on debhelper from (>= 8.0.0) to (>= 9)
* Remove Build-Depends on dh-buildinfo which is not actually used
* Bump Standards-Version to 3.9.8
* Use HTTPS URLs for Vcs-fields
* Change "javascript" to "JavaScript" in description
---
debian/control | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index e6b97ac..b4779c8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,23 +3,18 @@ Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer at melix.org>
-Build-Depends:
- debhelper (>= 8.0.0)
- , nodejs
- , dh-buildinfo
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), nodejs
+Standards-Version: 3.9.8
Homepage: https://github.com/isaacs/abbrev-js
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-abbrev.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-abbrev.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-abbrev.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-abbrev.git
Package: node-abbrev
Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
+Depends: ${misc:Depends}, nodejs
Description: Get unique abbreviations for a set of strings - Node.js module
Given a set of strings, this module computes a list of distinct abbreviations.
This is handy for command-line scripts, or other cases where
one wants to be able to accept shorthands.
.
- Node.js is an event-based server-side javascript engine.
+ Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-abbrev.git
More information about the Pkg-javascript-commits
mailing list