Your message dated Sun, 30 Jul 2017 12:18:57 +0000
with message-id <[email protected]>
and subject line Bug#640197: fixed in gnupod-tools 0.99.8-3
has caused the Debian Bug report #640197,
regarding gnupod-tools requires curl but does not list it in Depends
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.)


-- 
640197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnupod-tools
Version: 0.99.8-2
Severity: normal

Adding a podcast using an URL requires curl, but installing gnupod-tools
does not automatically install it.

gnupod_addsong -m /mnt/ipod -p 'StackOverflow' --playlist-is-podcast 
http://blog.stackoverflow.com/category/podcasts/feed/
Using a hash as a reference is deprecated at 
/usr/share/perl5/GNUpod/FileMagic.pm line 365.
Using a hash as a reference is deprecated at 
/usr/share/perl5/GNUpod/FileMagic.pm line 421.
Using a hash as a reference is deprecated at 
/usr/share/perl5/GNUpod/FileMagic.pm line 421.
Using a hash as a reference is deprecated at 
/usr/share/perl5/GNUpod/FileMagic.pm line 422.
Using a hash as a reference is deprecated at 
/usr/share/perl5/GNUpod/FileMagic.pm line 422.
Using a hash as a reference is deprecated at 
/usr/share/perl5/GNUpod/FileMagic.pm line 423.
Using a hash as a reference is deprecated at 
/usr/share/perl5/GNUpod/FileMagic.pm line 423.
gnupod_addsong Version 0.99.8 (C) Adrian Ulrich
/usr/bin/gnupod_addsong: Warning: /mnt/ipod is mounted case sensitive, that's 
bad:
                         FAT32-iPods should be mounted case in-sensitive!
                         (try 'mount ... -o check=relaxed')
* [HTTP] Fetching Podcast #1: 
http://blog.stackoverflow.com/category/podcasts/feed/
* [HTTP] Downloading http://blog.stackoverflow.com/category/podcasts/feed/ ...
! [HTTP] Failed to download the file 
'http://blog.stackoverflow.com/category/podcasts/feed/', curl exitcode: -1
> Adding songs to Playlist 'StackOverflow'
> Writing new XML File, added 0 file(s)
XMLhelper.pm: Dropping empty playlist 'StackOverflow'!

 Done

After installing curl manually the download proceeds as expected.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.4 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnupod-tools depends on:
ii  dpkg                      1.16.0.3       Debian package management system
ii  install-info              4.13a.dfsg.1-6 Manage installed documentation in 
ii  libaudio-flac-header-perl 2.4-1+b1       Perl interface to FLAC file header
ii  libdigest-sha1-perl       2.13-2         NIST SHA-1 message digest algorith
ii  libmp3-info-perl          1.24-1         Perl MP3::Info - Manipulate / fetc
ii  libogg-vorbis-header-pure 1.0-2          pure Perl interface to Ogg Vorbis 
ii  libtimedate-perl          1.2000-1       collection of modules to manipulat
ii  libunicode-string-perl    2.09-4+b1      Older Perl modules for Unicode str
ii  libxml-parser-perl        2.41-1         Perl module for parsing XML files
ii  libxml-simple-perl        2.18-3         Perl module for reading and writin
ii  perl                      5.12.4-4       Larry Wall's Practical Extraction 

Versions of packages gnupod-tools recommends:
ii  gtkpod                        2.1.0-1    manage songs and playlists on an A

Versions of packages gnupod-tools suggests:
pn  faac                          <none>     (no description available)
pn  flac                          <none>     (no description available)
pn  lame                          <none>     (no description available)
pn  timidity                      <none>     (no description available)
ii  vorbis-tools                  1.4.0-1    several Ogg Vorbis tools

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: gnupod-tools
Source-Version: 0.99.8-3

