klick (0.12.2-1) debian-dir only changes

Summary

 debian/changelog      |    5 ++
 debian/compat         |    1 
 debian/control        |   34 ++++++++++++++
 debian/copyright      |   53 ++++++++++++++++++++++
 debian/doc-base       |   11 ++++
 debian/docs           |    1 
 debian/install        |    2 
 debian/klick.1        |  116 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/klick.manpages |    1 
 debian/rules          |   20 ++++++++
 debian/source/format  |    1 
 debian/watch          |    2 
 12 files changed, 247 insertions(+)

    
download this patch

Patch contents

--- klick-0.12.2.orig/debian/rules
+++ klick-0.12.2/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+SCONS = scons --warn=no-deprecated
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	$(SCONS) PREFIX=/usr RUBBERBAND=True
+
+override_dh_auto_clean:
+	[ ! $(DEB_MAINTAINER_MODE) -ne 1 ] || $(SCONS) -c
+	rm -f .sconsign.dblite scache.conf .sconf_temp
+
+override_dh_auto_install:
+	$(SCONS) install DESTDIR=$(CURDIR)/debian/klick
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
--- klick-0.12.2.orig/debian/install
+++ klick-0.12.2/debian/install
@@ -0,0 +1,2 @@
+klick usr/bin
+samples/* usr/share/klick/samples
--- klick-0.12.2.orig/debian/watch
+++ klick-0.12.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://das.nasophon.de/download/klick-([\d]+\.[\d]+(?:\.[\d]+|)).tar.gz
--- klick-0.12.2.orig/debian/compat
+++ klick-0.12.2/debian/compat
@@ -0,0 +1 @@
+7
--- klick-0.12.2.orig/debian/control
+++ klick-0.12.2/debian/control
@@ -0,0 +1,34 @@
+Source: klick
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
+Uploaders: Alessio Treglia <quadrispro@ubuntu.com>,
+ Jaromír Mikeš <mira.mikes@seznam.cz>
+Build-Depends: debhelper (>= 7.0.50~),
+ scons,
+ libboost-dev,
+ libjack-dev,
+ libsndfile1-dev (>= 1.0.18),
+ libsamplerate0-dev,
+ liblo-dev,
+ librubberband-dev
+DM-Upload-Allowed: yes
+Standards-Version: 3.8.4
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/klick.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/klick.git;a=summary
+Homepage: http://das.nasophon.de/klick/
+
+Package: klick
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Suggests: gtklick
+Description: advanced metronome for JACK
+ klick is an advanced command-line based metronome using the JACK sound server.
+ It allows you to define complex tempo maps for entire songs or performances.
+ .
+ A single meter and tempo can be specified on the command line, while more
+ complex tempo maps can be read from plain text files.
+ Alternatively, it's also possible to run klick in interactive mode,
+ where the tempo can be changed at runtime using the keyboard,
+ or to follow tempo information read from JACK transport.
--- klick-0.12.2.orig/debian/copyright
+++ klick-0.12.2/debian/copyright
@@ -0,0 +1,53 @@
+This package was debianized by:
+
+    Jaromír Mikeš <mira.mikes@seznam.cz>  on Sun, 25 Apr 2010 18:10:27 +0200
+
+It was downloaded from:
+
+    http://das.nasophon.de/klick/
+
+Upstream Author:
+
+    Dominic Sacré  <dominic.sacre@gmx.de>
+
+Copyright:
+
+    Copyright (C) 2007-2009 Dominic Sacré <dominic.sacre@gmx.de>
+
+Copyright exceptions:
+
+Files: samples/sine_*.wav
+Copyright: 2002, Nick Mainsbridge
+License: GPL-2+
+
+Files: samples/noise_*.wav
+Copyright: 2003, Roland Stigge
+License: GPL-2+
+
+Files: samples/click_*.wav
+Copyright: 2004-2006, Free Software Foundation
+License: GPL-2+
+
+License:
+
+    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.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Jaromír Mikeš <mira.mikes@seznam.cz>
+
+and is licensed under the GPL version 2, see above.
--- klick-0.12.2.orig/debian/changelog
+++ klick-0.12.2/debian/changelog
@@ -0,0 +1,5 @@
+klick (0.12.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #579165).
+
+ -- Jaromír Mikeš <mira.mikes@seznam.cz>  Sun, 25 Apr 2010 16:25:37 +0200
--- klick-0.12.2.orig/debian/klick.1
+++ klick-0.12.2/debian/klick.1
@@ -0,0 +1,116 @@
+.TH KLICK "1" "January 2010" "klick 0.12.2" "klick Manual Page"
+
+.SH NAME
+klick \- An advanced metronome for JACK
+
+.SH SYNOPSIS
+.B klick
+[\fIoptions\fR] [\fIbars\fR] [\fImeter\fR] \fItempo\fR[\-\fItempo2\fR/\fIaccel\fR] [\fIpattern\fR]
+.br
+.B klick
+[\fIoptions\fR] \fB\-f\fR \fIfilename\fR
+.br
+.B klick
+[\fIoptions\fR] \fB\-i\fR
+.br
+.B klick
+[\fIoptions\fR] \fB\-j\fR
+
+.SH DESCRIPTION
+\fBklick\fR is an advanced command-line based metronome using the JACK sound
+server. It allows you to define complex tempo maps for entire songs or
+performances.
+A single meter and tempo can be specified on the command line, while more
+complex tempo maps can be read from plain text files. Alternatively, it's
+also possible to run klick in interactive mode, where the tempo can be
+changed at runtime using the keyboard, or to follow tempo information read
+from JACK transport.
+
+.SH OPTIONS
+.TP
+\fB\-f\fR \fIfilename\fR
+load tempo map from file
+.TP
+\fB\-j\fR
+no tempo map, just follow jack transport
+.TP
+\fB\-n\fR \fIname\fR
+set jack client name
+.TP
+\fB\-p\fR \fIport\fR,..
+jack port(s) to connect to
+.TP
+\fB\-P\fR
+automatically connect to hardware ports
+.TP
+\fB\-o\fR \fIport\fR
+OSC port to listen on
+.TP
+\fB\-i\fR
+interactive mode
+.TP
+\fB\-W\fR \fIfilename\fR
+export click track to audio file
+.TP
+\fB\-r\fR \fIsamplerate\fR
+sample rate of export (default: 48000)
+.TP
+\fB\-s\fR \fInumber\fR
+use built\-in sounds:
+.br
+0: square wave (default)
+.br
+1: sine wave
+.br
+2: noise
+.br
+3: acoustic bell/click
+.TP
+\fB\-S\fR \fIfile\fR[,\fIfile\fR]
+load sounds from file(s)
+.TP
+\fB\-e\fR
+no emphasized beats
+.TP
+\fB\-E\fR
+emphasized beats only
+.TP
+\fB\-v\fR \fImult\fR[,\fImult\fR]
+adjust playback volume (default: 1.0)
+.TP
+\fB\-w\fR \fImult\fR[,\fImult\fR]
+adjust playback pitch (default: 1.0)
+.TP
+\fB\-t\fR
+enable jack transport
+.TP
+\fB\-T\fR
+become transport master (implies \fB\-t\fR)
+.TP
+\fB\-d\fR \fIseconds\fR
+delay before starting playback
+.TP
+\fB\-c\fR \fIbars\fR
+pre\-roll. use \fB\-c\fR 0 for 2 beats
+.TP
+\fB\-l\fR \fIlabel\fR
+start playback at the given label
+.TP
+\fB\-x\fR \fImultiplier\fR
+multiply tempo by the given factor
+.TP
+\fB\-h\fR
+show help
+
+.SH TEMPO MAP FILE FORMAT
+[label:] bars [meter] tempo [pattern] [volume]
+.br
+\&...
+
+.SH SEE ALSO
+The full documentation for \fBklick\fR can be found in HTML format at
+
+\fI/usr/share/doc/klick/manual.html\fR
+
+.SH AUTHOR
+Dominic Sacre <dominic.sacre@gmx.de>
--- klick-0.12.2.orig/debian/docs
+++ klick-0.12.2/debian/docs
@@ -0,0 +1 @@
+doc/manual.html
--- klick-0.12.2.orig/debian/doc-base
+++ klick-0.12.2/debian/doc-base
@@ -0,0 +1,11 @@
+Document: klick
+Title: Klick User Manual
+Author: Dominic Sacré
+Abstract: This manual describes how to use klick. It contains a full list of
+ command line arguments, keyboard commands and OSC messages, and a detailed
+ explanation of the tempo map file format.
+Section: Sound
+
+Format: HTML
+Index: /usr/share/doc/klick/manual.html
+Files: /usr/share/doc/klick/manual.html
--- klick-0.12.2.orig/debian/klick.manpages
+++ klick-0.12.2/debian/klick.manpages
@@ -0,0 +1 @@
+debian/klick.1
--- klick-0.12.2.orig/debian/source/format
+++ klick-0.12.2/debian/source/format
@@ -0,0 +1 @@
+1.0