Your message dated Sat, 07 Apr 2012 23:18:54 +0000
with message-id <[email protected]>
and subject line Bug#652568: fixed in eperl 2.2.14-18
has caused the Debian Bug report #652568,
regarding wml: wrong version number in eperl(1)
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.)


-- 
652568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652568
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: slice
Severity: minor

Hi Axel,

the version number in slice(1) is not replaced whilst the package is
built:

    SLICE(1)
    ...
    VERSION
           @SLICE_VERSION@


The according line in slice.1 is:
    \&\f(CW@SLICE_VERSION\fR@


The code that leads to this bug is:
        pod2man --section=1 \
                --center="Ralf S. Engelschall" \
                --release="EN Tools" slice.pod |\
        sed -e "s|\@SLICE_VERSION\@|$$V|" >$@

... but it should be something like this untested snippet instead:
        cat slice.pod |\
        sed -e "s|\@SLICE_VERSION\@|$$V|" \
        pod2man --section=1 \
                --center="Ralf S. Engelschall" \
                --release="EN Tools" >$@


The same bugs could also occur in other WML related man pages.


Regards
Carsten



--- End Message ---
--- Begin Message ---
Source: eperl
Source-Version: 2.2.14-18

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

eperl_2.2.14-18.diff.gz
  to main/e/eperl/eperl_2.2.14-18.diff.gz
eperl_2.2.14-18.dsc
  to main/e/eperl/eperl_2.2.14-18.dsc
eperl_2.2.14-18_i386.deb
  to main/e/eperl/eperl_2.2.14-18_i386.deb



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 eperl 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: SHA1

Format: 1.8
Date: Sun, 08 Apr 2012 00:42:38 +0200
Source: eperl
Binary: eperl
Architecture: source i386
Version: 2.2.14-18
Distribution: unstable
Urgency: low
Maintainer: Debian WML Packaging Team 
<[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description: 
 eperl      - Embedded Perl 5 Language
Closes: 652568
Changes: 
 eperl (2.2.14-18) unstable; urgency=low
 .
   * Fix missing version in eperl(1). (Closes: #652568)
   * Change Suggests from mod_perl1 to mod_perl2.
   * Bump Standards-Version to 3.9.3 (no changes)
Checksums-Sha1: 
 af629a0f2d87db49497fcb14634864799a4e5123 1255 eperl_2.2.14-18.dsc
 2a91d7d84334e6177a8c8e368ab20ef5b996d955 80762 eperl_2.2.14-18.diff.gz
 30078aca53ad622bf363446459413a14e3bc045c 134596 eperl_2.2.14-18_i386.deb
Checksums-Sha256: 
 d07b3adf31ce816abdd5929f4f389f38427d7f934f165f93518b7f62e72988b2 1255 
eperl_2.2.14-18.dsc
 66507907f85f368aa54e265be75cb20951c950745792fb6dd0a3393642b4d4e6 80762 
eperl_2.2.14-18.diff.gz
 e36dcbf8a720ae180f40c6de9d98573fd45bf09fc28b74d5e16feb1030dbd201 134596 
eperl_2.2.14-18_i386.deb
Files: 
 cae333fdc35ded78d351e06674e83d60 1255 devel optional eperl_2.2.14-18.dsc
 31802be5e45fae1ee0778a2bea40014f 80762 devel optional eperl_2.2.14-18.diff.gz
 331672f65fd01ffc33cf4bf21cbdd689 134596 devel optional eperl_2.2.14-18_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+Aw/QACgkQwJ4diZWTDt6/VgCfZP5fW+m5i6topxPQYOFo5Qzm
V8wAnixZ2DrKnMMSIeYoUczHddhl7I/2
=n+lq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to