We believe that the bug you reported is fixed in the latest version of
gnupod-tools, which is due to be installed in the Debian FTP archive.

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.
Petter Reinholdtsen <[email protected]> (supplier of updated gnupod-tools 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: SHA256

Format: 1.8
Date: Sun, 30 Jul 2017 13:54:36 +0200
Source: gnupod-tools
Binary: gnupod-tools
Architecture: source
Version: 0.99.8-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description:
 gnupod-tools - command-line tools for the iPod family of portable music players
Closes: 636488 640197 813920 825241
Changes:
 gnupod-tools (0.99.8-3) unstable; urgency=medium
 .
   * QA upload.
   * Changed maintainer to Debian QA Group as package is orphaned.
   * Moved from debhelper version 5 to 9.
   * Changed Standards-Version from 3.8.2 to 4.0.0.
   * Reformatted files using wrap-and-sort.
   * Added 01-new-perl.patch to adjust code to work with current Perl version.
     (Closes: #813920)
   * Added 02-case-insensitive-metadata.patch to handle FLAC metadata.
     (Closes: #636488)
   * Add curl as dependency. (Closes: #640197)
   * Added rename to build depend. (Closes: #825241)
   * Replace dh_clean -k with dh_prep in debian/rules.  Thanks lintian.
   * Transformed 02install_incdir.sh and 03_use-Digest-SHA.sh to
     04-install-incdir.patch and 03-use-digest-sha.patch.
   * Corrected d/README.source.
   * Added simple autopkgtest script.
Checksums-Sha1:
 bc9483c0fc567632b182169eb3210d9a0c47f4b4 1952 gnupod-tools_0.99.8-3.dsc
 6cedf1e384e22ae7475a7a0cf388475f346fb4ec 10614 gnupod-tools_0.99.8-3.diff.gz
 b7e4f0b1585d650132d4d62ef8d8a1317225eca3 5887 
gnupod-tools_0.99.8-3_source.buildinfo
Checksums-Sha256:
 e072cf686a107b057cee8a74fb39269f6fd0ff7d01b05346f61b4be9f68f001f 1952 
gnupod-tools_0.99.8-3.dsc
 eafaa8ee6796f96225ae630640c6e18c14a82f5a5da0879c47fcc6280693ae7c 10614 
gnupod-tools_0.99.8-3.diff.gz
 c4ca8ecec3272333423c6fe1a7b8eb232106c40ff11873f782873c64636d36ac 5887 
gnupod-tools_0.99.8-3_source.buildinfo
Files:
 5f8d0021c59b18709bd4c9667787ccd3 1952 sound optional gnupod-tools_0.99.8-3.dsc
 03808104ce9170892f0f96a6bd6eaea8 10614 sound optional 
gnupod-tools_0.99.8-3.diff.gz
 89290af88eb28e2ac48dd0fde30db43f 5887 sound optional 
gnupod-tools_0.99.8-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAll9yaMACgkQgSgKoIe6
+w745Q//Q9fz8x5mbku9+yj8pNZafjGl9ehu/wCrpG08o/YKPB+J3/4afD4SfLS+
reQywH30JjTx6WaP7+QclHiIKZdwBRAibTJbQEd3K9hQp4VJ0q7PnAugMCb1/KqS
AEFe/dJSUOmiG3UzOuhdmdc9+8Gl2KT1Xk2ytUdN4TUsMSls6aWAmT9Kl7PLhGbH
j4wgaY5Kdo6U1HEwIWhI1PNar2fbkj22dett0sJ6Dot0KG3JOFMqthhhkVVY6eJ5
105f7TBqm0yPat9zIbpDZUP5fS3Tfrgt8nyCHxHbGbzDCAwKDmuIbWweHtxy19dc
bUFrdMK5KHyUM+IBWD0hTFXJxyY5a5/a8bT0zXdSL+6HPQYf/PDEI6drYlaD1DSD
7I7JoEmJI1Nn9kjmgfWnUfWMsToeTyEHELth3ggEeGtL0QUFsrb9FHGQ/jDJ+RRG
WVu5jgiBQ6qfbGKuHbLmgTvOay7BwzOwENvHJZDp18Ju2A9BN2OsSMODbhc80kcd
XmP0XM8fzHbwE6uXeLgtvoDxlLqsSJmFhNNC1aDA+j07yhQWE19s9T8smJapN3E3
m2ROlO+D9/Ggq9YKpcyoOel9VdqEp+rLiElaUzgpnfi4eJRGk9UxzyrkeSBsrWrg
Jvyb7XWqXZ7ZJrtHnB2AVeONxCF2DVAhnRs4JPrSa7FSbGgxEZk=
=B4lw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to