Package: mp3burn
Version: 0.4.1-3
Severity: normal
Tags: patch
Dear maintainer,
I've prepared an NMU for mp3burn (versioned as 0.4.1-3.1) and uploaded it
to DELAYED/1. Please feel free to tell me if I should delay it longer.
Regards.
Tony Mancill
diff -u mp3burn-0.4.1/mp3burn mp3burn-0.4.1/mp3burn
--- mp3burn-0.4.1/mp3burn
+++ mp3burn-0.4.1/mp3burn
@@ -348,7 +348,7 @@
if (!($cdrecord_opts =~ /.*-swab.*/)) {
# assert: swab wasn't set
# check to see if it's needed
- chop ($arch = `/bin/arch`);
+ chop ($arch = `/bin/uname -m`);
if ($DEBUG) { print "arch=$arch\n"; }
if ($arch =~ /i[3456]86/ || $arch =~ /x86_64/ || $arch =~ /ppc/ ) {
# ia32 - we need to swab
diff -u mp3burn-0.4.1/debian/changelog mp3burn-0.4.1/debian/changelog
--- mp3burn-0.4.1/debian/changelog
+++ mp3burn-0.4.1/debian/changelog
@@ -1,3 +1,11 @@
+mp3burn (0.4.1-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Apply patch for swab option (#226606, 289822, 450865)
+ * Add dependency on cdrecord dummy package (#501388)
+
+ -- tony mancill <[EMAIL PROTECTED]> Sun, 12 Oct 2008 16:49:36 -0700
+
mp3burn (0.4.1-3) unstable; urgency=low
* Replace cdrecord with wodim (Closes: #405644)
diff -u mp3burn-0.4.1/debian/control mp3burn-0.4.1/debian/control
--- mp3burn-0.4.1/debian/control
+++ mp3burn-0.4.1/debian/control
@@ -7,7 +7,7 @@
Package: mp3burn
Architecture: all
-Depends: ${perl:Depends}, mpg321 (>= 0.1.5.2) | mpg123, wodim,
libmp3-info-perl, vorbis-tools (>= 1.0), file, libstring-shellquote-perl,
libogg-vorbis-header-perl
+Depends: ${perl:Depends}, mpg321 (>= 0.1.5.2) | mpg123, wodim,
libmp3-info-perl, vorbis-tools (>= 1.0), file, libstring-shellquote-perl,
libogg-vorbis-header-perl, cdrecord
Suggests: flac, libaudio-flac-perl
Description: burn audio CDs directly from MP3, Ogg Vorbis, or FLAC files
mp3burn is a Perl script that allows you to burn audio CDs composed
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]