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

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Wed Jan 4 21:20:21 UTC 2012


Author: jordi
Date: Wed Jan  4 21:20:20 2012
New Revision: 32325

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32325
Log:
* Pass --enable-gtk-doc, to rebuild the documentation.
* Build-Depend on libglib2.0-doc and libgtk-3-doc to fix cross-references
  in the generated documentation.
* Suggest devhelp.
* Update Homepage URL to the new wiki page.

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=32325&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/changelog [utf-8] Wed Jan  4 21:20:20 2012
@@ -9,6 +9,11 @@
   * null_manufacturer.patch: Remove NOT NULL constraint from "manufacturer"
     column, to fix database rebuilds with MAME 0.144. Thanks to
     Matthew Barnes <mbarnes at redhat.com>.
+  * Pass --enable-gtk-doc, to rebuild the documentation.
+  * Build-Depend on libglib2.0-doc and libgtk-3-doc to fix cross-references
+    in the generated documentation.
+  * Suggest devhelp.
+  * Update Homepage URL to the new wiki page.
 
  -- Jordi Mallach <jordi at debian.org>  Wed, 04 Jan 2012 21:53:50 +0100
 

Modified: packages/unstable/gnome-video-arcade/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/debian/control?rev=32325&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/control [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/control [utf-8] Wed Jan  4 21:20:20 2012
@@ -19,19 +19,22 @@
                gconf2,
                libgladeui-dev (>= 3.10.0),
                libglib2.0-dev (>= 2.28),
+               libglib2.0-doc,
                libgstreamer-plugins-base0.10-dev,
                libgtk-3-dev (>= 3.0),
+               libgtk-3-doc,
                libsqlite3-dev (>= 3.0),
                libwnck-3-dev (>= 2.91.6),
                scrollkeeper
 Standards-Version: 3.9.2
 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/
+Homepage: http://live.gnome.org/GnomeVideoArcade
 
 Package: gnome-video-arcade
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, mame, gsettings-desktop-schemas
+Suggests: devhelp
 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=32325&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/control.in [utf-8] Wed Jan  4 21:20:20 2012
@@ -14,19 +14,22 @@
                gconf2,
                libgladeui-dev (>= 3.10.0),
                libglib2.0-dev (>= 2.28),
+               libglib2.0-doc,
                libgstreamer-plugins-base0.10-dev,
                libgtk-3-dev (>= 3.0),
+               libgtk-3-doc,
                libsqlite3-dev (>= 3.0),
                libwnck-3-dev (>= 2.91.6),
                scrollkeeper
 Standards-Version: 3.9.2
 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/
+Homepage: http://live.gnome.org/GnomeVideoArcade
 
 Package: gnome-video-arcade
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, mame, gsettings-desktop-schemas
+Suggests: devhelp
 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/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-video-arcade/debian/rules?rev=32325&op=diff
==============================================================================
--- packages/unstable/gnome-video-arcade/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-video-arcade/debian/rules [utf-8] Wed Jan  4 21:20:20 2012
@@ -10,6 +10,7 @@
 DEB_CONFIGURE_SCRIPT_ENV += MAME="/usr/games/mame"
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
+	--enable-gtk-doc \
 	--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