[Pkg-javascript-commits] [node-lexical-scope] 81/83: Debian version
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:45:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-lexical-scope.
commit 4c1c7445db96f0600824dbfc62f1b3b8f6bf0ba7
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Thu Nov 30 17:07:13 2017 +0100
Debian version
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/copyright | 2 ++
debian/watch | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 023c166..efe5a52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-node-lexical-scope (1.2.0-1) unstable; urgency=low
+node-lexical-scope (1.2.0~-1) unstable; urgency=low
* Initial release (Closes: #883195)
diff --git a/debian/control b/debian/control
index ff3047b..4d2f7fe 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Depends:
, nodejs
, node-astw (>= 2.0.0)
Description: detect global and local lexical identifiers in javascript
- This package detects wether an indentifier is global scope
+ This package detects whether an indentifier is global scope
or lexical scope.
.
This a dependency of Browserify. Browserify is a JavaScript tool that allows
diff --git a/debian/copyright b/debian/copyright
index caed590..868606c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lexical-scope
Upstream-Contact: https://github.com/substack/lexical-scope/issues
Source: https://github.com/substack/lexical-scope
+Files-Excluded: bench/*
+Comment: include jquery minified
Files: *
Copyright: 2017 James Halliday <mail at substack.net> (http://substack.net)
diff --git a/debian/watch b/debian/watch
index 40e1506..aae9253 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
version=4
opts=\
-dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,repacksuffix=+dfsg1,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-lexical-scope-$1.tar.gz/ \
https://github.com/substack/lexical-scope/tags .*/archive/v?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lexical-scope.git
More information about the Pkg-javascript-commits
mailing list