Codebase list node-strip-indent / 98e6a80
Import Debian patch 2.0.0-1 Sruthi Chandran authored 7 years ago Sruthi committed 7 years ago
11 changed file(s) with 93 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 node-strip-indent (2.0.0-1) UNRELEASED; urgency=low
1
2 * Initial release (Closes: #nnnn)
3
4 -- Sruthi Chandran <srud@disroot.org> Tue, 25 Oct 2016 11:49:10 +0530
5
0 Source: node-strip-indent
1 Section: web
2 Priority: optional
3 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
4 Uploaders: Sruthi Chandran <srud@disroot.org>
5 Build-Depends:
6 debhelper (>= 9)
7 , dh-buildinfo
8 , nodejs
9 Standards-Version: 3.9.7
10 Homepage: https://github.com/sindresorhus/strip-indent#readme
11 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-strip-indent.git
12 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-strip-indent.git
13
14 Package: node-strip-indent
15 Architecture: all
16 Depends:
17 ${misc:Depends}
18 , nodejs
19 Description: Strip leading whitespace from each line in a string
20 FIX_ME long description
21 .
22 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: strip-indent
2 Upstream-Contact: https://github.com/sindresorhus/strip-indent/issues
3 Source: https://github.com/sindresorhus/strip-indent#readme
4
5 Files: *
6 Copyright: 2016 Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
7 License: Expat
8
9 Files: debian/*
10 Copyright: 2016 Sruthi Chandran <srud@disroot.org>
11 License: Expat
12
13 License: Expat
14 Permission is hereby granted, free of charge, to any person
15 obtaining a copy of this software and associated documentation files
16 (the "Software"), to deal in the Software without restriction,
17 including without limitation the rights to use, copy, modify, merge,
18 publish, distribute, sublicense, and/or sell copies of the Software,
19 and to permit persons to whom the Software is furnished to do so,
20 subject to the following conditions:
21 .
22 The above copyright notice and this permission notice shall be
23 included in all copies or substantial portions of the Software.
24 .
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
33
0 readme.md
0 package.json usr/lib/nodejs/strip-indent/
1 index.js usr/lib/nodejs/strip-indent/
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-strip-indent
0 #!/bin/sh
1 set -e
2 nodejs -e "require('strip-indent');"
0 version=3
1 opts=\
2 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
3 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-strip-indent-$1.tar.gz/ \
4 https://github.com/sindresorhus/strip-indent/tags .*/archive/v?([\d\.]+).tar.gz