debian/0000755000000000000000000000000012200753247007170 5ustar debian/gbp.conf0000644000000000000000000000003612200750516010602 0ustar [DEFAULT] pristine-tar = True debian/rules0000755000000000000000000000031312200747743010251 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with python2 override_dh_auto_install: dh_auto_install -- --install-lib=/usr/share/gtklick override_dh_installchangelogs: dh_installchangelogs NEWS debian/gtklick.10000644000000000000000000000163012200747743010706 0ustar .TH GTKLICK "1" "February 2010" "gtklick 0.6.3" "gtklick Manual Page" .SH NAME gtklick \- A simple metronome GUI for JACK .SH SYNOPSIS .B gtklick [\fIoptions\fR] .SH DESCRIPTION \fBgtklick\fR is a simple metronome with an easy-to-use GTK+ interface, supporting the JACK sound server. It features different sounds to choose from, arbitrary meters and beat patterns, a speed trainer, and the ability to save and restore profiles. .br gtklick is implemented as a frontend to \fBklick\fR and uses OSC messages to communicate with the backend. Using klick directly on the command line offers additional features like tempo maps and synchronization with JACK transport. .SH OPTIONS .TP \fB\-o\fR port OSC port to start klick with .TP \fB\-q\fR port OSC port of running klick instance to connect to .TP \fB\-r\fR port OSC port to be used for gtklick .TP \fB\-h\fR show help .SH AUTHOR Dominic Sacre debian/changelog0000644000000000000000000000220412200753205011032 0ustar gtklick (0.6.4-4) unstable; urgency=medium * Set dh/compat 9 * Bump Standards. * Removed DMUA. * Fix VCS canonical URLs. * Don't sign tags. * Update copyright file. * Added Keywords to upstream desktop file. -- Jaromír Mikeš Thu, 08 Aug 2013 19:09:15 +0200 gtklick (0.6.4-3) unstable; urgency=medium * Team upload. * Build-depend on python-all >=2.6.6-3 * Depends on python-glade2 (Closes: #632639). * Remove myself from the Uploaders field. * Bump Standards. -- Alessio Treglia Mon, 04 Jul 2011 13:07:05 +0200 gtklick (0.6.4-2) unstable; urgency=low [ Jaromír Mikeš ] * Fixed Vcs-Browser tag. [ Alessio Treglia ] * Update my email address. * Bump Standards up to 3.9.1. * Switch to source 3.0 (quilt) format. * Don't mind about quilt files in .pc/ directory. * Add gbp's config file. * Switch from pysupport to python2. -- Alessio Treglia Sun, 27 Feb 2011 14:24:40 +0100 gtklick (0.6.4-1) unstable; urgency=low * Initial release (Closes: #579164). -- Jaromír Mikeš Sun, 25 Apr 2010 23:27:33 +0200 debian/watch0000644000000000000000000000012412200747743010222 0ustar version=3 http://das.nasophon.de/download/gtklick-([\d]+\.[\d]+(?:\.[\d]+|)).tar.gz debian/copyright0000644000000000000000000000256512200751260011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Gtklick Upstream-Contact: Dominic Sacré Source: http://das.nasophon.de/gtklick/ Copyright: 2008-2010 Dominic Sacré Files: * Copyright: 2008-2010 Dominic Sacré License: GPL-2+ Files: po/ru.po Copyright: 2009 Damir Abdullin License: GPL-2+ Files: po/es.po Copyright: 2009-2010, Pablo Fernández License: GPL-2+ Files: debian/* Copyright: 2010-2011 Alessio Treglia 2010-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. Comment: You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000012200747743010474 5ustar debian/source/format0000644000000000000000000000001412200747743011702 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012200752660010615 5ustar debian/patches/02-desktop_file.patch0000644000000000000000000000104012200752504014515 0ustar Author: Jaromír Mikeš Description: Added Keywords to upstream desktop file. Forwarded: no Index: gtklick/share/gtklick.desktop =================================================================== --- gtklick.orig/share/gtklick.desktop 2013-08-08 19:05:39.991201591 +0200 +++ gtklick/share/gtklick.desktop 2013-08-08 19:24:37.428841848 +0200 @@ -1,6 +1,7 @@ [Desktop Entry] Name=gtklick Comment=A Simple Metronome +Keywords=audio;sound;jackd,metronome,click,klick,beat Exec=gtklick Icon=gtklick Type=Application debian/patches/01-gtklick_launcher.patch0000644000000000000000000000126612200747743015400 0ustar Author: Jaromír Mikeš Alessio Treglia Description: Add the private python module directory /usr/share/gtklick to sys.path. Fix script's shebang line. --- bin/gtklick | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- gtklick.orig/bin/gtklick +++ gtklick/bin/gtklick @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # # gtklick @@ -11,8 +11,9 @@ # (at your option) any later version. -from gtklick.gtklick import GTKlick import sys +sys.path.append('/usr/share/gtklick') +from gtklick.gtklick import GTKlick import os.path bin_dir = os.path.abspath(os.path.dirname(sys.argv[0])) debian/patches/series0000644000000000000000000000006012200751741012025 0ustar 01-gtklick_launcher.patch 02-desktop_file.patch debian/README.source0000644000000000000000000000036212200747743011354 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/control0000644000000000000000000000222712200750466010576 0ustar Source: gtklick Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3) Build-Depends-Indep: gettext Standards-Version: 3.9.4 X-Python-Version: >= 2.5 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/gtklick.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/gtklick.git Homepage: http://das.nasophon.de/gtklick/ Package: gtklick Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-glade2, python-gtk2, python-liblo, klick Description: simple metronome GUI for JACK gtklick is a simple metronome with an easy-to-use GTK+ interface, supporting the JACK sound server. . It features different sounds to choose from, arbitrary meters and beat patterns, a speed trainer, and the ability to save and restore profiles. gtklick is implemented as a frontend to klick and uses OSC messages to communicate with the backend. . Using klick directly on the command line offers additional features like tempo maps and synchronization with JACK transport. debian/gtklick.manpages0000644000000000000000000000002112200747743012332 0ustar debian/gtklick.1 debian/compat0000644000000000000000000000000212200750322010355 0ustar 9