File: README.source

package info (click to toggle)
jas-plotter 2.2.6%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,032 kB
  • ctags: 5,159
  • sloc: java: 30,096; xml: 501; makefile: 5
file content (39 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (2)
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
Information about jas-plotter
------------------------------

DEBIANIZATION

This package was debianized using the mh_make command
from the maven-debian-helper package.

The build system uses Maven but prevents it from downloading
anything from the Internet, making the build compliant with
the Debian policy.


QUILT

This package uses quilt to manage all modifications to the upstream
source.  Changes are stored in the source package as diffs in
debian/patches and applied during the build.  Please see:

    /usr/share/doc/quilt/README.source

for more information on how to apply the patches, modify patches, or
remove a patch.


REPACKAGING

The original tarball for this package has been modified, because it
included some code with problematic copyright status. The following
files and directories were deleted:
 * src/main/java/tablelayout (not DFSG compliant);
 * src/main/java/jas/util/layout/PnutsLayout.java (SPL license, not
   GPL compatible and hardly DFSG compliant);
 * src/main/java/jas/util/xml/XMLCharacterProperties.java (Apache 1.1
   license, not GPL compatible).

The removed code wasn't needed, or it was simply replaceable. See
quilt patches for replacing code.