File: changelog

package info (click to toggle)
dochelp 0.1.8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 156 kB
  • sloc: ml: 508; javascript: 52; makefile: 49; ansic: 19; sh: 9
file content (84 lines) | stat: -rw-r--r-- 2,723 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
dochelp (0.1.8) unstable; urgency=medium

  * Use Tyxml.Html.txt instead of (deprecated) Tyxml.Html.pcdata
  * Catch exception Exit when calling Document.read
  * Handle cases where empty line is missing after Document definition
  * Add an icon for dochelp
  * Fix syntax in debian/copyright
  * Use Re.Pcre instead of Pcre
  * Set homepage to https://salsa.debian.org/debian/dochelp
  * Bump DH compat to 10
  * Add a dependency on sensible-utils
  * Add "Rules-Requires-Root: no" to d/control

 -- Mehdi Dogguy <mehdi@debian.org>  Sat, 23 Jan 2021 23:02:18 +0100

dochelp (0.1.7) unstable; urgency=medium

  * Port to Tyxml 4.1
  * Use String.lowercase_ascii instead of String.lowercase
  * Update Vcs-* fields

 -- Mehdi Dogguy <mehdi@debian.org>  Mon, 21 May 2018 18:17:52 +0200

dochelp (0.1.6) unstable; urgency=medium

  * Use built-in ocamlfind support of ocamlbuild
  * Add ocamlbuild as a build dependency (Closes: #870036)

 -- Mehdi Dogguy <mehdi@debian.org>  Wed, 09 Aug 2017 18:33:47 -0400

dochelp (0.1.5) unstable; urgency=medium

  * Use "interest-noawait" instead of "interest" in dochelp's dpkg
    trigger (Closes: #858918).

 -- Mehdi Dogguy <mehdi@debian.org>  Thu, 30 Mar 2017 03:59:43 +0200

dochelp (0.1.4) unstable; urgency=medium

  * Fix a copy/paste error
  * Automatically retrieve version number from d/changelog
  * Install Zsh completion file in /usr/share/zsh/vendor-completions
    (Closes: #843578)
  * Minor fix in debian/gbp.conf file
  * Bump debhelper compat to 9
  * Bump Standards-Version to 3.9.8, no changes required
  * Use canonical and secure URIs for Vcs-{Browser,Git} fields
  * Install dochelp's manpage

 -- Mehdi Dogguy <mehdi@debian.org>  Sun, 01 Jan 2017 16:34:15 +0100

dochelp (0.1.3) unstable; urgency=medium

  * Make dochelp have subcommands
  * Update copyright years
  * Fix Zsh completion file (Closes: #773292)
  * Remove /var/lib/dochelp in prerm (Closes: #769772)
  * Port to tyxml 3.5
  * Fix install target in Makefile

 -- Mehdi Dogguy <mehdi@debian.org>  Sun, 18 Oct 2015 16:15:00 +0200

dochelp (0.1.2) unstable; urgency=medium

  * Handle errors more gracefully.
    - Print a summary of the error.
    - Do not fail on update.
    - Fail in interactive use.
  * Do not require a newline character at the end of a field value
    (Closes: #747276).

 -- Mehdi Dogguy <mehdi@debian.org>  Wed, 07 May 2014 20:43:18 +0200

dochelp (0.1.1) unstable; urgency=medium

  * Specify DESTDIR in order to install .so files in the right place.

 -- Mehdi Dogguy <mehdi@debian.org>  Tue, 06 May 2014 20:31:49 +0200

dochelp (0.1) unstable; urgency=medium

  * Initial Release (Closes: #686664)

 -- Mehdi Dogguy <mehdi@debian.org>  Sun, 04 May 2014 02:42:07 +0200