--- rexima-1.4.orig/debian/copyright +++ rexima-1.4/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Pablo Averbuj pablo@debian.org on +Tue, 6 Apr 1999 00:48:52 -0400. + +It was downloaded from: ftp://ftp.ibiblio.org:/pub/Linux/apps/sound/mixers/ + +Copyright: + +rexima v1.4 - a curses-based (and command-line) mixer for Linux. +Copyright (C) 1996-2003 Russell Marks. + +Distributed under GPL version 2 or later. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- rexima-1.4.orig/debian/dirs +++ rexima-1.4/debian/dirs @@ -0,0 +1 @@ +usr/bin --- rexima-1.4.orig/debian/README.debian +++ rexima-1.4/debian/README.debian @@ -0,0 +1,15 @@ +rexima for DEBIAN +---------------------- + +Comments regarding the Package + +I got back in contact with the author and sent him my patches for Bug#72200 +and they are integrated into the 1.1 release (with some additional changes). + +Pablo Averbuj , Tue, 6 Apr 1999 00:48:52 -0400 + +This is a nifty seemingly-unmaintained mixer. Last time it was updated was +like June 1997. I guess I'm the maintainer now... + +Pablo Averbuj , Tue, 6 Apr 1999 00:48:52 -0400 + --- rexima-1.4.orig/debian/rules +++ rexima-1.4/debian/rules @@ -0,0 +1,66 @@ +#!/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: 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. + -$(MAKE) clean + + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + 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 + dh_installchangelogs ChangeLog + dh_installmenu + dh_installman + dh_installdeb + dh_strip + dh_compress + dh_fixperms + dh_shlibdeps + dh_gencontrol + dh_makeshlibs + 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 --- rexima-1.4.orig/debian/compat +++ rexima-1.4/debian/compat @@ -0,0 +1 @@ +4 --- rexima-1.4.orig/debian/control +++ rexima-1.4/debian/control @@ -0,0 +1,14 @@ +Source: rexima +Section: sound +Priority: optional +Maintainer: tony mancill +Standards-Version: 3.7.2 +Build-Depends: libncurses5-dev, debhelper (>= 5) + +Package: rexima +Architecture: any +Depends: ${shlibs:Depends} +Description: a 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). --- rexima-1.4.orig/debian/docs +++ rexima-1.4/debian/docs @@ -0,0 +1,2 @@ +README +NEWS --- rexima-1.4.orig/debian/changelog +++ rexima-1.4/debian/changelog @@ -0,0 +1,53 @@ +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 --- rexima-1.4.orig/debian/menu +++ rexima-1.4/debian/menu @@ -0,0 +1,5 @@ +?package(rexima):\ + needs="text"\ + section="Apps/Sound"\ + title="rexima"\ + command="/usr/bin/rexima"