~ubuntu-branches/ubuntu/saucy/libjpeg6b/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2007-08-16 22:59:21 UTC
  • Revision ID: james.westby@ubuntu.com-20070816225921-vk7fsapj4mxi5v9f
Tags: 6b-14
* The "Lino" release.
* exifautotran:
  - fix typo in manpage. closes: #376371, thanks Reuben Thomas.
  - preserve file mode. closes: #383379, thanks Vincent Arkesteijn.
* debian/control, debian/rules, debian/compat:
  + switch to debhelper v5
  + add libjpeg-dbg debugging package.
* debian/rules: remove - before "make clean" rules.
* Add patch 204_jpegtran_man to improve readability of manpage.
  closes: #437453. Thanks Jorgen Grahn.
* jpegexiforient.1: Apply patch from Jorgen Grahn to improve formatting.
  closes: #437446.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Maintainer: Bill Allombert <ballombe@debian.org>
3
3
Section: graphics
4
4
Priority: optional
5
 
Build-Depends: debhelper (>= 4), autotools-dev, libtool, sharutils
 
5
Build-Depends: debhelper (>= 5), autotools-dev, libtool, sharutils
6
6
Standards-Version: 3.7.2
7
7
 
8
8
Package: libjpeg62
24
24
 .
25
25
 This package contains the static library, headers and documentation.
26
26
Provides: libjpeg-dev
27
 
Depends: libjpeg62 (=${Source-Version}), libc-dev
 
27
Depends: libjpeg62 (=${binary:Version}), libc-dev
 
28
 
 
29
Package: libjpeg62-dbg
 
30
Architecture: any
 
31
Section: libdevel
 
32
Priority: extra
 
33
Description: Development files for the IJG JPEG library
 
34
 The Independent JPEG Group's JPEG library is a library for handling
 
35
 JPEG files.
 
36
 .
 
37
 This package contains the debugging symbols for libjpeg.
 
38
Provides: libjpeg-dbg
 
39
Depends: libjpeg62 (=${binary:Version})
28
40
 
29
41
Package: libjpeg-progs
30
42
Architecture: any