--- jdelay-1.0.orig/debian/control +++ jdelay-1.0/debian/control @@ -0,0 +1,17 @@ +Source: jdelay +Section: sound +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Dana Olson +Build-Depends: debhelper (>= 5.0.0), libjack-dev +Standards-Version: 3.9.0 +Homepage: http://users.skynet.be/solaris/linuxaudio/ + +Package: jdelay +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Sound card latency measurement tool + Jdelay is a simple JACK application that you can use to measure the + latency of your sound card. It uses a phase measurements on a set of + tones to measure the delay from the output to the input. Accuracy is + about 1/1000 of a sample. --- jdelay-1.0.orig/debian/jdelay.install +++ jdelay-1.0/debian/jdelay.install @@ -0,0 +1,2 @@ +jdelay /usr/bin/ + --- jdelay-1.0.orig/debian/rules +++ jdelay-1.0/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f jdelay.o + rm -f jdelay + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install + dh_installman + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- jdelay-1.0.orig/debian/docs +++ jdelay-1.0/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +BUILD --- jdelay-1.0.orig/debian/compat +++ jdelay-1.0/debian/compat @@ -0,0 +1 @@ +5 --- jdelay-1.0.orig/debian/changelog +++ jdelay-1.0/debian/changelog @@ -0,0 +1,21 @@ +jdelay (1.0-0ubuntu3) maverick; urgency=low + + * Refresh libjack-dev build-dependency. + * Bump Standards. + * Move upstream's URL from description to Homepage field. + + -- Alessio Treglia Wed, 21 Jul 2010 12:52:54 +0200 + +jdelay (1.0-0ubuntu2) lucid; urgency=low + + * No-change rebuild for jack transition. + * Munge Maintainer field as per spec. + + -- Steve Kowalik Tue, 19 Jan 2010 12:48:45 +1100 + +jdelay (1.0-0ubuntu1) dapper; urgency=low + + * Initial release. + + -- Dana Olson Sat, 18 Feb 2006 02:07:53 -0500 + --- jdelay-1.0.orig/debian/copyright +++ jdelay-1.0/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Dana Olson on +Sat, 18 Feb 2006 02:07:53 -0500. + +It was downloaded from http://users.skynet.be/solaris/linuxaudio/ + +Copyright: 2004 Fons Adriaensen + +License: + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- jdelay-1.0.orig/debian/jdelay.1 +++ jdelay-1.0/debian/jdelay.1 @@ -0,0 +1,38 @@ +.TH Jdelay 1 "February 18 2006" "Version 1.0" "Jdelay Manual Page" + +.SH NAME +jdelay - measure sound card latency + + +.SH SYNOPSIS +.B jdelay + + +.SH DESCRIPTION +.PP +Jdelay is a simple JACK application that you can use to measure the +latency of your sound card. It uses a phase measurements on a set of +tones to measure the delay from the output to the input. Accuracy is +about 1/1000 of a sample. +.PP +To use Jdelay, first start a JACK server and then start jdelay in a +console. It will create an input port and an output port. Connect them +in some manner (for instance with the QjackCtl patchbay), and check the +output on the console to see the delay, measured in samples. + + +.SH SUGGESTIONS AND BUG REPORTS +Any bugs found should be reported to the upstream author and/or package +maintainer. + + +.SH OTHER INFO +The project homepage is at http://users.skynet.be/solaris/linuxaudio/. +Released under the GNU General Public License. + + +.SH AUTHOR +Jdelay was written by Fons Adriaensen . + +This manual page was written by Dana Olson , +for the Ubuntu project (but may be used by others). --- jdelay-1.0.orig/debian/jdelay.manpages +++ jdelay-1.0/debian/jdelay.manpages @@ -0,0 +1 @@ +debian/jdelay.1