debian/0000775000000000000000000000000012170543566007201 5ustar debian/rules0000775000000000000000000000243512170543246010260 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2004-2006 Robert Jordens # Copyright © 2010 Jonas Smedegaard # Description: Main Debian packaging script for JACK Bitmeter # # 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, or (at # your option) any later version. # # This program 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 . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/utils.mk # suppress optional build-dependencies CDBS_BUILD_DEPENDS_upstream-tarball = DEB_UPSTREAM_URL = http://devel.tlrmx.org/audio/source # Avoid PNG files upsetting dpkg-source DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./(doc/.*\.png|debian/(changelog|copyright(|_hints|_newhints)))$ debian/watch0000664000000000000000000000020712170543246010224 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://devel.tlrmx.org/audio/source/bitmeter-(.*)\.tar\.gz debian/changelog0000664000000000000000000001163712170543552011056 0ustar bitmeter (1.2-3.1ubuntu1) saucy; urgency=low [ Oussama Bounaim ] * Merge from Debian (LP: #1016835), remaining changes: - Don't explicitly depend on a particular version of jackd, both jackd1 and jackd2 are available now. - Adjust Replaces,Conflicts fields to fix uninstallable state. * Drop Ubuntu patch libm-underlinkage.patch. Fixed in the last Debian version. [ Logan Rosen ] * debian/patches/libm-underlinkage.patch: Delete, as it is no longer applied in Ubuntu. -- Oussama Bounaim Sat, 13 Jul 2013 20:40:53 +0100 bitmeter (1.2-3.1) unstable; urgency=low * Non-maintainer upload. * Link libm. (Closes: #713638). * Make VCS tags canonical. -- Barry deFreese Sun, 07 Jul 2013 04:26:23 -0400 bitmeter (1.2-3ubuntu3) raring; urgency=low * Added missing math lib to link, fixing FTBFS. -- Daniel T Chen Fri, 05 Apr 2013 20:28:32 -0400 bitmeter (1.2-3ubuntu2) raring; urgency=low * Merge from Debian. Rmaining changes: - Don't explicitly depend on a particular version of jackd, both jackd1 and jackd2 are available now. - Adjust Replaces,Conflicts fields to fix uninstallable state. -- Oussama Bounaim Mon, 12 Nov 2012 19:01:01 +0100 bitmeter (1.2-3) unstable; urgency=low * Team upload. * Drop hardcoded list of non-Linux archs, use linux-any instead (Closes: #634750) * Bump Standards. * Regenerate debian/control. -- Alessio Treglia Tue, 16 Aug 2011 09:46:12 +0200 bitmeter (1.2-2ubuntu2) maverick; urgency=low * Don't explicitly depend on a particular version of jackd, both jackd1 and jackd2 are available now. -- Alessio Treglia Wed, 21 Jul 2010 12:34:49 +0200 bitmeter (1.2-2ubuntu1) maverick; urgency=low * Adjust Replaces,Conflicts fields to fix uninstallable state. -- Alessio Treglia Tue, 08 Jun 2010 10:54:53 +0200 bitmeter (1.2-2) unstable; urgency=low * Release for unstable. -- Jonas Smedegaard Tue, 16 Mar 2010 11:25:42 +0100 bitmeter (1.2-1) experimental; urgency=low * New upstream release: + Project renamed to Jack Bitmeter. * Update packaging to reflect upstream project name change. * Enable CDBS get-orig-source handling. * Update long description, following similar change to upstream documentation. * Use dpkg source format "3.0 (quilt)". * Release to experimental to let 1.1-7 into testing during NEW queue processing. -- Jonas Smedegaard Thu, 11 Mar 2010 23:23:31 +0100 bitscope (1.1-7) unstable; urgency=low * Friendly takeover: Move packaging to Debian Multimedia Maintainers, with myself as uploader. Thanks for your past contributions, Robert! * Enable CDBS copyright check (weak-included to ease backporting). * Enable CDBS semi-automated control file updating. * Rewrite copyright file conforming to draft DEP5 rev. 135. * Update URL to upstream source in copyright and watch file. Closes: bug#449966, thanks to Raphael Geissert. * Add Homepage stanza to control file. * Bump debhelper compat level to 6 (new enough to be modern, while still ease backporting. Tighten build-dependency accordingly. * Modernize section name in menu file. * Bump Standards-Version to 3.8.4. * Build-depend on libjack-dev (not libjack0.100.0-dev). Closes: bug#527406, thanks to Felipe Sateler. * Excempt build-dependency on libasound2-dev for kfreebsd-amd64 and hurd-i386 (in addition to kfreebsd-i386). Closes: bug#361456, thanks to Petr Salinger. * Rewrite long description based on introduction of documentation. Closes: bug#431778, thanks to Christian Perrier. * Add git-buildpackage config, enabling tag signing and pristine-tar. * Packaging now maintained using Git: Add Vcs-* stanzas to control file. -- Jonas Smedegaard Thu, 11 Mar 2010 20:54:39 +0100 bitscope (1.1-6) unstable; urgency=low * allow kfreebsd to build without libasound; closes: Bug#327651; patch from Aurelien Jarno -- Robert Jordens Sat, 4 Mar 2006 12:42:06 +0100 bitscope (1.1-5) unstable; urgency=low * rebuild against jack 0.100.0 -- Robert Jordens Sat, 2 Jul 2005 14:55:55 +0200 bitscope (1.1-4) unstable; urgency=low * debian/watch: added -- Robert Jordens Fri, 30 Jul 2004 19:55:03 +0200 bitscope (1.1-3) unstable; urgency=low * "third-try" release * rebuild (to not link against libjack from experimental) -- Robert Jordens Wed, 9 Jun 2004 17:16:13 +0200 bitscope (1.1-2) unstable; urgency=low * rebuild (to not link against libjack from experimental) -- Robert Jordens Fri, 4 Jun 2004 17:15:20 +0200 bitscope (1.1-1) unstable; urgency=low * first Debian release -- Robert Jordens Sun, 9 May 2004 16:55:17 +0200 debian/compat0000664000000000000000000000000212170543246010372 0ustar 6 debian/control.in0000664000000000000000000000264012170543246011206 0ustar Source: bitmeter Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Jonas Smedegaard Build-Depends: @cdbs@, libasound2-dev [linux-any], libjack-dev, libgtk2.0-dev, docbook-to-man Standards-Version: 3.9.2 Homepage: http://devel.tlrmx.org/audio/ Vcs-Git: git://git.debian.org/git/pkg-multimedia/bitmeter.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/bitmeter.git;a=summary Package: bitmeter Provides: bitscope Conflicts: bitscope (<< 1.2) Replaces: bitscope (<< 1.2) Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, jackd (>= 0.50.0) Description: diagnosis tool for JACK audio software JACK Bitmeter is a diagnosis tool for JACK audio software. As its name might suggest, the bitmeter operates at the bare metal of JACK's I/O layer, looking at the 32 binary digits in each individual sample. . Think of bitmeter like the cable detector in your toolbox. You cannot use a cable detector to drive screws into wood, or to undo bolts, or measure the length of a copper pipe, but it's the perfect tool for detecting hidden cables in walls before you drill. You will rarely need bitmeter, in fact most JACK users will never use it at all, but having it and never needing it is much better than needing it and not having it. debian/copyright0000664000000000000000000000773312170543246011141 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: JACK Bitmeter Maintainer: Nicholas Lamb Source: http://devel.tlrmx.org/audio/source/ Files: Makefile.in Copyright: 1994-2002, Free Software Foundation, Inc. License: other-GAP-Makefile.in Files: ./compile, ./depcomp, ./missing Copyright: 1996-1997, 1999-2000, 2002 Free Software Foundation, Inc License: GPL-2+ and other-sa-Autoconf Files: ./aclocal.m4 Copyright: 1995-2002, Free Software Foundation, Inc License: GPL-2+ and other-GAP-Makefile Files: ./configure Copyright: 1992-1996,1998-2002, Free Software Foundation, Inc. License: other-GAP-configure Files: ./INSTALL Copyright: 1994-1996, 1999-2002, Free Software Foundation, Inc. License: other-GAP-INSTALL Files: ./po/Makefile.in.in Copyright: 1995-1997, Ulrich Drepper License: other-GAP-Makefile.in.in Files: ./install-sh Copyright: 1991, the Massachusetts Institute of Technology License: other-MIT Files: ./debian/* Copyright: 2004-2006, Robert Jordens 2010, Jonas Smedegaard License: GPL-2+ License: GPL-2+ This file 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 program 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 (GPL) version 2 can be found an 2/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 . License: other-GAP-configure This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. License: other-GAP-INSTALL This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. License: other-GAP-Makefile.in This Makefile.in is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. License: other-GAP-Makefile This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, License: other-sa-Autoconf As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. License: other-GAP-Makefile.in.in This file file be copied and used freely without restrictions. It can be used in projects which are not available under the GNU Public License but which still want to provide support for the GNU gettext functionality. Please note that the actual code is *not* freely available. License: other-MIT Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of M.I.T. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. M.I.T. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. debian/source/0000775000000000000000000000000012170543566010501 5ustar debian/source/format0000664000000000000000000000001412170543246011702 0ustar 3.0 (quilt) debian/menu0000664000000000000000000000021712170543246010063 0ustar ?package(bitmeter):needs="X11" section="Applications/Sound"\ hints="Professional,JACK" \ title="JACK Bitmeter" command="/usr/bin/bitmeter" debian/copyright_hints0000664000000000000000000000557512170543246012350 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 X-Draft: Autogenerated by CDBS snippet copyright-check.mk Files: ./AUTHORS, ./ChangeLog, ./Makefile.am, ./NEWS, ./README, ./acconfig.h, ./autogen.sh, ./bitmeter.desktop, ./bitmeter.glade, ./bitmeter.gladep, ./config.h.in, ./configure.in, ./debian/compat, ./debian/control, ./debian/control.in, ./debian/docs, ./debian/gbp.conf, ./debian/menu, ./debian/source/format, ./debian/watch, ./doc/Makefile.am, ./doc/index.html, ./mkinstalldirs, ./pixmaps/0i.xpm, ./pixmaps/0m.xpm, ./pixmaps/1i.xpm, ./pixmaps/1m.xpm, ./pixmaps/2i.xpm, ./pixmaps/2m.xpm, ./pixmaps/3i.xpm, ./pixmaps/3m.xpm, ./pixmaps/4i.xpm, ./pixmaps/4m.xpm, ./pixmaps/5i.xpm, ./pixmaps/5m.xpm, ./pixmaps/bitmeter.xpm, ./po/POTFILES.in, ./src/Makefile.am, ./src/callbacks.c, ./src/callbacks.h, ./src/interface.c, ./src/interface.h, ./src/jack.c, ./src/main.c, ./src/support.c, ./src/support.h Copyright: *No copyright* License: UNKNOWN FIXME Files: ./compile, ./depcomp, ./missing Copyright: 1996-1997, 1999-2000, 2002 Free Software Foundation, Inc 1999-2000, Free Software Foundation, Inc License: GPL FIXME Files: ./Makefile.in, ./doc/Makefile.in, ./src/Makefile.in Copyright: 1994-2002 License: UNKNOWN FIXME Files: ./debian/rules Copyright: 2004-2006, Robert Jordens 2010, Jonas Smedegaard License: GPL FIXME Files: ./COPYING Copyright: 1989, 1991 Free Software Foundation, Inc HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES disclaimer" for the program, if holder saying it may be distributed holder who places the Program under this License interest in the program law: the software, and year name of author License: GPL-2+ FIXME Files: ./aclocal.m4 Copyright: 1995-2002, Free Software Foundation, Inc 1996, 1998, 2000-2005, 1996-1997, 1999-2003, 2005 1996-1997, 2000-2001, 2003, 2005, 1996-2004, 1996-2005, 1997, 1999-2001, 2003, 2005 1997, 2000-2001, 2003-2005, 1999-2005, 2001, 2003, 2005, Free Software Foundation, Inc 2001-2003, 2005 Free Software Foundation, Inc 2001-2004, Red Hat, Inc 2002-2003, 2005 Free Software Foundation, Inc 2003, 2005 Free Software Foundation, Inc 2003-2005, Free Software Foundation, Inc 2004-2005, Free Software Foundation, Inc License: UNKNOWN FIXME Files: ./configure Copyright: (ISLOWER ? 'A' + ( - 'a') : ) (ISLOWER ? ( | 0x40) : ) 2003, Free Software Foundation, Inc License: UNKNOWN FIXME Files: ./INSTALL Copyright: 1994-1996, 1999-2002, Free Software License: UNKNOWN FIXME Files: ./po/Makefile.in.in Copyright: 1995-1997, Ulrich Drepper License: UNKNOWN FIXME Files: ./po/bitmeter.pot Copyright: YEAR THE PACKAGE'S HOLDER License: UNKNOWN FIXME Files: ./install-sh Copyright: 1991, the Massachusetts Institute of Technology License: UNKNOWN FIXME debian/control0000664000000000000000000000274612170543270010605 0ustar Source: bitmeter Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Jonas Smedegaard Build-Depends: cdbs (>= 0.4.72~), debhelper (>= 6), dh-buildinfo, devscripts (>= 2.10.7~), libasound2-dev [linux-any], libjack-dev, libgtk2.0-dev, docbook-to-man Standards-Version: 3.9.2 Homepage: http://devel.tlrmx.org/audio/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/bitmeter.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/bitmeter.git;a=summary Package: bitmeter Provides: bitscope Conflicts: bitscope (<< 1.2) Replaces: bitscope (<< 1.2) Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, jackd Description: diagnosis tool for JACK audio software JACK Bitmeter is a diagnosis tool for JACK audio software. As its name might suggest, the bitmeter operates at the bare metal of JACK's I/O layer, looking at the 32 binary digits in each individual sample. . Think of bitmeter like the cable detector in your toolbox. You cannot use a cable detector to drive screws into wood, or to undo bolts, or measure the length of a copper pipe, but it's the perfect tool for detecting hidden cables in walls before you drill. You will rarely need bitmeter, in fact most JACK users will never use it at all, but having it and never needing it is much better than needing it and not having it. debian/docs0000664000000000000000000000003112170543246010041 0ustar doc/index.html doc/*.png debian/gbp.conf0000664000000000000000000000014612170543246010614 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/patches/0000775000000000000000000000000012170543566010630 5ustar debian/patches/link_libm.patch0000664000000000000000000000113212170543270013576 0ustar Description: Statically link in libm for new toolchain. Bug-Debian: http://bugs.debian.org/713638 Author: Barry deFreese Index: bitmeter-1.2/src/Makefile.in =================================================================== --- bitmeter-1.2.orig/src/Makefile.in 2005-08-13 08:29:42.000000000 -0400 +++ bitmeter-1.2/src/Makefile.in 2013-07-07 04:40:19.000000000 -0400 @@ -172,7 +172,7 @@ interface.c interface.h \ callbacks.c callbacks.h -bitmeter_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -ljack +bitmeter_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -ljack -lm all: all-am .SUFFIXES: debian/patches/series0000664000000000000000000000002012170543270012025 0ustar link_libm.patch