diff options
author | Francois Andriot <francois.andriot@free.fr> | 2011-12-10 00:52:28 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2011-12-10 00:52:28 +0100 |
commit | 0b0d138bbc895c01e392bf3fd6c4e916a86935a5 (patch) | |
tree | 3bd01a9b7276d77c891e2f1d061c121599f00a7f /ubuntu/maverick/dependencies/libart-lgpl/debian/control | |
parent | 4368359c6192aaff174d4ec6fde1a8ae0682defa (diff) | |
parent | 947e6baf2df5b3171900c9acd928f06e0da77ac9 (diff) | |
download | tde-packaging-0b0d138bbc895c01e392bf3fd6c4e916a86935a5.tar.gz tde-packaging-0b0d138bbc895c01e392bf3fd6c4e916a86935a5.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/dependencies/libart-lgpl/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/libart-lgpl/debian/control | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/control b/ubuntu/maverick/dependencies/libart-lgpl/debian/control new file mode 100644 index 000000000..b797b51d4 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/control @@ -0,0 +1,42 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. + +Source: libart-lgpl +Section: devel +Priority: optional +Maintainer: Josselin Mouette <joss@debian.org> +Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>, Sebastien Bacher <seb128@debian.org> +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 5), + gnome-pkg-tools (>= 0.7), + cdbs, + dpkg-dev (>= 1.13.19), + automake, autoconf, libtool, libltdl-dev + +Package: libart-2.0-2 +Architecture: any +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Library of functions for 2D graphics - runtime files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. + +Package: libart-2.0-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libart-2.0-2 (= ${binary:Version}), + pkg-config +Description: Library of functions for 2D graphics - development files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. |