--- orpie-1.5.1.orig/orpierc +++ orpie-1.5.1/orpierc @@ -4,7 +4,7 @@ # directory for storing Orpie data set datadir="~/.orpie/" # editor used for fullscreen viewing of stack elements -set editor="vi" +set editor="sensible-editor" # whether or not to hide the help panel set hide_help="false" # whether or not to conserve memory in favor of faster rendering --- orpie-1.5.1.orig/debian/orpie.doc-base +++ orpie-1.5.1/debian/orpie.doc-base @@ -0,0 +1,14 @@ +Document: orpie +Title: orpie Manual +Author: Paul J. Pelzl +Abstract: This is the user manual for orpie + a curses based calculator with rpn notation. +Section: Apps/Math + +Format: PDF +Files: /usr/share/doc/orpie/manual.pdf.gz + +Format: HTML +Index: /usr/share/doc/orpie/manual.html +Files: /usr/share/doc/orpie/*.html + --- orpie-1.5.1.orig/debian/changelog +++ orpie-1.5.1/debian/changelog @@ -0,0 +1,120 @@ +orpie (1.5.1-5) unstable; urgency=low + + * Added kfreebsd-amd64 to architecture list (Closes: #462722) + + -- Uwe Steinmann Sat, 26 Jan 2008 11:17:47 +0100 + +orpie (1.5.1-4) unstable; urgency=low + + * Added armel to architecture list (Closes: #462619) + * fixed lintian warning about extra white space in orpie.doc-base + + -- Uwe Steinmann Sat, 26 Jan 2008 11:17:47 +0100 + +orpie (1.5.1-3) unstable; urgency=low + + * Do not build for hppa and sparc because the gsl bindings + fail to compile (Closes: #444494) + + -- Uwe Steinmann Tue, 27 Nov 2007 15:47:25 +0100 + +orpie (1.5.1-2) unstable; urgency=low + + * Build-Depend on ocaml-nox (>= 3.10.0), camlp4 (>= 3.10.0) + (Closes: #442233) + + -- Uwe Steinmann Fri, 14 Sep 2007 17:42:31 +0200 + +orpie (1.5.1-1) unstable; urgency=low + + * New upstream release + fixed compile error (Closes: #441680) + fixed inaccurate calculation of power (Closes: #401005) + fixed crash when typing '1' '_' Fri, 14 Sep 2007 09:07:14 +0200 + +orpie (1.4.3-1) unstable; urgency=low + + * New upstream release + * uconvert doesn't make orpie crash anymore (Closes: #335552) + + -- Uwe Steinmann Wed, 2 Nov 2005 11:15:47 +0100 + +orpie (1.4.1-3) unstable; urgency=low + + * It's enough to depend on ocaml-nox, no need for ocaml + + -- Uwe Steinmann Tue, 11 Oct 2005 10:50:40 +0200 + +orpie (1.4.1-2) unstable; urgency=low + + * Set configuration option 'editor' in orpierc to + 'sensible-editor' (was 'vi') (Closes: #312266) + + -- Uwe Steinmann Tue, 07 Jun 2005 07:26:40 +0200 + +orpie (1.4.1-1) unstable; urgency=low + + * New upstream release + * Updated package description (Closes: #266904) + + -- Uwe Steinmann Mon, 20 Sep 2004 14:18:45 +0200 + +orpie (1.3.1-1) unstable; urgency=low + + * New upstream release + * Needs at least ocaml 3.08 + * fixed email of maintainer + + -- Uwe Steinmann Fri, 23 Jul 2004 08:48:08 +0200 + +orpie (1.3.0-2) unstable; urgency=low + + * fixed dependencies + + -- Uwe Steinmann Thu, 22 Jul 2004 10:32:34 +0200 + +orpie (1.3.0-1) unstable; urgency=low + + * New upstream release + * Needs at least ocaml 3.07 + + -- Uwe Steinmann Mon, 19 Jul 2004 10:26:49 +0200 + +orpie (1.2.0-1) unstable; urgency=low + + * New upstream release + * Being more precise in the watch file + * Fixed email of maintainer in changelog + + -- Uwe Steinmann Thu, 17 Jun 2004 07:40:23 +0200 + +orpie (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Uwe Steinmann Mon, 19 Apr 2004 09:54:07 +0200 + +orpie (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- Uwe Steinmann Thu, 8 Apr 2004 09:54:13 +0200 + +orpie (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Steinmann Wed, 7 Apr 2004 11:35:34 +0100 + +orpie (1.0-1) unstable; urgency=low + + * Initial Release. + + -- Uwe Steinmann Thu, 1 Apr 2004 17:04:32 +0100 + --- orpie-1.5.1.orig/debian/control +++ orpie-1.5.1/debian/control @@ -0,0 +1,25 @@ +Source: orpie +Section: math +Priority: optional +Maintainer: Uwe Steinmann +Build-Depends: ocaml-nox (>= 3.10.0), camlp4 (>= 3.10.0), libgsl0-dev (>= 1.4), debhelper (>> 3.0.0) +Standards-Version: 3.7.2 + +Package: orpie +Architecture: i386 arm ia64 s390 alpha powerpc m68k mips mipsel amd64 kfreebsd-i386 kfreebsd-amd64 armel +Depends: ocaml (>= 3.08) | ocaml-nox (>= 3.08), ${shlibs:Depends} +Description: RPN calculator for the terminal + Orpie is a fullscreen RPN calculator for the console. Its operation is + similar to that of modern HP calculators, but data entry has been optimized + for efficiency on a PC keyboard. Features include: + . + * real and complex numbers and matrices + * extensive function library + * command completion of function names + * base conversions + * units and conversion factor handling + * exact integer arithmetic, with unlimited integer size + * visible stack, with browsing/modification capability + * user-defined variables + * user-configurable keybindings, via a Mutt-like rcfile + * context-sensitive help --- orpie-1.5.1.orig/debian/copyright +++ orpie-1.5.1/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Uwe Steinmann on +Fri, 25 Jan 2002 17:04:32 +0100. + +It was downloaded from http://www.eecs.umich.edu/~pelzlpj/rpc + +Upstream Author: Paul Pelzl + +Copyright: + +GPL + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- orpie-1.5.1.orig/debian/dirs +++ orpie-1.5.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share --- orpie-1.5.1.orig/debian/docs +++ orpie-1.5.1/debian/docs @@ -0,0 +1,2 @@ +doc/manual.html +doc/manual.pdf --- orpie-1.5.1.orig/debian/rules +++ orpie-1.5.1/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/orpie. + $(MAKE) install DESTDIR=$(CURDIR)/debian/orpie + + +# 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_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installman + dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- orpie-1.5.1.orig/debian/watch +++ orpie-1.5.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.eecs.umich.edu/~pelzlpj/orpie/orpie-([\d\.]*)\.tar\.gz debian uupdate --- orpie-1.5.1.orig/debian/compat +++ orpie-1.5.1/debian/compat @@ -0,0 +1 @@ +5