Codebase list node-read-file / debian/0.2.0-1
Imported Debian patch 0.2.0-1 Thorsten Alteholz 8 years ago
11 changed file(s) with 98 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 node-read-file (0.2.0-1) unstable; urgency=medium
1
2 * Initial release
3
4 -- Thorsten Alteholz <debian@alteholz.de> Sat, 05 Mar 2016 12:31:37 +0100
5
0 Source: node-read-file
1 Section: web
2 Priority: optional
3 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
4 Uploaders: Thorsten Alteholz <debian@alteholz.de>
5 Build-Depends:
6 debhelper (>= 9)
7 , dh-buildinfo
8 , nodejs
9 Standards-Version: 3.9.7
10 Homepage: https://github.com/jonschlinkert/read-file
11 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-read-file.git
12 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-read-file.git
13
14 Package: node-read-file
15 Architecture: all
16 Depends:
17 ${misc:Depends}
18 , nodejs
19 Description: wrapper around fs.readFile and fs.readFileSync
20 Thin wrapper around fs.readFile and fs.readFileSync that also strips
21 byte order marks when utf8 encoding is chosen. Also optionally replaces
22 windows newlines with unix newlines.
23 .
24 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: read-file
2 Upstream-Contact: https://github.com/jonschlinkert/read-file/issues
3 Source: https://github.com/jonschlinkert/read-file
4
5 Files: *
6 Copyright: 2016 Jon Schlinkert (https://github.com/jonschlinkert)
7 License: Expat
8
9 Files: debian/*
10 Copyright: 2016 Thorsten Alteholz <debian@alteholz.de>
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/read-file/
1 index.js usr/lib/nodejs/read-file/
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-read-file
0 #!/bin/sh
1 set -e
2 nodejs -e "require('read-file');"
0 version=3
1 # It is not recommended use fakeupstream. Please investigate more.
2 # Take a look at https://wiki.debian.org/debian/watch/
3 # See also fakeupstream: http://anonscm.debian.org/viewvc/qa/trunk/cgi-bin/fakeupstream.cgi?view=markup
4 opts=\
5 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
6 filenamemangle=s/.*=// \
7 http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=npmjs/read-file .*=read-file-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))