r10288 - in packages/trunk/cookietool/debian: . patches

Peter Pentchev roam-guest at alioth.debian.org
Sun Sep 6 22:56:43 UTC 2009


Author: roam-guest
Date: 2009-09-06 22:56:43 +0000 (Sun, 06 Sep 2009)
New Revision: 10288

Modified:
   packages/trunk/cookietool/debian/changelog
   packages/trunk/cookietool/debian/patches/01-manpage-typos.patch
   packages/trunk/cookietool/debian/patches/02-gcc-4-ftbfs.patch
   packages/trunk/cookietool/debian/patches/03-compiler-flags.patch
   packages/trunk/cookietool/debian/patches/04-compiler-warnings.patch
Log:
Convert the patch files' headers to the DEP 3 format.


Modified: packages/trunk/cookietool/debian/changelog
===================================================================
--- packages/trunk/cookietool/debian/changelog	2009-09-06 22:49:08 UTC (rev 10287)
+++ packages/trunk/cookietool/debian/changelog	2009-09-06 22:56:43 UTC (rev 10288)
@@ -13,6 +13,7 @@
     DEB_BUILD_OPTIONS.
   * Fix a couple of minor grammatical errors in README.Debian and a typo
     in the rules file.
+  * Convert the patch headers to the DEP 3 format.
 
  -- Peter Pentchev <roam at ringlet.net>  Mon, 17 Aug 2009 18:10:41 +0300
 

Modified: packages/trunk/cookietool/debian/patches/01-manpage-typos.patch
===================================================================
--- packages/trunk/cookietool/debian/patches/01-manpage-typos.patch	2009-09-06 22:49:08 UTC (rev 10287)
+++ packages/trunk/cookietool/debian/patches/01-manpage-typos.patch	2009-09-06 22:56:43 UTC (rev 10288)
@@ -1,12 +1,15 @@
-A couple of typo fixes for the manual pages.
+Description: A couple of typo fixes for the manual pages.
+ Original changes by Miros/law L. Baran <baran at knm.org.pl>:
+ - spell "fussy" correctly
+ - un-UTF-8 the Amiga contributor's name
+ .
+ Changes by Peter Pentchev <roam at ringlet.net>:
+ - fix a hyphen used as a minus sign
+Forwarded: no
+Author: Miros/law L. Baran <baran at knm.org.pl>,
+	Peter Pentchev <roam at ringlet.net>
+Last-Update: 2009-09-07
 
-Original changes by Miros/law L. Baran <baran at knm.org.pl>:
-- spell "fussy" correctly
-- un-UTF-8 the Amiga contributor's name
-
-Changes by Peter Pentchev <roam at ringlet.net>:
-- fix a hyphen used as a minus sign
-
 --- a/doc/cdbdiff.6
 +++ b/doc/cdbdiff.6
 @@ -1,5 +1,3 @@

Modified: packages/trunk/cookietool/debian/patches/02-gcc-4-ftbfs.patch
===================================================================
--- packages/trunk/cookietool/debian/patches/02-gcc-4-ftbfs.patch	2009-09-06 22:49:08 UTC (rev 10287)
+++ packages/trunk/cookietool/debian/patches/02-gcc-4-ftbfs.patch	2009-09-06 22:56:43 UTC (rev 10288)
@@ -1,6 +1,7 @@
-Fix FTBFS with gcc-4.0.
-
+Description: Fix FTBFS with gcc-4.0.
 Author:	Hamish Moffatt <hamish at debian.org>
+Forwarded: no
+Last-Update: 2009-09-07
 
 --- a/compress.c
 +++ b/compress.c

Modified: packages/trunk/cookietool/debian/patches/03-compiler-flags.patch
===================================================================
--- packages/trunk/cookietool/debian/patches/03-compiler-flags.patch	2009-09-06 22:49:08 UTC (rev 10287)
+++ packages/trunk/cookietool/debian/patches/03-compiler-flags.patch	2009-09-06 22:56:43 UTC (rev 10288)
@@ -1,5 +1,9 @@
-Allow the compiler program and flags to be overridden so that
-the "noopt" build option may be honored.
+Description: Honor the compiler program and flags passed in the environment.
+ Allow the compiler program and flags to be overridden so that
+ the "noopt" build option may be honored.
+Forwarded: no
+Author: Peter Pentchev <roam at ringlet.net>
+Last-Update: 2009-09-07
 
 --- a/Makefile
 +++ b/Makefile

Modified: packages/trunk/cookietool/debian/patches/04-compiler-warnings.patch
===================================================================
--- packages/trunk/cookietool/debian/patches/04-compiler-warnings.patch	2009-09-06 22:49:08 UTC (rev 10287)
+++ packages/trunk/cookietool/debian/patches/04-compiler-warnings.patch	2009-09-06 22:56:43 UTC (rev 10288)
@@ -1,14 +1,17 @@
-Fix some compiler warnings:
-- include <stdlib.h> for the exit(3) prototype
-- redefine the UBYTE type to just "char", not "unsigned char"; well, okay,
-  so it's a bit misleadingly named now, so what? :)
-- now that UBYTE is "char", cast it to unsigned when using it as an array
-  index in strstuff.c
-- a buffer size ought to be unsigned
-- use \033 instead of the non-standard \e
-- declare some static functions as, well, static
-- add "void" to the declaration of a couple of no-argument functions
-- add "const" to a couple of char *'s
+Description: Fix some compiler warnings.
+ - include <stdlib.h> for the exit(3) prototype
+ - redefine the UBYTE type to just "char", not "unsigned char"; well, okay,
+   so it's a bit misleadingly named now, so what? :)
+ - now that UBYTE is "char", cast it to unsigned when using it as an array
+   index in strstuff.c
+ - a buffer size ought to be unsigned
+ - use \033 instead of the non-standard \e
+ - declare some static functions as, well, static
+ - add "void" to the declaration of a couple of no-argument functions
+ - add "const" to a couple of char *'s
+Forwarded: no
+Author: Peter Pentchev <roam at ringlet.net>
+Last-Update: 2009-09-07
 
 --- a/cookio.c
 +++ b/cookio.c




More information about the Pkg-games-commits mailing list