[Pkg-ocaml-maint-commits] r2810 - in /trunk/packages/mlgmp: trunk/debian/ trunk/debian/changelog trunk/debian/control.in trunk/debian/rules trunk/debian/svn-deblayout trunk/mlgmp_20021123.orig.tar.gz upstream/ upstream/mlgmp_20021123.orig.tar.gz

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Jun 7 20:32:13 UTC 2006


Author: treinen
Date: Wed Jun  7 20:32:11 2006
New Revision: 2810

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2810
Log:
mlgmp: put upstream where it belongs

Added:
    trunk/packages/mlgmp/trunk/debian/svn-deblayout
    trunk/packages/mlgmp/upstream/
    trunk/packages/mlgmp/upstream/mlgmp_20021123.orig.tar.gz
      - copied unchanged from r2801, trunk/packages/mlgmp/trunk/mlgmp_20021123.orig.tar.gz
Removed:
    trunk/packages/mlgmp/trunk/mlgmp_20021123.orig.tar.gz
Modified:
    trunk/packages/mlgmp/trunk/debian/   (props changed)
    trunk/packages/mlgmp/trunk/debian/changelog
    trunk/packages/mlgmp/trunk/debian/control.in
    trunk/packages/mlgmp/trunk/debian/rules

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

Modified: trunk/packages/mlgmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/changelog?rev=2810&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/changelog (original)
+++ trunk/packages/mlgmp/trunk/debian/changelog Wed Jun  7 20:32:11 2006
@@ -1,3 +1,12 @@
+mlgmp (20021123-11) unstable; urgency=low
+
+  * Standards-Version 3.7.2 (no change)
+  * Rebuild with Ocaml 3.09.2 (closes: Bug#369711)
+  * Package description: replaced "O'Caml" by "OCaml"
+  * debian/rules: changed name of the target "transition" into "debian/control"
+
+ -- Ralf Treinen <treinen at debian.org>  Wed,  7 Jun 2006 22:24:56 +0200
+
 mlgmp (20021123-10) unstable; urgency=low
 
   * Remove hard-coded ABI version

Modified: trunk/packages/mlgmp/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/control.in?rev=2810&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/control.in (original)
+++ trunk/packages/mlgmp/trunk/debian/control.in Wed Jun  7 20:32:11 2006
@@ -3,15 +3,15 @@
 Maintainer: Mike Furr <mfurr at debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Sylvain L e Gall <sylvain.le-gall at polytechnique.org>
 Build-Depends: ocaml-nox (>= #OCamlABI#), debhelper (>= 4.0.0), dpatch, libgmp3-dev, libmpfr-dev
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 
 Package: libgmp-ocaml
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ocaml-nox-${F:OCamlABI}
-Description: O'Caml bindings for the GNU multiprecision arithmetic library
+Description: OCaml bindings for the GNU multiprecision arithmetic library
  This package provides bindings for the GNU multiprecision library 
- (GNU MP) for the language O'Caml(caml.inria.fr).  It is mostly a 1-1 mapping
+ (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
  infix operators to make for a cleaner syntax.
  .
@@ -22,9 +22,9 @@
 Architecture: any
 Section: libdevel
 Depends: libgmp-ocaml (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, libgmp3-dev
-Description: O'Caml bindings for the GNU multiprecision arithmetic library
+Description: OCaml bindings for the GNU multiprecision arithmetic library
  This package provides bindings for the GNU multiprecision library 
- (GNU MP) for the language O'Caml(caml.inria.fr).  It is mostly a 1-1 mapping
+ (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
  infix operators to make for a cleaner syntax.
  .

Modified: trunk/packages/mlgmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/rules?rev=2810&op=diff
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/rules (original)
+++ trunk/packages/mlgmp/trunk/debian/rules Wed Jun  7 20:32:11 2006
@@ -6,10 +6,8 @@
 
 ABI_FILES = $(wildcard debian/*.in)
 
-.PHONY: transition
-
-transition: $(ABI_FILES)
-	for t in $^; do \
+debian/control:
+	for t in $(ABI_FILES); do \
 	    sed -e 's%#OCamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 
@@ -74,4 +72,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install configure debian/control

Added: trunk/packages/mlgmp/trunk/debian/svn-deblayout
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/svn-deblayout?rev=2810&op=file
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/svn-deblayout (added)
+++ trunk/packages/mlgmp/trunk/debian/svn-deblayout Wed Jun  7 20:32:11 2006
@@ -1,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/mlgmp/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/mlgmp




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