Your message dated Mon, 19 Nov 2007 18:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451749: fixed in gtkpod 0.99.10-4
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: gtkpod
Version: 0.99.10-3
Hi, I have noticed that Debian's gtkpod package contains a bug recently
fixed in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/gtkpod-aac/+bug/145506
Full details and reproducing steps can be found on that bug report.
Attached is the dpatch I wrote for Ubuntu that resolves this bug, taken
from upstream's SVN as noted in the comments. It should apply cleanly to
Debian gtkpod too.
Cheers,
John
#! /bin/sh /usr/share/dpatch/dpatch-run
## itdb-set-local-to-imported.dpatch by John Dong <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Set local iTunesDB's imported status to TRUE
## DP: Stolen-from: Upstream SVN revno 1596
## DP: Resolves a bug where a fresh Local repository refuses to accept
## DP: new track additions, such as LP #145506
@DPATCH@
diff -urNad gtkpod-aac-0.99.10~/src/display_itdb.c
gtkpod-aac-0.99.10/src/display_itdb.c
--- gtkpod-aac-0.99.10~/src/display_itdb.c 2007-06-27 15:29:33.000000000
-0400
+++ gtkpod-aac-0.99.10/src/display_itdb.c 2007-11-16 23:59:54.000000000
-0500
@@ -998,8 +998,16 @@
itdb_playlist_set_mpl (pl);
itdb_playlist_add (itdb, pl, -1);
- eitdb->data_changed = FALSE;
- eitdb->itdb_imported = FALSE;
+ if ((type & GP_ITDB_TYPE_PODCASTS) || (type & GP_ITDB_TYPE_LOCAL))
+ {
+ eitdb->data_changed = TRUE;
+ eitdb->itdb_imported = TRUE;
+ }
+ else
+ {
+ eitdb->data_changed = FALSE;
+ eitdb->itdb_imported = FALSE;
+ }
}
else
{
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: gtkpod
Source-Version: 0.99.10-4
We believe that the bug you reported is fixed in the latest version of
gtkpod, which is due to be installed in the Debian FTP archive:
gtkpod_0.99.10-4.diff.gz
to pool/main/g/gtkpod/gtkpod_0.99.10-4.diff.gz
gtkpod_0.99.10-4.dsc
to pool/main/g/gtkpod/gtkpod_0.99.10-4.dsc
gtkpod_0.99.10-4_i386.deb
to pool/main/g/gtkpod/gtkpod_0.99.10-4_i386.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.
Nico Golde <[EMAIL PROTECTED]> (supplier of updated gtkpod 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: Tue, 13 Nov 2007 16:18:58 +0100
Source: gtkpod
Binary: gtkpod
Architecture: source i386
Version: 0.99.10-4
Distribution: unstable
Urgency: low
Maintainer: gtkpod Maintainers <[EMAIL PROTECTED]>
Changed-By: Nico Golde <[EMAIL PROTECTED]>
Description:
gtkpod - manage songs and playlists on an Apple iPod
Closes: 451749
Changes:
gtkpod (0.99.10-4) unstable; urgency=low
.
* Switched from Xs-Vcs to Vcs control field, dpkg supports them now.
* Switched from old Homepage tag to the new Homepage control field.
* New dependency on dpatch as we don't want to modify the source
directly any longer.
* Added previously modified source code as dpatch patches:
01_mountpoint, 02_missing_fclose
* Included 03_itdb-set-local-to-imported.dpatch to fix inability to import
into local repos (Closes: #451749).
Files:
5081c81ca52c11cd025cadb39b34522b 1055 sound extra gtkpod_0.99.10-4.dsc
8c34d2fd716a38835af95b70d9d1cb1d 11774 sound extra gtkpod_0.99.10-4.diff.gz
824af88f445eaca707cd514178d72bad 715862 sound extra gtkpod_0.99.10-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHQdH/HYflSXNkfP8RAqiZAJ9nxCuOnMHxas2hq+jZX5w//QofkgCgoAAP
jetYjibyf2ij1S8kJyuVZF0=
=PSNE
-----END PGP SIGNATURE-----
--- End Message ---