File: README.source

package info (click to toggle)
virtuoso-opensource 6.1.6%2Bdfsg2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 260,992 kB
  • ctags: 125,220
  • sloc: ansic: 652,748; sql: 458,419; xml: 282,834; java: 61,031; sh: 40,031; cpp: 36,890; cs: 25,240; php: 12,692; yacc: 9,523; lex: 7,018; makefile: 6,157; jsp: 4,484; awk: 1,643; perl: 1,013; ruby: 1,003; python: 326
file content (37 lines) | stat: -rw-r--r-- 1,831 bytes parent folder | download | duplicates (7)
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
The upstream tarball has been repacked, the following files and directories were
removed:

  * binsrc/oat/toolkit/webclip.js
    This file was removed by the previous package maintainer, probably because
    of license issues. The file is licensed under cc-by-sa which doesn't seem
    very appropiate for code, repack-oat.patch fixes virtuoso to make it work
    without this file. Just for the record, this was the license header of 
    webclip.js:
    /* Copyright 2006 Microsoft Corporation.  Microsoft's copyrights in this work are licensed under the Creative Commons */
    /* Attribution-ShareAlike 2.5 License.  To view a copy of this license visit http://creativecommons.org/licenses/by-sa/2.5 */

  * Prebuilt *.jar files.

  * Prebuilt *.dll files.
    repack-tutorial.patch creates some empty *.dll files to fool the
    buildsystem, otherwise the package won't build.

  * libsrc/zlib/* except contrib/minizip/ and contrib/README.contrib
    This is a convenience copy of zlib, we are avoiding to use it passing
    --without-internal-zlib to the configure script. Also repack-zlib.patch
    fixes the zlib related code to work without the convenience copy. The
    reason to not remove minizip is that at least a header is #include'd in
    virtuoso's source code.
  
  * libsrc/util/pcrelib/
    Convenience copy of libpcre, repack-pcre.patch fixes the libpcre related
    code in order to make virtuoso work without this convenience copy.

  * docsrc/stylesheets/docbook/
    Convenience copy of docbook-xsl. No further changes were made to get this
    removal working.

  * debian/
    It's not neccesary to remove this directory when using the source package
    format 3.0 (quilt), but since we are repacking anyway to remove the above
    files/directories I have also removed this one, just for convenience.