r11831 - packages/trunk/jstest-gtk/debian/patches

Stephen Kitt steve-guest at alioth.debian.org
Wed Feb 23 18:25:04 UTC 2011


Author: steve-guest
Date: 2011-02-23 18:24:53 +0000 (Wed, 23 Feb 2011)
New Revision: 11831

Added:
   packages/trunk/jstest-gtk/debian/patches/strict-dependencies.patch
Modified:
   packages/trunk/jstest-gtk/debian/patches/series
Log:
Reduce dependencies on built packages by linking only needed libraries.

Modified: packages/trunk/jstest-gtk/debian/patches/series
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/series	2011-02-23 09:11:50 UTC (rev 11830)
+++ packages/trunk/jstest-gtk/debian/patches/series	2011-02-23 18:24:53 UTC (rev 11831)
@@ -1,2 +1,3 @@
 datadir.patch
 libraries.patch
+strict-dependencies.patch

Added: packages/trunk/jstest-gtk/debian/patches/strict-dependencies.patch
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/strict-dependencies.patch	                        (rev 0)
+++ packages/trunk/jstest-gtk/debian/patches/strict-dependencies.patch	2011-02-23 18:24:53 UTC (rev 11831)
@@ -0,0 +1,10 @@
+--- jstest-gtk-0.1.1~git20090722.orig/SConstruct
++++ jstest-gtk-0.1.1~git20090722/SConstruct
+@@ -16,6 +16,7 @@
+ ##  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ 
+ env = Environment(CXXFLAGS=["-g", "-Wall", "-Werror"],
++                  LINKFLAGS=["-Wl,-z,defs", "-Wl,--as-needed"],
+                   LIBS=["expat", "X11"])
+ env.ParseConfig('pkg-config --cflags --libs gtkmm-2.4 sigc++-2.0')
+ env.Program('jstest-gtk', [




More information about the Pkg-games-commits mailing list