--- orpie-1.4.1.orig/debian/changelog +++ orpie-1.4.1/debian/changelog @@ -0,0 +1,60 @@ +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.4.1.orig/debian/control +++ orpie-1.4.1/debian/control @@ -0,0 +1,25 @@ +Source: orpie +Section: math +Priority: optional +Maintainer: Uwe Steinmann +Build-Depends: ocaml (>= 3.08), libgsl0-dev (>= 1.4), debhelper (>> 3.0.0) +Standards-Version: 3.6.1 + +Package: orpie +Architecture: any +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.4.1.orig/debian/dirs +++ orpie-1.4.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share --- orpie-1.4.1.orig/debian/watch +++ orpie-1.4.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.eecs.umich.edu/~pelzlpj/orpie/orpie-([\d\.]*)\.tar\.gz debian uupdate --- orpie-1.4.1.orig/debian/copyright +++ orpie-1.4.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.4.1.orig/debian/rules +++ orpie-1.4.1/debian/rules @@ -0,0 +1,84 @@ +#!/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 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + ./configure --prefix=/usr --mandir=\$${prefix}/share/man + + 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. + -$(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.4.1.orig/debian/docs +++ orpie-1.4.1/debian/docs @@ -0,0 +1,2 @@ +doc/manual.html +doc/manual.pdf --- orpie-1.4.1.orig/debian/orpie.doc-base +++ orpie-1.4.1/debian/orpie.doc-base @@ -0,0 +1,15 @@ +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 + +