Codebase list node-pump / debian/1.0.2-1
Import Debian changes 1.0.2-1 node-pump (1.0.2-1) unstable; urgency=low * Initial release (Closes: #865509) Ying-Chun Liu (PaulLiu) 6 years ago
12 changed file(s) with 100 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 node-pump (1.0.2-1) unstable; urgency=low
1
2 * Initial release (Closes: #865509)
3
4 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Thu, 22 Jun 2017 06:29:48 +0000
0 Source: node-pump
1 Section: web
2 Priority: optional
3 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
4 Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
5 Build-Depends: debhelper (>= 9), dh-buildinfo, nodejs
6 Standards-Version: 3.9.8
7 Homepage: https://github.com/mafintosh/pump
8 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-pump.git
9 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-pump.git
10
11 Package: node-pump
12 Architecture: all
13 Depends: ${misc:Depends}, nodejs, node-once (>= 1.3.1),
14 node-end-of-stream (>= 1.1.0)
15 Description: small node module that pipes streams together
16 When using standard source.pipe(dest) source will not be destroyed if dest
17 emits close or an error. You are also not able to provide a callback to tell
18 when then pipe has finished. pump does these two things for you.
19 .
20 Node.js is an event-based server-side JavaScript engine.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pump
2 Upstream-Contact: https://github.com/mafintosh/pump/issues
3 Source: https://github.com/mafintosh/pump
4
5 Files: *
6 Copyright: 2017 Mathias Buus Madsen <mathiasbuus@gmail.com>
7 License: Expat
8
9 Files: debian/*
10 Copyright: 2017 Ying-Chun Liu (PaulLiu) <paulliu@dt42.io>
11 2017 DT42
12 License: Expat
13
14 License: Expat
15 Permission is hereby granted, free of charge, to any person
16 obtaining a copy of this software and associated documentation files
17 (the "Software"), to deal in the Software without restriction,
18 including without limitation the rights to use, copy, modify, merge,
19 publish, distribute, sublicense, and/or sell copies of the Software,
20 and to permit persons to whom the Software is furnished to do so,
21 subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be
24 included in all copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
30 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
31 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
32 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33 SOFTWARE.
0 README.md
0 package.json usr/lib/nodejs/pump/
1 .travis.yml usr/lib/nodejs/pump/
2 index.js usr/lib/nodejs/pump/
3 test.js usr/lib/nodejs/pump/
4 test-browser.js usr/lib/nodejs/pump/
5 #.npmignore usr/lib/nodejs/pump/
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 %:
7 dh $@
8
9 #override_dh_auto_build:
10
11 #override_dh_auto_test:
12
13
14
0 3.0 (quilt)
0 Tests: require
1 Depends: node-pump
2
3 Tests: runtest
4 Depends: node-pump
0 #!/bin/sh
1 set -e
2 nodejs -e "require('pump');"
0 #!/bin/sh
1 set -e
2 nodejs /usr/lib/nodejs/pump/test.js
0 version=3
1 opts=\
2 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
3 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-pump-$1.tar.gz/ \
4 https://github.com/mafintosh/pump/tags .*/archive/v?([\d\.]+).tar.gz