File: README.source

package info (click to toggle)
sqljet 1.1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,364 kB
  • sloc: java: 36,711; ansic: 695; xml: 232; makefile: 31; sh: 19; sql: 14; php: 4
file content (14 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The upstream tarball has been modified as follows:

  * Binary gradle-wrapper.jar was removed
  * SqlLexer.java, SqlParser.java and Sql.tokens were removed as they are generated
    from Sql.g
  * tsrc.tar.gz was removed as it contains a duplicate copy of a part of SQLite
    C source code
  * Removed prettify.js and prettify.css from sqljet-distribution/src/main/site.
    These files are minified and lack uncompressed source form. In case anyone will
    want to use the contents of sqljet-distribution folder, sources of Prettify can
    be downloaded from [1]. None of these files is required for building the actual
    Debian packages.

[1] http://code.google.com/p/google-code-prettify/