r32240 - in /packages/unstable/gnome-video-arcade/debian: changelog control.in rules
jordi at users.alioth.debian.org
jordi at users.alioth.debian.org
Mon Dec 26 01:46:27 UTC 2011
Author: jordi
Date: Mon Dec 26 01:46:27 2011
New Revision: 32240
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32240
Log:
* Configure g-v-a to look for catver.ini, history.ini and nplayer.ini:
- catver.ini and history.ini in /usr/local/share/gnome-video-arcade
- nplayers.ini in /usr/share/games/mame/data (provided by mame).
(closes: #642456).
* Update Vcs-* fields.
Modified:
packages/unstable/gnome-video-arcade/debian/changelog
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=32240&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/changelog [utf-8] Mon Dec 26 01:46:27 2011
@@ -1,3 +1,13 @@
+gnome-video-arcade (0.8.0-3) unstable; urgency=low
+
+ * Configure g-v-a to look for catver.ini, history.ini and nplayer.ini:
+ - catver.ini and history.ini in /usr/local/share/gnome-video-arcade
+ - nplayers.ini in /usr/share/games/mame/data (provided by mame).
+ (closes: #642456).
+ * Update Vcs-* fields.
+
+ -- Jordi Mallach <jordi at debian.org> Tue, 20 Dec 2011 02:36:53 +0100
+
gnome-video-arcade (0.8.0-2) unstable; urgency=low
* Revert to Arch: any, as MAME appears to build on all architectures at
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=32240&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/control.in [utf-8] Mon Dec 26 01:46:27 2011
@@ -20,8 +20,8 @@
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/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/gnome-video-arcade/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-video-arcade/
Homepage: http://mbarnes.github.com/gnome-video-arcade/
Package: gnome-video-arcade
Modified: packages/unstable/gnome-video-arcade/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/debian/rules?rev=32240&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/rules [utf-8] Mon Dec 26 01:46:27 2011
@@ -6,5 +6,11 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-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"
+LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
+
DEB_CONFIGURE_SCRIPT_ENV += MAME="/usr/games/mame"
+
+DEB_CONFIGURE_EXTRA_FLAGS += \
+ --with-category-file=/usr/local/share/gnome-video-arcade/catver.ini \
+ --with-history-file=/usr/local/share/gnome-video-arcade/history.dat \
+ --with-nplayers-file=/usr/share/games/mame/data/nplayers.ini
More information about the pkg-gnome-commits
mailing list