r13637 - packages/trunk/fillets-ng/debian
Damyan Ivanov
dmn at alioth.debian.org
Mon May 28 19:38:21 UTC 2012
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 <dmn at debian.org> 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 <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Alexander Reichle-Schmehl <tolimar at debian.org>, Gerfried Fuchs <rhonda at debian.org>
-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
More information about the Pkg-games-commits
mailing list