debian/0000755000000000000000000000000011711650725007173 5ustar debian/README.Debian0000644000000000000000000000052411463242043011227 0ustar midish for Debian ----------------- Don't forget to configure your MIDI devices by loading the appropriate kernel modules. Then, you may add 'dnew' lines in /etc/midishrc accordingly in order to make midish use them, for instance: dnew 0 "28:0" rw dnew 1 "29:0" rw -- Alexandre Ratchov Thu, 19 Aug 2010 00:04:05 +0200 debian/source/0000755000000000000000000000000011463242043010465 5ustar debian/source/format0000644000000000000000000000001411463242043011673 0ustar 3.0 (quilt) debian/control0000644000000000000000000000151311711650044010570 0ustar Source: midish Section: sound Priority: optional Maintainer: Alexandre Ratchov Build-Depends: debhelper (>= 7), libreadline-dev, libasound2-dev, libncurses-dev Standards-Version: 3.9.1 Homepage: http://caoua.org/midish/ Package: midish Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: shell-like MIDI sequencer/filter midish is a MIDI sequencer/filter implemented as a shell-like interpreter. It's intended to be lightweight, fast and reliable for real-time performance. Important features are: multiple MIDI devices handling, synchronisation to external MIDI devices, real-time MIDI filtering/routing (controller mapping, keyboard splitting, ...), track recording and editing (insert, copy, delete, quantize...), import and export of standard MIDI files, system exclusive messages handling. debian/patches/0000755000000000000000000000000011711651350010615 5ustar debian/patches/series0000644000000000000000000000004511711651005012026 0ustar binutils-gold.patch no-ncurses.patch debian/patches/no-ncurses.patch0000644000000000000000000000074711711650530013741 0ustar Description: don't link against ncurses See Debian bug #602720 for details. Author: Ilya Barygin Bug-Debian: http://bugs.debian.org/652177 --- midish-1.0.4.orig/Makefile.in +++ midish-1.0.4/Makefile.in @@ -67,7 +67,7 @@ midish: ${MIDISH_OBJS} rmidish: rmidish.c ${CC} ${CFLAGS} ${READLINE_INCLUDE} \ ${LDFLAGS} ${READLINE_LIB} -o rmidish \ - rmidish.c -lreadline -lncurses + rmidish.c -lreadline .c.o: ${CC} ${CFLAGS} ${INCLUDE} ${DEFS} -c $< debian/patches/binutils-gold.patch0000644000000000000000000000100611711651254014412 0ustar Description: Fix FTBFS in natty toolchain due to indirect linking Author: Bhavani Shankar --- midish-1.0.4.orig/Makefile.in +++ midish-1.0.4/Makefile.in @@ -11,7 +11,7 @@ INCLUDE = # extra includes paths (-I options) LIB = # extra libraries paths (-L options) DEFS = @defs@ # extra defines (-D options) -LDADD = @ldadd@ # extra libraries (-l options) +LDADD = @ldadd@ -lrt # extra libraries (-l options) @vars@ # # binaries, documentation, man pages and examples will be installed in debian/compat0000644000000000000000000000000211463242043010363 0ustar 7 debian/watch0000644000000000000000000000007011463242043010213 0ustar version=3 http://caoua.org/midish/ midish-(.*)\.tar\.gz debian/midish.doc-base0000644000000000000000000000061211463242043012040 0ustar Document: midish Title: Midish user's manual and tutorial Author: Alexandre Ratchov Abstract: Describes how to use midish to manage MIDI instruments, and/or to record music. Contains also the midish language reference, examples and detailed description of the underlying concepts. Section: Sound Format: HTML Index: /usr/share/doc/midish/manual.html Files: /usr/share/doc/midish/manual.html debian/copyright0000644000000000000000000000635511463242043011131 0ustar This work was packaged for Debian by: Alexandre Ratchov on Thu, 19 Aug 2010 00:04:05 +0200 It was downloaded from: http://caoua.org/midish/ Upstream Author: Alexandre Ratchov Copyright: Copyright (c) 2003-2010 Alexandre Ratchov Copyright (c) 2008 Willem van Engen License: Copyright (c) 2003-2010 Alexandre Ratchov Copyright (c) 2008 Willem van Engen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright (c) 2010 Alexandre Ratchov All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000644000000000000000000000216011711650030011031 0ustar midish (1.0.4-1.1) unstable; urgency=low * Non-maintainer upload, fixes FTBFS. (Closes: #604947, #652177) -- Konstantinos Margaritis Tue, 31 Jan 2012 00:44:29 +0000 midish (1.0.4-1) unstable; urgency=low * New upstream release * Complete repackaging (new upstream build process, new standards) -- Alexandre Ratchov Sat, 30 Oct 2010 11:50:43 +0200 midish (0.3.0-1) unstable; urgency=low * New upstream release. -- Alexandre Ratchov Mon, 20 Aug 2007 13:12:49 +0200 midish (0.2.8-1) unstable; urgency=low * New upstream release. * Added a watch file. -- Samuel Mimram Sun, 29 Apr 2007 20:24:03 +0200 midish (0.2.7-2) unstable; urgency=low * Upload to unstable. -- Samuel Mimram Wed, 11 Apr 2007 17:00:11 +0200 midish (0.2.7-1) experimental; urgency=low * New upstream release -- Alexandre Ratchov Wed, 10 Jan 2007 15:00:58 +0100 midish (0.2.5-1) unstable; urgency=low * Initial release, closes: #385121. -- Samuel Mimram Wed, 30 Aug 2006 19:30:12 +0000 debian/rules0000755000000000000000000000174211463242043010251 0ustar #!/usr/bin/make -f LDFLAGS = -Wl,--as-needed configure: configure-stamp configure-stamp: dh_testdir ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ --prefix=/usr --mandir=/usr/share/man touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch build-stamp clean: dh_testdir rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: dh_testdir dh_prep -s dh_installdirs -s $(MAKE) DESTDIR=$(CURDIR)/debian/midish \ DOC_DIR=/usr/share/doc/midish \ EXAMPLES_DIR=/usr/share/doc/midish/examples \ install dh_install -s binary-indep: build install binary-arch: build install dh_testdir dh_installchangelogs dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install configure