File: changelog

package info (click to toggle)
jaula 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,944 kB
  • sloc: sh: 9,767; cpp: 1,872; lex: 255; makefile: 121
file content (150 lines) | stat: -rw-r--r-- 5,343 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
jaula (1.4.0-6) unstable; urgency=medium

  * QA upload.
  * Provided a manpage to the jparse binary. Consequently:
      - debian/jparse.1: added to provide the manpage.
      - debian/jparse.manpages: added to install the manpage.
      - debian/man/jparse.1.txt: added txt2man source file. (Closes: #578659)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 13.
  * debian/control:
      - Added the Vcs-* fields.
      - Bumped Standards-Version to 4.5.0.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.

 -- David da Silva Polverari <david.polverari@gmail.com>  Fri, 19 Jun 2020 14:28:54 -0500

jaula (1.4.0-5) unstable; urgency=medium

  * QA upload.
  * Set maintainer to the QA team.
  * Fix FTBFS by build-depending on libfl-dev (Closes: #846432)
  * Make libjaula-dev depend on flex (Closes: #688688)
  * 3.0 (quilt) source format.
  * Use dh 10 for autoreconfage (Closes: #727904)
  * Drop a bogus lintian override for binary-without-manpage (it _is_ a
    valid problem rather than a false positive).
  * Drop ldconfig calls.
  * Use libjs-jquery instead of shipping an embedded copy.
  * Make the -doc package arch:all.
  * Fix the docs phoning home to SourceForge.

 -- Adam Borowski <kilobyte@angband.pl>  Sat, 18 Feb 2017 09:34:34 +0100

jaula (1.4.0-4) unstable; urgency=low

  * Orphan package

 -- Loic Dachary (OuoU) <loic@debian.org>  Mon, 30 Jan 2017 00:22:32 +0200

jaula (1.4.0-3) unstable; urgency=low

  * add patch with include for gcc (Closes: #526207)
  * upgrade Standards-Version to 3.8.3
  * fixed jaula source: weak-library-dev-dependency
  * add ${misc:Depends} on all package

 -- Loic Dachary (OuoU) <loic@debian.org>  Sat, 23 Jan 2010 00:05:22 +0100

jaula (1.4.0-2) unstable; urgency=low

  * only generate HTML documentation (Closes: #516964)
  * remove texlive, ghostscript, texinfo
  * upgrade standards to 3.8.1

 -- Loic Dachary (OuoU) <loic@debian.org>  Thu, 16 Apr 2009 15:25:37 +0200

jaula (1.4.0-1) unstable; urgency=low

  * New upstream release
  * debian directory does not need to be removed from sources
  * add --enable-doc-gen to configure
  * make docs has been fixed upstream (Closes: #516964).

 -- Loic Dachary (OuoU) <loic@debian.org>  Thu, 09 Apr 2009 11:55:07 +0200

jaula (1.3.0-4) unstable; urgency=low

  * Stated that Jaula is licensed under GFDL.

 -- Ola Lundqvist <opal@debian.org>  Mon, 05 Jan 2009 11:06:20 +0100

jaula (1.3.0-3) unstable; urgency=low

  * Add necessary shlibs file.
  * Updated to most recent standards version 3.8.0.
  * Moved to ${binary:Version} instead of ${Source-Version}.
  * Depend on texlive instead of tetex*
  * Depend on ghostscript instead of gs-gpl.

 -- Ola Lundqvist <opal@debian.org>  Sun, 21 Dec 2008 21:44:13 +0100

jaula (1.3.0-2) unstable; urgency=low

  * First upload to debian.
  * Regenerated all Debian files to fulfill latest Debian packaging standards.
  * Changelog kept to store previous history even though it do not have much
    to do with current debian/ files.
  * Documented that the orig file was generated by taking the upstream source
    and remove the debian/ directory.
  * Changed upstream build so that it do not generate any files in the debian/
    directory.
  * Made the package lintian compliant.
  * Override for library dependencies. It do not seem to need any libraries.
  * Override for jparse manpage. Not provided upstream.

 -- Ola Lundqvist <opal@debian.org>  Mon, 15 Dec 2008 20:00:09 +0100

jaula (1.3.0-1) unstable; urgency=low

  * Bug 2008359 fixed. jaula/jaula_lexan.cc removed from tarball sources as this
    prevents flex from creating valid analyzer code.
  * Bug 1832325 fixed. Bad type for JAULA::Value_Object class.
  * Bug 1827161 fixed. gcc specific options removed from AM_CPPFLAGS easing use
    of different compilers.

 -- Kombo Morongo <morongo@users.sourceforge.net>  Tue, 08 Jul 2008 20:48:09 +0200

jaula (1.2.0-2) unstable; urgency=low

  * minor changes regarding documentation creation and packaging

 -- Kombo Morongo <morongo@users.sourceforge.net>  Fri, 11 May 2007 19:37:44 +0200

jaula (1.2.0-1) unstable; urgency=high

  * Bug 1712715 fixed. Library crashes while processing
    escape sequence data.
  * Documentation changes for API Reference Guide generation
    through doxygen.
  * Option added to avoid documentation creation.

 -- Kombo Morongo <morongo@users.sourceforge.net>  Sun, 06 May 2007 22:12:41 +0200

jaula (1.1.0-1) unstable; urgency=low

  * Bug 1700929 fixed. Renaming of example files.
  * Bugs 1700931 & 1700932 fixed. Typos corrected
  * Bugs 1701573, 1701575 & 1701642 fixed.
    Wrong include directives.
  * Bug 1701657 fixed. Uncompressed documentation
    tag file.
  * Feature request 1702115 included.
    yyFlexLexer class renamed.

 -- Kombo Morongo <morongo@users.sourceforge.net>  Sat, 21 Apr 2007 18:20:55 +0200

jaula (1.0.0-1) unstable; urgency=low

  * Release based on SourceForge Sources (http://sourceforge.net/projects/jaula)

 -- Kombo Morongo <morongo@users.sourceforge.net>  Sat, 14 Apr 2007 16:56:28 +0200

jaula (0.1.0-1) unstable; urgency=low

  * Libray debianization

 -- Kombo Morongo <morongo@users.sourceforge.net>  Sun, 25 Mar 2007 11:11:50 +0200