r14813 - packages/branches/love/0.7/debian

Miriam Ruiz miriam at moszumanska.debian.org
Mon Jan 13 22:27:35 UTC 2014


Author: miriam
Date: 2014-01-13 22:27:35 +0000 (Mon, 13 Jan 2014)
New Revision: 14813

Modified:
   packages/branches/love/0.7/debian/changelog
   packages/branches/love/0.7/debian/control
   packages/branches/love/0.7/debian/rules
Log:
Improve package



Modified: packages/branches/love/0.7/debian/changelog
===================================================================
--- packages/branches/love/0.7/debian/changelog	2014-01-13 20:12:09 UTC (rev 14812)
+++ packages/branches/love/0.7/debian/changelog	2014-01-13 22:27:35 UTC (rev 14813)
@@ -4,6 +4,7 @@
   * Changed package name
   * Prepare package for co-existence with other versions
   * Removed dependency from SGN
+  * Upgraded Standards-Version from 3.9.2 to 3.9.4
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Sun, 03 Jun 2012 16:14:33 +0200
 

Modified: packages/branches/love/0.7/debian/control
===================================================================
--- packages/branches/love/0.7/debian/control	2014-01-13 20:12:09 UTC (rev 14812)
+++ packages/branches/love/0.7/debian/control	2014-01-13 22:27:35 UTC (rev 14813)
@@ -2,13 +2,13 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Uploaders: Miriam Ruiz <miriam at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, dh-buildinfo,
  pkg-config, libboost-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libopenal-dev,
  liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev, libmng-dev,
  libmodplug-dev, libmpg123-dev, libflac++-dev, libxpm-dev, libxcursor-dev,
  libxxf86vm-dev, libtiff4-dev, libpng12-dev, lua5.1, liblua5.1-expat0
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://love2d.org/
 
 Package: love0.7

Modified: packages/branches/love/0.7/debian/rules
===================================================================
--- packages/branches/love/0.7/debian/rules	2014-01-13 20:12:09 UTC (rev 14812)
+++ packages/branches/love/0.7/debian/rules	2014-01-13 22:27:35 UTC (rev 14813)
@@ -2,8 +2,10 @@
 
 PRG_SUFFIX=0.7
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-as-needed
 
 configure: configure-stamp
 configure-stamp: 
@@ -21,7 +23,9 @@
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
 		CFLAGS="$(CFLAGS) `pkg-config openal flac++ --cflags --libs`" \
-		LDFLAGS="-Wl,-z,defs  -Wl,-as-needed `pkg-config openal flac++ --libs`"
+		LDFLAGS="$(LDFLAGS) `pkg-config openal flac++ --libs`" \
+		CPPFLAGS="$(CPPFLAGS)" \
+		CXXFLAGS="$(CXXFLAGS)"
 	touch $@
 
 build-arch: build-arch-stamp




More information about the Pkg-games-commits mailing list