Update changelog and prepare upload to unstable
authorStephane Glondu <steph@glondu.net>
Sat, 16 Apr 2011 14:57:20 +0000 (16:57 +0200)
committerStephane Glondu <steph@glondu.net>
Sat, 16 Apr 2011 15:39:56 +0000 (17:39 +0200)
debian/changelog
debian/compat
debian/control

index e84d3cc43c4fce3b13047508e6472a987e7f2ab4..05d29b2dbba940e802f6b934818be6b161d5a55d 100644 (file)
@@ -1,17 +1,22 @@
-ocaml (3.12.0-1) UNRELEASED; urgency=low
+ocaml (3.12.0-1) unstable; urgency=low
 
-  * New upstream release (Closes: #255245, #570920)
+  * New upstream release:
+    - add Unix.setgroups (Closes: #255245)
+    - fix bug in the num library on sparc (Closes: #570920)
     - add armel to native architectures; note that the Dynlink module is
       not available in native code there: software using it should take care
-      of this new possibility
+      of this new possibility (Closes: #347270)
     - {add,scrape}labels are no longer installed
     - remove ocaml{byteinfo,plugininfo,dumpapprox}: all tools merged into
       ocamlobjinfo; add binutils-dev to Buid-Depends
   * debian/rules: switch to dh with overrides
+  * Embed bytecode in C object when using -custom (Closes: #256900)
+  * Ask pkg-config for libx11 path (Closes: #619344)
+  * Bump debhelper compat level to 8 (Closes: #562606)
   * Switch source package format to 3.0 (quilt)
-  * Bump version in debhelper build-dependency (Closes: #562606)
+  * Bump Standards-Version to 3.9.2
 
- -- Stéphane Glondu <glondu@debian.org>  Sat, 24 Jul 2010 14:24:19 +0200
+ -- Stéphane Glondu <glondu@debian.org>  Sat, 16 Apr 2011 17:39:54 +0200
 
 ocaml (3.11.2-4) unstable; urgency=high
 
index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..45a4fb75db864000d01701c0f7a51864bd4daabf 100644 (file)
@@ -1 +1 @@
-7
+8
index 06a6ddf49df0a58f85c2a8f1f91a412720650a3a..cd108ca1c7c59b6e0b183a6d153f3fc5e9d85bc6 100644 (file)
@@ -10,7 +10,7 @@ Uploaders:
  Stéphane Glondu <glondu@debian.org>,
  Mehdi Dogguy <mehdi@debian.org>
 Build-Depends:
- debhelper (>= 7.1.0~),
+ debhelper (>= 8),
  pkg-config,
  autotools-dev,
  binutils-dev,
@@ -20,7 +20,7 @@ Build-Depends:
  libgdbm-dev,
  bzip2,
  dh-ocaml (>= 1.0.0~)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml.git
 Homepage: http://caml.inria.fr/