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

Peter Pentchev roam-guest at alioth.debian.org
Fri Apr 3 14:50:11 UTC 2009


Author: roam-guest
Date: 2009-04-03 14:50:11 +0000 (Fri, 03 Apr 2009)
New Revision: 9381

Added:
   packages/trunk/cookietool/debian/patches/03-compiler-flags.patch
Modified:
   packages/trunk/cookietool/debian/changelog
   packages/trunk/cookietool/debian/control
   packages/trunk/cookietool/debian/patches/series
Log:
Standards-Version update part I: partially update to 3.8.0:
- note the Homepage field added to the control file
- allow overriding the compiler program and flags to honor "noopt"


Modified: packages/trunk/cookietool/debian/changelog
===================================================================
--- packages/trunk/cookietool/debian/changelog	2009-04-03 14:38:28 UTC (rev 9380)
+++ packages/trunk/cookietool/debian/changelog	2009-04-03 14:50:11 UTC (rev 9381)
@@ -15,6 +15,11 @@
   * Override the "no upstream changelog" lintian warning.
   * Add misc:Depends to the binary package.
   * Bump the debhelper compatibility level to 5 with no changes.
+  * Bump Standards-Version to 3.8.0 (FIXME: not quite yet):
+    - allow the compiler program and flags to be overridden so that
+      the "noopt" build option may be honored
+    - FIXME: README.source
+    - add a Homepage field pointing to cookietool.readme on the FTP site
 
  -- Peter Pentchev <roam at ringlet.net>  Fri, 03 Apr 2009 16:18:42 +0300
 

Modified: packages/trunk/cookietool/debian/control
===================================================================
--- packages/trunk/cookietool/debian/control	2009-04-03 14:38:28 UTC (rev 9380)
+++ packages/trunk/cookietool/debian/control	2009-04-03 14:50:11 UTC (rev 9381)
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 5), quilt
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>
-Standards-Version: 3.6.2.1
+Standards-Version: 3.8.0
 Homepage: ftp://ftp.aminet.net/util/misc/cookietool.readme
 
 Package: cookietool

Added: packages/trunk/cookietool/debian/patches/03-compiler-flags.patch
===================================================================
--- packages/trunk/cookietool/debian/patches/03-compiler-flags.patch	                        (rev 0)
+++ packages/trunk/cookietool/debian/patches/03-compiler-flags.patch	2009-04-03 14:50:11 UTC (rev 9381)
@@ -0,0 +1,18 @@
+Allow the compiler program and flags to be overridden so that
+the "noopt" build option may be honored.
+
+--- a/Makefile
++++ b/Makefile
+@@ -7,10 +7,10 @@
+ prefix		= usr
+ binprefix	= $(prefix)/games
+ manprefix	= $(prefix)/share/man/man6
+-CC		= gcc
++CC		?= gcc
+ RM		= rm -v
+ INSTALL		= install
+-CFLAGS		= -O2 -Wall
++CFLAGS		?= -O2 -Wall
+ 
+ build : $(targets)
+ 

Modified: packages/trunk/cookietool/debian/patches/series
===================================================================
--- packages/trunk/cookietool/debian/patches/series	2009-04-03 14:38:28 UTC (rev 9380)
+++ packages/trunk/cookietool/debian/patches/series	2009-04-03 14:50:11 UTC (rev 9381)
@@ -1,2 +1,3 @@
 01-manpage-typos.patch
 02-gcc-4-ftbfs.patch
+03-compiler-flags.patch




More information about the Pkg-games-commits mailing list