--- yabause-0.9.10.orig/debian/watch
+++ yabause-0.9.10/debian/watch
@@ -0,0 +1,4 @@
+version=3
+http://sf.net/yabause/yabause-(.*)\.tar\.gz
+
+
--- yabause-0.9.10.orig/debian/yabause-common.install
+++ yabause-0.9.10/debian/yabause-common.install
@@ -0,0 +1,2 @@
+usr/share/yabause/
+src/gtk/yabause.png usr/share/pixmaps
--- yabause-0.9.10.orig/debian/yabause-qt.postinst
+++ yabause-0.9.10/debian/yabause-qt.postinst
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+
+if [ "$1" = configure ]; then
+ update-alternatives --install /usr/bin/yabause \
+ yabause /usr/bin/yabause-qt 50 \
+ --slave /usr/share/man/man1/yabause.1.gz \
+ yabause.1.gz /usr/share/man/man1/yabause-qt.1.gz
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- yabause-0.9.10.orig/debian/rules
+++ yabause-0.9.10/debian/rules
@@ -0,0 +1,76 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+ CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+ CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+configure-flags=$(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man \
+ --infodir=\$${prefix}/share/info
+
+config-common: $(QUILT_STAMPFN)
+ dh_testdir
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ touch $@
+
+build-%/config-stamp: config-common
+ dh_testdir
+ mkdir -p build-$*
+ cd build-$* && \
+ CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed" \
+ $(CURDIR)/configure $(configure-flags) --with-port=$* \
+ --program-suffix=-$*
+ touch $@
+
+build-%-stamp: build-%/config-stamp
+ dh_testdir
+ $(MAKE) -C build-$*
+ touch $@
+
+build: build-gtk-stamp build-qt-stamp
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+
+ $(RM) -r build-gtk build-qt
+
+ dh_clean config-common config.sub config.guess
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+
+ $(MAKE) -C build-gtk install DESTDIR=$(CURDIR)/debian/tmp
+ $(MAKE) -C build-qt install DESTDIR=$(CURDIR)/debian/tmp
+
+ dh_install
+
+# Build architecture-independent files here.
+binary-indep: install
+ dh binary-indep
+
+# Build architecture-dependent files here.
+binary-arch: install
+ dh binary-arch
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- yabause-0.9.10.orig/debian/copyright
+++ yabause-0.9.10/debian/copyright
@@ -0,0 +1,287 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=455
+Upstream-Name: Yabause
+Upstream-Maintainer: Theo Berkau, Guillaume Duhamel, Fabien Coulon
+Upstream-Source: http://sourceforge.net/projects/yabause/
+
+Files: *
+Copyright: © 2004-2009 Theo Berkau
+Copyright: © 2003-2009 Guillaume Duhamel
+Copyright: © 2005-2006 Fabien Coulon
+License: GPL-2+
+
+Files: src/{cdbase.*,cd-linux.c,cd-freebsd.c,cd-netbsd.c}
+Copyright: © 2004-2008 Theo Berkau
+Copyright: © 2004-2006 Guillaume Duhamel
+Copyright: © 2005 Joost Peters
+License: GPL-2+
+
+Files: src/cd-macosx.c
+Copyright: © 2005 Weston Yager
+Copyright: © 2006-2008 Guillaume Duhamel
+Copyright: © 2004-2005 Theo Berkau
+Copyright: © 2004-2005 Lucas Newman
+License: GPL-2+
+
+Files: src/coffelf.c
+Copyright: © 2007 Theo Berkau
+Copyright: © 2009 Lawrence Sebald
+License: GPL-2+
+
+Files: src/cs0.c
+Copyright: © 2006 Ex-Cyber
+Copyright: © 2005 Guillaume Duhamel
+Copyright: © 2004-2005 Theo Berkau
+License: GPL-2+
+
+Files: src/m68kq68.c, src/sh2trace.h
+Copyright: © 2009 Andrew Church
+License: GPL-2+
+
+Files: src/profile.*
+Copyright: © 2002 Patrick Kooman
+License: other
+ The header of these files says "You are free to use, modify,
+ re-distribute this code.", which wasn't enough in my understanding,
+ so I asked Patrick about it. This is what I got as a reply:
+ .
+ From: "Patrick Kooman" <pkooman@gmail.com>
+ To: "Evgeni Golov" <sargentd@die-welt.net>
+ Subject: Re: license of your profile.(c|h)
+ Date: Mon, 30 Jun 2008 15:43:27 +0200
+ .
+ [...]feel free to use the code like you'd use any MIT licensed stuff[...]
+
+Files: src/scsp.c
+Copyright: © 2004 Stephane Dallongeville
+Copyright: © 2004-2007 Theo Berkau
+Copyright: © 2006 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/scsp.h
+Copyright: © 2004 Stephane Dallongeville
+Copyright: © 2004-2006 Theo Berkau
+Lincense: GPL-2+
+
+Files: src/sh2d.c
+Copyright: © 2000 Bart Trzynadlowski
+License: PD
+
+Files: src/sh2idle.c
+Copyright: © 2005-2006 Fabien Coulon
+License: GPL-2+
+
+Files: src/sh2int.c
+Copyright: © 2004-2007 Theo Berkau
+Copyright: © 2003-2005 Guillaume Duhamel
+Copyright: © 2005 Fabien Coulon
+License: GPL-2+
+
+Files: src/sndal.c
+Copyright: © 2005-2006 Theo Berkau
+Copyright: © 2009 Lawrence Sebald
+License: GPL-2+
+
+Files: src/sndal.h, src/permacjoy.*
+Copyright: © 2009 Lawrence Sebald
+License: GPL-2+
+
+Files: src/macjoy.*
+Copyright: 2008 Lawrence Sebald
+License: GPL-2
+
+Files: src/{vidogl.c,vdp1.c}
+Copyright: © 2003-2006 Guillaume Duhamel
+Copyright: © 2004-2007 Theo Berkau
+Copyright: © 2004 Lawrence Sebald
+License: GPL-2+
+
+Files: src/vidsoft.c
+Copyright: © 2006 Fabien Coulon
+Copyright: © 2004-2008 Theo Berkau
+Copyright: © 2003-2004 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/yabause.*
+Copyright: © 2006 Anders Montonen
+Copyright: © 2004-2006 Theo Berkau
+Copyright: © 2003-2005 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/{m68kcore.*,m68kc68k.*,perlinuxjoy.*,sh2d.h,sh2idle.c}
+Copyright: 2004-2009 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/{sh2int.h,cs0.h,core.h,smpc.*,debug.*,scu.*,vdp2.*,sh2core.*,
+ ygl.*,vidshared.*,vdp1.h,cs1.*,cs2.*,yui.h,memory.*,peripheral.*}
+Copyright: 2004-2007 Theo Berkau
+Copyright: 2003-2006 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/{vidsoft.h,m68kd.c,error.*,persdljoy.h,bios.*,sh2idle.h,
+ vidogl.h,sndsdl.*,coffelf.h,cheat.*,vdp2debug.*,netlink.*}
+Copyright: 2005-2008 Theo Berkau
+License: GPL-2+
+
+Files: src/carbon/{settings.c,main.c}
+Copyright: © 2006 Anders Montonen
+Copyright: © 2006 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/carbon/settings.h
+Copyright: © 2006 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/carbon/cpustatus.*
+Copyright: © 2006 Anders Montonen
+License: GPL-2+
+
+Files: src/carbon/build_dmg.sh
+Copyright: © 2007 Anders Montonen
+Copyright: © 2006 Lawrence Sebald
+Copyright: © 2006 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/c68k/{c68kexec.c,gen68k.c,c68k.c}
+Copyright: © 2003-2004 Stephane Dallongeville
+License: GPL-2+
+
+Files: src/c68k/{c68k.h,gen68k.h}
+Copyright: © 2004 Theo Berkau
+Copyright: © 2003-2004 Stephane Dallongeville
+License: GPL-2+
+
+Files: src/dreamcast/cd.s
+Copyright: © 2008 Lawrence Sebald
+License: GPL-2+
+
+Files: src/dreamcast/localtime.c
+Copyright: none
+License: PD
+ Derived from code in the public domain, the header says:
+ /* This file was taken from newlib <http://sourceware.org/newlib>, it's a
+ * modified version of Arthur David Olsons localtime.c from tzcode which
+ * is under Public Domain */
+
+Files: src/dreamcast/yui.c
+Copyright: © 2004-2008 Lawrence Sebald
+Copyright: © 2003 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/dreamcast/viddc.c
+Copyright: © 2006 Fabien Coulon
+Copyright: © 2003-2006 Guillaume Duhamel
+Copyright: © 2004-2006 Theo Berkau
+Copyright: © 2004-2007 Lawrence Sebald
+License: GPL-2+
+
+Files: src/dreamcast/{perdc.*,viddc.h}
+Copyright: © 2005-2008 Lawrence Sebald
+License: GPL-2+
+
+Files: src/gtk/*
+Copyright: © 2005-2006 Fabien Coulon
+Copyright: © 2006-2008 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/gtk/main.c
+Copyright: © 2006 Fabien Coulon
+Copyright: © 2006 Guillaume Duhamel
+Copyright: © 2005 Joost Peters
+License: GPL-2+
+
+Files: src/gtk/pergtk.c
+Copyright: © 2005-2006 Theo Berkau
+Copyright: © 2005-2006 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/gtk/{pergtk.h,gtk-compat.*,yuipage.*,yuiwindow.*}
+Copyright: © 2005-2006 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/gtk/{yuim68k.*,yuiscudsp.*}
+Copyright: © 2005-2006 Fabien Coulon
+License: GPL-2+
+
+Files: src/psp/*
+Copyright: © 2009 Andrew Church
+License: GPL-2+
+
+Files: src/q68/*
+Copyright: © 2009 Andrew Church
+License: GPL-2+
+
+Files: src/qt/{Settings.*,YabauseThread.*,QtYabause.*,
+ YabauseGL.*,PerQt.*,main.cpp},
+ src/qt/ui/{UIAbout.*,UIYabause.*,UISettings.*},
+ src/persdljoy.c
+Copyright: © 2005-2006 Theo Berkau
+Copyright: © 2008 Filipe Azevedo <pasnox@gmail.com>
+Copyright: © 2005 Guillaume Duhamel
+License: GPL-2+
+
+Files: src/qt/CommonDialogs.*,
+ src/qt/ui/{UICheatRaw.*,UIWaitInput.*,UIBackupRam.*,
+ UICheatAR.*,UICheats.*,UIPortManager.*,UIPadSetting.*}
+Copyright: © 2008 Filipe Azevedo <pasnox@gmail.com>
+License: GPL-2+
+
+Files: src/qt/mkspecs/win32-{osx,x11}-g++/qplatformdefs.h
+Copyright: © 1992-2007 Trolltech ASA
+License: GPL-2
+
+Files: src/wii/*
+Copyright: © 2008 Theo Berkau
+License: GPL-2+
+
+Files: src/wii/perwii.c
+Copyright: © 2008 Theo Berkau
+Copyright: © 2008 Romulo
+License: GPL-2+
+
+Files: src/windows/*
+Copyright: © 2004-2009 Theo Berkau
+License: GPL-2+
+
+Files: src/windows/cpudebug/*
+Copyright: © 2004-2008 Theo Berkau
+Copyright: © 2004 Guillaume Duhamel
+Copyright: © 2005 Joost Peters
+License: GPL-2+
+
+Files: src/windows/cpudebug/yuidebug.h
+Copyright: © 2004-2009 Theo Berkau
+License: GPL-2+
+
+Files: src/windows/aviout.c
+Copyright: © 2006-2008 Zeromus
+License: GPL-2+
+
+Files: src/windows/ramwatch.*
+Copyright: © 2009 Upthorn
+Copyright: © 2009 Nitsuja
+Copyright: © 2009 adelikat
+License: GPL-2+
+
+Files: src/windows/yui.c
+Copyright: © 2004-2008 Theo Berkau
+Copyright: © 2004 Guillaume Duhamel
+Copyright: © 2005 Joost Peters
+License: GPL-2+
+
+Files: src/windows/cd.h, src/cd-windows.c
+Copyright: © 2004-2005 Theo Berkau
+Copyright: © 2005 Joost Peters
+License: GPL-2+
+
+Files: src/windows/settings/*
+Copyright: © 2004-2009 Theo Berkau
+License: GPL-2+
+
+Files: debian/*
+Copyright: © 2008-2009 Evgeni Golov <evgeni@debian.org>
+License: GPL-2+
+
+License: GPL-2 | GPL-2+
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
--- yabause-0.9.10.orig/debian/README.Debian
+++ yabause-0.9.10/debian/README.Debian
@@ -0,0 +1,23 @@
+Yabause for Debian
+==================
+
+1. Do I need a BIOS?
+--------------------
+Yabause usually can emulate the Sega Saturn BIOS quite well, so you can play
+games without specifying a BIOS file in the preferences.
+However there are games which will need an original BIOS from a Sega Saturn.
+As this one is non-free, it cannot be shipped inside this package and you will
+need to obtain one by yourself.
+
+2. Where can I get games?
+-------------------------
+If you have original Sega Saturn games, you can play them directly from CD-ROM.
+You also can get many free games on the Internet. Rockin-B has some of those
+on his homepage [1][2], but they seem to be only free as in beer. If you want
+free as in speech games, you can obtain some under the GPL from SSMTF [3].
+
+[1] http://rockin-b.de/saturn.html
+[2] http://rockin-b.de/c4-2005-cd.html
+[3] http://vieille.merde.free.fr/
+
+ -- Evgeni Golov <sargentd@die-welt.net> Wed, 09 Jul 2008 09:37:54 +0200
--- yabause-0.9.10.orig/debian/yabause-qt.prerm
+++ yabause-0.9.10/debian/yabause-qt.prerm
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then
+ update-alternatives --remove yabause /usr/bin/yabause-qt
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- yabause-0.9.10.orig/debian/README.source
+++ yabause-0.9.10/debian/README.source
@@ -0,0 +1,2 @@
+This package uses quilt for patch management, for more information see
+the file /usr/share/doc/quilt/README.source in the quilt package.
--- yabause-0.9.10.orig/debian/yabause-gtk.postinst
+++ yabause-0.9.10/debian/yabause-gtk.postinst
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+
+if [ "$1" = configure ]; then
+ update-alternatives --install /usr/bin/yabause \
+ yabause /usr/bin/yabause-gtk 40 \
+ --slave /usr/share/man/man1/yabause.1.gz \
+ yabause.1.gz /usr/share/man/man1/yabause-gtk.1.gz
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- yabause-0.9.10.orig/debian/changelog
+++ yabause-0.9.10/debian/changelog
@@ -0,0 +1,82 @@
+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.
+ + Add B-D on libopenal-dev.
+ * 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.
+ * debian/copyright:
+ + Update copyright information and refresh dates.
+
+ -- Evgeni Golov <evgeni@debian.org> Tue, 02 Jun 2009 09:32:34 +0200
+
+yabause (0.9.9-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ + Update the short-descriptions to reflect upstream naming change.
+ + Add a new yabause-common package, containing images and translations.
+ + Add Build-Dep on libmini18n-dev, so we can enable translations.
+ Closes: #508166
+ + Set DM-Upload-Allowed: yes - I am DM now.
+ * debian/rules:
+ + Upstream now supports --programm-suffix, so we don't need to rename
+ files on our own so much.
+ + Rename build-%/Makefile to build-%/config-stamp, so the Makefile
+ isn't erased.
+ + Don't change the Icon-field in the .desktop files.
+ * debian/yabause-{gtk,qt}.install:
+ + yabause-common contains yabause.png, so no need to install
+ yabause-{gtk,qt}.png in the appropriate packages.
+ * debian/patches:
+ + Add 01-fix_qt_build.patch so the Qt build does not FTBFS when built
+ out of source, imported from Upstream.
+
+ -- Evgeni Golov <sargentd@die-welt.net> Sat, 07 Mar 2009 22:15:38 +0100
+
+yabause (0.9.8-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules:
+ + Don't use rm in the clean target, use dh_clean instead.
+ + Use more debhelper 7 helpers.
+ + Use $(QUILT_STAMPFN) instead of patch, so configure isn't run twice.
+ + Use more make magic to build the two interfaces.
+ * debian/control:
+ + Add alternatives to Build-Depends.
+ + Build-Depend on debhelper 7.
+ + Add ${misc:Depends} to yabause's Depends to please lintian.
+ * debian/series:
+ + Make lintian happy by putting a single # into series.
+
+ -- Evgeni Golov <sargentd@die-welt.net> Wed, 03 Dec 2008 19:41:09 +0100
+
+yabause (0.9.7-1) unstable; urgency=low
+
+ * New upstream release.
+ + Drop patches/updates_from_cvs_since_0.9.6.patch.
+
+ -- Evgeni Golov <sargentd@die-welt.net> Thu, 04 Sep 2008 00:05:47 +0200
+
+yabause (0.9.6-2) unstable; urgency=low
+
+ * Import some changes from upstream CVS to improve stability and the GUI.
+ + Use quilt for handling this patch.
+ + Add README.Debian about quilt-usage.
+
+ -- Evgeni Golov <sargentd@die-welt.net> Fri, 08 Aug 2008 21:45:46 +0200
+
+yabause (0.9.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #483124)
+
+ -- Evgeni Golov <sargentd@die-welt.net> Wed, 09 Jul 2008 09:37:54 +0200
--- yabause-0.9.10.orig/debian/yabause-qt.install
+++ yabause-0.9.10/debian/yabause-qt.install
@@ -0,0 +1,3 @@
+usr/bin/yabause-qt
+usr/share/applications/yabause-qt.desktop
+usr/share/man/man1/yabause-qt.1
--- yabause-0.9.10.orig/debian/yabause-gtk.install
+++ yabause-0.9.10/debian/yabause-gtk.install
@@ -0,0 +1,3 @@
+usr/bin/yabause-gtk
+usr/share/applications/yabause-gtk.desktop
+usr/share/man/man1/yabause-gtk.1
--- yabause-0.9.10.orig/debian/compat
+++ yabause-0.9.10/debian/compat
@@ -0,0 +1 @@
+7
--- yabause-0.9.10.orig/debian/yabause-gtk.prerm
+++ yabause-0.9.10/debian/yabause-gtk.prerm
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then
+ update-alternatives --remove yabause /usr/bin/yabause-gtk
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- yabause-0.9.10.orig/debian/control
+++ yabause-0.9.10/debian/control
@@ -0,0 +1,84 @@
+Source: yabause
+Section: utils
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Uploaders: Evgeni Golov <evgeni@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, libopenal-dev
+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/
+DM-Upload-Allowed: yes
+
+Package: yabause
+Architecture: all
+Depends: yabause-qt | yabause-gtk, ${misc:Depends}
+Description: beautiful and under-rated Saturn emulator
+ Yabause is a Sega Saturn emulator. It has the following features:
+ * booting games from CD-ROM and ISO files
+ * booting games with either an emulated or original BIOS
+ * screenshot support
+ * savegame backups
+ * cheat system
+ * fullscreen playing
+ * multiple debugging options
+ * joystick support
+ * region select
+ .
+ This package is a metapackage, which installs either the Qt or the Gtk
+ version of Yabause.
+
+Package: yabause-common
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: yabause-qt | yabause-gtk
+Description: beautiful and under-rated Saturn emulator - common files
+ Yabause is a Sega Saturn emulator. It has the following features:
+ * booting games from CD-ROM and ISO files
+ * booting games with either an emulated or original BIOS
+ * screenshot support
+ * savegame backups
+ * cheat system
+ * fullscreen playing
+ * multiple debugging options
+ * joystick support
+ * region select
+ .
+ This package contains arch-independend files like images and translations.
+
+Package: yabause-gtk
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yabause-common (= ${source:Version})
+Description: beautiful and under-rated Saturn emulator - Gtk port
+ Yabause is a Sega Saturn emulator. It has the following features:
+ * booting games from CD-ROM and ISO files
+ * booting games with either an emulated or original BIOS
+ * screenshot support
+ * savegame backups
+ * cheat system
+ * fullscreen playing
+ * multiple debugging options
+ * joystick support
+ * region select
+ .
+ This package contains the Gtk version of Yabause.
+
+Package: yabause-qt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yabause-common (= ${source:Version})
+Description: beautiful and under-rated Saturn emulator - Qt port
+ Yabause is a Sega Saturn emulator. It has the following features:
+ * booting games from CD-ROM and ISO files
+ * booting games with either an emulated or original BIOS
+ * screenshot support
+ * savegame backups
+ * cheat system
+ * fullscreen playing
+ * multiple debugging options
+ * joystick support
+ * region select
+ .
+ This package contains the Qt version of Yabause.
--- yabause-0.9.10.orig/debian/patches/series
+++ yabause-0.9.10/debian/patches/series
@@ -0,0 +1 @@
+#