Package: debhelper Version: 13.2 Severity: minor Tags: patch Hi,
Thanks for taking care of debhelper! What do you think about the attached trivial patch that corrects the order of arguments to `update-alternatives --slave` in the example in the dh_installalternatives documentation? Thanks again, and keep up the great work! G'luck, Peter -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'testing-debug') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.7.0-1-amd64 (SMP w/8 CPU threads) Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages debhelper depends on: ii autotools-dev 20180224.1 ii dh-autoreconf 19 ii dh-strip-nondeterminism 1.9.0-1 ii dpkg 1.19.7 ii dpkg-dev 1.19.7 ii dwz 0.13-5 ii file 1:5.38-5 ii libdebhelper-perl 13.2 ii libdpkg-perl 1.19.7 ii man-db 2.9.3-2 ii perl 5.30.3-4 ii po-debconf 1.0.21 debhelper recommends no packages. Versions of packages debhelper suggests: pn dh-make <none> -- no debconf information
From 867a4211061a43aa09c0ee2c1cf5ff959fd4a1ac Mon Sep 17 00:00:00 2001 From: Peter Pentchev <r...@ringlet.net> Date: Sun, 26 Jul 2020 01:29:32 +0300 Subject: [PATCH] Fix the dh_installalternatives dependents example. The order of the arguments was reversed. --- dh_installalternatives | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dh_installalternatives b/dh_installalternatives index 1961ac29..c984af08 100755 --- a/dh_installalternatives +++ b/dh_installalternatives @@ -35,11 +35,11 @@ An example of the format: Link: /usr/bin/editor Alternative: /usr/bin/vim.basic Dependents: - /usr/share/man/man1/vim.1.gz editor.1.gz /usr/share/man/man1/editor.1.gz - /usr/share/man/fr/man1/vim.1.gz editor.fr.1.gz /usr/share/man/fr/man1/editor.1.gz - /usr/share/man/it/man1/vim.1.gz editor.it.1.gz /usr/share/man/it/man1/editor.1.gz - /usr/share/man/pl/man1/vim.1.gz editor.pl.1.gz /usr/share/man/pl/man1/editor.1.gz - /usr/share/man/ru/man1/vim.1.gz editor.ru.1.gz /usr/share/man/ru/man1/editor.1.gz + /usr/share/man/man1/editor.1.gz editor.1.gz /usr/share/man/man1/vim.1.gz + /usr/share/man/fr/man1/editor.1.gz editor.fr.1.gz /usr/share/man/fr/man1/vim.1.gz + /usr/share/man/it/man1/editor.1.gz editor.it.1.gz /usr/share/man/it/man1/vim.1.gz + /usr/share/man/pl/man1/editor.1.gz editor.pl.1.gz /usr/share/man/pl/man1/vim.1.gz + /usr/share/man/ru/man1/editor.1.gz editor.ru.1.gz /usr/share/man/ru/man1/vim.1.gz Priority: 50 The fields B<Link>, B<Name>, B<Alternative>, and B<Priority> are mandatory and correspond -- 2.27.0
signature.asc
Description: PGP signature