File: README.source

package info (click to toggle)
josm 0.0.svn18646%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216,968 kB
  • sloc: java: 389,442; xml: 199,920; perl: 10,155; jsp: 265; sh: 182; makefile: 114; javascript: 74; python: 29
file content (45 lines) | stat: -rw-r--r-- 1,406 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

Notes about JOSM source code in Debian
--------------------------------------

The source tarball for this package is obtained by
exporting a snapshot of the trunk in the upstream
development SVN:

https://josm.openstreetmap.de/svn/trunk

Since the translation files are stored in a different
repository, the i18n/ directory is obtained exporting
the SVN directory:

https://svn.openstreetmap.org/applications/editors/josm/i18n/

Moreover, some files had to be deleted at tarball creating
time, both because licensing issue and to save space from
unused files (such as autogenerated files).

Particularly, these files and directory were removed:

 * The icons directory, images/style/standard/, since all
   the used map icons are already available in the packages
   openstreetmap-map-icons-*.

 * Many embedded libraries, both in source code and JAR
   format. Instead, the corresponding Debian packages are
   used.

 * The images_nodist/ directory, which is not meant to
   be distributed.

 * Most of data_nodist/ directory/ (some of its files were
   needed to rebuild autogenerated code).

 * The i18n files contained in data/, since they're anyway
   rebuilt from to original *.po files.

 * The files src/org/openstreetmap/josm/data/imagery/types/*,
   which are autogenerated.

The get-orig-source target in debian/rules performs all the
operations needed to build the DFSG clean JOSM package.