[Pkg-javascript-commits] [node-seq] 05/09: Update initial packaging

Ross Gammon ross-guest at moszumanska.debian.org
Sun Mar 13 16:12:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository node-seq.

commit 4906c6cc08e370a3cc989e3444b0ac7193e9a9bc
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sun Mar 13 11:46:27 2016 +0100

    Update initial packaging
---
 debian/changelog  |  2 +-
 debian/compat     |  2 +-
 debian/control    | 33 ++++++++++++++++++---------------
 debian/copyright  |  5 ++---
 debian/watch      |  6 ++----
 gbp.conf          | 19 +++++++++++++++++++
 upstream/metadata |  6 ++++++
 7 files changed, 49 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd969ce..4261fc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 node-seq (0.3.5-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #802008)
 
  -- Ross Gammon <rossgammon at mail.dk>  Sun, 13 Mar 2016 11:06:52 +0100
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 6c139e7..4a44493 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,29 @@
 Source: node-seq
 Section: web
-Priority: extra
+Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Ross Gammon <rossgammon at mail.dk>
-Build-Depends:
- debhelper (>= 8)
- , dh-buildinfo
- , nodejs
+Build-Depends: debhelper (>= 9),
+               dh-buildinfo,
+               nodejs
 Standards-Version: 3.9.6
 Homepage: https://github.com/substack/node-seq
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-seq.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-seq.git
-XS-Testsuite: autopkgtest
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-seq.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-seq.git
 
 Package: node-seq
 Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
- , node-hashish (>=0.0.2 <0.1)
- , node-chainsaw (>=0.0.7 <0.1)
-Description: Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling
- FIX_ME long description
+Depends: ${misc:Depends},
+         nodejs,
+         node-hashish (>= 0.0.2),
+         node-hashish (<< 0.1),
+         node-chainsaw (>= 0.0.7),
+         node-chainsaw (<< 0.1)
+Description: Chainable asynchronous flow control
+ Seq is an asynchronous flow control library with a chainable interface for
+ sequential and parallel actions. Even the error handling is chainable.
+ .
+ Each action in the chain operates on a stack of values. There is also a
+ variables hash for storing values by name.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 3a90c01..353780a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,11 +5,11 @@ Source: https://github.com/substack/node-seq
 
 Files: *
 Copyright: 2016 James Halliday <mail at substack.net> (http://substack.net)
-License: MIT/X11
+License: Expat
 
 Files: debian/*
 Copyright: 2016 Ross Gammon <rossgammon at mail.dk>
-License: MIT/X11
+License: Expat
 
 License: Expat
  Permission is hereby granted, free of charge, to any person
@@ -31,4 +31,3 @@ License: Expat
  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
-
diff --git a/debian/watch b/debian/watch
index d79a449..85a7f48 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,6 @@
 version=3
-# It is not recommended use fakeupstream. Please investigate more.
-# Origin url: https://github.com/substack/node-seq
-# Take a look at https://wiki.debian.org/debian/watch/
-# See also fakeupstream: http://anonscm.debian.org/viewvc/qa/trunk/cgi-bin/fakeupstream.cgi?view=markup
+# For node-seq we must use fakeupstream because there are no release tarballs
+# on https://github.com/substack/node-seq.
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
 filenamemangle=s/.*=// \
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..462aef2
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
+
+# Applies to all commands
+sign-tags = True
diff --git a/upstream/metadata b/upstream/metadata
new file mode 100644
index 0000000..34f33bc
--- /dev/null
+++ b/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/substack/node-seq/issues
+Bug-Submit: https://github.com/substack/node-seq/issues/new
+Name: node-seq
+Repository: https://github.com/substack/node-seq.git
+Repository-Browse: https://github.com/substack/node-seq

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-seq.git



More information about the Pkg-javascript-commits mailing list