~ubuntu-branches/ubuntu/oneiric/debhelper/oneiric-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-03-14 20:20:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110314202018-e3k73rkx6s7eldh7
Tags: 8.1.2ubuntu2
* multiarch support.  FFe LP: #733501.
* merge changes from upstream git:
  - Started work on Debhelper v9. It is still experimental, and more
    changes may be added to that mode.
  - Support multiarch in v9. Thanks, Steve Langasek. Closes: #617761
  - dh_auto_configure: Support multiarch in v9 by passing multiarch
    directories to --libdir and --libexecdir.
  - dh_makeshlibs: Detect packages using multiarch directories and
    make ${misc:Pre-Depends} expand to multiarch-support.
  - Depend on dpkg-dev (>= 1.16.0) for multiarch support. Note to
    backporters: If you remove that dependency, debhelper will fall back
    to not doing multiarch stuff in v9 mode, which is probably what you
    want.
* Add Daniel Silverstone's patch to give us env variable expansions in
  .install/.link files, needed in order to let us use DEB_HOST_MULTIARCH
  without cumbersome .in files everywhere.  Closes: #614731.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
Package: debhelper
13
13
Architecture: all
14
 
Depends: ${perl:Depends}, ${misc:Depends}, perl-base (>= 5.10), file (>= 3.23), dpkg-dev (>= 1.14.19), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
 
14
Depends: ${perl:Depends}, ${misc:Depends}, perl-base (>= 5.10), file (>= 3.23), dpkg-dev (>= 1.16.0~ubuntu4), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
15
15
Suggests: dh-make
16
16
Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6)
17
17
Description: helper programs for debian/rules