summaryrefslogtreecommitdiffstats
path: root/debian/control.in
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-09-17 22:23:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-09-17 22:23:19 +0200
commit634771a9b02658f529b9106041cb60a252a6cb16 (patch)
tree9d0e0d118674f008b485ee0a4136fb732a4aa06d /debian/control.in
parentda755a6dd6ce5a90715440d53a743b61ac5b1fef (diff)
downloadlibart-lgpl-634771a9b02658f529b9106041cb60a252a6cb16.tar.gz
libart-lgpl-634771a9b02658f529b9106041cb60a252a6cb16.zip
Remove Debian packaging filesr14.0.1r14.0.0
Packaging files are located in separate git repository
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 12f7ab4..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,37 +0,0 @@
-Source: libart-lgpl
-Section: devel
-Priority: optional
-Maintainer: Josselin Mouette <joss@debian.org>
-Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 5),
- gnome-pkg-tools (>= 0.7),
- cdbs,
- dpkg-dev (>= 1.13.19),
- autotools-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.