Accepted localepurge 0.0.57 (all source)
-----BEGIN PGP SIGNED MESSAGE-----
Format: 1.7
Date: Sat, 19 Jul 2003 20:59:47 +0200
Source: localepurge
Binary: localepurge
Architecture: source all
Version: 0.0.57
Distribution: unstable
Urgency: low
Maintainer: Paul Seelig <pseelig@debian.org>
Changed-By: Paul Seelig <pseelig@debian.org>
Description:
localepurge - Automagically removing unnecessary locale data
Closes: 201886
Changes:
localepurge (0.0.57) unstable; urgency=low
.
* debian/localepurge.config: Replaced "env COLUMNS=160 ps -p" with
"ps w -p" to enable wide output of /bin/ps. This fixes the problem
reported by Sebastien Bacher: Grepping for 'dpkg-reconfigure' at
line 341 always failed because 'ps -p $PPID' truncated the string to
'dpkg-reconfigur'. Should be the same problem which Zygo Blaxell
already reported in #161443 but which we both finally weren't able
to reproduce anymore. (Closes: #201886)
.
* /etc/apt/apt.conf.d/99-localepurge: Enable wide output of /bin/ps
by replacing 'ps -p "$PPID"' with 'ps w -p "$PPID"'.
.
* /usr/sbin/localepurge: Replaced "for LOCALE in $(ls $MANPAGEDIR |
grep -v ^man[1-9])" with "for LOCALE in $(ls --ignore="man[1-9]*"
$MANPAGEDIR)" as sugested by Alfie Costa in private mail to get
rid of yet another grep call in favor of a builtin /bin/ls feature.
.
* /usr/sbin/localepurge: Replaced "cat "$NEWLOCALELIST" | tr '\n' ' '"
with "tr '\n' ' ' < "$NEWLOCALELIST"", thus getting rid of /bin/cat.
Yet another fantastic hint of my alltime favorite shell wizard Alfie
Costa: Thank you! :-)
.
* /usr/sbin/localepurge: Replaced all "for file in $(echo foo/bar/*)"
with "for file in foo/bar/*", thus letting 'for' do all expansion
work itself. As well replaced all 'echo ""' with a simple 'echo'.
Guess who? Yes, Alfie Costa again! :-)
Files:
35592a1aa547ea059fe6d258be2feb22 603 admin optional localepurge_0.0.57.dsc
53a016d3fb11af603426b4d00d3758e1 19892 admin optional localepurge_0.0.57.tar.gz
b777ade29985bed246aaba9be635cd99 23306 admin optional localepurge_0.0.57_all.deb
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: latin1
iQCVAwUBPxmkz+gqiw1XE3/lAQGLbAP/dxVii7g97EW79udYdI8BvfEL8qrlDWwz
xRGx9BY8c35vNXTBxqqkxu0N1lNjkTe1GPlO/akNVYIVMEXjkqz+e/qv2Rufytod
qdojY30zcWBWk4xZJzITL/s4G+OW+qchR3xkT2H/bpMiJZx1Us7J4Z2a0rLYw+Ab
kJdQXfWyUWU=
=iuzK
-----END PGP SIGNATURE-----
Accepted:
localepurge_0.0.57.dsc
to pool/main/l/localepurge/localepurge_0.0.57.dsc
localepurge_0.0.57.tar.gz
to pool/main/l/localepurge/localepurge_0.0.57.tar.gz
localepurge_0.0.57_all.deb
to pool/main/l/localepurge/localepurge_0.0.57_all.deb
--
To UNSUBSCRIBE, email to debian-devel-changes-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org