--- freepats-20060219.orig/debian/freepats.docs +++ freepats-20060219/debian/freepats.docs @@ -0,0 +1 @@ +debian/tmp/freepats/README --- freepats-20060219.orig/debian/freepats.examples +++ freepats-20060219/debian/freepats.examples @@ -0,0 +1 @@ +debian/tmp/freepats/*.cfg --- freepats-20060219.orig/debian/compat +++ freepats-20060219/debian/compat @@ -0,0 +1 @@ +5 --- freepats-20060219.orig/debian/control +++ freepats-20060219/debian/control @@ -0,0 +1,17 @@ +Source: freepats +Section: sound +Priority: optional +Maintainer: Henrique de Moraes Holschuh +Build-Depends: debhelper (>> 5), bzip2 +Standards-Version: 3.7.2 + +Package: freepats +Architecture: all +Description: Free patch set for MIDI audio synthesis + Freepats is a free patch set suitable for MIDI audio synthesis. It is not + complete, nor comprehensive yet, and most, if not all patches are in the + old and limited GUS patch format. + . + It is, however, the sole DFSG-compliant patch set in existence so far. + New patches (including those in better formats, such as SF2 SoundFont banks) + are welcome. --- freepats-20060219.orig/debian/rules +++ freepats-20060219/debian/rules @@ -0,0 +1,85 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE =freepats +PKGTMP:=$(CURDIR)/debian/tmp +PKGDIR:=$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp + +build-stamp: + dh_testdir + + # Add here commands to compile the package. + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/freepats. + mkdir -p $(PKGTMP) + tar -jxf upstream/freepats-*.tar.bz2 -C $(PKGTMP) + + # install config files + mkdir -p $(PKGTMP)/etc/timidity + (echo "dir /usr/share/midi/freepats" ; \ + echo ; \ + cat $(PKGTMP)/freepats/freepats.cfg ) \ + > $(PKGTMP)/etc/timidity/freepats.cfg + chmod 644 $(PKGTMP)/etc/timidity/freepats.cfg + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + 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 --- freepats-20060219.orig/debian/README.Debian +++ freepats-20060219/debian/README.Debian @@ -0,0 +1,10 @@ +freepats for Debian +------------------- + +These patches are not nearly enough for good GS or XG MIDI +synthesis. But they're all we have got. + +If you want better patches, try to track down the old "EAW" +patchset. Unfortunately, we cannot distribute that one. + + -- Henrique de Moraes Holschuh , Sun, 11 Jul 2004 17:58:20 -0300 --- freepats-20060219.orig/debian/freepats.install +++ freepats-20060219/debian/freepats.install @@ -0,0 +1,3 @@ +debian/tmp/freepats/Tone_* /usr/share/midi/freepats +debian/tmp/freepats/Drum_* /usr/share/midi/freepats +debian/tmp/etc/timidity /etc --- freepats-20060219.orig/debian/changelog +++ freepats-20060219/debian/changelog @@ -0,0 +1,15 @@ +freepats (20060219-1) unstable; urgency=low + + * New upstream source (closes: #360405) + * Add watch file v3 for uscan/DEHS + * Bump standards-version to 3.7.2 (no changes) + * Switch to debhelper mode v5 + + -- Henrique de Moraes Holschuh Thu, 10 Aug 2006 12:40:29 -0300 + +freepats (20040611-1) unstable; urgency=low + + * Initial Release (closes: #258863) + + -- Henrique de Moraes Holschuh Sun, 11 Jul 2004 17:58:20 -0300 + --- freepats-20060219.orig/debian/freepats.dirs +++ freepats-20060219/debian/freepats.dirs @@ -0,0 +1,2 @@ +usr/share/midi/freepats +etc/timidity --- freepats-20060219.orig/debian/watch +++ freepats-20060219/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://freepats.opensrc.org/ freepats-(.*)\.(?:zip|tar\.(?:bz2|gz)) --- freepats-20060219.orig/debian/copyright +++ freepats-20060219/debian/copyright @@ -0,0 +1,33 @@ +$Id: copyright,v 1.1 2004-07-19 14:54:03 hmh Exp $ + +This package was debianized by Henrique de Moraes Holschuh on +Sun, 11 Jul 2004 17:58:20 -0300. + +The Debian packaging of freepats is: + Copyright (c) 2004 by Henrique de Moraes Holschuh + and distributed in the same license as the upstream source it applies to. + +Upstream sources are at http://freepats.opensrc.org + +Upstream Authors: The folks at freepats.opensrc.org + +Copyright: + Copyright (C) 2004 Free Software Foundation + + This patch set 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. + + As a special exception, if you create a composition which uses + these patches, and mix these patches or unaltered portions of + these patches into the composition, these patches do not by + themselves cause the resulting composition to be covered by the + GNU General Public License. This exception does not however + invalidate any other reasons why the document might be covered + by the GNU General Public License. If you modify these patches, + you may extend this exception to your version of the patches, + but you are not obligated to do so. If you do not wish to do so, + delete this exception statement from your version. + +The GPL may be found in /usr/share/common-licenses/GPL on a Debian system.