debian/0000755000000000000000000000000012212335130007156 5ustar debian/compat0000644000000000000000000000000212212335130010354 0ustar 9 debian/patches/0000755000000000000000000000000012212335130010605 5ustar debian/patches/01-fix_prefix.patch0000644000000000000000000000071512212335130014212 0ustar Description: Set prefix properly Author: Jaromír Mikeš Forwarded: no Index: jack_midi_clock-0.4.1/Makefile =================================================================== --- jack_midi_clock-0.4.1.orig/Makefile 2013-05-27 18:09:48.000000000 +0200 +++ jack_midi_clock-0.4.1/Makefile 2013-06-10 01:42:19.363751511 +0200 @@ -1,4 +1,4 @@ -PREFIX ?= /usr/local +PREFIX ?= /usr bindir ?= $(PREFIX)/bin mandir ?= $(PREFIX)/share/man debian/patches/series0000644000000000000000000000005212212335130012017 0ustar 01-fix_prefix.patch 02-spelling_fix.patch debian/patches/02-spelling_fix.patch0000644000000000000000000000126612212335130014535 0ustar Description: Spelling fix Author: Jaromír Mikeš Forwarded: no Index: jack-midi-clock/jack_midi_clock.c =================================================================== --- jack-midi-clock.orig/jack_midi_clock.c 2013-06-10 01:58:12.959790285 +0200 +++ jack-midi-clock/jack_midi_clock.c 2013-06-10 02:32:45.107874539 +0200 @@ -385,7 +385,7 @@ static int jack_portsetup(void) { if ((mclk_output_port = jack_port_register(j_client, "mclk_out", JACK_DEFAULT_MIDI_TYPE, JackPortIsOutput, 0)) == 0) { - fprintf (stderr, "cannot register mclk ouput port !\n"); + fprintf (stderr, "cannot register mclk output port !\n"); return (-1); } return (0); debian/rules0000755000000000000000000000006112212335130010233 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ debian/control0000644000000000000000000000146312212335167010577 0ustar Source: jack-midi-clock Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš Build-Depends: debhelper (>= 9), libjack-dev, Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/jack-midi-clock.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/jack-midi-clock.git Homepage: https://github.com/x42/jack_midi_clock Package: jack-midi-clock Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: JACK client that sends MIDI beat clock pulses A simple and robust command-line tool to send MIDI beat clock that accurately follows JACK Transport. . It also features an instumentation tool to parse and dump incoming MCLK messages. debian/changelog0000644000000000000000000000024612212335141011034 0ustar jack-midi-clock (0.4.1-1) unstable; urgency=low * Initial release (Closes: #711798) -- Jaromír Mikeš Mon, 10 Jun 2013 01:12:09 +0200 debian/gbp.conf0000644000000000000000000000003612212335130010574 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000241112212335130011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Jack-midi-clock Upstream-Contact: Robin Gareus Source: https://github.com/x42/jack_midi_clock Files: * Copyright: 2013 Robin Gareus License: GPL-2+ Files: jack_midi_clock.c Copyright: 2013 Robin Gareus 2009 Gabriel M. Beddingfield License: GPL-2+ Files: debian/* Copyright: 2013 Jaromír Mikeš License: GPL-2+ License: GPL-2+ This program 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. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/source/0000755000000000000000000000000012212335130010456 5ustar debian/source/format0000644000000000000000000000001412212335130011664 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000023012212335130010202 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/jack_midi_clock-$1.tar.gz/ \ https://github.com/x42/jack_midi_clock/tags .*/v?(\d\S*)\.tar\.gz