aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-08-29 09:28:27 -0500
committerTom Gall <tom.gall@linaro.org>2011-08-29 09:28:27 -0500
commitc14f6455230cbff4948fde981eed116298f5abb6 (patch)
tree31dc1e6fc84651cd518d9bd9d2b91571c8e2609f /debian/control
parent0c0e874b223e9ccc4a756c471f8792102b2d34a4 (diff)
sync to 1.1.90 upstream, change 691
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ec5f951
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: libjpeg-turbo
+Priority: extra
+Maintainer: Linaro Developers <linaro-dev@linaro.org>
+Uploaders: Tom Gall <tom.gall@linaro.org>
+Build-Depends: debhelper (>= 8.1.2ubuntu2), dh-autoreconf, nasm [amd64 i386]
+Standards-Version: 3.9.1
+Section: libs
+Vcs-Git: git://git.linaro.org/people/tomgall/libjpeg-turbo/libjpeg-turbo.git
+
+Package: libjpeg-turbo62
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: dpkg-dev, ${misc:Pre-Depends}
+Replaces: libjpeg62
+Description: The Independent JPEG Group's JPEG runtime library
+ The Independen`t JPEG Group's JPEG library is a library for handling
+ JPEG files.
+ This variation is from the meego project which includes further
+ optimizations.
+ .
+ This package contains the shared library.
+
+Package: libjpeg-turbo-progs
+Architecture: any
+Description: Programs for manipulating JPEG files
+ This package contains programs for manipulating JPEG files:
+ cjpeg/djpeg: convert to/from the JPEG file format
+ rdjpgcom/wrjpgcom: read/write comments in JPEG files
+ jpegtran: lossless transformations of JPEG files
+ jpegexiforient/exifautotran: manipulate EXIF orientation tag
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: libjpeg-progs, dpkg-dev, ${misc:Pre-Depends}