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
|
syslog-ocaml (2.0.2-4) unstable; urgency=medium
* Team upload
* Depend on ocaml instead of transitional ocaml-nox
-- Stéphane Glondu <glondu@debian.org> Wed, 13 Sep 2023 06:17:39 +0200
syslog-ocaml (2.0.2-3) unstable; urgency=medium
* Team upload
* Include ocamlvars.mk in debian/rules
-- Stéphane Glondu <glondu@debian.org> Thu, 27 Jul 2023 07:01:20 +0200
syslog-ocaml (2.0.2-2) unstable; urgency=medium
* Team upload
* Use ocaml_dune DH buildsystem
-- Stéphane Glondu <glondu@debian.org> Sat, 15 Jul 2023 16:26:12 +0200
syslog-ocaml (2.0.2-1) unstable; urgency=low
[ Stéphane Glondu ]
* Team upload
* New upstream release
* Bump Standards-Version to 4.6.0
* Update debian/watch
[ Debian Janitor ]
* Use versioned copyright format URI.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Stéphane Glondu <glondu@debian.org> Tue, 30 Nov 2021 08:18:43 +0100
syslog-ocaml (2.0.1-1) unstable; urgency=medium
* Team upload
* New upstream release
* Update Homepage and debian/watch
* Bump debhelper compat level to 13
* Bump Standards-Version to 4.5.0
* Add Rules-Requires-Root: no
-- Stéphane Glondu <glondu@debian.org> Wed, 26 Aug 2020 13:59:51 +0200
syslog-ocaml (1.4-7) unstable; urgency=medium
* Team upload
* Update Vcs-*
* Fix compilation with OCaml 4.08.0
-- Stéphane Glondu <glondu@debian.org> Sat, 07 Sep 2019 13:16:43 +0200
syslog-ocaml (1.4-6) unstable; urgency=low
* Use dh instead of cdbs
* Suggest ocaml-findlib
* Update standards version and build dependencies
* Make debian/copyright file machine-readable
* Improve package descriptions
* Add debian/source/format
* Use debian/patches for all changes to upstream source
-- Eric Cooper <ecc@cmu.edu> Thu, 24 Feb 2011 23:02:45 -0500
syslog-ocaml (1.4-5) unstable; urgency=low
* Use DESTDIR with ocamlfind for install target
* Convert to dh_ocaml version 0.9
-- Eric Cooper <ecc@cmu.edu> Tue, 06 Oct 2009 12:10:15 -0400
syslog-ocaml (1.4-4) unstable; urgency=low
* Add NO_CUSTOM = yes in Makefile
-- Eric Cooper <ecc@cmu.edu> Fri, 06 Mar 2009 11:00:57 -0500
syslog-ocaml (1.4-3) unstable; urgency=low
* Compile C files with -fPIC (closes: #518041)
* Revert to using OCamlMakefile from ocamlmakefile package,
since it overrides CFLAGS correctly when invoked by *-buildpackage
-- Eric Cooper <ecc@cmu.edu> Tue, 03 Mar 2009 16:20:10 -0500
syslog-ocaml (1.4-2) unstable; urgency=low
[ Eric Cooper]
* Update standards version
* Update versioned build-dep on ocaml-nox
* Remove dpatch and apply patches to master git branch instead
* Use upstream OCamlMakefile and remove build-dep on ocamlmakefile
* Add build-dep on dh-ocaml
* Change debhelper version build-dep and debian/compat to 7
* Add misc:Depends to debian/control
[ Stephane Glondu ]
* Switching packaging to git
-- Eric Cooper <ecc@cmu.edu> Sun, 01 Mar 2009 20:17:27 -0500
syslog-ocaml (1.4-1) unstable; urgency=low
[ Eric Cooper ]
* New upstream release
* Added DM-Upload-Allowed to debian/control
* Updated standards version
[ Stefano Zacchiroli ]
* fix vcs-svn field to point just above the debian/ dir
-- Eric Cooper <ecc@cmu.edu> Mon, 04 Feb 2008 11:37:29 -0500
syslog-ocaml (1.3-7) unstable; urgency=low
* promote Homepage to a real debian/control field
-- Stefano Zacchiroli <zack@debian.org> Fri, 21 Sep 2007 09:57:40 +0200
syslog-ocaml (1.3-6) unstable; urgency=low
* Use support for ocamldoc in OCaml cdbs class
-- Eric Cooper <ecc@cmu.edu> Mon, 03 Sep 2007 17:22:49 -0400
syslog-ocaml (1.3-5) unstable; urgency=low
* Create libsyslog-ocaml as well as libsyslog-ocaml-dev
since there is now a stub library for bytecode client programs
-- Eric Cooper <ecc@cmu.edu> Tue, 12 Jun 2007 16:51:37 -0400
syslog-ocaml (1.3-4) unstable; urgency=low
* Use send(2) with MSG_NOSIGNAL flag instead of write(2),
to avoid a SIGPIPE signal when syslog-ng closes its connection
(closes: #395469)
-- Eric Cooper <ecc@cmu.edu> Sat, 09 Jun 2007 15:26:38 -0400
syslog-ocaml (1.3-3) unstable; urgency=low
* Changed dependency on ocaml-tools to ocamlmakefile.
* Added myself to Uploaders.
-- Ralf Treinen <treinen@debian.org> Sun, 03 Jun 2007 22:10:35 +0200
syslog-ocaml (1.3-2) unstable; urgency=low
* Use OCaml cdbs class
-- Eric Cooper <ecc@cmu.edu> Tue, 24 Apr 2007 21:23:41 -0400
syslog-ocaml (1.3-1) unstable; urgency=low
* New upstream release (closes: #379459)
* Don't install cmx file
* Update version in META file
* Modify copyright file to eliminate lintian warnings
* Removed debian/control.in per OCaml packaging policy
-- Eric Cooper <ecc@cmu.edu> Thu, 31 Aug 2006 10:10:35 -0400
syslog-ocaml (1.2-4) unstable; urgency=low
* Transition to OCaml 3.09.1
-- Eric Cooper <ecc@cmu.edu> Mon, 9 Jan 2006 15:40:32 -0500
syslog-ocaml (1.2-3.1) unstable; urgency=medium
* Non-maintainer upload.
* No changes, just build and upload to get changes from -2 and -3 into
unstable.
-- Jordi Mallach <jordi@debian.org> Tue, 27 Dec 2005 10:46:15 +0100
syslog-ocaml (1.2-3) unstable; urgency=low
* Added debian/control.in and a rule to generate debian/control from it
-- Eric Cooper <ecc@cmu.edu> Sun, 13 Nov 2005 13:32:25 -0500
syslog-ocaml (1.2-2) unstable; urgency=low
* Updated debian/control for ocaml version 3.09.0
-- Eric Cooper <ecc@cmu.edu> Tue, 1 Nov 2005 17:27:40 -0500
syslog-ocaml (1.2-1) unstable; urgency=low
* New upstream release incorporating syslog-ng support
* Only build byte-code version on architectures with no ocamlopt
-- Eric Cooper <ecc@cmu.edu> Sat, 30 Apr 2005 15:50:47 -0400
syslog-ocaml (1.0-3) unstable; urgency=low
* Support SOCK_STREAM log sockets for syslog-ng (closes: #305019)
-- Eric Cooper <ecc@cmu.edu> Sun, 17 Apr 2005 12:31:25 -0400
syslog-ocaml (1.0-2) unstable; urgency=low
* Removed trunk/ directory layer.
* Added Build-Depends on dpatch (closes: #303760)
-- Eric Cooper <ecc@cmu.edu> Fri, 8 Apr 2005 14:04:48 -0400
syslog-ocaml (1.0-1) unstable; urgency=low
* Initial release.
-- Sven Luther <luther@debian.org> Sat, 2 Apr 2005 09:28:38 +0200
|