Author: skitt
Date: 2013-05-07 12:49:33 +0000 (Tue, 07 May 2013)
New Revision: 14028

Modified:
   packages/trunk/koules/debian/changelog
   packages/trunk/koules/debian/compat
   packages/trunk/koules/debian/control
   packages/trunk/koules/debian/rules
Log:
Switch to debhelper compatibility level 9 and enable hardening.

Modified: packages/trunk/koules/debian/changelog
===================================================================
--- packages/trunk/koules/debian/changelog      2013-05-07 10:39:33 UTC (rev 
14027)
+++ packages/trunk/koules/debian/changelog      2013-05-07 12:49:33 UTC (rev 
14028)
@@ -3,6 +3,7 @@
   * Font data is unsigned (Closes: #688658).
   * Switch to my Debian address.
   * Use canonical VCS URIs.
+  * Switch to debhelper compatibility level 9 and enable hardening.
 
  -- Stephen Kitt <[email protected]>  Tue, 07 May 2013 08:12:49 +0200
 

Modified: packages/trunk/koules/debian/compat
===================================================================
--- packages/trunk/koules/debian/compat 2013-05-07 10:39:33 UTC (rev 14027)
+++ packages/trunk/koules/debian/compat 2013-05-07 12:49:33 UTC (rev 14028)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/koules/debian/control
===================================================================
--- packages/trunk/koules/debian/control        2013-05-07 10:39:33 UTC (rev 
14027)
+++ packages/trunk/koules/debian/control        2013-05-07 12:49:33 UTC (rev 
14028)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Alexander Reichle-Schmehl <[email protected]>, Sam Hocevar 
<[email protected]>, Barry deFreese <[email protected]>, Stephen Kitt 
<[email protected]>
-Build-Depends: debhelper (>= 5), xutils-dev, libx11-dev, libxext-dev, sharutils
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), xutils-dev, libx11-dev, 
libxext-dev, sharutils
 Standards-Version: 3.9.2
 Homepage: http://www.ucw.cz/~hubicka/koules/English/koules.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/koules/

Modified: packages/trunk/koules/debian/rules
===================================================================
--- packages/trunk/koules/debian/rules  2013-05-07 10:39:33 UTC (rev 14027)
+++ packages/trunk/koules/debian/rules  2013-05-07 12:49:33 UTC (rev 14028)
@@ -4,17 +4,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpkg/buildflags.mk
+export CDEBUGFLAGS = $(CFLAGS)
+export LOCAL_LDFLAGS = $(LDFLAGS)
+export EXTRA_DEFINES = $(CPPFLAGS)
 
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0
-else
-       CFLAGS += -O2
-endif
-
 configure: configure-stamp
 configure-stamp:
        dh_testdir


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to