diff options
author | Michele Calgaro <[email protected]> | 2018-06-21 17:55:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-06-21 17:56:41 +0900 |
commit | 8bb2f63591a9168b8621cd3a4a7359eb1b40426a (patch) | |
tree | 9bd2e34cfa30b3af4e8e23d2fc84464665759db4 /ubuntu/maverick/dependencies/libart-lgpl/debian/control.in | |
parent | 6b52185b128c646c43ce199df7c32593276c4f48 (diff) | |
download | tde-packaging-8bb2f63591a9168b8621cd3a4a7359eb1b40426a.tar.gz tde-packaging-8bb2f63591a9168b8621cd3a4a7359eb1b40426a.zip |
DEB: Removed dependency on gnome-pkg-tools for digikam, krusader and
libart-lgpl
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 02dbbffa606c3c52833bbaf3dc5c5a050f295dbf)
Diffstat (limited to 'ubuntu/maverick/dependencies/libart-lgpl/debian/control.in')
-rw-r--r-- | ubuntu/maverick/dependencies/libart-lgpl/debian/control.in | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/control.in b/ubuntu/maverick/dependencies/libart-lgpl/debian/control.in deleted file mode 100644 index 168168b28..000000000 --- a/ubuntu/maverick/dependencies/libart-lgpl/debian/control.in +++ /dev/null @@ -1,43 +0,0 @@ -Source: libart-lgpl -Section: devel -Priority: optional -Maintainer: Josselin Mouette <[email protected]> -Uploaders: @GNOME_TEAM@ -Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 5), quilt, - gnome-pkg-tools (>= 0.7), - cdbs, - dpkg-dev (>= 1.13.19), - automake, libtool, libltdl-dev - -Package: libart-2.0-2 -Architecture: any -Multi-Arch: same -Section: libs -Replaces: libart-2.0-2 (<< 4:14.0.0~) -Breaks: libart-2.0-2 (<< 4:14.0.0~) -Pre-Depends: ${misc:Pre-Depends} -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 -Replaces: libart-2.0-dev (<< 4:14.0.0~) -Breaks: libart-2.0-dev (<< 4:14.0.0~) -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. |