[Pkg-gtkpod-devel] r144 - in gtkpod/trunk: debian scripts

Frank Lichtenheld djpig at costa.debian.org
Sat Sep 30 00:22:00 UTC 2006


Author: djpig
Date: 2006-09-30 00:21:59 +0000 (Sat, 30 Sep 2006)
New Revision: 144

Modified:
   gtkpod/trunk/debian/changelog
   gtkpod/trunk/scripts/sync-ldif.sh
   gtkpod/trunk/scripts/sync-thunderbird-nano.sh
Log:
Change /mnt/ipod to /media/ipod as usual in new scripts

Modified: gtkpod/trunk/debian/changelog
===================================================================
--- gtkpod/trunk/debian/changelog	2006-09-30 00:18:17 UTC (rev 143)
+++ gtkpod/trunk/debian/changelog	2006-09-30 00:21:59 UTC (rev 144)
@@ -2,6 +2,7 @@
 
   * (NOT RELEASED YET) New upstream release
     + Update libgpod-dev build-dependency to (>= 0.4.0)
+    + Change /mnt/ipod to /media/ipod as usual in new scripts
   * Bump Standards-Version to 3.7.2 (no changes).
 
  -- Frank Lichtenheld <djpig at debian.org>  Sat, 30 Sep 2006 02:01:43 +0200

Modified: gtkpod/trunk/scripts/sync-ldif.sh
===================================================================
--- gtkpod/trunk/scripts/sync-ldif.sh	2006-09-30 00:18:17 UTC (rev 143)
+++ gtkpod/trunk/scripts/sync-ldif.sh	2006-09-30 00:21:59 UTC (rev 144)
@@ -15,7 +15,7 @@
 # differently...This is still Chinese for me!! :)
 
 export LDIFAMILYNAME=contactIPOD	# Filenames will look like $LDIFAMILYNAMEXX.vcf, X=[0-9]
-export IPOD_MOUNT=/mnt/ipod		# Mount point of the ipod
+export IPOD_MOUNT=/media/ipod		# Mount point of the ipod
 declare LDIFILE=addressbook.ldif	# default filename 'addressbook.ldif'
 declare ENCODING=ISO-8859-15            # To try others encodings : 'iconv --list'
 declare DELETE="NO"			# To delete old .vcf files by default? 'NO'!!

Modified: gtkpod/trunk/scripts/sync-thunderbird-nano.sh
===================================================================
--- gtkpod/trunk/scripts/sync-thunderbird-nano.sh	2006-09-30 00:18:17 UTC (rev 143)
+++ gtkpod/trunk/scripts/sync-thunderbird-nano.sh	2006-09-30 00:21:59 UTC (rev 144)
@@ -25,7 +25,7 @@
 
 # with the following defaults: 
 
-IPOD_MOUNT=/mnt/ipod         # mountpoint of ipod
+IPOD_MOUNT=/media/ipod         # mountpoint of ipod
 ENCODING=ISO-8859-15         # encoding used by ipod
 NAME=thunderbird             # default file export name
 FILE_FLAG=''		     # flag used to determine end of file




More information about the Pkg-gtkpod-devel mailing list