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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: liblicense
Section: libs
Priority: extra
Maintainer: Asheesh Laroia <asheesh@asheesh.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>
Standards-Version: 3.9.3
X-Python-Version: >= 2.5
Build-Depends: debhelper (>= 9.20120115~), dh-autoreconf, libcurl4-gnutls-dev,
libvorbis-dev, libtag1-dev, libflac-dev, libraptor-dev, libexempi-dev,
libid3-3.8.3-dev, libgsf-1-dev, python-all-dev (>= 2.5), libglib2.0-dev,
xsltproc, docbook-xsl, libtool, libexpat-dev
Homepage: http://wiki.creativecommons.org/Liblicense
Vcs-Git: git://git.debian.org/collab-maint/liblicense.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/liblicense.git
Package: liblicense-dev
Section: libdevel
Architecture: any
Replaces: liblicense3 (<< 0.8.1-3)
Breaks: liblicense3 (<< 0.8.1-3)
Depends: liblicense3 (= ${binary:Version}), ${misc:Depends}
Description: Development headers for the liblicense package
An implementation of the Creative Commons metadata standards for saving
and retrieving information about media files. This includes the license they
are under, where to get more information, and how to obtain further
permissions.
Package: liblicense3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
liblicense-rdf (= ${source:Version})
Description: Stores and retrieves license information in media files
An implementation of the Creative Commons standards for saving and
retrieving information about media files. This includes the license they
are under, where to get more information, and how to obtain further
permissions.
.
The library itself is targeted at software developers; end users
probably will not intentionally install this.
Package: liblicense-rdf
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: RDF metadata about media license choices
A set of RDF metadata files that contain the information that liblicense
uses to maintain both up-to date and detailed bookkeeping about various
licenses.
.
Some of that data includes:
.
- license name, including translations
- license description, including translations
- license properties, as described by ccREL
Package: liblicense-cli
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line interface for license metadata
A command line interface for the liblicense library, which reads and
writes license information for a given file or the system default.
Package: liblicense-icons
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Icons for Creative Commons and other licenses
A set of icons used by liblicense internally. It could be useful to
other programs that need to display Creative Commons license information
graphically.
Package: python-liblicense
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: This package contains Python bindings to analyze license info
An implementation of the Creative Commons metadata standards for saving
and retrieving information about media files, including the license they
are under, where to get more information, and how to obtain further
permissions.
.
This is the package for Python bindings, allowing applications
in the Python language to use liblicense.
|