File: README.source

package info (click to toggle)
libkml 1.3.0~r864%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 27,396 kB
  • ctags: 13,514
  • sloc: cpp: 65,998; sh: 19,598; ansic: 13,333; python: 3,289; makefile: 2,645; xml: 1,806; php: 223; java: 195; ruby: 109; perl: 108
file content (22 lines) | stat: -rw-r--r-- 855 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
libkml for Debian
-----------------

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.

The main difference among Google's tarball and Debian one is the
use of system libraries instead of the inner ones whenever possible. 
Specifically the embedded uriparser is skipped and changed with
the system provided. The Boost library is currently so oldi (and weak) 
that it is better using the internal one (which is not exposed).

This is done by changing the Makefile.am automake set of scripts
and autoreconfiguring. Quilt is used to patch the build system and
dh-autoreconf to reconfigure it.