Created 2.3.4 tag
authordata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sat, 27 Aug 2005 01:01:48 +0000 (01:01 +0000)
committerdata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sat, 27 Aug 2005 01:01:48 +0000 (01:01 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@109 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
debian/changelog

diff --git a/abcde b/abcde
index 99e1cf5..8a3b59f 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -281,6 +281,18 @@ relpath ()
        echo $TO
 }
 
        echo $TO
 }
 
+# do_getcddbinfo
+# Finds an specific field from cddbinfo
+# 
+#      TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2 -d= | tr -d \[:cntrl:\] | sed 's/\ \+$//')
+#      TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2 -d= | tr -d \[:cntrl:\])
+#      TRACKNAME="$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2- -d= | tr -d \[:cntrl:\] | sed 's/\ \+$//')"
+
+do_getcddbinfo ()
+{
+       :
+}
+
 # This code splits the a Various Artist track name from one of the following
 # forms:
 #
 # This code splits the a Various Artist track name from one of the following
 # forms:
 #
index 7f5257f..23314e7 100644 (file)
@@ -6,7 +6,7 @@ abcde (2.3.99-1) unstable; urgency=low
 
  -- Jesus Climent <jesus.climent@hispalinux.es>  Sat, 13 Aug 2005 03:26:59 +0300
 
 
  -- Jesus Climent <jesus.climent@hispalinux.es>  Sat, 13 Aug 2005 03:26:59 +0300
 
-abcde (2.3.3-1) unstable; urgency=low
+abcde (2.3.4-1) unstable; urgency=low
 
   * Some patches from Tom Spindler <dogcow () babymeat ! com>
     - Added some quoting to the md5sum checkings, since the variables could be
 
   * Some patches from Tom Spindler <dogcow () babymeat ! com>
     - Added some quoting to the md5sum checkings, since the variables could be
@@ -15,6 +15,14 @@ abcde (2.3.3-1) unstable; urgency=low
 
  -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 22 Aug 2005 12:14:54 +0300
 
 
  -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 22 Aug 2005 12:14:54 +0300
 
+abcde (2.3.3-1) unstable; urgency=low
+
+  * Rips done in a single track were getting tagged as Various. Corrected.
+  * Possibly eliminated some bashisms from using a variable as a variable
+    (Closes: #324399). Thanks to A Costa.
+
+ -- Jesus Climent <jesus.climent@hispalinux.es>  Fri, 26 Aug 2005 01:36:35 +0300
+
 abcde (2.3.2-1) unstable; urgency=low
 
   * Too fast... I forgot to make the tarball and change the version strings in
 abcde (2.3.2-1) unstable; urgency=low
 
   * Too fast... I forgot to make the tarball and change the version strings in