-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello,
could you please unblock cuetools 1.3.1-4, it fixes a minor bug
(#499445) which could confuse users with a wrong error message and fixes
a missing Copyright+License for some files which are not written by the
upstream author (#499444).
Changes:
cuetools (1.3.1-4) unstable; urgency=high
.
* Adjusted inaccurate debian/copyright. Thanks to Robert Millan.
Closes: #499444
* Added 05-suffix-message.dpatch which replaces a confusing error
message at
comparing the file suffix. Thanks again to Robert Millan.
Closes: #499445
Thanks.
- --
/*
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi
E-Mail: [EMAIL PROTECTED]
Comment:
Always if we think we are right,
we were maybe wrong.
*/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjWBsQACgkQ2XA5inpabMfbkACfdbNy0Hk0PHdNMHoWeS4yNogm
6cwAnRGbsdJSw7VeRdUVQDhLuu315Ik3
=QW7/
-----END PGP SIGNATURE-----
diff -u cuetools-1.3.1/debian/changelog cuetools-1.3.1/debian/changelog --- cuetools-1.3.1/debian/changelog +++ cuetools-1.3.1/debian/changelog @@ -1,3 +1,13 @@ +cuetools (1.3.1-4) unstable; urgency=high + + * Adjusted inaccurate debian/copyright. Thanks to Robert Millan. + Closes: #499444 + * Added 05-suffix-message.dpatch which replaces a confusing error message at + comparing the file suffix. Thanks again to Robert Millan. + Closes: #499445 + + -- Patrick Matthäi <[EMAIL PROTECTED]> Fri, 19 Sep 2008 23:47:33 +0200 + cuetools (1.3.1-3) unstable; urgency=low * Added cuetag to the long description. Patch by James Westby. diff -u cuetools-1.3.1/debian/copyright cuetools-1.3.1/debian/copyright --- cuetools-1.3.1/debian/copyright +++ cuetools-1.3.1/debian/copyright @@ -3,15 +3,36 @@ On Sat, 26 Apr 2008 10:52:01 +0100 Patrick Matthäi <[EMAIL PROTECTED]> has adopted this package. -It was downloaded from: - -http://developer.berlios.de/projects/cuetools/ +It was downloaded from: http://developer.berlios.de/projects/cuetools/ Upstream Author: Svend Sorenson <[EMAIL PROTECTED]> -Copyright: 2004-2005 Svend Sorenson <[EMAIL PROTECTED]> -License: +License (src/lib/cue_parse.*, src/lib/toc_parse.*): + + Copyright: 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL file. + + +License (everything else): + + Copyright: 2004-2005 Svend Sorenson <[EMAIL PROTECTED]> This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31 +52 @@ -can be found in `/usr/share/common-licenses/GPL'. +version 2 can be found in `/usr/share/common-licenses/GPL-2'. diff -u cuetools-1.3.1/debian/patches/00list cuetools-1.3.1/debian/patches/00list --- cuetools-1.3.1/debian/patches/00list +++ cuetools-1.3.1/debian/patches/00list @@ -4,0 +5 @@ +05-suffix-message.dpatch only in patch2: unchanged: --- cuetools-1.3.1.orig/debian/patches/05-suffix-message.dpatch +++ cuetools-1.3.1/debian/patches/05-suffix-message.dpatch @@ -0,0 +1,29 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 05-suffix-message.dpatch by Patrick Matthäi <[EMAIL PROTECTED]> +## +## DP: This patch replaces a confusing error message at comparing the file suffix. +## It closes #499445. + [EMAIL PROTECTED]@ + +diff -Naur cuetools-1.3.1.orig/src/lib/cuefile.c cuetools-1.3.1/src/lib/cuefile.c +--- cuetools-1.3.1.orig/src/lib/cuefile.c 2008-09-19 23:44:47.000000000 +0200 ++++ cuetools-1.3.1/src/lib/cuefile.c 2008-09-19 23:43:48.000000000 +0200 +@@ -18,7 +18,7 @@ + + if (UNKNOWN == *format) + if (UNKNOWN == (*format = cf_format_from_suffix(name))) { +- fprintf(stderr, "%s: unknown format\n", name); ++ fprintf(stderr, "%s: unknown file suffix\n", name); + return NULL; + } + +@@ -50,7 +50,7 @@ + + if (UNKNOWN == *format) + if (UNKNOWN == (*format = cf_format_from_suffix(name))) { +- fprintf(stderr, "%s: unknown format\n", name); ++ fprintf(stderr, "%s: unknown file suffix\n", name); + return -1; + } +
debdiff_cuetools.diff.sig
Description: Binary data

