r34530 - in /desktop/unstable/gnome-games/debian: changelog control control.in rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sun Apr 22 15:51:25 UTC 2012


Author: jordi
Date: Sun Apr 22 15:51:24 2012
New Revision: 34530

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34530
Log:
Build-Depend on gobject-introspection and gnome-common to fix
autoreconf, but pass --disable-introspection to ensure introspection
remains disabled.

Modified:
    desktop/unstable/gnome-games/debian/changelog
    desktop/unstable/gnome-games/debian/control
    desktop/unstable/gnome-games/debian/control.in
    desktop/unstable/gnome-games/debian/rules

Modified: desktop/unstable/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/changelog?rev=34530&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/changelog [utf-8] Sun Apr 22 15:51:24 2012
@@ -17,6 +17,9 @@
   [ Jordi Mallach ]
   * New upstream release.
   * Rewrite copyright file in machine-readable format 1.0.
+  * Build-Depend on gobject-introspection and gnome-common to fix
+    autoreconf, but pass --disable-introspection to ensure introspection
+    remains disabled.
 
  -- Jordi Mallach <jordi at debian.org>  Sun, 22 Apr 2012 17:30:48 +0200
 

Modified: desktop/unstable/gnome-games/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control?rev=34530&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/control [utf-8] Sun Apr 22 15:51:24 2012
@@ -30,6 +30,8 @@
                libclutter-gtk-1.0-dev (>= 0.91.6),
                libsm-dev,
                libice-dev,
+               gobject-introspection,
+               gnome-common,
                intltool (>= 0.35.0),
                docbook-xml,
                docbook-xsl

Modified: desktop/unstable/gnome-games/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control.in?rev=34530&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/control.in [utf-8] Sun Apr 22 15:51:24 2012
@@ -25,6 +25,8 @@
                libclutter-gtk-1.0-dev (>= 0.91.6),
                libsm-dev,
                libice-dev,
+               gobject-introspection,
+               gnome-common,
                intltool (>= 0.35.0),
                docbook-xml,
                docbook-xsl

Modified: desktop/unstable/gnome-games/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/rules?rev=34530&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/rules [utf-8] Sun Apr 22 15:51:24 2012
@@ -12,7 +12,8 @@
 DEB_CONFIGURE_EXTRA_FLAGS := \
 		--bindir=\$${prefix}/games \
 		--disable-gnuchess \
-		--disable-scrollkeeper
+		--disable-scrollkeeper \
+		--disable-introspection
 
 DEB_DH_FIXPERMS_ARGS := -X/usr/games
 DEB_DH_MAKESHLIBS_ARGS_gnome-games := --no-act




More information about the pkg-gnome-commits mailing list