Codebase list node-unpipe / b6432d4
Use dh-sequence-nodejs auto install Yadd 2 years ago
6 changed file(s) with 6 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
44 Uploaders: Thorsten Alteholz <debian@alteholz.de>
5 Build-Depends:
6 debhelper-compat (= 13)
5 Build-Depends: debhelper-compat (= 13)
6 , dh-sequence-nodejs
77 Standards-Version: 4.6.0
8 Vcs-Browser: https://salsa.debian.org/js-team/node-unpipe
9 Vcs-Git: https://salsa.debian.org/js-team/node-unpipe.git
810 Homepage: https://github.com/stream-utils/unpipe
9 Vcs-Git: https://salsa.debian.org/js-team/node-unpipe.git
10 Vcs-Browser: https://salsa.debian.org/js-team/node-unpipe
11 Testsuite: autopkgtest-pkg-nodejs
1112 Rules-Requires-Root: no
1213
1314 Package: node-unpipe
1415 Architecture: all
15 Depends:
16 ${misc:Depends}
16 Depends: ${misc:Depends}
1717 Description: Unpipe a stream from all destinations
1818 Unpipes all destinations from a given stream. With stream 2+, this is
1919 equivalent to stream.unpipe(). When used with streams 1 style streams
3030 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3131 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232 SOFTWARE.
33
+0
-2
debian/install less more
0 package.json usr/lib/nodejs/unpipe/
1 index.js usr/lib/nodejs/unpipe/
66 %:
77 dh $@
88
9 #override_dh_auto_build:
10
11 #override_dh_auto_test:
12
139 override_dh_installchangelogs:
1410 dh_installchangelogs -k HISTORY.md
+0
-2
debian/tests/control less more
0 Tests: require
1 Depends: node-unpipe
+0
-3
debian/tests/require less more
0 #!/bin/sh
1 set -e
2 nodejs -e "require('unpipe');"