[Pkg-ocaml-maint-commits] r5221 - in /trunk/packages/mlgmp/trunk/debian: changelog control control.in libgmp-ocaml.files rules

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Fri Feb 29 10:22:08 UTC 2008


Author: glondu-guest
Date: Fri Feb 29 10:22:08 2008
New Revision: 5221

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5221
Log:
 * Fixing binNMU safety (Closes: #464312)
 * Fixing OCaml spelling in description (thanks lintian)

Removed:
    trunk/packages/mlgmp/trunk/debian/control.in
    trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files
Modified:
    trunk/packages/mlgmp/trunk/debian/changelog
    trunk/packages/mlgmp/trunk/debian/control
    trunk/packages/mlgmp/trunk/debian/rules

Modified: trunk/packages/mlgmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/changelog?rev=5221&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/changelog (original)
+++ trunk/packages/mlgmp/trunk/debian/changelog Fri Feb 29 10:22:08 2008
@@ -1,8 +1,13 @@
 mlgmp (20021123-13) UNRELEASED; urgency=low
 
+  [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 31 Dec 2007 16:50:03 +0100
+  [ Stephane Glondu ]
+  * Fixing binNMU safety (Closes: #464312)
+  * Fixing OCaml spelling in description (thanks lintian)
+
+ -- Stephane Glondu <steph at glondu.net>  Fri, 29 Feb 2008 11:17:11 +0100
 
 mlgmp (20021123-12) unstable; urgency=low
 
@@ -89,4 +94,3 @@
   * Initial Release (Closes: 242841)
 
  -- Mike Furr <mfurr at debian.org>  Fri,  9 Apr 2004 02:05:56 -0400
-

Modified: trunk/packages/mlgmp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/control?rev=5221&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/control (original)
+++ trunk/packages/mlgmp/trunk/debian/control Fri Feb 29 10:22:08 2008
@@ -14,7 +14,7 @@
 Description: OCaml bindings for the GNU multiprecision arithmetic library
  This package provides bindings for the GNU multiprecision library 
  (GNU MP) for the language OCaml (caml.inria.fr).  It is mostly a 1-1 mapping
- of the C functions into the ocaml namespace, but also includes some
+ of the C functions into the OCaml namespace, but also includes some
  infix operators to make for a cleaner syntax.
  .
  This package provides the shared library for running applications linked 
@@ -27,8 +27,8 @@
 Description: OCaml bindings for the GNU multiprecision arithmetic library
  This package provides bindings for the GNU multiprecision library 
  (GNU MP) for the language OCaml(caml.inria.fr).  It is mostly a 1-1 mapping
- of the C functions into the ocaml namespace, but also includes some
+ of the C functions into the OCaml namespace, but also includes some
  infix operators to make for a cleaner syntax.
  .
- This package provides the static library, ocaml library and interface
+ This package provides the static library, OCaml library and interface
  for developing applications to use libgmp-ocaml

Modified: trunk/packages/mlgmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/rules?rev=5221&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/rules (original)
+++ trunk/packages/mlgmp/trunk/debian/rules Fri Feb 29 10:22:08 2008
@@ -6,12 +6,12 @@
 
 ABI_FILES = $(wildcard debian/*.in)
 
-debian/control:
+ocamlinit:
 	for t in $(ABI_FILES); do \
 	    sed -e 's%#OCamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 
-build: build-stamp
+build: ocamlinit build-stamp
 build-stamp: patch-stamp
 	dh_testdir
 
@@ -72,4 +72,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure debian/control
+.PHONY: build clean binary-indep binary-arch binary install configure ocamlinit




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