r26414 - in /desktop/experimental/gnome-games/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jan 24 20:41:47 UTC 2011


Author: pochu
Date: Mon Jan 24 20:41:46 2011
New Revision: 26414

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26414
Log:
    - Don't disable lightsoff and swell-foop. They are disabled by
      default upstream as they are not quite polished yet, and not
      disabling them ourselves means we'll automatically get them
      when upstream decides they are ready.
    - Just set LDFLAGS, CDBS automatically passes that variable to
      configure.

Modified:
    desktop/experimental/gnome-games/debian/changelog
    desktop/experimental/gnome-games/debian/rules

Modified: desktop/experimental/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/changelog?rev=26414&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/changelog [utf-8] Mon Jan 24 20:41:46 2011
@@ -30,6 +30,12 @@
       - There are no more Python games, remove Python stuff.
     + debian/rules:
       - Drop obsolete configure flag.
+      - Don't disable lightsoff and swell-foop. They are disabled by
+        default upstream as they are not quite polished yet, and not
+        disabling them ourselves means we'll automatically get them
+        when upstream decides they are ready.
+      - Just set LDFLAGS, CDBS automatically passes that variable to
+        configure.
 
  -- Josselin Mouette <joss at debian.org>  Tue, 19 Oct 2010 08:40:28 +0200
 

Modified: desktop/experimental/gnome-games/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/rules?rev=26414&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/rules [utf-8] Mon Jan 24 20:41:46 2011
@@ -8,14 +8,14 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games \
+DEB_CONFIGURE_EXTRA_FLAGS := \
+		--bindir=\$${prefix}/games \
 		--disable-gnuchess \
 		--disable-scrollkeeper \
-		--disable-introspection \
-		--enable-omitgames=lightsoff,swell-foop
+		--disable-introspection
 DEB_DH_FIXPERMS_ARGS := -X/usr/games
 DEB_DH_MAKESHLIBS_ARGS_gnome-games := --no-act
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 binary-post-install/gnome-games::
 	chmod u+w debian/gnome-games/usr/games/*




More information about the pkg-gnome-commits mailing list