--- genpo-0.9.8.orig/debian/docs
+++ genpo-0.9.8/debian/docs
@@ -0,0 +1 @@
+README
--- genpo-0.9.8.orig/debian/genpo.install
+++ genpo-0.9.8/debian/genpo.install
@@ -0,0 +1,4 @@
+genpo usr/bin
+debian/genpo.desktop usr/share/applications
+organs/ usr/share/genpo
+debian/genpo.svg /usr/share/pixmaps/
--- genpo-0.9.8.orig/debian/genpo.svg
+++ genpo-0.9.8/debian/genpo.svg
@@ -0,0 +1,527 @@
+
+
+
--- genpo-0.9.8.orig/debian/copyright
+++ genpo-0.9.8/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by Andrew Hunter on
+Sat, 29 Sep 2007 23:43:31 +0100.
+
+It was downloaded from http://genpo.sourceforge.net/
+
+Upstream Author:
+
+ Steve Merrony
+
+Copyright:
+
+ (c) 2003,2007 S.Merrony
+
+License:
+
+ This program is free software; you may redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the Free
+ Software Foundation; either version 3 of the License, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ more details.
+
+ You should have received a copy of the GNU General Public License along with
+ this program; if not, write to the Free Software Foundation, Inc., Fifth
+ Floor, Boston, MA 02110-1301, USA
+
+ Please see /usr/share/common-licenses/GPL-3 for full text of the licence.
+
+The Debian packaging is (C) 2007, Andrew Hunter and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
--- genpo-0.9.8.orig/debian/genpo.menu
+++ genpo-0.9.8/debian/genpo.menu
@@ -0,0 +1,6 @@
+?package(genpo):\
+ needs="X11"\
+ section="Applications/Sound"\
+ title="Genpo"\
+ command="genpo /usr/share/genpo/English-0.9.5.org"\
+ icon="genpo"
--- genpo-0.9.8.orig/debian/changelog
+++ genpo-0.9.8/debian/changelog
@@ -0,0 +1,41 @@
+genpo (0.9.8-0ubuntu1) jaunty; urgency=low
+
+ [ Iain Lane ]
+ * New upstream release (LP: #312025)
+ + debian/control: Switch from QT3 to QT4 - build-depend on libqt4-dev and
+ qt4-qmake
+ + debian/rules: Build with qmake-qt4
+ * debian/copyright, debian/rules, debian/watch: repacking no longer necessary.
+
+ [ James Westby ]
+ * debian/control: Drop Vsc-Bzr as it is wrongly named and not up-to-date.
+
+ -- Iain Lane Mon, 29 Dec 2008 11:23:53 +0000
+
+genpo (0.9.7+dfsg.1-0ubuntu1) jaunty; urgency=low
+
+ * New Upstream Release
+ * Bumped standards version to 3.8.0 (no changes needed)
+ * Removed NOTES from docs as there is no NOTES file anymore
+
+ -- Michael Casadevall Fri, 07 Nov 2008 22:15:35 -0500
+
+genpo (0.9.6+dfsg.1-0ubuntu3) intrepid; urgency=low
+
+ * Add missing backslash to debian/genpo.menu and added default organ file. (LP: #221518)
+
+ -- Andrew Hunter Fri, 02 May 2008 14:52:19 -0400
+
+genpo (0.9.6+dfsg.1-0ubuntu2) hardy; urgency=low
+
+ * Add Icon. (LP: #201471)
+
+ -- Jussi Schultink (jussi01) Tue, 11 Mar 2008 16:00:17 +0200
+
+genpo (0.9.6+dfsg.1-0ubuntu1) hardy; urgency=low
+
+ * Initial release (LP: #115820)
+
+ -- Andrew Hunter Sat, 06 Oct 2007 17:34:29 +0100
+
+
--- genpo-0.9.8.orig/debian/dirs
+++ genpo-0.9.8/debian/dirs
@@ -0,0 +1,2 @@
+usr/share/applications
+usr/share/genpo
--- genpo-0.9.8.orig/debian/compat
+++ genpo-0.9.8/debian/compat
@@ -0,0 +1 @@
+5
--- genpo-0.9.8.orig/debian/control
+++ genpo-0.9.8/debian/control
@@ -0,0 +1,21 @@
+Source: genpo
+Section: sound
+Priority: extra
+Maintainer: Ubuntu Studio Developers
+XSBC-Original-Maintainer: Andrew Hunter
+Homepage: http://genpo.sourceforge.net
+Build-Depends: debhelper (>= 5), libasound2-dev, libqt4-dev, qt4-qmake
+Standards-Version: 3.8.0
+
+Package: genpo
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: genpo-organs
+Description: GENeral Purpose Organ
+ GENPO replicates the essential features of any pipe, theatre, or reed organ.
+ GENPO reads a description of an organ (a .org XML file) and presents a suitable
+ user interface for operating that organ. There are a number of high quality
+ organ SoundFonts freely available and the .org file maps the stop sounds to
+ organ divisions, manuals and stops. Other facilities such and couplers and
+ presets are available. You may connect one or more MIDI keyboards to GENPO
+ to provide the organ manuals, you can also assign one to be the 'pedalboard'.
--- genpo-0.9.8.orig/debian/rules
+++ genpo-0.9.8/debian/rules
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+configure: configure-stamp
+
+configure-stamp:
+ dh_testdir
+ qmake-qt4 -makefile src/genpo.pro
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ $(MAKE) -f Makefile
+
+ touch $@
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ rm -f *.o
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+binary-indep: build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs CHANGES
+ dh_installdocs
+ dh_install
+ dh_installmenu
+ dh_desktop
+ dh_installman debian/genpo.1
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source
--- genpo-0.9.8.orig/debian/genpo.desktop
+++ genpo-0.9.8/debian/genpo.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Genpo
+Comment=GENPO is the GENeral Purpose Organ.
+Exec=genpo /usr/share/genpo/organs/English-0.9.5.org
+Categories=AudioVideo;Audio;
+Icon=genpo
--- genpo-0.9.8.orig/debian/genpo.1
+++ genpo-0.9.8/debian/genpo.1
@@ -0,0 +1,28 @@
+.TH genpo 1 "October 26, 2007" "version 0.9.6"
+.SH NAME
+genpo \- general purpose organ
+.SH SYNOPSIS
+.B genpo
+\-\-help \-\-verbose \-\-outport=: \-\-singlestop organfile
+.SH DESCRIPTION
+GENPO replicates the essential features of any pipe, theatre, or reed organ.
+GENPO reads a description of an organ (a .org XML file) and presents a suitable
+user interface for operating that organ.
+.SH OPTIONS
+.TP
+\-\-help
+Display the help message
+.TP
+\-\-verbose
+Be a lot more verbose in the console while genpo is running
+.TP
+\-\-outport=:
+Tell GENPO to try to connect to a specific ALSA device to send it's output to
+.TP
+\-\-singlestop
+Only permit one stop at a time to be pulled
+.SH SEE ALSO
+.B http://genpo.sourceforge.net
+.SH AUTHORS
+Genpo was written by Steve Merrony.
+This man page was written by Andrew Hunter.
--- genpo-0.9.8.orig/debian/watch
+++ genpo-0.9.8/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/genpo/genpo-(.*).tar.gz debian