r14028 - packages/trunk/koules/debian

Stephen Kitt skitt at alioth.debian.org
Tue May 7 12:49:33 UTC 2013


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 <skitt at debian.org>  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 <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Alexander Reichle-Schmehl <tolimar at debian.org>, Sam Hocevar <sho at debian.org>, Barry deFreese <bdefreese at debian.org>, Stephen Kitt <skitt at debian.org>
-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




More information about the Pkg-games-commits mailing list