r9806 - in packages/trunk/yabause/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Tue Jun 2 07:01:42 UTC 2009


Author: evgeni
Date: 2009-06-02 07:01:41 +0000 (Tue, 02 Jun 2009)
New Revision: 9806

Removed:
   packages/trunk/yabause/debian/patches/01-fix_qt_build.patch
Modified:
   packages/trunk/yabause/debian/
   packages/trunk/yabause/debian/changelog
   packages/trunk/yabause/debian/control
   packages/trunk/yabause/debian/patches/series
   packages/trunk/yabause/debian/rules
   packages/trunk/yabause/debian/yabause-qt.install
Log:
  * New upstream release.
  * debian/control:
    + Update my email-address.
    + Remove DM-Upload-Allowed: yes.
    + Standards-Version: 3.8.1.
  * debian/patches/01-fix_qt_build.patch:
    + Remove patch, it was taken from upstream CVS and is present in
      the current release.
  * debian/rules:
    + Do not sed the desktop files, upstream does this for us.
    + Do not install gtk manpage as qt one, qt port has an own now.
  * debian/yabause-qt.install:
    + Install upstream manpage.




Property changes on: packages/trunk/yabause/debian
___________________________________________________________________
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/yabause_0.9.9.orig.tar.gz
   + http://pkg-games.alioth.debian.org/tarballs/yabause_0.9.10.orig.tar.gz

Modified: packages/trunk/yabause/debian/changelog
===================================================================
--- packages/trunk/yabause/debian/changelog	2009-05-29 22:55:47 UTC (rev 9805)
+++ packages/trunk/yabause/debian/changelog	2009-06-02 07:01:41 UTC (rev 9806)
@@ -1,3 +1,21 @@
+yabause (0.9.10-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    + Update my email-address.
+    + Remove DM-Upload-Allowed: yes.
+    + Standards-Version: 3.8.1.
+  * debian/patches/01-fix_qt_build.patch:
+    + Remove patch, it was taken from upstream CVS and is present in
+      the current release.
+  * debian/rules:
+    + Do not sed the desktop files, upstream does this for us.
+    + Do not install gtk manpage as qt one, qt port has an own now.
+  * debian/yabause-qt.install:
+    + Install upstream manpage.
+
+ -- Evgeni Golov <evgeni at debian.org>  Tue, 02 Jun 2009 09:00:40 +0200
+
 yabause (0.9.9-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/trunk/yabause/debian/control
===================================================================
--- packages/trunk/yabause/debian/control	2009-05-29 22:55:47 UTC (rev 9805)
+++ packages/trunk/yabause/debian/control	2009-06-02 07:01:41 UTC (rev 9806)
@@ -2,12 +2,12 @@
 Section: utils
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Evgeni Golov <sargentd at die-welt.net>
+Uploaders: Evgeni Golov <evgeni at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, quilt (>= 0.40),
  libgl1-mesa-dev | libgl-dev, freeglut3-dev | libglut-dev, libglu1-mesa-dev | libglu-dev,
  libsdl1.2-dev, libglib2.0-dev, libgtk2.0-dev, libgtkglext1-dev,
  libqt4-dev, libqt4-opengl-dev, libmini18n-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://yabause.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/yabause/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/yabause/

Deleted: packages/trunk/yabause/debian/patches/01-fix_qt_build.patch
===================================================================
--- packages/trunk/yabause/debian/patches/01-fix_qt_build.patch	2009-05-29 22:55:47 UTC (rev 9805)
+++ packages/trunk/yabause/debian/patches/01-fix_qt_build.patch	2009-06-02 07:01:41 UTC (rev 9806)
@@ -1,16 +0,0 @@
-From: Guillaume Duhamel <guillaume at yabause.org>
-Date: 2009-01-13 10:41:00 +0100
-Subject: Fix Qt build by including relative paths
-License: GPL-2+
-
---- yabause/src/qt/yabause.pro.in	2009-01-02 23:03:21.000000000 +0100
-+++ yabause/src/qt/yabause.pro.in	2009-01-13 10:41:00.000000000 +0100
-@@ -21,7 +21,7 @@
- mac:TARGET	= Yabause
- CONFIG	+= debug_and_release x86 ppc
- QT	+= opengl
--INCLUDEPATH	+= . ui
-+INCLUDEPATH	+= @srcdir@ @srcdir@/ui
- LIBS	+= -L../ -lyabause @LIBS@ @LDFLAGS@
- AC_DEFS = @DEFS@
- CPPFLAGS = @CPPFLAGS@

Modified: packages/trunk/yabause/debian/patches/series
===================================================================
--- packages/trunk/yabause/debian/patches/series	2009-05-29 22:55:47 UTC (rev 9805)
+++ packages/trunk/yabause/debian/patches/series	2009-06-02 07:01:41 UTC (rev 9806)
@@ -1 +1 @@
-01-fix_qt_build.patch
+#

Modified: packages/trunk/yabause/debian/rules
===================================================================
--- packages/trunk/yabause/debian/rules	2009-05-29 22:55:47 UTC (rev 9805)
+++ packages/trunk/yabause/debian/rules	2009-06-02 07:01:41 UTC (rev 9806)
@@ -62,13 +62,6 @@
 	$(MAKE) -C build-gtk install DESTDIR=$(CURDIR)/debian/tmp
 	$(MAKE) -C build-qt install DESTDIR=$(CURDIR)/debian/tmp
 
-	# install yabause-gtk
-	sed -i -e '/Exec/ s,yabause,yabause-gtk,' $(CURDIR)/debian/tmp/usr/share/applications/yabause-gtk.desktop
-
-	# install yabause-qt
-	install -D src/gtk/doc/yabause.1 $(CURDIR)/debian/yabause-qt/usr/share/man/man1/yabause-qt.1
-	sed -i -e '/Exec/ s,yabause,yabause-qt,' $(CURDIR)/debian/tmp/usr/share/applications/yabause-qt.desktop
-
 	dh_install
 
 # Build architecture-independent files here.

Modified: packages/trunk/yabause/debian/yabause-qt.install
===================================================================
--- packages/trunk/yabause/debian/yabause-qt.install	2009-05-29 22:55:47 UTC (rev 9805)
+++ packages/trunk/yabause/debian/yabause-qt.install	2009-06-02 07:01:41 UTC (rev 9806)
@@ -1,2 +1,3 @@
 usr/bin/yabause-qt
 usr/share/applications/yabause-qt.desktop
+usr/share/man/man1/yabause-qt.1




More information about the Pkg-games-commits mailing list