summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2021-09-15 10:48:22 +0200
committerDebian Janitor <janitor@jelmer.uk>2021-09-15 10:48:22 +0200
commit806a33d2b8b4de98e640c43b334e70aa7d9111b0 (patch)
tree49a336f838d5dff33453f011324ccc5b87ef180f
parent5f9df0c8bb95ec3fe416faace26099f6116a4e6c (diff)
parent28063bb1186a805d022f2d4713254635eac318ce (diff)
node-mississippi (3.0.0-3) unstable; urgency=medium
* Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on node-flush-write-stream, node-parallel-transform, node-pump, node-pumpify and node-stream-each. + node-mississippi: Drop versioned constraint on node-flush-write-stream, node-parallel-transform, node-pump, node-pumpify and node-stream-each in Depends. * Bump debhelper from old 12 to 13. [dgit import unpatched node-mississippi 3.0.0-3]
-rw-r--r--debian/changelog43
-rw-r--r--debian/control47
-rw-r--r--debian/copyright35
-rw-r--r--debian/docs1
-rw-r--r--debian/install2
-rwxr-xr-xdebian/rules18
-rw-r--r--debian/source/format1
-rw-r--r--debian/tests/control2
-rw-r--r--debian/tests/require3
-rw-r--r--debian/upstream/metadata4
-rw-r--r--debian/watch5
11 files changed, 161 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..134a63e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,43 @@
+node-mississippi (3.0.0-3) unstable; urgency=medium
+
+ * Remove constraints unnecessary since buster:
+ + Build-Depends: Drop versioned constraint on node-flush-write-stream,
+ node-parallel-transform, node-pump, node-pumpify and node-stream-each.
+ + node-mississippi: Drop versioned constraint on node-flush-write-stream,
+ node-parallel-transform, node-pump, node-pumpify and node-stream-each in
+ Depends.
+ * Bump debhelper from old 12 to 13.
+
+ -- Debian Janitor <janitor@jelmer.uk> Wed, 15 Sep 2021 09:48:22 +0100
+
+node-mississippi (3.0.0-2) unstable; urgency=medium
+
+ * Use secure copyright file specification URI.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Remove constraints unnecessary since stretch:
+ + Build-Depends: Drop versioned constraint on node-concat-stream,
+ node-duplexify, node-end-of-stream, node-from2, node-through2.
+ + node-mississippi: Drop versioned constraint on node-concat-stream,
+ node-duplexify, node-end-of-stream, node-from2, node-through2 in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sun, 29 Aug 2021 02:33:26 +0100
+
+node-mississippi (3.0.0-1) unstable; urgency=medium
+
+ * New upstream version 3.0.0
+ * Bump debhelper compatibility level to 11
+ * Bump Standards-Version to 4.2.1 (no changes needed)
+ * Use salsa.debian.org in Vcs-* fields
+ * Tighten dependencies
+ * Enable require test during build
+
+ -- Pirate Praveen <praveen@debian.org> Sat, 15 Sep 2018 10:17:40 +0530
+
+node-mississippi (1.3.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #879480)
+
+ -- Pirate Praveen <praveen@debian.org> Sun, 22 Oct 2017 09:44:08 +0530
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ee6e62a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: node-mississippi
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
+Uploaders: Pirate Praveen <praveen@debian.org>
+Build-Depends:
+ debhelper-compat (= 13)
+ , nodejs
+ , node-concat-stream <!nocheck>
+ , node-duplexify <!nocheck>
+ , node-end-of-stream <!nocheck>
+ , node-flush-write-stream <!nocheck>
+ , node-from2 <!nocheck>
+ , node-parallel-transform <!nocheck>
+ , node-pump <!nocheck>
+ , node-pumpify <!nocheck>
+ , node-stream-each <!nocheck>
+ , node-through2 <!nocheck>
+Standards-Version: 4.2.1
+Homepage: https://github.com/maxogden/mississippi#readme
+Vcs-Git: https://salsa.debian.org/js-team/node-mississippi.git
+Vcs-Browser: https://salsa.debian.org/js-team/node-mississippi
+
+Package: node-mississippi
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , node-concat-stream
+ , node-duplexify
+ , node-end-of-stream
+ , node-flush-write-stream
+ , node-from2
+ , node-parallel-transform
+ , node-pump
+ , node-pumpify
+ , node-stream-each
+ , node-through2
+Description: collection of useful streams
+ This modules is a collection of useful stream utility modules. Learn how the
+ modules work using this and then pick the ones you want and use them
+ individually.
+ .
+ The goal of the modules included in mississippi is to make working with
+ streams easy without sacrificing speed, error handling or composability.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9938a2a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mississippi
+Upstream-Contact: https://github.com/maxogden/mississippi/issues
+Source: https://github.com/maxogden/mississippi#readme
+
+Files: *
+Copyright: 2017 max ogden
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright: 2017 Pirate Praveen <praveen@debian.org>
+License: BSD-2-Clause
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..cdb5f04
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+readme.md
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..7d8ba4d
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+index.js usr/lib/nodejs/mississippi/
+package.json usr/lib/nodejs/mississippi/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..073e692
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+#override_dh_auto_build:
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES)))
+ mkdir node_modules
+ ln -s .. node_modules/mississippi
+ sh debian/tests/require
+ rm -rf node_modules
+endif
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..b03bf46
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-mississippi
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..0aa6dc0
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('mississippi');"
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..82825a0
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/maxogden/mississippi/issues
+Bug-Submit: https://github.com/maxogden/mississippi/issues/new
+Repository: https://github.com/maxogden/mississippi.git
+Repository-Browse: https://github.com/maxogden/mississippi
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a2e6ade
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-mississippi-$1.tar.gz/ \
+ https://github.com/maxogden/mississippi/tags .*/archive/v?([\d\.]+).tar.gz