Author: dmn
Date: 2012-05-28 19:38:20 +0000 (Mon, 28 May 2012)
New Revision: 13637

Modified:
   packages/trunk/fillets-ng/debian/changelog
   packages/trunk/fillets-ng/debian/control
   packages/trunk/fillets-ng/debian/rules
Log:
activate hardenning flags

Modified: packages/trunk/fillets-ng/debian/changelog
===================================================================
--- packages/trunk/fillets-ng/debian/changelog  2012-05-28 19:27:26 UTC (rev 
13636)
+++ packages/trunk/fillets-ng/debian/changelog  2012-05-28 19:38:20 UTC (rev 
13637)
@@ -2,6 +2,7 @@
 
   * add patch from Guillem Jover migrating to Lua 5.1 (Closes: #674621)
   * source format 2.0 (quilt), autoreconf, adjust build-deps
+  * activate hardenning flags
 
  -- Damyan Ivanov <[email protected]>  Mon, 28 May 2012 22:25:21 +0300
 

Modified: packages/trunk/fillets-ng/debian/control
===================================================================
--- packages/trunk/fillets-ng/debian/control    2012-05-28 19:27:26 UTC (rev 
13636)
+++ packages/trunk/fillets-ng/debian/control    2012-05-28 19:38:20 UTC (rev 
13637)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Alexander Reichle-Schmehl <[email protected]>, Gerfried Fuchs 
<[email protected]>
-Build-Depends: debhelper (>= 7), liblua5.1-dev, libsdl1.2-dev,
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), liblua5.1-dev, 
libsdl1.2-dev,
   libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev,
   libx11-dev, sharutils, libfribidi-dev, pkg-config,
   autotools-dev, autoconf, automake

Modified: packages/trunk/fillets-ng/debian/rules
===================================================================
--- packages/trunk/fillets-ng/debian/rules      2012-05-28 19:27:26 UTC (rev 
13636)
+++ packages/trunk/fillets-ng/debian/rules      2012-05-28 19:38:20 UTC (rev 
13637)
@@ -24,11 +24,14 @@
        INSTALL_PROGRAM += -s
 endif
 
+export DPKG_EXPORT_BUILDFLAGS=1
+include /usr/share/dpkg/buildflags.mk
+
 config.status: configure
        dh_testdir
        # Add here commands to configure the package.
        autoreconf -f -i
-       CFLAGS="$(CFLAGS)" LDFLAGS=-lX11 ./configure 
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--bindir=\$${prefix}/games --datarootdir=\$${prefix}/share
+       CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -lX11" ./configure 
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--bindir=\$${prefix}/games --datarootdir=\$${prefix}/share
 
 
 build: build-arch build-indep


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

Reply via email to