-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 22 Dec 2004 15:29:17 +1100 Source: gworldclock Binary: tzwatch gworldclock Architecture: source i386 all Version: 1.3-5 Distribution: unstable Urgency: medium Maintainer: Drew Parsons <dparsons@debian.org> Changed-By: Drew Parsons <dparsons@debian.org> Description: gworldclock - Displays time and date in specified time zones tzwatch - Displays time and date in specified time zones on console Closes: 286730 Changes: gworldclock (1.3-5) unstable; urgency=medium . * In tzwatch, awk /^+/ is a GNU-only (gawk) means of checking for a leading '+'. The posix-compliant method requires the '+' to be escaped: awk /^\\+/ (for some reason the escape needs to be escaped too). Syd Bauman's perl version: DATEFORMAT=$( echo $DATEFORMAT | perl -pe"s/^['\"]//; s/['\"]$//; s/^\+?/+/;" ) or DATEFORMAT=$( echo $DATEFORMAT | perl -pe"s/^['\"]?\+?(.*?)['\"]?$/+\1/;" ) might arguably be a little simpler, but I prefer not to use perl so as not to force people with smaller systems to have to install it. Closes: #286730. Files: 0b0c6163ac205cd36bdd0e6d4e901108 618 utils optional gworldclock_1.3-5.dsc 5127bd05fde1aefdf6194092098b30fd 4676 utils optional gworldclock_1.3-5.diff.gz 7f857ac26a994325d52a96f28049727a 10034 utils optional tzwatch_1.3-5_all.deb d23d3b70298bebcaea25de93536b6f2a 29938 utils optional gworldclock_1.3-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFByPqnts5wQWQSTkoRAvLLAJ4tODBBoPKGg21924Os8vdjBGfy4QCgilb2 7D6moNDTcyRlS+IpMM2HxHQ= =FQ/g -----END PGP SIGNATURE----- Accepted: gworldclock_1.3-5.diff.gz to pool/main/g/gworldclock/gworldclock_1.3-5.diff.gz gworldclock_1.3-5.dsc to pool/main/g/gworldclock/gworldclock_1.3-5.dsc gworldclock_1.3-5_i386.deb to pool/main/g/gworldclock/gworldclock_1.3-5_i386.deb tzwatch_1.3-5_all.deb to pool/main/g/gworldclock/tzwatch_1.3-5_all.deb -- To UNSUBSCRIBE, email to debian-devel-changes-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org