r33423 - in /desktop/experimental/gnome-games/debian: changelog control control.in gnotravex.install patches/git_fix-iagno-ai.patch patches/series rules swell-foop.install

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Mar 20 13:16:42 UTC 2012


Author: jbicha-guest
Date: Tue Mar 20 13:16:41 2012
New Revision: 33423

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33423
Log:
New release. Don't enable introspection, staging.
Drop git patch. Simplify swell-foops dependencies & .install

Removed:
    desktop/experimental/gnome-games/debian/patches/git_fix-iagno-ai.patch
Modified:
    desktop/experimental/gnome-games/debian/changelog
    desktop/experimental/gnome-games/debian/control
    desktop/experimental/gnome-games/debian/control.in
    desktop/experimental/gnome-games/debian/gnotravex.install
    desktop/experimental/gnome-games/debian/patches/series
    desktop/experimental/gnome-games/debian/rules
    desktop/experimental/gnome-games/debian/swell-foop.install

Modified: desktop/experimental/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/changelog?rev=33423&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/changelog [utf-8] Tue Mar 20 13:16:41 2012
@@ -1,4 +1,4 @@
-gnome-games (1:3.3.91.1-1) UNRELEASED; urgency=low
+gnome-games (1:3.3.92-1) UNRELEASED; urgency=low
 
   [ Jeremy Bicha ]
   * New upstream release
@@ -8,11 +8,8 @@
     - Build-depend on yelp-tools instead of gnome-doc-utils
     - Drop gconf dependency
     - Standards-Version 3.9.3
-  * Add girepository-1.0-dev build-depends and enable introspection
   * debian/*.install: Updated for new files and directories
   * debian/patches/90_fix-sudoku-borders.patch: Dropped, applied upstream
-  * debian/patches/git_fix-iagno-ai.patch:
-    - One line patch to fix broken computer player in Iagno
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Sun, 04 Mar 2012 21:34:27 -0500
 

Modified: desktop/experimental/gnome-games/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/control?rev=33423&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/control [utf-8] Tue Mar 20 13:16:41 2012
@@ -268,9 +268,7 @@
 Architecture: any
 Section: games
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${gir:Depends},
-         gnome-games-data (>= ${source:Version}),
-         gir1.2-gtkclutter-1.0,
-         seed
+         gnome-games-data (>= ${source:Version})
 Conflicts: same-gnome, gir1.2-gnomegamessupport-1.0
 Replaces: same-gnome, gir1.2-gnomegamessupport-1.0
 Description: Colored ball puzzle game

Modified: desktop/experimental/gnome-games/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/control.in?rev=33423&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/control.in [utf-8] Tue Mar 20 13:16:41 2012
@@ -6,7 +6,6 @@
 Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 8),
                gnome-pkg-tools (>= 0.6),
-               gobject-introspection,
                pkg-config (>= 0.15),
                python (>= 2.6.6-3~),
                valac-0.16,
@@ -15,7 +14,6 @@
                libgtk-3-dev (>= 3.3.11),
                librsvg2-dev (>= 2.32.0),
                libcanberra-gtk3-dev (>= 0.26),
-               libgirepository1.0-dev,
                libglib2.0-dev (>= 2.25.7),
                libgstreamer0.10-dev (>= 0.10.11),
                libcairo2-dev (>= 1.0),
@@ -263,9 +261,7 @@
 Architecture: any
 Section: games
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${gir:Depends},
-         gnome-games-data (>= ${source:Version}),
-         gir1.2-gtkclutter-1.0,
-         seed
+         gnome-games-data (>= ${source:Version})
 Conflicts: same-gnome, gir1.2-gnomegamessupport-1.0
 Replaces: same-gnome, gir1.2-gnomegamessupport-1.0
 Description: Colored ball puzzle game

Modified: desktop/experimental/gnome-games/debian/gnotravex.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/gnotravex.install?rev=33423&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/gnotravex.install [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/gnotravex.install [utf-8] Tue Mar 20 13:16:41 2012
@@ -1,5 +1,6 @@
 usr/games/gnotravex
 usr/share/applications/gnotravex.desktop
+usr/share/gnotravex
 usr/share/help/*/gnotravex
 usr/share/icons/hicolor/*/*/gnotravex.*
 usr/share/man/man6/gnotravex.6

Modified: desktop/experimental/gnome-games/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/patches/series?rev=33423&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/patches/series [utf-8] Tue Mar 20 13:16:41 2012
@@ -1,1 +1,0 @@
-git_fix-iagno-ai.patch

Modified: desktop/experimental/gnome-games/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/rules?rev=33423&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/rules [utf-8] Tue Mar 20 13:16:41 2012
@@ -11,9 +11,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS := \
 		--bindir=\$${prefix}/games \
 		--disable-gnuchess \
-		--disable-scrollkeeper \
-		--enable-introspection \
-		--enable-staging
+		--disable-scrollkeeper
 
 DEB_DH_FIXPERMS_ARGS := -X/usr/games
 DEB_DH_MAKESHLIBS_ARGS_gnome-games := --no-act

Modified: desktop/experimental/gnome-games/debian/swell-foop.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/swell-foop.install?rev=33423&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/swell-foop.install [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/swell-foop.install [utf-8] Tue Mar 20 13:16:41 2012
@@ -4,5 +4,3 @@
 usr/share/help/*/swell-foop
 usr/share/icons/hicolor/*/apps/swell-foop.*
 usr/share/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
-usr/lib/*/gnome-games/libgames-support-gi.so.*
-usr/lib/*/gnome-games/*.typelib




More information about the pkg-gnome-commits mailing list