r14812 - packages/branches/love/0.6/debian

Miriam Ruiz miriam at moszumanska.debian.org
Mon Jan 13 20:12:09 UTC 2014


Author: miriam
Date: 2014-01-13 20:12:09 +0000 (Mon, 13 Jan 2014)
New Revision: 14812

Modified:
   packages/branches/love/0.6/debian/changelog
   packages/branches/love/0.6/debian/control
   packages/branches/love/0.6/debian/love0.6.install
   packages/branches/love/0.6/debian/rules
Log:
Improve package



Modified: packages/branches/love/0.6/debian/changelog
===================================================================
--- packages/branches/love/0.6/debian/changelog	2014-01-13 19:55:02 UTC (rev 14811)
+++ packages/branches/love/0.6/debian/changelog	2014-01-13 20:12:09 UTC (rev 14812)
@@ -2,7 +2,7 @@
 
   [ Miriam Ruiz ]
   * New Upstream Release.
-  * Upgraded Standards-Version from 3.8.1 to 3.9.1
+  * Upgraded Standards-Version from 3.8.1 to 3.9.4
   * Added build dependencies: pkg-config, libmpg123-dev, libopenal-dev,
     libflac++-dev, libmng-dev, libmodplug-dev, libxpm-dev, libxcursor-dev,
     libxxf86vm-dev, libtiff4-dev, libpng12-dev

Modified: packages/branches/love/0.6/debian/control
===================================================================
--- packages/branches/love/0.6/debian/control	2014-01-13 19:55:02 UTC (rev 14811)
+++ packages/branches/love/0.6/debian/control	2014-01-13 20:12:09 UTC (rev 14812)
@@ -8,7 +8,7 @@
  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.1
+Standards-Version: 3.9.4
 Homepage: http://love2d.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/branches/love/0.6/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/branches/love/0.6/

Modified: packages/branches/love/0.6/debian/love0.6.install
===================================================================
--- packages/branches/love/0.6/debian/love0.6.install	2014-01-13 19:55:02 UTC (rev 14811)
+++ packages/branches/love/0.6/debian/love0.6.install	2014-01-13 20:12:09 UTC (rev 14812)
@@ -1,4 +1,3 @@
-#bin/love* usr/games/
 debian/scripts/* usr/share/doc/love/scripts/
 debian/*.desktop usr/share/applications/
 debian/pixmaps/*.xpm usr/share/pixmaps/

Modified: packages/branches/love/0.6/debian/rules
===================================================================
--- packages/branches/love/0.6/debian/rules	2014-01-13 19:55:02 UTC (rev 14811)
+++ packages/branches/love/0.6/debian/rules	2014-01-13 20:12:09 UTC (rev 14812)
@@ -2,8 +2,10 @@
 
 PRG_SUFFIX=0.6
 
-# 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)"
 	chmod +x debian/scripts/hand-holder.lua
 	touch $@
 




More information about the Pkg-games-commits mailing list