Package: apt-file Version: 2.5.0 Severity: wishlist The following patch (agaĆnst 2011-12-11 Svn 19689):
- Orders items alphabetically - help option is put last (GNU's suggested convention, see e.g. cp) -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages apt-file depends on: ii curl 7.22.0-3 ii libapt-pkg-perl 0.1.25 ii libconfig-file-perl 1.50-2 ii liblist-moreutils-perl 0.33-1 ii libregexp-assemble-perl 0.35-2 ii perl 5.12.4-6 ii perl-modules [libfile-temp-perl] 5.12.4-6 Versions of packages apt-file recommends: ii dpkg-dev 1.16.1.2 ii python-apt 0.8.0 Versions of packages apt-file suggests: ii openssh-client 1:5.9p1-2 ii sudo 1.8.3p1-2 -- no debconf information
>From 3815c97272a9678a506c29ee61014f8b08bde9fb Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aa...@cante.net> Date: Sun, 11 Dec 2011 13:17:26 +0200 Subject: [PATCH] apt-file: (print_help): Order items alphabetically Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <jari.aa...@cante.net> --- apt-file | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apt-file b/apt-file index b32b812..5a9f40d 100755 --- a/apt-file +++ b/apt-file @@ -542,22 +542,22 @@ apt-file [options] -f action <file> apt-file [options] -D action <debfile> Configuration options: - --sources-list -s <file> sources.list location - --cache -c <dir> Cache directory --architecture -a <arch> Use specific architecture + --cache -c <dir> Cache directory --cdrom-mount -d <cdrom> Use specific cdrom mountpoint - --from-file -f Read patterns from file(s), one per line - (use '-' for stdin) + --dummy -y run in dummy mode (no action) + --fixed-string -F Do not expand pattern --from-deb -D Use file list of .deb package(s) as patterns; implies -F + --from-file -f Read patterns from file(s), one per line + (use '-' for stdin) + --ignore-case -i Ignore case distinctions --non-interactive -N Skip schemes requiring user input (useful in cron jobs) --package-only -l Only display packages name - --fixed-string -F Do not expand pattern - --ignore-case -i Ignore case distinctions --regexp -x pattern is a regular expression + --sources-list -s <file> sources.list location --verbose -v run in verbose mode - --dummy -y run in dummy mode (no action) --help -h Show this help. -- End of options (neccessary if pattern starts with a '-') -- 1.7.7.3