Package: ledger Version: 3.1.2~pre1+g3a00e1c+dfsg1-1 Severity: minor Tags: upstream patch
Hello, The ledger(1) manpage misses the short commandline option -f (for --file). See attached patch to fix this documentation issue. Cheers, jonas -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages ledger depends on: ii libboost-filesystem1.61.0 1.61.0+dfsg-2.1+b1 ii libboost-iostreams1.61.0 1.61.0+dfsg-2.1+b1 ii libboost-python1.61.0 1.61.0+dfsg-2.1+b1 ii libboost-regex1.61.0 1.61.0+dfsg-2.1+b1 ii libboost-system1.61.0 1.61.0+dfsg-2.1+b1 ii libc6 2.24-3 ii libgcc1 1:6.1.1-11 ii libgmp10 2:6.1.1+dfsg-1 ii libicu57 57.1-4 ii libmpfr4 3.1.4-2 ii libpython2.7 2.7.12-3 ii libstdc++6 6.1.1-11 ledger recommends no packages. ledger suggests no packages. -- no debconf information
diff -Nru ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/changelog ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/changelog --- ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/changelog 2016-09-13 16:55:15.000000000 +0200 +++ ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/changelog 2016-10-03 11:31:17.000000000 +0200 @@ -1,3 +1,11 @@ +ledger (3.1.2~pre1+g3a00e1c+dfsg1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * debian/patches/0006-ledger_man_f_option.patch: add short commandline + option '-f' to ledger(1) manpage. + + -- Jonas Meurer <[email protected]> Mon, 03 Oct 2016 11:31:17 +0200 + ledger (3.1.2~pre1+g3a00e1c+dfsg1-1) unstable; urgency=medium * New upstream release snapshot diff -Nru ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/0006-ledger_man_f_option.patch ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/0006-ledger_man_f_option.patch --- ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/0006-ledger_man_f_option.patch 1970-01-01 01:00:00.000000000 +0100 +++ ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/0006-ledger_man_f_option.patch 2016-10-03 11:31:04.000000000 +0200 @@ -0,0 +1,19 @@ +From: Jonas Meurer <[email protected]> +Date: Mon, 03 Oct 2016 11:30:23 +0200 +Subject: [PATCH 6/6] Add short commandine option -f to manpage + +--- + +Index: b/doc/ledger.1 +=================================================================== +--- a/doc/ledger.1 ++++ b/doc/ledger.1 +@@ -579,7 +579,7 @@ Direct + to require pre-declarations for entities (such as accounts, + commodities and tags) rather than taking entities from cleared + transactions as defined. +-.It Fl \-file Ar FILE ++.It Fl \-file Ar FILE Pq Fl f + Read journal data from + .Ar FILE . + .It Fl \-first Ar INT diff -Nru ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/series ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/series --- ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/series 2016-09-13 16:55:15.000000000 +0200 +++ ledger-3.1.2~pre1+g3a00e1c+dfsg1/debian/patches/series 2016-10-03 11:29:42.000000000 +0200 @@ -4,3 +4,4 @@ 0003-remove-more-minified-jquery-javascript.patch 0004-remove-contrib-CSVReader.cs.patch 0005-Fix-compilation-error-with-boost-1.61.patch +0006-ledger_man_f_option.patch

