diff options
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debhelper.pod b/debhelper.pod index 9bb06e7..7c88f36 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -516,9 +516,8 @@ Changes from v8 are: Multiarch support. In particular, B<dh_auto_configure> passes multiarch directories to autoconf in --libdir and --libexecdir, while B<dh_makeshlibs> detects packages containing multiarch -directories and sets a Pre-Dependency on multiarch-support is -${misc:Pre-Depends} . A version of dpkg-dev supporting multiarch -is required for this to work. +directories and sets a Pre-Dependency on multiarch-support in +${misc:Pre-Depends} =item v8 |