~ubuntu-branches/ubuntu/wily/libcap-ng/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo
  • Date: 2014-05-20 20:54:46 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140520205446-msavh2h7t6pi6gjy
Tags: 0.7.3-1.1
* Non-maintainer upload.
* Use dh-autoreconf for better support of new architectures.  Thanks
  Breno Leitao <brenohl@br.ibm.com> (Closes: #745562)
* Do not Build-Depend on python-support, since the package uses dh9 and
  --with python2 (thus using the current dh_python2 utility and rendering
  the other build-dependency obsolete).  Thanks Sebastien Bacher
  <seb128@ubuntu.com> (Closes: #707100)
* Add "Multi-Arch: same" in debian/control to avoid some conflicts in
  dpkg.  Thanks Frédéric Brière <fbriere@fbriere.net> (Closes: #697385)
  - Also change 'Pre-Depends: multiarch-support' to
   'Pre-Depends: ${misc:Pre-Depends}', as recommended in the guides
* Fix typo in package description, thanks Pascal De Vuyst
  <pascal.devuyst@gmail.com> (Closes: #704466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libcap-ng
2
2
Priority: optional
3
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4
 
XSBC-Original-Maintainer: Pierre Chifflier <pollux@debian.org>
 
3
Maintainer: Pierre Chifflier <pollux@debian.org>
5
4
Build-Depends: debhelper (>= 9),
6
5
    dh-autoreconf,
7
6
    autotools-dev,
30
29
Package: libcap-ng0
31
30
Section: libs
32
31
Architecture: any
33
 
Pre-Depends: multiarch-support
 
32
Multi-Arch: same
 
33
Pre-Depends: ${misc:Pre-Depends}
34
34
Depends: ${shlibs:Depends}, ${misc:Depends}
35
35
Description: An alternate POSIX capabilities library
36
36
 This library implements the user-space interfaces to the POSIX
56
56
 The libcap-ng library is intended to make programming with POSIX
57
57
 capabilities much easier than the traditional libcap library.
58
58
 .
59
 
 This package contains utilies for analysing and setting file capabilities.
 
59
 This package contains utilities for analysing and setting file capabilities.
60
60
 
61
61
Package: python-cap-ng
62
62
Section: python