Package: creduce
Version: 2.10.0+20200116-1
Severity: minor
Tags: patch

$ man creduce
[...]
SEE ALSO
       The full documentation for creduce is maintained as a Texinfo manual.  
If the info and creduce programs are properly installed at your site, the 
command

              info creduce

       should give you access to the complete manual.


There is no creduce Texinfo manual. This notification is an artifact of not 
passing "--no-info" to help2man.

Attached is a patch, thanks!

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.0-1-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages creduce depends on:
ii  clang-format-9           1:9.0.1-12
ii  libbenchmark-timer-perl  0.7112-1
ii  libc6                    2.30-8
ii  libexporter-lite-perl    0.08-1
ii  libfile-which-perl       1.23-1
ii  libgetopt-tabular-perl   0.3-2
ii  libllvm9                 1:9.0.1-12
ii  libregexp-common-perl    2017060201-1
ii  libstdc++6               10.1.0-1
ii  libterm-readkey-perl     2.38-1+b1

Versions of packages creduce recommends:
ii  clang  1:9.0-49.1
ii  gcc    4:9.2.1-3.1

creduce suggests no packages.

-- no debconf information
diff -Nru creduce-2.10.0+20200116/debian/changelog 
creduce-2.10.0+20200116/debian/changelog
--- creduce-2.10.0+20200116/debian/changelog    2020-01-16 12:24:59.000000000 
+0100
+++ creduce-2.10.0+20200116/debian/changelog    2020-05-19 09:49:31.000000000 
+0200
@@ -1,3 +1,10 @@
+creduce (2.10.0+20200116-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Remove reference to non-existant Texinfo manual
+
+ -- Michael R. Crusoe <michael.cru...@gmail.com>  Tue, 19 May 2020 09:49:31 
+0200
+
 creduce (2.10.0+20200116-1) unstable; urgency=medium
 
   * New upstream snapshot.
diff -Nru creduce-2.10.0+20200116/debian/rules 
creduce-2.10.0+20200116/debian/rules
--- creduce-2.10.0+20200116/debian/rules        2020-01-16 12:24:59.000000000 
+0100
+++ creduce-2.10.0+20200116/debian/rules        2020-05-19 09:49:08.000000000 
+0200
@@ -26,7 +26,7 @@
 ifeq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
        if which help2man >/dev/null 2>&1; then \
          v=$$(creduce/creduce --help| awk '/^creduce/ { print $$2 }'); \
-         help2man --name='C and C++ program reducer' --version-string=$$v 
creduce/creduce > debian/creduce.1; \
+         help2man --no-info --name='C and C++ program reducer' 
--version-string=$$v creduce/creduce > debian/creduce.1; \
        fi
 endif
 

Reply via email to