aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a100b67
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: libjpeg-turbo
+Priority: extra
+Maintainer: Alexander Bokovoy <ab@samba.org>
+Uploaders: Tom Gall <tom.gall@linaro.org>
+Build-Depends: debhelper (>= 7.0.50~), automake, libtool, autoconf, dh-autoreconf, nasm [i386]
+Standards-Version: 3.9.1
+Section: libs
+Vcs-Git: git://gitorious.org/meego-image-editor/libjpeg-turbo.git
+
+Package: libturbojpeg-dev
+Section: libdevel
+Architecture: any
+Depends: libturbojpeg6 (= ${binary:Version}), ${misc:Depends}
+Description: Development files for the IJG JPEG library
+ The Independent JPEG Group's JPEG library is a library for handling
+ JPEG files.
+ This variation is from the meego project.
+ .
+ This package contains the static library, headers and documentation.
+Conflicts: libjpeg62-dev, libjpeg8-dev
+Replaces: libjpeg62-dev, libjpeg8-dev
+
+Package: libturbojpeg
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libc
+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.
+Conflicts: libjpeg62, libjepg8
+Replaces: libjpeg62, libjpeg8
+
+Package: libturbojpeg-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}