[Pkg-ocaml-maint-commits] r3083 - in /trunk/packages/ocamlcreal: trunk/debian/ trunk/debian/changelog trunk/debian/control trunk/debian/control.in trunk/debian/rules trunk/ocamlcreal_0.7.orig.tar.gz upstream/ upstream/ocamlcreal_0.7.orig.tar.gz

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Fri Sep 8 19:48:41 UTC 2006


Author: mfurr
Date: Fri Sep  8 19:48:40 2006
New Revision: 3083

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3083
Log:
Rebuild for 3.09.2.  Changed to svn-buildpackage layout

Added:
    trunk/packages/ocamlcreal/trunk/debian/control
    trunk/packages/ocamlcreal/upstream/
    trunk/packages/ocamlcreal/upstream/ocamlcreal_0.7.orig.tar.gz
      - copied unchanged from r3074, trunk/packages/ocamlcreal/trunk/ocamlcreal_0.7.orig.tar.gz
Removed:
    trunk/packages/ocamlcreal/trunk/debian/control.in
    trunk/packages/ocamlcreal/trunk/ocamlcreal_0.7.orig.tar.gz
Modified:
    trunk/packages/ocamlcreal/trunk/debian/   (props changed)
    trunk/packages/ocamlcreal/trunk/debian/changelog
    trunk/packages/ocamlcreal/trunk/debian/rules

Propchange: trunk/packages/ocamlcreal/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: trunk/packages/ocamlcreal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlcreal/trunk/debian/changelog?rev=3083&op=diff
==============================================================================
--- trunk/packages/ocamlcreal/trunk/debian/changelog (original)
+++ trunk/packages/ocamlcreal/trunk/debian/changelog Fri Sep  8 19:48:40 2006
@@ -1,3 +1,11 @@
+ocamlcreal (0.7-3) unstable; urgency=low
+
+  * Remove control.in per new policy
+  * Rebuild for 3.09.2 (Closes: #376398)
+  * svn layout is now svn-buildpackage compatible
+
+ -- Mike Furr <mfurr at debian.org>  Fri,  8 Sep 2006 15:47:58 -0400
+
 ocamlcreal (0.7-2) unstable; urgency=low
 
   * Remove hard-coded abi strings

Added: trunk/packages/ocamlcreal/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlcreal/trunk/debian/control?rev=3083&op=file
==============================================================================
--- trunk/packages/ocamlcreal/trunk/debian/control (added)
+++ trunk/packages/ocamlcreal/trunk/debian/control Fri Sep  8 19:48:40 2006
@@ -1,0 +1,24 @@
+Source: ocamlcreal
+Section: libdevel
+Priority: optional
+Maintainer: Mike Furr <mfurr at debian.org>
+Build-Depends: ocaml-nox (>= 3.09.2), debhelper (>= 4.0.0), dpatch, libgmp-ocaml-dev
+Standards-Version: 3.6.0
+
+Package: libcreal-ocaml-dev
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}, libgmp-ocaml-dev
+Description: O'Caml library that implements exact real arithmetic
+ This  module  implements  exact  real  arithmetic,  following  Valerie
+ Menissier-Morain Ph.D. thesis (http://www-calfor.lip6.fr/~vmm/).
+ .
+ A  real  x  is  represented  as  a function  giving,  for  any  n,  an
+ approximation zn/4^n of x  such that |zn/4^n - x| < 1,  where zn is an
+ arbitrary precision integer (of type Gmp.Z.t).
+ .
+ Coercions from type int, Gmp.Z.t, Gmp.Q.t, basic operations (addition,
+ subtraction,  multiplication,   division,  power,  square   root)  and
+ transcendental  functions (sin,  cos, tan,  log, exp,  arcsin, arccos,
+ etc.) and a few constants (pi, e) are provided.
+ .
+ A small reverse-polish calculator is provided to test the library.

Modified: trunk/packages/ocamlcreal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlcreal/trunk/debian/rules?rev=3083&op=diff
==============================================================================
--- trunk/packages/ocamlcreal/trunk/debian/rules (original)
+++ trunk/packages/ocamlcreal/trunk/debian/rules Fri Sep  8 19:48:40 2006
@@ -4,15 +4,6 @@
 
 include /usr/share/dpatch/dpatch.make
 OCAMLABI = $(shell ocamlc -version)
-
-ABI_FILES = $(wildcard debian/*.in)
-
-.PHONY: transition
-
-transition: $(ABI_FILES)
-	for t in $^; do \
-	    sed -e 's%#OCamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
-	done
 
 config.status: patch-stamp configure
 	dh_testdir




More information about the Pkg-ocaml-maint-commits mailing list