1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
|
cairo-ocaml (1:1.2.0-8) unstable; urgency=medium
* Team upload
* Fix compilation with OCaml 4.08.0
-- Stéphane Glondu <glondu@debian.org> Sun, 01 Sep 2019 20:45:55 +0200
cairo-ocaml (1:1.2.0-7) unstable; urgency=medium
* Team upload
* Update Vcs-*
* Bump Standards-Version to 4.4.0
* Bump debhelper compat level to 12
* Remove Samuel and myself from Uploaders
-- Stéphane Glondu <glondu@debian.org> Tue, 16 Jul 2019 09:56:00 +0200
cairo-ocaml (1:1.2.0-6) unstable; urgency=medium
* Team upload.
* Change Build-Dependency on automake1.11 to automake (closes: #865152).
* DH compatibility level 10
- debian/rules: add --without autoreconf to dh invocation
* debian/copyright:
- format 1.0
- upstream license changed to LGPL 2.1
* Patch 0004-ocamldoc-dont-use-v-option: drop option -v from invocation
of ocamldoc, since it makes ocamldoc produce no html pages.
* Standards-Version 4.0.0 (no change)
* d/control: update Vcs-* fields
-- Ralf Treinen <treinen@debian.org> Fri, 23 Jun 2017 18:28:25 +0200
cairo-ocaml (1:1.2.0-5.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/control: Switch to automake1.11. (Closes: #724354)
-- Eric Dorland <eric@debian.org> Mon, 03 Mar 2014 00:59:13 -0500
cairo-ocaml (1:1.2.0-5) unstable; urgency=low
[ Stéphane Glondu ]
* Upload to unstable
[ Ralf Treinen ]
* Fix a typo in package description (closes: #726933)
-- Stéphane Glondu <glondu@debian.org> Tue, 03 Dec 2013 19:52:28 +0100
cairo-ocaml (1:1.2.0-3) experimental; urgency=low
* Compile with OCaml >= 4.01
-- Stéphane Glondu <glondu@debian.org> Mon, 11 Nov 2013 08:10:09 +0100
cairo-ocaml (1:1.2.0-2) unstable; urgency=low
* Fix FTBFS on bytecode architectures
-- Stéphane Glondu <glondu@debian.org> Tue, 02 Aug 2011 21:37:59 +0200
cairo-ocaml (1:1.2.0-1) unstable; urgency=low
* New upstream release
* Remove orig-tarball target from debian/rules and add debian/watch
* Add doc-base registration
* Bump Standards-Version to 3.9.2
-- Stéphane Glondu <glondu@debian.org> Tue, 02 Aug 2011 19:43:39 +0200
cairo-ocaml (20090223-5) unstable; urgency=low
* Add patch to build rdeps after recent changes in DSO linking
* Bump debhelper compat level to 8
* Bump Standards-Version to 3.9.1
-- Stéphane Glondu <glondu@debian.org> Sun, 27 Feb 2011 13:53:34 +0100
cairo-ocaml (20090223-3) unstable; urgency=low
* Fix bashisms in debian/rules (Closes: #535370)
-- Stéphane Glondu <glondu@debian.org> Tue, 03 Nov 2009 23:05:23 +0100
cairo-ocaml (20090223-2) unstable; urgency=low
* Switch to dh with overrides and to dh-ocaml 0.9
* Switch to 3.0 (quilt), add README.source
* Change copyright file format
* debian/control:
- set Maintainer to Debian OCaml Maintainers (with Samuel's blessing)
- add Samuel and myself to Uploaders
- move to section ocaml
- add Homepage field
- update Standards-Version to 3.8.3
-- Stéphane Glondu <glondu@debian.org> Tue, 03 Nov 2009 19:20:25 +0100
cairo-ocaml (20090223-1) unstable; urgency=low
[ Stefano Zacchiroli ]
* fix vcs-svn field to point just above the debian/ dir
[ Samuel Mimram ]
* New CVS snapshot.
* Build with OCaml 3.11.
* Remove fun_names.dpatch, integrated upstream.
* Switch packaging to git
* Use dh-ocaml.
* Update compat to 7.
* Update standards version to 3.8.0.
-- Samuel Mimram <smimram@debian.org> Mon, 02 Mar 2009 21:08:17 +0100
cairo-ocaml (20070908-1) unstable; urgency=low
* New CVS snapshot.
* Fixes the FTBFS, closes: #441162.
* Removed matrix_out.dpatch, integrated upstream.
* Build with OCaml 3.10.
-- Samuel Mimram <smimram@debian.org> Sat, 08 Sep 2007 00:25:22 +0200
cairo-ocaml (20070306-3) unstable; urgency=low
* Added fun_names.dpatch to correct the names of some binding functions
(thanks Chris King), closes: #433583.
* Don't ignore errors on make clean.
-- Samuel Mimram <smimram@debian.org> Wed, 18 Jul 2007 09:51:13 +0200
cairo-ocaml (20070306-2) unstable; urgency=low
* Added matrix_out.dpatch to correcly build on archs without ALIGN_DOUBLE.
-- Samuel Mimram <smimram@debian.org> Thu, 19 Apr 2007 12:36:57 +0200
cairo-ocaml (20070306-1) unstable; urgency=low
* New CVS snapshot.
* Added missing dependency on bigarray in the META.
* Made the package binNMU safe.
-- Samuel Mimram <smimram@debian.org> Tue, 6 Mar 2007 23:38:39 +0100
cairo-ocaml (20060517-1) unstable; urgency=low
* New upstream release.
* Updated standards version to 3.7.2, no changes needed.
-- Samuel Mimram <smimram@debian.org> Fri, 19 May 2006 08:08:34 +0000
cairo-ocaml (20060107-1) unstable; urgency=low
* New CVS snapshot.
* Correctly handling OCaml ABI in package, closes: #347997.
-- Samuel Mimram <smimram@debian.org> Sat, 21 Jan 2006 12:45:24 +0100
cairo-ocaml (20051120-1) unstable; urgency=low
* New CVS snapshot.
* No longer hardcoding OCaml's ABI in control.
* Removed not_aligned_double.dpatch, integrated upstream.
-- Samuel Mimram <smimram@debian.org> Sun, 20 Nov 2005 12:45:42 +0100
cairo-ocaml (20050918-5) unstable; urgency=low
* The code breakage on archs where ARCH_ALIGN_DOUBLE is not defined was
deeper than I thought. The not_align_double.dpatch patch was tested and
should really solve the FTBS.
-- Samuel Mimram <smimram@debian.org> Fri, 7 Oct 2005 21:32:22 +0200
cairo-ocaml (20050918-4) unstable; urgency=low
* Updated caml_stat.dpatch to correct a mission semicolon.
-- Samuel Mimram <smimram@debian.org> Fri, 30 Sep 2005 23:31:38 +0200
cairo-ocaml (20050918-3) unstable; urgency=low
* Using dpatch to handle patches.
* Added caml_stat patch to solve the FTBFS on sparc.
-- Samuel Mimram <smimram@debian.org> Fri, 30 Sep 2005 18:29:11 +0200
cairo-ocaml (20050918-2) unstable; urgency=low
* Make configure executable to solve the FTBFS.
* libcairo-ocaml-dev depends on liblablgtk2-ocaml-dev.
* Added a META.
-- Samuel Mimram <smimram@debian.org> Thu, 29 Sep 2005 00:54:06 +0200
cairo-ocaml (20050918-1) unstable; urgency=low
* Initial release, closes: #329004.
-- Samuel Mimram <smimram@debian.org> Sun, 18 Sep 2005 17:09:47 +0200
|