diff -Nru node-lazystream-1.0.0/debian/changelog node-lazystream-1.0.1/debian/changelog --- node-lazystream-1.0.0/debian/changelog 2020-03-01 10:52:36.000000000 +0000 +++ node-lazystream-1.0.1/debian/changelog 2021-11-11 16:49:39.000000000 +0000 @@ -1,3 +1,23 @@ +node-lazystream (1.0.1-1) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Apply multi-arch hints. + node-lazystream: Add Multi-Arch: foreign. + + [ Yadd ] + * Bump debhelper compatibility level to 13 + * Modernize debian/watch + * Fix GitHub tags regex + * Fix filenamemangle + * Use dh-sequence-nodejs + * Update standards version to 4.6.0, no changes needed. + * Drop dependency to nodejs + * Mark test dependencies with + * New upstream version 1.0.1 + + -- Yadd Thu, 11 Nov 2021 17:49:39 +0100 + node-lazystream (1.0.0-2) unstable; urgency=medium * Team upload diff -Nru node-lazystream-1.0.0/debian/control node-lazystream-1.0.1/debian/control --- node-lazystream-1.0.0/debian/control 2020-03-01 10:48:02.000000000 +0000 +++ node-lazystream-1.0.1/debian/control 2021-11-11 16:48:44.000000000 +0000 @@ -3,10 +3,10 @@ Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran -Build-Depends: debhelper-compat (= 12) - , nodeunit - , pkg-js-tools (>= 0.9.20~) -Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 13) + , dh-sequence-nodejs + , nodeunit +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-lazystream Vcs-Git: https://salsa.debian.org/js-team/node-lazystream.git Homepage: https://github.com/jpommerening/node-lazystream @@ -16,7 +16,7 @@ Package: node-lazystream Architecture: all Depends: ${misc:Depends} - , nodejs +Multi-Arch: foreign Description: Open streams on demand - Node.js module lazystream is a Node.js module which provides an API to create streams lazily when they are read from or written to. diff -Nru node-lazystream-1.0.0/debian/copyright node-lazystream-1.0.1/debian/copyright --- node-lazystream-1.0.0/debian/copyright 2020-03-01 10:45:52.000000000 +0000 +++ node-lazystream-1.0.1/debian/copyright 2021-11-11 16:48:10.000000000 +0000 @@ -9,7 +9,7 @@ Files: debian/* Copyright: 2014 Andrew Kelley - 2020 Xavier Guimard + 2020 Yadd License: Expat License: Expat diff -Nru node-lazystream-1.0.0/debian/rules node-lazystream-1.0.1/debian/rules --- node-lazystream-1.0.0/debian/rules 2020-03-01 10:42:48.000000000 +0000 +++ node-lazystream-1.0.1/debian/rules 2021-04-15 16:11:00.000000000 +0000 @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ diff -Nru node-lazystream-1.0.0/debian/salsa-ci.yml node-lazystream-1.0.1/debian/salsa-ci.yml --- node-lazystream-1.0.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-lazystream-1.0.1/debian/salsa-ci.yml 2021-04-15 16:11:02.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru node-lazystream-1.0.0/debian/watch node-lazystream-1.0.1/debian/watch --- node-lazystream-1.0.0/debian/watch 2020-02-19 05:45:00.000000000 +0000 +++ node-lazystream-1.0.1/debian/watch 2021-11-11 16:48:11.000000000 +0000 @@ -1,5 +1,5 @@ -version=3 +version=4 opts=\ -dversionmangle=s/\?(debian|dfsg|ds|deb)\d*$//,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-lazystream-$1.tar.gz/ \ - https://github.com/jpommerening/node-lazystream/tags .*/archive/v?([\d\.]+).tar.gz +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-lazystream-$1/ \ + https://github.com/jpommerening/node-lazystream/tags .*/archive/.*/v?([\d\.]+).tar.gz diff -Nru node-lazystream-1.0.0/LICENSE node-lazystream-1.0.1/LICENSE --- node-lazystream-1.0.0/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ node-lazystream-1.0.1/LICENSE 2021-10-22 21:40:43.000000000 +0000 @@ -0,0 +1,23 @@ +Copyright (c) 2013 J. Pommerening, contributors. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN 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 -Nru node-lazystream-1.0.0/LICENSE-MIT node-lazystream-1.0.1/LICENSE-MIT --- node-lazystream-1.0.0/LICENSE-MIT 2015-12-29 16:19:41.000000000 +0000 +++ node-lazystream-1.0.1/LICENSE-MIT 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -Copyright (c) 2013 J. Pommerening, contributors. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN 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 -Nru node-lazystream-1.0.0/package.json node-lazystream-1.0.1/package.json --- node-lazystream-1.0.0/package.json 2015-12-29 16:19:41.000000000 +0000 +++ node-lazystream-1.0.1/package.json 2021-10-22 21:40:43.000000000 +0000 @@ -1,6 +1,6 @@ { "name": "lazystream", - "version": "1.0.0", + "version": "1.0.1", "description": "Open Node Streams on demand.", "homepage": "https://github.com/jpommerening/node-lazystream", "author": { @@ -26,6 +26,11 @@ "scripts": { "test": "nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js" }, + "files": [ + "lib/lazystream.js", + "test/*.js", + "test/*.md" + ], "dependencies": { "readable-stream": "^2.0.5" }, diff -Nru node-lazystream-1.0.0/README.md node-lazystream-1.0.1/README.md --- node-lazystream-1.0.0/README.md 2015-12-29 16:19:41.000000000 +0000 +++ node-lazystream-1.0.1/README.md 2021-10-22 21:40:43.000000000 +0000 @@ -1,7 +1,7 @@ # Lazy Streams > *Create streams lazily when they are read from or written to.* -> `lazystream: 1.0.0` [![Build Status](https://travis-ci.org/jpommerening/node-lazystream.png?branch=master)](https://travis-ci.org/jpommerening/node-lazystream) +> `lazystream: 1.0.1` ## Why? @@ -57,15 +57,19 @@ ```console $ npm install lazystream --save -lazystream@1.0.0 node_modules/lazystream +lazystream@1.0.1 node_modules/lazystream └── readable-stream@2.0.5 ``` ## Changelog +### v1.0.1 + +- [#3](https://github.com/jpommerening/node-lazystream/issues/3): (finally) fixed a long-standing publishing error + ### v1.0.0 -- [#2](https://github.com/jpommerening/node-lazystream/pull/2): [unconditionally](https://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html) use `readable-stream` _2.x_. +- [#2](https://github.com/jpommerening/node-lazystream/issues/2): [unconditionally](https://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html) use `readable-stream` _2.x_. ### v0.2.0 @@ -83,7 +87,7 @@ [Chris Talkington](https://github.com/ctalkington) and his [node-archiver](https://github.com/ctalkington/node-archiver) for providing a use-case. -## [License](LICENSE-MIT) +## [License](LICENSE) Copyright (c) 2013 J. Pommerening, contributors. diff -Nru node-lazystream-1.0.0/.travis.yml node-lazystream-1.0.1/.travis.yml --- node-lazystream-1.0.0/.travis.yml 2015-12-29 16:19:41.000000000 +0000 +++ node-lazystream-1.0.1/.travis.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -sudo: false -language: node_js -node_js: - - "5.2" - - "4.2" - - "0.12" - - "0.10" -# - "0.8" -# - "0.6"