diff --git a/LATESTIS b/LATESTIS index c092d182..7549c87d 100644 --- a/LATESTIS +++ b/LATESTIS @@ -1,2 +1,2 @@ -28 -13 +29 +0 diff --git a/debian/changelog b/debian/changelog index 66ce55d8..ba49a9c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stalag13-utils (3.29-20120716) unstable; urgency=low + + * Upstream release + + -- Mathieu Roy Mon, 16 Jul 2012 17:07:50 +0200 + stalag13-utils (3.28+13-20120716) unstable; urgency=low * Upstream prerelease diff --git a/usr/local/bin/stalag13-cleanup-music-directory-02-rename.pl b/usr/local/bin/stalag13-cleanup-music-directory-02-rename.pl index be5fe2ca..eafa39f0 100755 --- a/usr/local/bin/stalag13-cleanup-music-directory-02-rename.pl +++ b/usr/local/bin/stalag13-cleanup-music-directory-02-rename.pl @@ -148,6 +148,7 @@ if ($title eq "") { # missing title is always a no-go print ON_RED, WHITE, "Something is very wrong with $dir/$file, we failed to extract the title of the current song. Skip file.\n", RESET; + $wentwell = 0; next; } if ($number eq "") { @@ -186,6 +187,7 @@ if ($band eq "") { # missing band is a no-go here print ON_RED, WHITE, "Something is very wrong with $dir/$file, we failed to extract the band of the current song while it is VA. Skip file.\n", RESET; + $wentwell = 0; next; } }