[Pkg-ocaml-maint-commits] [mlgmp] 01/07: Import Debian changes 20021123-18ubuntu1

Stéphane Glondu glondu at moszumanska.debian.org
Mon Jul 17 08:26:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository mlgmp.

commit a88f861b62ac0216d68f51443b3dd4e24b239ef7
Author: Dimitri John Ledkov <xnox at ubuntu.com>
Date:   Tue Jun 27 11:27:56 2017 +0100

    Import Debian changes 20021123-18ubuntu1
    
    mlgmp (20021123-18ubuntu1) artful; urgency=medium
    
      * Update extern declarations for [de]serialize functions to match ocaml
        4.04 definitions.
    
    mlgmp (20021123-18build2) artful; urgency=high
    
      * No change rebuild against ocaml 4.04 transition.
    
    mlgmp (20021123-18build1) xenial; urgency=medium
    
      * No-change rebuild against ocaml 4.02.
---
 debian/changelog         | 19 +++++++++++++++++++
 debian/control           |  3 ++-
 debian/patches/ocaml4.04 | 20 ++++++++++++++++++++
 debian/patches/series    |  1 +
 4 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6a32e84..06315d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+mlgmp (20021123-18ubuntu1) artful; urgency=medium
+
+  * Update extern declarations for [de]serialize functions to match ocaml
+    4.04 definitions.
+
+ -- Dimitri John Ledkov <xnox at ubuntu.com>  Tue, 27 Jun 2017 11:27:56 +0100
+
+mlgmp (20021123-18build2) artful; urgency=high
+
+  * No change rebuild against ocaml 4.04 transition.
+
+ -- Dimitri John Ledkov <xnox at ubuntu.com>  Mon, 26 Jun 2017 22:49:16 +0100
+
+mlgmp (20021123-18build1) xenial; urgency=medium
+
+  * No-change rebuild against ocaml 4.02.
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak at canonical.com>  Sat, 31 Oct 2015 21:25:15 +0100
+
 mlgmp (20021123-18) unstable; urgency=low
 
   [ Sylvain Le Gall ]
diff --git a/debian/control b/debian/control
index db454a5..306c8d4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: mlgmp
 Priority: optional
-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: 
   Ralf Treinen <treinen at debian.org>, 
   Remi Vanicat <vanicat at debian.org>, 
diff --git a/debian/patches/ocaml4.04 b/debian/patches/ocaml4.04
new file mode 100644
index 0000000..b302e9e
--- /dev/null
+++ b/debian/patches/ocaml4.04
@@ -0,0 +1,20 @@
+Description: Update extern declarations for [de]serialize functions to match ocaml 4.04 definitions.
+Author: Dimitri John Ledkov <xnox at ubuntu.com>
+
+--- mlgmp-20021123.orig/config.h
++++ mlgmp-20021123/config.h
+@@ -58,11 +58,11 @@
+ #define MPFR_SIZE_ARCH32 16
+ #define MPFR_SIZE_ARCH64 24
+ 
+-extern void serialize_int_4(int32 i);
++extern void serialize_int_4(int32_t i);
+ extern void serialize_block_1(void * data, long len);
+ 
+-extern uint32 deserialize_uint_4(void);
+-extern int32 deserialize_sint_4(void);
++extern uint32_t deserialize_uint_4(void);
++extern int32_t deserialize_sint_4(void);
+ extern void deserialize_block_1(void * data, long len);
+ 
+ #endif /* SERIALIZE */
diff --git a/debian/patches/series b/debian/patches/series
index adbf77a..2b799a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 11_Makefile
 15_bugfixes
 20_mlgmp_z
+ocaml4.04

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/mlgmp.git



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