~ubuntu-branches/ubuntu/trusty/hfsprogs/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Rogério Brito
  • Date: 2012-03-12 08:16:11 UTC
  • Revision ID: package-import@ubuntu.com-20120312081611-joutfy0lykjlvblm
Tags: 332.25-10
* debian/compat:
  + Set to 9 to gain the hardening flags for compilation.
* debian/control:
  + Simple run of `wrap-and-sort -sav` for legibility.
  + Update Standards-Version to 3.9.3, with no further changes.
  + B-D on debhelper >= 9 and drop versioned B-D on dpkg-dev.
* debian/rules:
  + First steps toward making the build rules saner with dh.
  + Change from `dh_clean -k` to `dh_prep`.
  + Make declarative use of `dh_auto_clean`.
* debian/patches:
  + Add patch from Matthew Garrett to fix UUID creation. Thanks to
    Matthew Garrett for the patch and Lars Noodén for reporting.
    (LP:737002)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
DM-Upload-Allowed: yes
5
5
Maintainer: Rogério Brito <rbrito@ime.usp.br>
6
6
Homepage: http://www.opensource.apple.com/darwinsource/10.4/
7
 
Build-Depends: debhelper (>= 5), libssl-dev, libbsd-dev, hardening-wrapper
8
 
Standards-Version: 3.9.1
 
7
Build-Depends:
 
8
 debhelper (>= 9),
 
9
 libbsd-dev,
 
10
 libssl-dev
 
11
Standards-Version: 3.9.3
9
12
 
10
13
Package: hfsprogs
11
14
Architecture: any
12
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
15
Depends:
 
16
 ${misc:Depends},
 
17
 ${shlibs:Depends}
13
18
Description: mkfs and fsck for HFS and HFS+ file systems
14
19
 The HFS+ file system used by Apple Computer for their Mac OS is
15
20
 supported by the Linux kernel.  Apple provides mkfs and fsck for