r28606 - in /packages/unstable/gnome-video-arcade/debian: changelog control control.in patches/ rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Thu Jun 23 01:22:32 UTC 2011


Author: jordi
Date: Thu Jun 23 01:22:31 2011
New Revision: 28606

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28606
Log:
* New upstream release.
* Use the MAME environment variable, instead of SDLMAME, when configuring.
* Set Architecture to the architectures MAME is currently available on,
  to allow g-v-a to enter testing (closes: #630990) while MAME gets all
  its builds fixed.

Removed:
    packages/unstable/gnome-video-arcade/debian/patches/
Modified:
    packages/unstable/gnome-video-arcade/debian/changelog
    packages/unstable/gnome-video-arcade/debian/control
    packages/unstable/gnome-video-arcade/debian/control.in
    packages/unstable/gnome-video-arcade/debian/rules

Modified: packages/unstable/gnome-video-arcade/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/debian/changelog?rev=28606&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/changelog [utf-8] Thu Jun 23 01:22:31 2011
@@ -1,10 +1,15 @@
-gnome-video-arcade (0.8.0-1) UNRELEASED; urgency=low
+gnome-video-arcade (0.8.0-1) unstable; urgency=low
 
+  * New upstream release.
   * Remove configure_mame_binary.patch, it was unnecessary. Get rid of
     dh_autoreconf.
+  * Use the MAME environment variable, instead of SDLMAME, when configuring.
   * Update Build-Depends for GTK+3 port.
   * Add Vcs-* fields.
   * Bump Standards-Version to 3.9.2 (no changes required).
+  * Set Architecture to the architectures MAME is currently available on,
+    to allow g-v-a to enter testing (closes: #630990) while MAME gets all
+    its builds fixed.
 
  -- Jordi Mallach <jordi at debian.org>  Sat, 23 Apr 2011 13:21:46 +0200
 

Modified: packages/unstable/gnome-video-arcade/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/debian/control?rev=28606&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/control [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/control [utf-8] Thu Jun 23 01:22:31 2011
@@ -10,28 +10,28 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs,
                debhelper (>= 7),
-               dh-autoreconf,
                gnome-doc-utils (>= 0.3.2),
-               gnome-icon-theme,
+               gnome-icon-theme (>= 2.18),
                gnome-pkg-tools,
+               gsettings-desktop-schemas-dev,
                gtk-doc-tools (>= 1.6),
                intltool,
-               libdbus-glib-1-dev,
-               libgconf2-dev,
-               libgladeui-1-dev,
-               libglib2.0-dev (>= 2.18),
+               gconf2,
+               libgladeui-dev (>= 3.10.0),
+               libglib2.0-dev (>= 2.28),
                libgstreamer-plugins-base0.10-dev,
-               libgtk2.0-dev (>= 2.12),
-               libsqlite3-dev,
-               libunique-dev,
-               libwnck-dev,
+               libgtk-3-dev (>= 3.0),
+               libsqlite3-dev (>= 3.0),
+               libwnck-3-dev (>= 2.91.6),
                scrollkeeper
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/gnome-video-arcade/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/
 Homepage: http://mbarnes.github.com/gnome-video-arcade/
 
 Package: gnome-video-arcade
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, mame | xmame
+Depends: ${shlibs:Depends}, ${misc:Depends}, mame, gsettings-desktop-schemas
 Description: Simple MAME frontend
  GNOME Video Arcade is a simple MAME frontend for the GNOME desktop.
  Its goal is not providing a UI for the many options MAME supports, or

Modified: packages/unstable/gnome-video-arcade/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/debian/control.in?rev=28606&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/control.in [utf-8] Thu Jun 23 01:22:31 2011
@@ -17,7 +17,7 @@
                libgstreamer-plugins-base0.10-dev,
                libgtk-3-dev (>= 3.0),
                libsqlite3-dev (>= 3.0),
-               libwnck-dev (>= 2.91.6),
+               libwnck-3-dev (>= 2.91.6),
                scrollkeeper
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/gnome-video-arcade/
@@ -25,7 +25,7 @@
 Homepage: http://mbarnes.github.com/gnome-video-arcade/
 
 Package: gnome-video-arcade
-Architecture: any
+Architecture: amd64 armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc
 Depends: ${shlibs:Depends}, ${misc:Depends}, mame, gsettings-desktop-schemas
 Description: Simple MAME frontend
  GNOME Video Arcade is a simple MAME frontend for the GNOME desktop.

Modified: packages/unstable/gnome-video-arcade/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/debian/rules?rev=28606&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/rules [utf-8] Thu Jun 23 01:22:31 2011
@@ -7,4 +7,4 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
-DEB_CONFIGURE_SCRIPT_ENV += SDLMAME="/usr/games/mame"
+DEB_CONFIGURE_SCRIPT_ENV += MAME="/usr/games/mame"




More information about the pkg-gnome-commits mailing list