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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to