File: README.source

package info (click to toggle)
bignumber.js 9.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,396 kB
  • sloc: javascript: 41,659; java: 32; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Obtaining upstream tarballs
---------------------------

Some node-*/*.js projects ship the code of other node-*/*.js projects
in their upstream sources. So does bignumber.js.

Upstream has copied some version of bigdecimal.js into the upstream
source tree of bignumber.js. This bigdecimal.js version does not get
shipped in the bignumber.js src:package in Debian.

In order to avoid this we have created a custom get-orig-source stanza
in /debian/rules that removes the completely perf folder (performance tests
of bignumber.js compared to bigdecimal.js) from this src:package.

light+love
Mike Gabriel (aka sunweaver)