debian/0000755000000000000000000000000012153005750007164 5ustar debian/watch0000644000000000000000000000012012153005750010206 0ustar version=3 http://www.pogo.org.uk/~mark/bpm-tools releases/bpm-tools-(.*).tar.gz debian/rules0000755000000000000000000000071612153005750010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PREFIX=/usr %: dh $@ debian/changelog0000644000000000000000000000023012153005750011031 0ustar bpm-tools (0.3-1) unstable; urgency=low * Initial release (Closes: #709262) -- tony mancill Sun, 02 Jun 2013 18:07:18 -0700 debian/patches/0000755000000000000000000000000012153005750010613 5ustar debian/patches/0001-update-bpm-graph-manpage-to-link-to-bpm-manpage.patch0000644000000000000000000000071312153005750023133 0ustar From 5a3fccd63cf3294ce27a1d175333cc062b823e7e Mon Sep 17 00:00:00 2001 From: tony mancill Date: Sun, 2 Jun 2013 19:51:13 -0700 Subject: [PATCH] update bpm-graph manpage to link to bpm manpage --- bpm-graph.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpm-graph.1 b/bpm-graph.1 index fc52e84..e1948fb 100644 --- a/bpm-graph.1 +++ b/bpm-graph.1 @@ -1 +1 @@ -.so man1/bpm-graph.1 +.so man1/bpm.1 -- 1.7.10.4 debian/patches/series0000644000000000000000000000007312153005750012030 0ustar 0001-update-bpm-graph-manpage-to-link-to-bpm-manpage.patch debian/docs0000644000000000000000000000000712153005750010034 0ustar README debian/source/0000755000000000000000000000000012153005750010464 5ustar debian/source/format0000644000000000000000000000001412153005750011672 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000030512153005750011341 0ustar bpm-tools for Debian -------------------- debian/compat0000644000000000000000000000000212153005750010362 0ustar 9 debian/copyright0000644000000000000000000000202312153005750011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bpm-tools Source: http://www.pogo.org.uk/~mark/bpm-tools/ Files: * Copyright: 2013 Mark Hills License: GPL-2.0 Files: debian/* Copyright: 2013 tony mancill License: GPL-2.0 License: GPL-2.0 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. . 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000206012153005750010565 0ustar Source: bpm-tools Section: sound Priority: extra Maintainer: tony mancill Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: http://www.pogo.org.uk/~mark/bpm-tools/ Vcs-Git: git://git.debian.org/git/collab-maint/bpm-tools.git Vcs-Browser: http://git.debian.org/?p=collab-maint/bpm-tools.git;a=summary Package: bpm-tools Architecture: any Depends: sox, ${shlibs:Depends}, ${misc:Depends} Recommends: gnuplot, vorbis-tools, flac, id3v2 Suggests: libsox-fmt-all Description: command-line tool to calculate tempo of audio The bpm-tools commands are used to automatically calculate the tempo (in beats-per-minute) of music, optionally displaying an analysis and adding it to file 'tags'. The data from these tags can be especially useful for navigating a music library in DJ software such as xwax(1). . The bpm command implements the algorithm on raw data, but the most commonly used command is bpm-tag to tag the file with the tempo in bpm. The bpm-graph command will produce a plot of the results of the autocorrelation.