Skip to content
Snippets Groups Projects
Commit 2368db0e authored by Yadd's avatar Yadd
Browse files

Embed typescript declarations and repack

parent 300c5155
No related branches found
No related tags found
No related merge requests found
......@@ -3,25 +3,24 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper-compat (= 13)
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, rollup
, node-d3-array <!nocheck>
, node-rollup-plugin-terser
, node-tape <!nocheck>
, node-seedrandom <!nocheck>
, node-d3-array <!nocheck>
, node-tape <!nocheck>
, rollup
Standards-Version: 4.6.2
Homepage: https://d3js.org/d3-random/
Vcs-Git: https://salsa.debian.org/js-team/node-d3-random.git
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-random
Vcs-Git: https://salsa.debian.org/js-team/node-d3-random.git
Homepage: https://d3js.org/d3-random/
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-d3-random
Architecture: all
Depends:
${misc:Depends}
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Generate random numbers from various distributions
This module provides an easy to use API over default Math.random().
......
......@@ -2,6 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: d3-random
Upstream-Contact: https://github.com/d3/d3-random/issues
Source: https://d3js.org/d3-random/
https://registry.npmjs.org/@types/d3-random
Files: *
Copyright: 2010-2016 Mike Bostock (http://bost.ocks.org/mike)
......@@ -11,6 +12,10 @@ Files: debian/*
Copyright: 2017 Pirate Praveen <praveen@debian.org>
License: BSD-3-Clause
Files: types-*/*
Copyright: Microsoft Corporation
License: Expat
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
......@@ -36,3 +41,23 @@ License: BSD-3-clause
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: Expat
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.
[DEFAULT]
pristine-tar = True
pristine-tar=True
component=['types-d3-random']
[import-orig]
filter = [ '.gitattributes', '.gitignore', '.travis.yml', '.git*' ]
filter=[ '.gitattributes', '.gitignore', '.travis.yml', '.git*' ]
*
\ No newline at end of file
# Generic types-* path
add-component-copyright types-*
......@@ -2,4 +2,7 @@ version=4
opts=\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-d3-random-$1/ \
https://github.com/d3/d3-random/tags .*/archive/.*/v?([\d\.]+).tar.gz
https://github.com/d3/d3-random/tags .*/archive/.*/v?([\d\.]+).tar.gz group
opts="searchmode=plain,component=types-d3-random,ctype=nodejs,pgpmode=none,filenamemangle=s/^.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-types-d3-random-$1/" \
https://registry.npmjs.org/@types/d3-random https://registry.npmjs.org/@types/d3-random/-/d3-random-([\d\.]+)@ARCHIVE_EXT@ group
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment