File: README.source

package info (click to toggle)
node-unicode-data 0~20220914%2Bgitb601441-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 89,996 kB
  • sloc: javascript: 1,716; makefile: 27; sh: 23
file content (11 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
How to get the sources?
=======================

Upstream doesn't want to tag release : he runs the scripts, obtains unicode-*
packages, commits them and gives them versions.

So to get something useful, we take a git commit and use it to generate the
package ; with the following modifications:
- remove .git/
- remove data/ (which means we have our own resources.js)
- remove tests/ (they basically ship prebuilt data to make a comparison)