--- gmorgan-0.27.orig/debian/watch +++ gmorgan-0.27/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/(\d)[\-_]?(rc\d+|pre-rc\d+|pre\d+a?)$/$1~$2/;s/[\-\.](source|Source|src|orig|unix)$//;s/-(bin|osx)$/~$1/;s/^v(\d)/$1/" \ +http://knars.be/sf.php/gmorgan .*gmorgan-(v?[\d\.]+(?:rc|rc\d+|pre-rc\d+|-unix|-source|-Source|-src|\.src|\.orig|[a-z]|b\d+|beta\d+-src|beta\d+)?)\.(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z) +# generated by watchupstream 0.8.1 --- gmorgan-0.27.orig/debian/control +++ gmorgan-0.27/debian/control @@ -0,0 +1,19 @@ +Source: gmorgan +Section: sound +Priority: optional +Maintainer: Bart Martens +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libasound2-dev, libfltk1.1-dev, gettext, automake1.10 +Standards-Version: 3.8.4 +Homepage: http://gmorgan.sourceforge.net/ + +Package: gmorgan +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: timidity +Description: MIDI rhythm station emulator software + A modern organ for play in real time or sequence, full midi configurable, can + export live or sequence performances to MIDI file format. Maintain 500 + patterns, 100 Styles, 100 Sound Combiantion in memory. Style Library Pattern + BD allows easy new pattern creation, can import MIDI files as patterns, input + chords can be controlled by mouse, PC keyboard or MIDI keyboard. Sound + edition, chord song sequencer, guided playback and extensive documentation. --- gmorgan-0.27.orig/debian/copyright +++ gmorgan-0.27/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Free Ekanayaka on +Thu, 10 Nov 2005 02:10:17 +0000. + +It was downloaded from ftp://heanet.dl.sourceforge.net/g/gm/gmorgan/gmorgan-0.25.tar.gz + +Copyright: 2003-2010 Josep Andreu + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is +Copyright (C) 2006-2010 Bart Martens +Copyright (C) 2006 Dana Olson +Copyright (C) 2005 Free Ekanayaka +and is licensed under the GPL, see above. + --- gmorgan-0.27.orig/debian/compat +++ gmorgan-0.27/debian/compat @@ -0,0 +1 @@ +5 --- gmorgan-0.27.orig/debian/changelog +++ gmorgan-0.27/debian/changelog @@ -0,0 +1,71 @@ +gmorgan (0.27-2) unstable; urgency=low + + * debian/rules: Replace po/Makefile.in.in. Closes: #583466. + + -- Bart Martens Mon, 27 Dec 2010 13:55:59 +0000 + +gmorgan (0.27-1) unstable; urgency=low + + * New upstream release. + * debian/patches/01_ftbfs_amd64.diff: Removed. + * debian/copyright: Updated. + + -- Bart Martens Wed, 10 Mar 2010 18:29:13 +0100 + +gmorgan (0.25-5) unstable; urgency=low + + * Build-Depends: automake1.10. Fixes FTBFS. Closes: #543102. + + -- Bart Martens Sat, 22 Aug 2009 23:09:43 +0200 + +gmorgan (0.25-4) unstable; urgency=low + + * debian/control, debian/rules: Update m4/po.m4. Closes: #456588. + + -- Bart Martens Thu, 20 Dec 2007 02:13:12 +0100 + +gmorgan (0.25-3) unstable; urgency=low + + * debian/gmorgan.desktop: Fixed desktop-entry-invalid-category. + * debian/menu: Fixed menu-item-uses-apps-section. + + -- Bart Martens Sun, 25 Nov 2007 13:34:42 +0100 + +gmorgan (0.25-2) unstable; urgency=low + + * debian/patches/01_ftbfs_amd64.diff: Added. Closes: #404667. Fixes FTBFS + on amd64. Thanks to NN_il_Confusionario . + + -- Bart Martens Wed, 27 Dec 2006 19:15:42 +0100 + +gmorgan (0.25-1) unstable; urgency=low + + * Copied from Ubuntu to Debian. Closes: #338691. + * debian/*: Use cdbs. + * debian/control: Added timidity to Suggests. + * debian/docs: Removed. No longer installing COPYING and INSTALL. + * debian/menu: Fixed. + * debian/watch: Updated. + + -- Bart Martens Thu, 23 Nov 2006 12:24:43 +0100 + +gmorgan (0.25-0ubuntu1) dapper; urgency=low + + * Release for Dapper + * debian/compat: changed to version 5 + * debian/control: changed depends to debhelper 5 + * debian/control: changed standards-version to 3.6.2 + * debian/gmorgan.desktop: added desktop file + * debian/gmorgan.install: install desktop file + * debian/rules: call dh_install and dh_desktop + * debian/rules: cleanups + * debian/docs: added docs from src package + * debian/copyright: added date & full name of copyright holder + + -- Dana Olson Sat, 18 Feb 2006 19:35:54 -0500 + +gmorgan (0.25-0) unstable; urgency=low + + * Initial Release (opened ITP #338691) + + -- Free Ekanayaka Thu, 10 Nov 2005 02:10:17 +0000 --- gmorgan-0.27.orig/debian/menu +++ gmorgan-0.27/debian/menu @@ -0,0 +1,2 @@ +?package(gmorgan):needs="X11" section="Applications/Sound" \ + title="gmorgan" command="/usr/bin/gmorgan" --- gmorgan-0.27.orig/debian/rules +++ gmorgan-0.27/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_AUTO_UPDATE_ACLOCAL := 1.10 +DEB_MAKE_INSTALL_TARGET += localedir=/usr/share/locale/ + +SAVERESTORE := \ + po/remove-potcdate.sed \ + aclocal.m4 \ + configure \ + m4/po.m4 \ + po/Makefile.in.in \ + +update-config:: + for f in $(SAVERESTORE) ; do [ -e $$f.d-r-orig ] || cp -p $$f $$f.d-r-orig ; done + [ ! -f /usr/share/aclocal/po.m4 ] || cp /usr/share/aclocal/po.m4 m4/po.m4 + cp /usr/share/gettext/po/Makefile.in.in po/Makefile.in.in + +clean:: + for f in $(SAVERESTORE) ; do [ ! -e $$f.d-r-orig ] || mv $$f.d-r-orig $$f ; done --- gmorgan-0.27.orig/debian/gmorgan.install +++ gmorgan-0.27/debian/gmorgan.install @@ -0,0 +1 @@ +debian/gmorgan.desktop /usr/share/applications/ --- gmorgan-0.27.orig/debian/gmorgan.desktop +++ gmorgan-0.27/debian/gmorgan.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=gmorgan +Comment=MIDI rhythm station for ALSA +Exec=/usr/bin/gmorgan +#Icon=/usr/share/icons/gmorgan.png +Terminal=false +Type=Application +Categories=Audio;Midi