debian/0000755000000000000000000000000011741716711007174 5ustar debian/docs0000644000000000000000000000001511741714716010046 0ustar README NEWS debian/source/0000755000000000000000000000000011741716711010474 5ustar debian/source/format0000644000000000000000000000001411741715161011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000631211741716375011056 0ustar rexima (1.4-7) unstable; urgency=low [ Jari Aalto ] * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". * Update Standards-Version to 3.9.3.1 (no changes needed). * Update to debhelper to 9. * Add build-arch and build-indep targets; use dh_prep in rules file. * Fix description-synopsis-starts-with-article (Lintian). * Fix debian-rules-calls-debhelper-in-odd-order dh_makeshlibs (Lintian). [ tony mancill ] * Correct Vcs-Svn URL to only reference the trunk. -- tony mancill Fri, 13 Apr 2012 03:23:40 +0000 rexima (1.4-6) unstable; urgency=low [ gregor herrmann ] * Change debian/copyright to the new machine-readable format. [ tony mancill ] * add mixer level keys 1-9 (closes: #474566) -- tony mancill Sun, 06 Apr 2008 16:10:42 -0700 rexima (1.4-5) unstable; urgency=low [ gregor herrmann ] * Change XS-Vcs-* fields to Vcs-*. * Set Standards-Version to 3.7.3 (no changes needed). [ tony mancill ] * Set debian/compat to 5. * Add Homepage: to debian/control source stanza. -- tony mancill Tue, 25 Dec 2007 09:03:15 -0800 rexima (1.4-4) unstable; urgency=low * Add patch 01_nostrip.dpatch to prevent stripping the binary during install (closes: #437907). -- gregor herrmann Tue, 14 Aug 2007 21:32:40 +0200 rexima (1.4-3) unstable; urgency=low * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control. * Don't ignore errors of $(MAKE) clean. * Install upstream NEWS and README files. * Adjust menu file to the new menu policy. * Add watch file. * Remove README.Debian which is a greeting from the last millenium. * Add myself to uploaders. -- gregor herrmann Mon, 13 Aug 2007 21:58:47 +0200 rexima (1.4-2) unstable; urgency=low * debian/control: bump Standards-Version to 3.7.2 * add debian/compat for debhelper compatibility version * update debian/rules to install to debian/rexima, not debian/tmp -- tony mancill Sat, 21 Apr 2007 20:33:04 -0700 rexima (1.4-1) unstable; urgency=low * New upstream release * New maintainer (closes: #312866) -- tony mancill Sun, 12 Jun 2005 22:42:00 -0700 rexima (1.3-1) unstable; urgency=low * New upstream version (Closes: #191465) -- Pablo Averbuj Thu, 1 May 2003 01:42:36 -0400 rexima (1.1-4) unstable; urgency=low * Fixing lintian errors: * Updated to standards 3.5.0 * Added build-depends * Wrapped the full description at column 75 -- Pablo Averbuj Fri, 7 Sep 2001 15:57:46 -0400 rexima (1.1-3) unstable; urgency=low * Recompiled for libncurses5 (Closes: #93941) -- Pablo Averbuj Sat, 14 Apr 2001 19:43:22 -0400 rexima (1.1-2) unstable; urgency=low * Fixed manpage path (Closes: #91009) -- Pablo Averbuj Sat, 24 Mar 2001 19:12:11 -0500 rexima (1.1-1) unstable; urgency=low * New upstream release. Closes: #72200 -- Pablo Averbuj Sun, 15 Oct 2000 20:17:57 -0400 rexima (1.0-1) unstable; urgency=low * Initial Release. -- Pablo Averbuj Tue, 6 Apr 1999 00:48:52 -0400 debian/copyright0000644000000000000000000000101011741714716011122 0ustar Upstream source location: ftp://ftp.ibiblio.org:/pub/Linux/apps/sound/mixers/ Files: * Copyright: © 1996-2003 Russell Marks. License: GPL2+ 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. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000211741715161010370 0ustar 9 debian/menu0000644000000000000000000000015511741714716010067 0ustar ?package(rexima):\ needs="text"\ section="Applications/Sound"\ title="rexima"\ command="/usr/bin/rexima" debian/control0000644000000000000000000000135111741716405010577 0ustar Source: rexima Section: sound Priority: optional Maintainer: tony mancill Uploaders: gregor herrmann Standards-Version: 3.9.3.1 Vcs-Svn: http://dorf.mancill.com/svn/deb/rexima/trunk/ Vcs-Browser: http://dorf.mancill.com/websvn/listing.php?repname=debian+SVN+repository&path=%2Frexima%2F Homepage: http://rus.members.beeb.net/rexima.html Build-Depends: libncurses5-dev, debhelper (>= 9) Package: rexima Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: simple ncurses/command-line mixer rexima is 'a mixer' spelled backwards. A humble command-line/ncurses mixer which is easy to use and can modify mixer settings non-interactively in shell scripts (for example). debian/rules0000755000000000000000000000271111741715161010253 0ustar #!/usr/bin/make -f # Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Cristoph Lameter. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build-arch: build build-indep: build build: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp install-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) clean dh_clean install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/tmp. $(MAKE) install PREFIX=$(CURDIR)/debian/rexima/usr MANDIR=$(CURDIR)/debian/rexima/usr/share/man/man1 touch install-stamp # 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_installdocs README NEWS dh_installchangelogs ChangeLog dh_installmenu dh_installman dh_compress dh_fixperms dh_strip dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary debian/watch0000644000000000000000000000014211741714716010225 0ustar version=3 ftp://ftp.gwdg.de/pub/linux/mirrors/sunsite/apps/sound/mixers/rexima-([\d\.]+)\.tar\.gz debian/dirs0000644000000000000000000000001011741714716010052 0ustar usr/bin debian/patches/0000755000000000000000000000000011741716711010623 5ustar debian/patches/01_nostrip.patch0000755000000000000000000000073011741715666013655 0ustar From: Gregor Herrmann Subject: Don't strip binary during install. diff -urNad rexima~/Makefile rexima/Makefile --- rexima~/Makefile 2007-08-03 16:12:35.000000000 +0200 +++ rexima/Makefile 2007-08-14 21:35:33.000000000 +0200 @@ -23,7 +23,7 @@ /bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR) install: rexima installdirs - install -s -m 755 rexima $(BINDIR) + install -m 755 rexima $(BINDIR) install -m 644 rexima.1 $(MANDIR) uninstall: debian/patches/02_mixerlevelkeys.patch0000755000000000000000000000174711741715700015226 0ustar From: Tony Mancill Subject: No description. diff -urNad rexima~/rexima.1 rexima/rexima.1 --- rexima~/rexima.1 2006-07-06 21:42:53.000000000 -0700 +++ rexima/rexima.1 2008-04-06 16:02:50.000000000 -0700 @@ -135,6 +135,9 @@ .I L increase level by 1% of maximum. .TP +.IR 1 "-" 9 +set level of current device to 10%, 20%, .. 90% of maximum (according to the key pressed). +.TP .I Space toggle whether device is a recording source or not. .TP diff -urNad rexima~/rexima.c rexima/rexima.c --- rexima~/rexima.c 2008-04-06 15:53:59.000000000 -0700 +++ rexima/rexima.c 2008-04-06 15:57:17.000000000 -0700 @@ -558,7 +558,16 @@ clearok(curscr,TRUE); break; } - + + /* tmancill@debian.org - add 1-9 keys */ + if (key >= 0x31 && key <= 0x39) { + if(existmask&(1<