File: changelog

package info (click to toggle)
pgocaml 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: ml: 2,996; makefile: 4
file content (177 lines) | stat: -rw-r--r-- 5,478 bytes parent folder | download
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
pgocaml (4.4.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <glondu@debian.org>  Sat, 07 Oct 2023 11:25:03 +0200

pgocaml (4.3.0-3) unstable; urgency=medium

  * Team upload
  * Use ocaml_dune DH buildsystem

 -- Stéphane Glondu <glondu@debian.org>  Thu, 17 Aug 2023 07:54:57 +0200

pgocaml (4.3.0-2) unstable; urgency=medium

  * Team upload.
  * Bump standards-version to 4.6.2.
  * Fix compilation with recent dune

 -- Julien Puydt <jpuydt@debian.org>  Thu, 06 Jul 2023 09:59:58 +0200

pgocaml (4.3.0-1) unstable; urgency=low

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Bump debhelper compat level to 13
  * Add Rules-Requires-Root: no
  * Update debian/watch and Homepage

  [ Debian Janitor ]
  * Use versioned copyright format URI.
  * Update copyright file header to use current field names (Upstream-Maintainer
    => Upstream-Contact)
  * Bump debhelper from deprecated 9 to 10.
  * Replace spaces in short license names with dashes.
  * Refer to specific version of license GPL-2+.
  * Fix day-of-week for changelog entry 1.3-1.

 -- Stéphane Glondu <glondu@debian.org>  Mon, 29 Nov 2021 16:15:25 +0100

pgocaml (2.3-1) unstable; urgency=medium

  * New upstream release
    * 2.3 uses Re instead of Pcre. Update d/control file accordingly
  * Pass --enable-p4 to configure script to enable camlp4 extension
  * Bump Standards-Version to 4.1.4, no changes required
  * Remove Guillaume from Uploaders since he has been MIA since quite
    a long time now. Thanks Guillaume for your past work on this
    package!
  * Update Vcs-* fields since Git repository migrated to Salsa

 -- Mehdi Dogguy <mehdi@debian.org>  Fri, 11 May 2018 11:50:49 +0200

pgocaml (2.2-2) unstable; urgency=medium

  * Team upload
  * Add ocamlbuild to Build-Depends
  * Update Vcs-*

 -- Stéphane Glondu <glondu@debian.org>  Sat, 22 Jul 2017 08:33:13 +0200

pgocaml (2.2-1) unstable; urgency=medium

  * New upstream release
  * Install .annot, .cmt and .cmti files in -dev package.

 -- Mehdi Dogguy <mehdi@debian.org>  Sun, 17 Jan 2016 23:51:17 +0100

pgocaml (2.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <glondu@debian.org>  Wed, 06 Aug 2014 10:56:15 +0200

pgocaml (1.7.1-2) unstable; urgency=low

  * Team upload
  * Fix FTBFS on !natdynlink

 -- Stéphane Glondu <glondu@debian.org>  Fri, 12 Jul 2013 14:13:37 +0200

pgocaml (1.7.1-1) unstable; urgency=low

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release
    - remove obsolete patches
    - build-depend on libbatteries-ocaml-dev >= 2
  * Update Vcs-*
  * Switch packaging to dh 9
  * Remove obsolete DM-Upload-Allowed field

  [ Sylvain Le Gall ]
  * Remove Sylvain Le Gall from uploaders

 -- Stéphane Glondu <glondu@debian.org>  Fri, 12 Jul 2013 12:26:39 +0200

pgocaml (1.5-2) unstable; urgency=low

  * Use USE_BATTERIES=yes for bytecode architectures too.

 -- Mehdi Dogguy <mehdi@debian.org>  Wed, 06 Jun 2012 17:53:30 +0200

pgocaml (1.5-1) unstable; urgency=low

  [ Sylvain Le Gall ]
  * New upstream version.
  * Use batteries to replace extlib (Closes: #670474)
  * Drop patch 05_support_hex_format, applied upstream.

  [ Mehdi Dogguy ]
  * Bump Standards-Version to 3.9.3, no changes needed.
  * Findlib is needed to link pgocaml provided binaries
    - add libfindlib-ocaml-dev to Build-Depends
    - add patch 05_makefile_findlib
  * Update packages list needed to generate the documentation
    - update list in libpgocaml-ocaml-dev.ocamldoc

 -- Mehdi Dogguy <mehdi@debian.org>  Wed, 06 Jun 2012 15:09:50 +0200

pgocaml (1.4-2) unstable; urgency=low

  * PG'OCaml moved to forge.ocamlcore.org
    - update Homepage field
    - update debian/watch file
  * Bump Standards-Version to 3.9.2, no changes needed.
  * Add support for hex format introduced in Postgresql 9.0 (Closes: #640134)
    by cherry-picking a patch from upstream's subversion repository.
  * Turn a Conflicts into a Break to fix conflicts-with-version
  * Fix duplicate-short-description libpgocaml-ocaml-dev libpgocaml-ocaml
  * Convert to 3.0 (quilt) source format

 -- Mehdi Dogguy <mehdi@debian.org>  Wed, 04 Jan 2012 21:06:13 +0100

pgocaml (1.4-1) unstable; urgency=low

  * New upstream release.
  * Switched patch system from dpatch to quilt.
  * Adapted patches to new upstream.
  * Removed the .cmx and .cmi files of the profiler from the package.
  * Bumped Standards Version to 3.8.4.

 -- Guillaume Yziquel <guillaume.yziquel@citycable.ch>  Mon, 22 Feb 2010 14:44:46 +0100

pgocaml (1.3-3) unstable; urgency=low

  * Do not install META and pgocaml.cma in libpgocaml-ocaml-dev
    (Closes: #556419).
  * Make libpgocaml-ocaml Conflicts/Replaces with libpgocaml-ocaml-dev
    to be sure that the conflicting files get removed before installing
    libpgocaml-ocaml.

 -- Mehdi Dogguy <mehdi@debian.org>  Mon, 16 Nov 2009 09:32:24 +0100

pgocaml (1.3-2) unstable; urgency=low

  [ Sylvain Le Gall ]
  * Update to dh-ocaml 0.9
    * Use CDBS rules (Closes: #549151)
    * Use dh_ocamldoc
    * Use depends/provides
  * Non-ocamlopt archs excluded - yziquel (Closes: #541682)

  [ Mehdi Dogguy ]
  * Add myself to uploaders

 -- Mehdi Dogguy <mehdi@debian.org>  Fri, 13 Nov 2009 12:07:34 +0100

pgocaml (1.3-1) unstable; urgency=low

  * Initial release (Closes: #516629)

 -- Guillaume Yziquel <guillaume.yziquel@citycable.ch>  Sun, 07 Jun 2009 00:26:42 +0100