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 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304
|
ocamldap (2.4.2-1) unstable; urgency=medium
[ Stéphane Glondu ]
* Team upload
* New upstream release
* Do not run tests that use network
[ Debian Janitor ]
* Trim trailing whitespace.
* Use versioned copyright format URI.
* Update watch file format version to 4.
* Set upstream metadata fields: Repository, Repository-Browse.
* Update pattern for GitHub archive URLs from /<org>/<repo>/tags
page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
* Update standards version to 4.5.1, no changes needed.
-- Stéphane Glondu <glondu@debian.org> Sun, 29 Aug 2021 13:12:43 +0200
ocamldap (2.4.1-1) unstable; urgency=medium
* Team upload
* Update Homepage and debian/watch
* New upstream release
* Bump debhelper compat level to 13 and stop using cdbs
* Bump Standards-Version to 4.5.0
* Add Rules-Requires-Root: no
-- Stéphane Glondu <glondu@debian.org> Mon, 24 Aug 2020 17:13:25 +0200
ocamldap (2.1.8-11) unstable; urgency=medium
* Team upload
* Update Vcs-*
* Fix compilation with OCaml 4.08.0
-- Stéphane Glondu <glondu@debian.org> Fri, 06 Sep 2019 09:30:35 +0200
ocamldap (2.1.8-10) unstable; urgency=medium
* Fix FTBFS with OCaml 4.02.3
-- Mehdi Dogguy <mehdi@debian.org> Sat, 17 Oct 2015 20:50:38 +0200
ocamldap (2.1.8-9) unstable; urgency=low
[ Stéphane Glondu ]
* Team upload
* Fix versioned build-deps to ensure smoother backports
* Compile explicitly with pcre and compiler-libs (Closes: #731405)
[ Sylvain Le Gall ]
* Remove Sylvain Le Gall from uploaders
-- Stéphane Glondu <glondu@debian.org> Sat, 07 Dec 2013 13:20:13 +0100
ocamldap (2.1.8-8) unstable; urgency=low
[ Mehdi Dogguy ]
* Add ${ocaml:Provides} in debian/control
[ Sylvain Le Gall ]
* Put ocaml.mk at the beginning of debian/rules
* Protect .cmi(s) by moving and restoring during build process
-- Sylvain Le Gall <gildor@debian.org> Sat, 19 Dec 2009 23:08:33 +0000
ocamldap (2.1.8-7) unstable; urgency=low
* Add myself to uploaders
* Change inclusion order in debian/rules to workaround a CDBS bug
* Move the package to section ocaml
* Remove old cmi files when cleaning (Closes: #549769)
* Upgrade Standards-Version to 3.8.3
* Use new features of dh-ocaml (>= 0.9)
- Generate documentation using dh_ocamldoc
-- Mehdi Dogguy <mehdi@debian.org> Thu, 08 Oct 2009 23:18:01 +0200
ocamldap (2.1.8-6) unstable; urgency=low
[ Stefano Zacchiroli ]
* fix vcs-svn field to point just above the debian/ dir
[ Sylvain Le Gall ]
* Use ocaml 3.10.0-9 for generating .ocamldoc-apiref automatically
* Switch packaging to git
* Set maintainer to Debian OCaml Maintainers
* Add dh-ocaml build-dependency (rules/ocaml.mk)
* Upgrade debian/compat to 7 (use debian/clean)
* Upgrade Standards-Version to 3.8.0 (debian/README.source)
* Add Homepage field to debian/control
* Use OCAML_OCAMLDOC_* variables to generate documentatio
* Add ${misc:Depends} to dependencies
* Update debian/copyright file to use
http://wiki.debian.org/Proposals/CopyrightFormat
* Remove obsolete debian/control.in related variables and files
-- Sylvain Le Gall <gildor@debian.org> Thu, 05 Mar 2009 01:12:21 +0100
ocamldap (2.1.8-5) unstable; urgency=low
* Build for ocaml 3.10.0
* Tighten build dependency for ocaml 3.10.0
* Move standard documentation to standard OCaml documentation place
-- Sylvain Le Gall <gildor@debian.org> Tue, 18 Sep 2007 11:10:01 +0200
ocamldap (2.1.8-4) experimental; urgency=low
* Add missing dependency on ocaml-nox
-- Sylvain Le Gall <gildor@debian.org> Tue, 24 Jul 2007 01:31:38 +0200
ocamldap (2.1.8-3) experimental; urgency=low
* Upgrade debian/watch version to 3,
* Upgrade debhelper debian/compat to 5,
* Use CDBS for debian/rules,
* Suppress dependency on libldap2-dev and chrpath, since package
doesn't depend on it anymore,
* Change email address to gildor@debian.org everywhere
* Change watch URL to sf.net
* Rebuild for ocaml 3.10.0
-- Sylvain Le Gall <gildor@debian.org> Tue, 24 Jul 2007 01:18:22 +0200
ocamldap (2.1.8-2) unstable; urgency=low
* Removed control.in as per new ocaml policy.
* Add XS-X-Vcs-Svn in control,
* Rebuilt to fix dependency on pcre.cma (Closes: #387319)
-- Sylvain Le Gall <gildor@debian.org> Fri, 15 Sep 2006 00:10:29 +0200
ocamldap (2.1.8-1) unstable; urgency=low
* New upstream release
-- Sylvain Le Gall <gildor@debian.org> Tue, 11 Jul 2006 23:18:43 +0200
ocamldap (2.1.7-2) unstable; urgency=low
* Change my email address to gildor@debian.org,
* Upgrade standards version to 3.7.2 (no change),
* Made debian/control a PHONY target,
-- Sylvain Le Gall <gildor@debian.org> Tue, 13 Jun 2006 09:05:09 +0200
ocamldap (2.1.7-1) unstable; urgency=low
* New upstream version
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Tue, 7 Feb 2006 00:51:08 +0100
ocamldap (2.1.6-2) unstable; urgency=low
* Rebuild for OCaml 3.09.1
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Wed, 11 Jan 2006 00:03:44 +0100
ocamldap (2.1.6-1) unstable; urgency=low
* New upstream release
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Tue, 13 Dec 2005 01:07:22 +0100
ocamldap (2.1.5-2) unstable; urgency=low
* Minor cosmetic changes to the rule files
* Remove hardcoded OCaml ABI
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Fri, 2 Dec 2005 22:46:26 +0100
ocamldap (2.1.5-1) unstable; urgency=low
* New upstream release
* Update information of copyright: new upstream website, license is LGPL
* Set doc-base section to Apps/Programming
* Update authors of doc-base
* Remove libldap-ocaml.dirs, since it is now useless
* Remove /usr/lib/ocaml/3.08.3/ from libldap-ocaml-dev.dirs (use ocamlfind
insteed)
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Mon, 10 Oct 2005 21:46:15 +0200
ocamldap (2.1.4-1) unstable; urgency=low
* New upstream release
* Transition to svn-buildpackage
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Sun, 14 Aug 2005 02:23:27 +0200
ocamldap (2.1.3-1) unstable; urgency=low
* New upstream release
* Migration to Standards-Version 3.6.2.0 (no change)
* Adapt the watch file so that it can be used by Debian QA
* Add dependency on libocaml-ssl-dev
* Remove the package libldap-ocaml: the library is now 100% pure OCaml
* Use "ocamlfind ocamldoc -package ssl" to generate the documentation
* Adpat debian/rules: removes the "mv" of the shared library (no more shared
library)
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Fri, 22 Jul 2005 00:13:39 +0200
ocamldap (1.6.5-3) unstable; urgency=medium
* Rebuild against ocamlnet 1.0
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Mon, 18 Apr 2005 20:44:23 +0200
ocamldap (1.6.5-2) unstable; urgency=medium
* Transition to ocaml 3.08.3 : depends on ocaml-nox-3.08.3
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Wed, 30 Mar 2005 23:10:38 +0200
ocamldap (1.6.5-1) unstable; urgency=low
* New upstream release
-- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Wed, 8 Dec 2004 01:14:35 +0100
ocamldap (1.6.1-2) unstable; urgency=low
* Rebuilt against ocamlnet 0.98
* debian/control
- changed Deps and Build-Deps accordingly
-- Stefano Zacchiroli <zack@debian.org> Thu, 9 Sep 2004 15:31:57 +0200
ocamldap (1.6.1-1) unstable; urgency=low
* New upstream release
* Transition to ocaml 3.08. Files modified :
- control
- libldap-ocaml-dev.dirs
- rules
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Wed, 28 Jul 2004 00:21:47 +0200
ocamldap (1.4.6-1) unstable; urgency=low
* New upstream release
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Mon, 10 May 2004 23:52:17 +0200
ocamldap (1.4.4-1) unstable; urgency=low
* New upstream release
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Wed, 17 Mar 2004 00:22:13 +0100
ocamldap (1.4.3-1) unstable; urgency=low
* New upstream release
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Mon, 23 Feb 2004 00:29:38 +0100
ocamldap (1.4.1-1) unstable; urgency=low
* New upstream release
* Correction of the FTBFS with patch make_bytecode ( Closes: #231166 ).
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Sun, 1 Feb 2004 21:00:15 +0100
ocamldap (1.3.2-1) unstable; urgency=low
* New upstream version
* makefile_findlib patch applied upstream don't use anymore
* ocamldoc patch applied upstream don't user anymore
* Move to ocaml-3.07 depends ( and install dir )
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Mon, 19 Jan 2004 21:41:25 +0100
ocamldap (1.1.1-2) unstable; urgency=low
* Added a watch file
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Thu, 8 Jan 2004 17:25:09 +0100
ocamldap (1.1.1-1) unstable; urgency=low
* New upstream release
* Apply patches :
* makefile_findlib to install in the good temp directory
* Don't use debian/META anymore
* Don't use debian/patches/makefile, since now we use findlib to
install => add a dependency on ocaml-findlib
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Sun, 21 Sep 2003 17:08:59 +0200
ocamldap (1.1.0-1) unstable; urgency=low
* First package
* The name of the package in the archive will be libldap-ocaml
following the ocaml policy convention
* As it will be uploaded to unstable : closes: #203249
* Add a META file
* Apply patches :
* makefile to correct the makefile behavior when installing
* ocamldoc to generate a better doc for the module
-- Sylvain LE GALL <sylvain.le-gall@polytechnique.org> Thu, 4 Sep 2003 00:05:07 +0200
|