Your message dated Sun, 18 Dec 2011 18:23:03 +0000
with message-id <[email protected]>
and subject line Bug#639546: fixed in slice 1.3.8-11
has caused the Debian Bug report #639546,
regarding slice: wrong version number in slice(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.)
--
639546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639546
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: slice
Source-Version: 1.3.8-11
We believe that the bug you reported is fixed in the latest version of
slice, which is due to be installed in the Debian FTP archive:
slice_1.3.8-11.diff.gz
to main/s/slice/slice_1.3.8-11.diff.gz
slice_1.3.8-11.dsc
to main/s/slice/slice_1.3.8-11.dsc
slice_1.3.8-11_all.deb
to main/s/slice/slice_1.3.8-11_all.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 slice 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, 18 Dec 2011 18:03:17 +0100
Source: slice
Binary: slice
Architecture: source all
Version: 1.3.8-11
Distribution: unstable
Urgency: low
Maintainer: Debian WML Packaging Team
<[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description:
slice - Extract out pre-defined slices of an ASCII file
Closes: 639546
Changes:
slice (1.3.8-11) unstable; urgency=low
.
* Enable upstream test suite at build time via dh_auto_test
* Fix version string in man-page (Closes: #639546)
* Bump Standards-Version to 3.9.2 (no changes)
* Remove Felipe Augusto van de Wiel (faw) from Uploaders on his own
request.
* Fix the following lintian warnings:
+ debian-rules-missing-recommended-target
+ copyright-refers-to-symlink-license
Checksums-Sha1:
fb8c6a13afd77e92b307bdbd21255f9543f86606 1270 slice_1.3.8-11.dsc
bf7af1cbf51037e6e167d6c8753be71d42c34f1d 6186 slice_1.3.8-11.diff.gz
b50838b38e42a1272eea6420fd2aa799d5d594f8 25480 slice_1.3.8-11_all.deb
Checksums-Sha256:
122f9941a530c7ef81ef88eb8cd9450c074fd8e49789566acc11d40998682bb2 1270
slice_1.3.8-11.dsc
e096fee9cb962032e791a8b44c8dea4c7f6d98f13bcaca5d41f44a6ba8999c1a 6186
slice_1.3.8-11.diff.gz
70f3c8f94f6a8dddfad0fcb17ab98265f36fc1db5db15ed6864d852df48b7158 25480
slice_1.3.8-11_all.deb
Files:
3f25eb9a6e819b4f78eb2e06f443c59c 1270 text optional slice_1.3.8-11.dsc
5b8e6b789e475305d779c230ba6063c3 6186 text optional slice_1.3.8-11.diff.gz
82ff688fc28fe378785a585c436c3369 25480 text optional slice_1.3.8-11_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk7uKf4ACgkQwJ4diZWTDt5E8gCfc/tDzY4FKLwC9SIC5CarDHQE
eGcAn1/yRNv1WCD8gsKlR3hGJPX85Jta
=zaSd
-----END PGP SIGNATURE-----
--- End Message ---