Your message dated Sat, 06 Jun 2015 11:40:33 +0000
with message-id <[email protected]>
and subject line Bug#777469: fixed in wml 2.0.12ds1-9
has caused the Debian Bug report #777469,
regarding wml: Will FTBFS with future pod2man releases due to missing --name 
parameter
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 [email protected]
immediately.)


-- 
777469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777469
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl
Version: 5.20.1-5
User: [email protected]
Usertags: toolchain, randomness
Affects: wml

Dear Perl Package Maintainers,
Dear Russ,

> What led up to the situation?

Trying to make my package "wml" building reproducibly:
https://reproducible.debian.net/rb-pkg/wml.html

> What exactly did you do (or not do) that was effective (or
> ineffective)?

wml uses pod2man to generate its man pages.

> What was the outcome of this action?

Calling "man wml" on Jessie or Sid shows the following line as first
line of the man page:

| IO::FILE=IO(0XE7C2F0)(1)           EN Tools           IO::FILE=IO(0XE7C2F0)(1)

The source code of the man page shows:

|    135 .IX Title "IO::FILE=IO(0XE7C2F0) 1"
|    136 .TH IO::FILE=IO(0XE7C2F0) 1 "2014-10-12" "EN Tools" "EN Tools"

> What outcome did you expect instead?

Not having stringified object references in the man page's title.

Some context information: The man pages are build by using pod2man
inside a pipe. From wml_frontend/Makefile.in:

|     69 .src.1:
|     70         cp $< $*.pod
|     71         cat $*.pod | sed -e 's|\@WML_VERSION\@|$(WML_VERSION)|g' | \
|     72                 pod2man --section=1 --center="EN Tools" --release="EN 
Tools" > $@
|     73         rm -f $*.pod

Minimal example to reproduce:

| $ echo '=pod' | pod2man | fgrep IO::FILE
| .IX Title "IO::FILE=IO(0X23BF810) 1"
| .TH IO::FILE=IO(0X23BF810) 1 "2015-02-08" "perl v5.20.1" "User Contributed 
Perl Documentation"

According to pod2man(1) this kind of usage is supported.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (909, 'testing'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages perl depends on:
ii  dpkg          1.17.23
ii  libbz2-1.0    1.0.6-7+b2
ii  libc6         2.19-13
ii  libdb5.3      5.3.28-7~deb8u2
ii  libgdbm3      1.8.3-13.1
ii  perl-base     5.20.1-5
ii  perl-modules  5.20.1-5
ii  zlib1g        1:1.2.8.dfsg-2+b1

Versions of packages perl recommends:
ii  netbase  5.3
ii  rename   0.20-3

Versions of packages perl suggests:
ii  libterm-readline-gnu-perl   1.24-2+b1
ii  libterm-readline-perl-perl  1.0303-1
ii  make                        4.0-8.1
ii  perl-doc                    5.20.1-5

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: wml
Source-Version: 2.0.12ds1-9

We believe that the bug you reported is fixed in the latest version of
wml, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <[email protected]> (supplier of updated wml 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 [email protected])


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

Format: 1.8
Date: Sat, 06 Jun 2015 12:00:00 +0200
Source: wml
Binary: wml
Architecture: source amd64
Version: 2.0.12ds1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian WML Packaging Team 
<[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description:
 wml        - off-line HTML generation toolkit
Closes: 777469
Changes:
 wml (2.0.12ds1-9) unstable; urgency=medium
 .
   * Add patch to remove built_user and built_date autoconf-style variables
     from wml.src. This makes the build more reproducible.
   * fix-WML_VERSION-in-manpage.diff: Don't use pod2man in a pipe to let
     pod2man determine the command-name automatically. (Closes: #777469)
   * Update Homepage header to point to new website and debian/copyright to
     point to Git repo at bitbucket.org (which was previously used as
     Homepage header) instead of the no more working download page at
     thewml.org.
   * debian/rules:
     + get-orig-source: Remove -r options from rm calls where not needed.
     + Remove obsolete dh_installchangelogs override. That dh bug is fixed.
   * Revamp debian/copyright:
     + Convert to machine-readable DEP5 format
     + Update Heiko Schlittermann's e-mail address Thanks DUCK!
     + Add http://sourceforge.net/projects/thewml.berlios/files/ to sources
     + Update copyright years of Debian packaging
     + Use Files-Excluded in addition to the get-orig-source target
     + Add proper copyright statements for wml_common/*/.
       - Update Shigio Yamaguchi e-mail address. Thanks DUCK + MetaCPAN!
     + Remove UTF-8 BOM so that lintian recognizes the file as DEP5.
Checksums-Sha1:
 70c364d1578db43b2d3b33cf04258034ac3faa47 2117 wml_2.0.12ds1-9.dsc
 e4350fac2a176117fdc7d8dff849c773b2960c8d 37924 wml_2.0.12ds1-9.debian.tar.xz
 182c5f717fde34880b3f5a6576677d0bfa35345c 508316 wml_2.0.12ds1-9_amd64.deb
Checksums-Sha256:
 cbf3d5be0ec387d46f85760500e046ec5d0a295ceb67360ad81732b11b9fff1b 2117 
wml_2.0.12ds1-9.dsc
 6be449ceb1b188557eac643860670fc49c9c03f2eba669bd83d885c8f327b916 37924 
wml_2.0.12ds1-9.debian.tar.xz
 bd9b465594f0e475e5df628e5fbc695851e7690dc2e29e9f63bfc3a7057ca17f 508316 
wml_2.0.12ds1-9_amd64.deb
Files:
 5e30e74d13d834a12b80ca7efcf382a4 2117 web optional wml_2.0.12ds1-9.dsc
 1b9ec4e9c7b2675521de643d8167e36e 37924 web optional 
wml_2.0.12ds1-9.debian.tar.xz
 5f18d204ae1b6d4276a2476e10c0b9c2 508316 web optional wml_2.0.12ds1-9_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVcskLAAoJEGvmY8daNcl1v5IQAKYiqt3iAaMqmS4NqRN/iFcA
LGAOON/RHmjzl9svd0zCfmZOs1O1Ak3Wrd01MXzZFu0FFxLsSIexLy1qdeZzmmrh
t5rA9Q1xHG0/cOxYCpO7KVOCbn+XCX23F9KmTELiudPThGJpl/PJB3aHbn5oi7Np
kv9zw9EPzCDATHWWO36oIkSO7y7NQdBClFlMzlBXcsuhoP2H5O6Yh5rRcyjmYXde
vAyI4FwxWom6GSkW2Ou03xnsG+yc5dS+j4DrKkjwHb5THKRoVisRUShHcAVdio+9
xokiH+l31bD1XKikj37lmfMpWTDF2RsZKrm2xhcsRyiKiA51KS5bfFK3ozWqtBfm
W9WUT2sxwzYjEvPeO2zGzQIOnadKWWWGj7tOsGM9R1IO3Ssk7MWtAsVdctMpCihF
kJctuethHO2/Qxa7/ujr/7SjtKnhMeIn7MzfnEjFiKVzlGpSl6adTUsQbXa19jXO
69iuQQ2PeaF2vksEVe9Kk1Pfa/P87f3dTi6Y8PjqNIFZmVu/aeEZSs8tbD4mRp/+
Aftq2TXeEkgaqKyaT3wBPkjk1kJcnHVd2Eadue4wCOmK/U2tpD8Wbx9PT4nJas5P
A8l+eFFBBX3mrBYCxen97c2+gNQBYNJPiYhB14ZYvaB6IAW66nEtlfZCOZDn02tA
ATn6DnVekatyeuwSHI82
=OgbN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to