[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#961004: marked as done (creduce: Man page references nonexistant Texinfo manual)



Your message dated Fri, 08 Jan 2021 13:48:35 +0000
with message-id <E1kxs83-000CDz-7Z@fasolo.debian.org>
and subject line Bug#961004: fixed in creduce 2.10.0+20201029-2
has caused the Debian Bug report #961004,
regarding creduce: Man page references nonexistant Texinfo manual
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
961004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961004
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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.crusoe@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
 

--- End Message ---
--- Begin Message ---
Source: creduce
Source-Version: 2.10.0+20201029-2
Done: Matthias Klose <doko@debian.org>

We believe that the bug you reported is fixed in the latest version of
creduce, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 961004@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated creduce package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2021 14:22:00 +0100
Source: creduce
Architecture: source
Version: 2.10.0+20201029-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 961004
Changes:
 creduce (2.10.0+20201029-2) unstable; urgency=medium
 .
   * Build using LLVM 9 on armel, armhf. See #979495.
   * Bump debhelper and standards versions.
   * Fix man page (Michael R. Crusoe). Closes: #961004.
Checksums-Sha1:
 df5f4763fde3774ed94dd7576e253b4bb992cf7e 2359 creduce_2.10.0+20201029-2.dsc
 ca9b8e6b5809f6c9bc0f78214a9d795755afae46 7344 creduce_2.10.0+20201029-2.debian.tar.xz
 d11750f8c078f22e3663d5d8cac9e6a4fda10065 7286 creduce_2.10.0+20201029-2_source.buildinfo
Checksums-Sha256:
 36de4cef7dcf720125719f9e97bbe25d63413b1a51ba4b563ef1e4e589144ba9 2359 creduce_2.10.0+20201029-2.dsc
 7665e62b137663025c65a676b90cd0168628f387fb8d5b4ca23777ab629c839e 7344 creduce_2.10.0+20201029-2.debian.tar.xz
 f1f928d38db357820d9500396b0d612cc005245fb293027dbbe7cc1179ae95a7 7286 creduce_2.10.0+20201029-2_source.buildinfo
Files:
 13d3d3f84fb3da0f267fd0c06277d7e3 2359 devel optional creduce_2.10.0+20201029-2.dsc
 f797fbcba7ed2c616711dc9ea6a8df0e 7344 devel optional creduce_2.10.0+20201029-2.debian.tar.xz
 5f9142a43a37176f90ea5daa71264ff3 7286 devel optional creduce_2.10.0+20201029-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl/4XUEQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9WVbEAC7fuAYYlDogWZInMkjwngXG460AzXs5R2F
ExSJvqrl0TdAD7SBQbRqVL2oqN3MdEf3WuAEsaet25NADdKpgguv0sMhjO588WWx
BmmphyIkmsPGZuGoo8RGgI04UppJYpGt1jMh9YZroEG6BA5qXS88MWlKzqHS5tjR
4ODKJAquqV3LRUALj6mLaa9Agqy13/6HhS90jyZJS7mjF1hrUgwjNZih4naete9L
GuKDrpSk3DITjk+Mt7xNJmOyR6C5RtK7TeVlW279kc+Qbir3tP1ZQ4I+fBdhNRIV
dzFgazh4oVnni5V9KM+me0bEU9VR5+TYVBYjYZDEqq3Hl/QdElCsb08IEU/aOW91
4Ytr68h9uSjOT7uPN3ydxIiDsvEw76FCJOAqpqUrAXIkB5PEDcizAtjUOUfGUOEI
Q5GqG7I37jF+0t58Zre2EPN5uqEPqzsEJawOjY0jhRWChzrt3YbjIwSqWgxJF60C
fZMpGUS2D+qQuOc3E02bNupkSKk8iJAkdKvXtcOOqLLr/s5GDa2QCyg1XY24bWjX
ENyU5Xfb+le2CkWFCTn3HFQs7XRj0cRZE/ey/xQJ2xPrvTRZ6lknX8FcBtLrsw+F
jOaQsAI3oOI2Gf1UvXdIkLO6FeEIUCSDIaKJckGxtAG8URs8sjhQ03Wo9KXEAvbv
KAoYpWQkWw==
=z3HA
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: