[Pkg-javascript-commits] [node-parse-glob] 08/08: Remove browserified file
Sruthi Chandran
srud-guest at moszumanska.debian.org
Tue Nov 1 10:31:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository node-parse-glob.
commit d7503ae465f417952b01bbc5eee3443208816cba
Author: Sruthi <srud at disroot.org>
Date: Tue Nov 1 15:41:42 2016 +0530
Remove browserified file
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/copyright | 2 ++
debian/watch | 2 ++
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ad5ba6..9d79dd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-node-parse-glob (3.0.4-1) unstable; urgency=low
+node-parse-glob (3.0.4+dfsg-1) unstable; urgency=low
* Initial release (Closes: #842783)
diff --git a/debian/control b/debian/control
index 5bdb797..7a17f3b 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,6 @@ Depends:
, node-glob-base (>= 0.3.0)
, node-is-glob (>= 2.0.0)
, node-is-extglob (>= 1.0.0)
-Description: Parse a glob pattern into an object of tokens.
+Description: Parse a glob pattern into an object of tokens
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index b0d004b..d626601 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: parse-glob
Upstream-Contact: https://github.com/jonschlinkert/parse-glob/issues
Source: https://github.com/jonschlinkert/parse-glob
+Files-Excluded:
+ browser.js
Files: *
Copyright: 2016 Jon Schlinkert (https://github.com/jonschlinkert)
diff --git a/debian/watch b/debian/watch
index c2e667c..b1b0274 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,7 @@
version=3
opts=\
+repacksuffix=+dfsg,\
+repack,compression=xz,\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-parse-glob-$1.tar.gz/ \
https://github.com/jonschlinkert/parse-glob/tags .*/archive/v?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-parse-glob.git
More information about the Pkg-javascript-commits
mailing list