~ubuntu-branches/ubuntu/intrepid/file/intrepid-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-07-01 18:46:00 UTC
  • Revision ID: james.westby@ubuntu.com-20080701184600-ql2b5yzs50rbxv9b
Tags: 4.24-4
* Adding patch from Jelmer Vernooij <jelmer@samba.org> to add new
  magics for bzr (Closes: #488742).
* Adding symlinks to /usr/share/misc to conform to the LSB, thanks to
  Matthias Klose <doko@debian.org>.
* Adding zlibg1-dev to libmagic-dev depends (Closes: #472856).
* Adding patch to revert upstream change to stop build plain magic
  files. This fixes #481247 correctly now (Closes: #481247).
* Reverting previous wrong NMU.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: utils
3
3
Priority: standard
4
4
Maintainer: Daniel Baumann <daniel@debian.org>
5
 
Build-Depends: debhelper (>= 6), dpatch, autotools-dev, libtool, python, python-all-dev, python-all-dbg, zlib1g-dev
6
 
Standards-Version: 3.7.3
 
5
Build-Depends: debhelper (>= 7), dpatch, autotools-dev, autoconf, automake, libtool, python, python-all-dev, python-all-dbg, zlib1g-dev
 
6
Standards-Version: 3.8.0
7
7
Homepage: http://www.darwinsys.com/file/
8
8
Vcs-Browser: http://git.debian.net/?p=file.git
9
9
Vcs-Git: git://git.debian.net/git/file.git
37
37
Section: libdevel
38
38
Priority: optional
39
39
Architecture: any
40
 
Depends: libmagic1 (= ${binary:Version})
 
40
Depends: libmagic1 (= ${binary:Version}), zlib1g-dev
41
41
Suggests: file
42
42
Description: File type determination library using "magic" numbers (development)
43
43
 This library can be used to classify files according to magic number tests. It