File: changelog

package info (click to toggle)
ocp-indent 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,280 kB
  • sloc: ml: 8,072; sh: 356; lisp: 113; makefile: 8
file content (148 lines) | stat: -rw-r--r-- 5,541 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
ocp-indent (1.8.2-2) unstable; urgency=medium

  * Team upload.
  * Depend on libfindlib-ocaml for ocamlfind.conf (Closes: #1003323)
  * Switch d/watch to /tags

 -- Jochen Sprickerhof <jspricke@debian.org>  Sat, 15 Oct 2022 07:45:31 +0200

ocp-indent (1.8.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump debhelper compat level to 13
  * Bump Standards-Version to 4.5.0
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <glondu@debian.org>  Tue, 18 Aug 2020 09:55:33 +0200

ocp-indent (1.7.0-2) unstable; urgency=medium

  * Team upload
  * Fix FTBFS with recent dune
  * Bump Standards-Version to 4.4.0
  * Bump debhelper compat level to 12

 -- Stéphane Glondu <glondu@debian.org>  Fri, 30 Aug 2019 08:27:49 +0200

ocp-indent (1.7.0-1) unstable; urgency=medium

  * New upstream version 1.7.0
     - upstream changed their build system to dune
     - build and install with jbuilder instead of Makefile.simple
     - follow upstream and rename ocp-indent-lib to ocp-indent
     - remove ocamlbuild from Build-Depends
     - add appropriate Breaks and Replaces
     - remove m4/ocaml.m4 and configure from d/copyright (not shipped anymore)
     - Makefile.simple got removed -> remove all patches
     - do not export DESTDIR to not confused jbuilder
  * without ocamlbuild we do not need to pass --no-parallel to dh
  * use dh_missing --fail-missing instead of dh_install --fail-missing
  * Fix my name in Uploaders field

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 16 Dec 2018 17:57:05 +0100

ocp-indent (1.6.1-1) unstable; urgency=medium

  * New upstream version 1.6.1 (closes: #899079)
  * debian/patches/fix-spelling: refresh
  * debian/control: update Vcs-* fields for salsa
  * debian/copyright: use secure copyright format uri
  * debian/control: Bump Standards-Version (no changes required)
  * debian/patches: add patch descriptions
  * Bump debhelper compat level to 11
  * Add autopkgtests

 -- Johannes Schauer <josch@debian.org>  Mon, 21 May 2018 10:18:46 +0200

ocp-indent (1.5.3-2) unstable; urgency=medium

  * Team upload
  * Add ocamlbuild to Build-Depends

 -- Stéphane Glondu <glondu@debian.org>  Sun, 16 Jul 2017 13:59:22 +0200

ocp-indent (1.5.3-1) unstable; urgency=medium

  * new upstream release
  * Bump Standards-Version to 3.9.8 (no changes required)

 -- Johannes Schauer <josch@debian.org>  Wed, 12 Oct 2016 14:03:16 +0200

ocp-indent (1.5.2-2) unstable; urgency=medium

  * fix native compilation by using two separate ocamlfind calls instead of
    calling it multiple times (removing patch fix-Makefile.simple-install-cmx
    and amending fix-Makefile.simple-install-cmo-and-o)

 -- Johannes Schauer <josch@debian.org>  Sun, 31 Jan 2016 12:21:07 +0100

ocp-indent (1.5.2-1) unstable; urgency=medium

  * new upstream release
       - fixes compilation problems (closes: #812300)
  * remove patches that have been fixed upstream:
       - fix-Makefile.simple-syntax-error
       - let-Makefile.simple-respect-OCAML_HAVE_OCAMLOPT
       - remove-approx_common-from-Makefile.simple
  * install cmo and .o files into libocp-indent-lib-ocaml-dev
  * move logic for building and installing additional content from
    debian/rules to patches for Makefile.simple to allow upstreaming
    them:
       - fix-Makefile.simple-install-target
       - fix-Makefile.simple-libname
       - fix-Makefile.simple-install-ocp-indent-bin
       - fix-Makefile.simple-install-vim-emacs-indent
       - fix-Makefile.simple-clean-symlinks
       - fix-Makefile.simple-install-cmo-and-o
       - fix-Makefile.simple-install-cmx
  * add patch fixing spelling: fix-spelling

 -- Johannes Schauer <josch@debian.org>  Sun, 31 Jan 2016 10:52:52 +0100

ocp-indent (1.5-2) unstable; urgency=medium

  * add Christopher Zimmerman to d/copyright, install vim plugin in different
    path and update its usage instructions (closes: #783869)

 -- Johannes Schauer <josch@debian.org>  Tue, 09 Jun 2015 07:29:39 +0200

ocp-indent (1.5-1) unstable; urgency=medium

  * new upstream release
  * change my email in Uploaders field to josch@debian.org
  * bump Standards-Version to 3.9.6

 -- Johannes Schauer <josch@debian.org>  Wed, 29 Apr 2015 19:45:27 +0200

ocp-indent (1.4.2-1) unstable; urgency=low

  * New upstream version
  * remove Makefile.simple patch because applied upstream
  * fix syntax error introduced into Makefile.simple by new patch
       -> debian/patches/fix-Makefile.simple-syntax-error
  * remove approx_common from being required in Makefile.simple
       -> debian/patches/remove-approx_common-from-Makefile.simple
  * do not build native versions on systems without ocamlopt
       -> debian/patches/let-Makefile.simple-respect-OCAML_HAVE_OCAMLOPT
  * add dynlink and findlib to ocamlbuild invocation for ocp-indent
    executable
  * use OCAMLINIT_SED functionality of dh_ocamlinit to prefix lines in
    *.install.in files with DYN and OPT to selectively include files
  * add libfindlib-ocaml-dev to Build-Depends

 -- Johannes Schauer <j.schauer@email.de>  Sat, 13 Sep 2014 11:10:27 +0200

ocp-indent (1.4.1-2) unstable; urgency=medium

  * do not call dh_auto_clean on Makefile.simple but clean manually
    because Makefile.simple does not have a distclean target
  * Fix debian/copyright - thanks, Andreas Cadhalpun

 -- Johannes Schauer <j.schauer@email.de>  Wed, 13 Aug 2014 23:44:33 +0200

ocp-indent (1.4.1-1) unstable; urgency=medium

  * Initial release. (Closes: #735884)

 -- Johannes Schauer <j.schauer@email.de>  Sat, 18 Jan 2014 07:14:09 +0100