Skip to content

Commit

Permalink
New release 3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Klink committed Jul 16, 2012
1 parent 6d2f6f5 commit 3b92311
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LATESTIS
@@ -1,2 +1,2 @@
28
13
29
0
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
stalag13-utils (3.29-20120716) unstable; urgency=low

* Upstream release

-- Mathieu Roy <klink@bender.stalag13.ici> Mon, 16 Jul 2012 17:07:50 +0200

stalag13-utils (3.28+13-20120716) unstable; urgency=low

* Upstream prerelease
Expand Down
2 changes: 2 additions & 0 deletions usr/local/bin/stalag13-cleanup-music-directory-02-rename.pl
Expand Up @@ -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 "") {
Expand Down Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 3b92311

Please sign in to comment.