Package: cookietool
Version: 2.5-1
Severity: normal
Tags: patch

As part of a bug squashing party to fix g++ transition issues
( http://lists.debian.org/debian-devel-announce/2005/09/msg00004.html ),
I have made a non-maintainer upload of cookietool. The diff between -1 and
-1.1 is attached.

Hamish
diff -u cookietool-2.5/debian/changelog cookietool-2.5/debian/changelog
--- cookietool-2.5/debian/changelog
+++ cookietool-2.5/debian/changelog
@@ -1,3 +1,13 @@
+cookietool (2.5-1.1) unstable; urgency=low
+
+  * BSP NMU
+  * Fix FTBFS with gcc-4.0 due to label at end of case statement
+    (compress.c). (Closes: #258582). Thanks to Andreas Jochens for the patch.
+  * Fix missing copyright statement and reference to GPL in /usr/share
+    in debian/copyright (closes: #302954)
+
+ -- Hamish Moffatt <[EMAIL PROTECTED]>  Sat, 10 Sep 2005 11:32:04 +0000
+
 cookietool (2.5-1) unstable; urgency=low
 
   * New upstream version.
diff -u cookietool-2.5/debian/copyright cookietool-2.5/debian/copyright
--- cookietool-2.5/debian/copyright
+++ cookietool-2.5/debian/copyright
@@ -6,6 +6,9 @@
-Upstream Author: Wilhelm Noeker <[EMAIL PROTECTED]>
+cookietool is (c) 1995-2001 by Wilhelm Noeker ([EMAIL PROTECTED])
 
-Copyright:
+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.
+
+See /usr/share/common-licenses/GPL for further information.
 
-cookietool and cdbsplit are distributed under the terms of the GNU
-Public License version 2 or later (see /usr/share/common-licenses).
only in patch2:
unchanged:
--- cookietool-2.5.orig/compress.c
+++ cookietool-2.5/compress.c
@@ -263,7 +263,6 @@
                     s = strstr( s, hooktarget );
                     }
                 break;
-            default:
             }
       }
     printf( " done.\n" );

Reply via email to