[Pkg-javascript-commits] [node-applause] 04/09: Fix control file
Ross Gammon
ross-guest at moszumanska.debian.org
Sat Oct 21 09:58:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-applause.
commit 00228fa7ba0a3343c434685e6598189eaab22393
Author: Ross Gammon <rossgammon at debian.org>
Date: Sat Oct 21 10:18:49 2017 +0200
Fix control file
---
debian/control | 35 +++++++++++++----------------------
1 file changed, 13 insertions(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index 55cbd9b..4a591e7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,25 @@
Source: node-applause
-Section: web
+Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon at debian.org>
-Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
- , nodejs
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9),
+ dh-buildinfo,
+ nodejs
+Standards-Version: 4.1.1
Homepage: https://github.com/outatime/applause#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-applause.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-applause.git
Package: node-applause
Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
- , node-cson-parser (>= 1.1.0)
- , node-js-yaml (>= 3.3.0)
- , node-lodash (>= 3.10.0)
-Description: FIX_ME write the Debian package description
- Write the short and long descriptions for the Debian package as
- explained in the Developer's Reference, §6.2.1 – §6.2.3.
- .
- You can start with the short upstream package description,
- “Pattern replacer that helps creating human-friendly replacements.”.
- .
- Be aware that most upstream package descriptions are not written to
- conform with Debian package guidelines. You need to explain the role
- of this package for a Debian audience.
+Depends: ${misc:Depends},
+ nodejs,
+ node-cson-parser (>= 1.1.0),
+ node-js-yaml (>= 3.3.0),
+ node-lodash (>= 3.10.0)
+Description: Pattern replacer creating human-friendly replacements
+ Node-applause helps matching text with patterns and replacing that
+ text in a human-friendly way.
.
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-applause.git
More information about the Pkg-javascript-commits
mailing list