Your message dated Fri, 03 Mar 2006 06:47:19 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349012: fixed in podracer 1.4-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: podracer
Version: 1.3-1
Severity: normal
Tags: patch


It is quite easy to get blank lines at the end of a subscriptions file
and the error message given by podracer in this situation is not good:

curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information

It is also quite convenient to use blank lines to make the
subscriptions file easier to read. Rather than address the problem the
attached patch modifies the filtering of the configuration file to
discard blank lines in addition to comments.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages podracer depends on:
ii  bittorrent                    3.4.2-6    Scatter-gather network file transf
ii  curl                          7.15.1-1   Get a file from an HTTP, HTTPS, FT
ii  python                        2.3.5-5    An interactive high-level object-o
ii  screen                        4.0.2-4.1  a terminal multiplexor with VT100/
ii  timeout                       1.11-6.2   Run a command with a time limit.

podracer recommends no packages.

-- no debconf information
--- /usr/bin/podracer   2005-09-16 00:13:00.000000000 +0100
+++ ./podracer  2006-01-20 13:22:43.000000000 +0000
@@ -129,7 +129,7 @@
 trap 'echo Signal caught: exiting.;rm -f "$temppodcastlog";rm -f $tempsub;exit 
3' hup int quit term
 
 # Read the subscription file and curl or catch up any url not already in the 
podcast log:
-grep -v "^#" "$subscriptions" > "$tempsub"
+egrep -v "(^#)|(^$)" "$subscriptions" > "$tempsub"
 while read podcast feeddir
        do
        test -z "$feeddir" -o  -d "$poddir/$feeddir" || mkdir -p 
"$poddir/$feeddir"

--- End Message ---
--- Begin Message ---
Source: podracer
Source-Version: 1.4-1

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

podracer_1.4-1.diff.gz
  to pool/main/p/podracer/podracer_1.4-1.diff.gz
podracer_1.4-1.dsc
  to pool/main/p/podracer/podracer_1.4-1.dsc
podracer_1.4-1_all.deb
  to pool/main/p/podracer/podracer_1.4-1_all.deb
podracer_1.4.orig.tar.gz
  to pool/main/p/podracer/podracer_1.4.orig.tar.gz



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.
Hamish Moffatt <[EMAIL PROTECTED]> (supplier of updated podracer 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.7
Date: Sat,  4 Mar 2006 00:51:57 +1100
Source: podracer
Binary: podracer
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Hamish Moffatt <[EMAIL PROTECTED]>
Changed-By: Hamish Moffatt <[EMAIL PROTECTED]>
Description: 
 podracer   - podcast aggregator/downloader
Closes: 333284 349012 350699 353036 355007
Changes: 
 podracer (1.4-1) unstable; urgency=low
 .
   * New upstream release (closes: #355007)
     * Fixed missing escape for some shell metacharacters
       (closes: #350699, #333284)
     * Follow HTTP redirections when fetching RSS feeds and podcasts
       (closes: #353036)
     * Ignore blank lines in the subscription file (closes: #349012)
Files: 
 1cda937f3218354458bf399643d2a322 673 sound optional podracer_1.4-1.dsc
 a17b59fed22459523a454b3fe3141f2b 14799 sound optional podracer_1.4.orig.tar.gz
 d62d90da6f9e7501fd80fa31e040ac17 2129 sound optional podracer_1.4-1.diff.gz
 80bab2529765923bcb923d1e1667c4ed 12444 sound optional podracer_1.4-1_all.deb

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

iQCVAwUBRAhL3tiYIdPvprnVAQLXxwP/bbZ/WV2OYjO9+KeuTvsgCs+iBfe5A5Ez
r+hat3ZZvYgo2CGVlwb9ub6zoG863Mh0W7hwuFX8CMyarfYn/2G1RM/2nyu8Uxjy
BhfW3IgrXTZabSRqs6Ub8+Eq+VL9bFsaDkDbTezygWMQDM+zQfFXy8TbY94h5mn7
lTv3Uivj2Qo=
=apux
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to