[Pkg-gtkpod-devel] r117 - in libgpod/trunk: bindings/python/examples debian

Frank Lichtenheld djpig at costa.debian.org
Sat Apr 8 19:20:28 UTC 2006


Author: djpig
Date: 2006-04-08 19:20:23 +0000 (Sat, 08 Apr 2006)
New Revision: 117

Modified:
   libgpod/trunk/bindings/python/examples/play.py
   libgpod/trunk/debian/control
Log:
Fix some small errors in the last patch


Modified: libgpod/trunk/bindings/python/examples/play.py
===================================================================
--- libgpod/trunk/bindings/python/examples/play.py	2006-04-08 19:12:57 UTC (rev 116)
+++ libgpod/trunk/bindings/python/examples/play.py	2006-04-08 19:20:23 UTC (rev 117)
@@ -30,7 +30,7 @@
 import gpod
 import sys
 
-ipod_mount = '/mnt/ipod'
+ipod_mount = '/media/ipod'
 
 remove_track = "The Dancer"
 

Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control	2006-04-08 19:12:57 UTC (rev 116)
+++ libgpod/trunk/debian/control	2006-04-08 19:20:23 UTC (rev 117)
@@ -38,16 +38,15 @@
  provides an easy to use API to retrieve the list of files and playlist
  stored on an iPod, to modify them and to save them back to the iPod
  .
+ This package contains the files doing the internationalization.
 
 Package: python2.3-gpod
 Section: python
 Architecture: all
-Depends: libgpod0 (= ${Source-Version}),python (>=  2.3), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgpod0 (= ${Source-Version}), python2.3, ${shlibs:Depends}, ${misc:Depends}
 Description: a library to read and write songs and artwork to an iPod
  libgpod is a library meant to abstract access to an iPod content. It
  provides an easy to use API to retrieve the list of files and playlist
  stored on an iPod, to modify them and to save them back to the iPod
  .
- This package contains the python bindins for the library
-
- This package contains the files doing the internationalization.
+ This package contains the python bindings for the library




More information about the Pkg-gtkpod-devel mailing list