Codebase list emscripten / 440c4c4
fix extend patch 2003 to avoid third_party files which confuses lintian or breaks python3 packaging hook Jonas Smedegaard 3 years ago
1 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Description: avoid install packaging files
1 Also avoid third-party files unused at runtime,
2 confusing packaging routines.
13 Author: Jonas Smedegaard <dr@jones.dk>
24 Last-Update: 2020-10-05
35 ---
46 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
57 --- a/tools/install.py
68 +++ b/tools/install.py
7 @@ -27,10 +27,25 @@
9 @@ -27,10 +27,29 @@
810 .git
911 cache
1012 cache.lock
2224 +package-lock.json
2325 +README.md
2426 +requirements-dev.txt
27 +third_party/jni
28 +third_party/ply/doc
29 +third_party/ply/example
30 +third_party/websockify
2531 '''.split()
2632
2733 EXCLUDE_PATTERNS = '''