~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 21:35:08 UTC
  • mfrom: (1.1.11 upstream) (12.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110421213508-kg34453aqmb0moha
* Fixes related to -output-obj with g++ (in debian/patches):
  - add Declare-primitive-name-table-as-const-char
  - add Avoid-multiple-declarations-in-generated-.c-files-in
  - fix Embed-bytecode-in-C-object-when-using-custom: the closing
    brace for extern "C" { ... } was missing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ocaml (3.11.2-4ubuntu1) natty; urgency=low
2
 
 
3
 
  * debian/rules: fix build failure when libX11 is in a multiarch directory;
4
 
    unlike other library checks, libX11 gets probed for directly rather than
5
 
    asking the compiler.  Closes: #619344.
6
 
  * debian/control: add build-depends on dpkg-dev (>= 1.16.0~ubuntu4) for the 
7
 
    necessary dpkg-architecture support. 
8
 
 
9
 
 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 23 Mar 2011 14:19:19 -0700
 
1
ocaml (3.12.0-5) unstable; urgency=low
 
2
 
 
3
  * Fixes related to -output-obj with g++ (in debian/patches):
 
4
    - add Declare-primitive-name-table-as-const-char
 
5
    - add Avoid-multiple-declarations-in-generated-.c-files-in
 
6
    - fix Embed-bytecode-in-C-object-when-using-custom: the closing
 
7
      brace for extern "C" { ... } was missing in some cases
 
8
 
 
9
 -- Stéphane Glondu <glondu@debian.org>  Thu, 21 Apr 2011 21:35:08 +0200
 
10
 
 
11
ocaml (3.12.0-4) unstable; urgency=low
 
12
 
 
13
  * Bugfix in 0008-Embed-bytecode-in-C-object-when-using-custom.patch:
 
14
    "-output-obj" should not link a custom runtime! (Fixes FTBFS of
 
15
    ocamlnet)
 
16
 
 
17
 -- Stéphane Glondu <glondu@debian.org>  Tue, 19 Apr 2011 21:16:33 +0200
 
18
 
 
19
ocaml (3.12.0-3) unstable; urgency=low
 
20
 
 
21
  * Patch configure script so that hurd-i386 is also recognized as a
 
22
    natdynlink architecture (fixes FTBFS)
 
23
 
 
24
 -- Stéphane Glondu <glondu@debian.org>  Mon, 18 Apr 2011 14:17:11 +0200
 
25
 
 
26
ocaml (3.12.0-2) unstable; urgency=low
 
27
 
 
28
  * Patch configure script so that powerpc is recognized as a natdynlink
 
29
    architecture (fixes FTBFS)
 
30
 
 
31
 -- Stéphane Glondu <glondu@debian.org>  Sat, 16 Apr 2011 23:44:33 +0200
 
32
 
 
33
ocaml (3.12.0-1) unstable; urgency=low
 
34
 
 
35
  * New upstream release:
 
36
    - add Unix.setgroups (Closes: #255245)
 
37
    - fix bug in the num library on sparc (Closes: #570920)
 
38
    - add armel to native architectures; note that the Dynlink module is
 
39
      not available in native code there: software using it should take care
 
40
      of this new possibility (Closes: #347270)
 
41
    - {add,scrape}labels are no longer installed
 
42
    - remove ocaml{byteinfo,plugininfo,dumpapprox}: all tools merged into
 
43
      ocamlobjinfo; add binutils-dev to Buid-Depends
 
44
  * debian/rules: switch to dh with overrides
 
45
  * Embed bytecode in C object when using -custom (Closes: #256900)
 
46
  * Ask pkg-config for libx11 path (Closes: #619344)
 
47
  * Bump debhelper compat level to 8 (Closes: #562606)
 
48
  * Switch source package format to 3.0 (quilt)
 
49
  * Bump Standards-Version to 3.9.2
 
50
 
 
51
 -- Stéphane Glondu <glondu@debian.org>  Sat, 16 Apr 2011 17:39:54 +0200
10
52
 
11
53
ocaml (3.11.2-4) unstable; urgency=high
12
54