Skip to content
Snippets Groups Projects
Commit ac508ee1 authored by Yashashree Kolhe's avatar Yashashree Kolhe Committed by Yashashree Kolhe
Browse files

Import Debian patch 1.2.0-1

parent 8115f2ae
No related merge requests found
node-progress-stream (1.2.0-1) UNRELEASED; urgency=low
[ FIX_ME debian author Sun, 08 Jan 2017 11:32:46 +0530 ]
* Initial release (Closes: #nnnn)
[ Yashashree Kolhe ]
* New upstream release
-- Yashashree Kolhe <yashashree@debian-sid> Sun, 08 Jan 2017 11:33:14 +0530
9
Source: node-progress-stream
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: FIX_ME debian author
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/freeall/progress-stream#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-progress-stream.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-progress-stream.git
Package: node-progress-stream
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-through2 (>= 0.2.3)
, node-speedometer (>= 0.1.2)
Description: Read the progress of a stream
FIX_ME long description
.
Node.js is an event-based server-side JavaScript engine.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: progress-stream
Upstream-Contact: https://github.com/freeall/progress-stream/issues
Source: https://github.com/freeall/progress-stream#readme
Files: *
Copyright: 2017 freeall <freeall@gmail.com>
License: BSD-2-Clause
Files: debian/*
Copyright: 2017 FIX_ME debian author
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.
README.md
index.js usr/lib/nodejs/progress-stream/
package.json usr/lib/nodejs/progress-stream/
#!/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:
3.0 (quilt)
Tests: require
Depends: node-progress-stream
#!/bin/sh
set -e
nodejs -e "require('progress-stream');"
version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-progress-stream-$1.tar.gz/ \
https://github.com/freeall/progress-stream/tags .*/archive/v?([\d\.]+).tar.gz
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment