debian/0000755000000000000000000000000012200722304007156 5ustar debian/gbp.conf0000644000000000000000000000006212200720721010574 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/rules0000755000000000000000000000023112200720135010232 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed %: dh $@ -Smakefile --sourcedirectory=source override_dh_installchangelogs: dh_installchangelogs README debian/jnoise.manpages0000644000000000000000000000002012200720135012152 0ustar debian/jnoise.1 debian/changelog0000644000000000000000000000334612200722222011035 0ustar jnoise (0.6.0-4) unstable; urgency=low * Set dh/compat 9 * Bump Standards. * Removed DMUA. * Fix VCS canonical URLs. * Don't sign tags. * Fix upstream contact in man page. * Update copyright file. -- Jaromír Mikeš Thu, 08 Aug 2013 15:45:24 +0200 jnoise (0.6.0-3) unstable; urgency=low * Team upload. * debian/control: - Homepage was moved to a new URL. - Bump Standards. - Remove myself from the Uploaders field. * debian/watch: - Update to scan new downloads location. - Remove example lines. -- Alessio Treglia Tue, 19 Apr 2011 13:23:03 +0200 jnoise (0.6.0-2) unstable; urgency=low * Upload to unstable. * Add myself as uploader. * Relax build-deps on JACK to let this build on Debian sid. -- Alessio Treglia Wed, 16 Feb 2011 15:39:06 +0100 jnoise (0.6.0-1) experimental; urgency=low * Team upload. [ Jaromír Mikeš ] * Added DM-Upload-Allowed: yes [ Alessio Treglia ] * New upstream release. * Add gbp config file. * Switch to debian source 3.0 (quilt) format. * Switch to debhelper 7. * README is already installed as upstream's changelog, drop it from debian/docs. * debian/control: - Bump Standards. - Adopt single-space wrapping style. - Correct team's name. - Tune build-dependencies in order to build against the most recent JACK shlibs available in experimental, which provide the session support. * Refresh patches and add DEP-3 headers. -- Alessio Treglia Tue, 11 Jan 2011 18:09:10 +0100 jnoise (0.4.0-1) unstable; urgency=low * Initial release (Closes: #519863) -- Jaromír Mikeš Sat, 03 Oct 2009 01:08:10 +0200 debian/watch0000644000000000000000000000014512200720135010207 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html \ jnoise-(.*)\.tar\.bz2 debian/copyright0000644000000000000000000000241012200721411011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Jnoise Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Copyright: 2003-2008 Fons Adriaensen Files: * Copyright: 2003-2008 Fons Adriaensen License: GPL-2+ Files: debian/* Copyright: 2011 Alessio Treglia 2009-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/0000755000000000000000000000000012200720135010456 5ustar debian/source/format0000644000000000000000000000001412200720135011664 0ustar 3.0 (quilt) debian/jnoise.10000644000000000000000000000310412200720773010535 0ustar .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH JNOISE 1 "March 13, 2009" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME jnoise \- pink and white noise generator for Jack Audio Connection Kit .SH SYNOPSIS .B jnoise .SH DESCRIPTION This manual page documents briefly the .B jnoise program This manual page was written for the Debian distribution because the original program does not have a manual page. Jnoise is a small command line JACK app generating both white and pink noise. Both noise sources produce have a Gaussion amplitude distribution, and output a signal at \-20dB RMS ref. a full scale sine wave. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. .SH OPTIONS This program has no options. .SH SEE ALSO .BR jackd (1). .br .SH AUTHOR jnoise was written by Fons Adriaensen . .PP This manual page was written by Jaromír Mikeš , for the Debian project (but may be used by others). debian/patches/0000755000000000000000000000000012200720135010605 5ustar debian/patches/makefile.patch0000644000000000000000000000114512200720135013404 0ustar Author: Jaromír Mikeš Description: Patch is applied because autotools are not used by upstream author. Patch setting prefix=/usr and fix install commands. Forwarded: no --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- jnoise.orig/source/Makefile +++ jnoise/source/Makefile @@ -19,7 +19,7 @@ # --------------------------------------------------------------------------- -PREFIX = /usr/local +PREFIX = /usr SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') LIBDIR = lib$(SUFFIX) SHARED = $(PREFIX)/share debian/patches/series0000644000000000000000000000001712200720135012020 0ustar makefile.patch debian/control0000644000000000000000000000155112200720671010570 0ustar Source: jnoise Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Jaromír Mikeš Build-Depends: debhelper (>= 9), binutils, libjack-dev | libjack-jackd2-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/jnoise.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/jnoise.git Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html Package: jnoise Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: white and pink noise generator Jnoise is a small command line JACK app generating both white and pink noise. Both noise sources produce have a Gaussion amplitude distribution, and output a signal at -20dB RMS ref. a full scale sine wave. debian/compat0000644000000000000000000000000212200720414010354 0ustar 9