File: changelog

package info (click to toggle)
texi2html 1.82%2Bdfsg1-6
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 35,236 kB
  • sloc: perl: 15,901; xml: 6,075; sh: 3,977; makefile: 501
file content (245 lines) | stat: -rw-r--r-- 8,379 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
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
texi2html (1.82+dfsg1-6) unstable; urgency=medium

  * QA upload.
  * debian/patches:
    - Do not embed the build user in html files (Closes: #961764).
  * debian/control:
    - Set Rules-Requres-Root to no.
    - Update to debhelper-compat 13.
    - Drop dh-autoreconf from Build-Depends.
    - Delete trailing whitespace.
    - Update Standards-Version to 4.5.0.
  * debian/changelog:
    - Remove trailing whitespace.

 -- Vagrant Cascadian <vagrant@reproducible-builds.org>  Sun, 15 Nov 2020 18:57:14 -0800

texi2html (1.82+dfsg1-5) unstable; urgency=medium

  * QA upload.
  * Use source format 3.0 (quilt).
    + Delete unneeded README.source.
    + Drop build-dep from quilt and dh_quilt_* in debian/rules.
  * Add patch to enable reproducible build:
    + 05_reproducible-build: set the PACKAGE_DATE ac variable to
      SOURCE_DATE_EPOCH if possible.  Closes: #783478
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Do proper autoretooling with dh-autoreconf.
    + Add build-dep on dh-autoreconf.
    + Fix patch 02_removed_test_manuals.diff to also change test/Makefile.am.
  * Bump debhelper compat version to 9.
    + Tight the build-dep on debhelper to >= 9
  * Use the dh sequencer.

 -- Mattia Rizzolo <mattia@debian.org>  Wed, 23 Dec 2015 17:58:17 +0000

texi2html (1.82+dfsg1-4) unstable; urgency=medium

  * QA upload.
  * Make texi2html produce reproducible output (Closes: #783475):
     - Add patch: 03_add_build-date_param.patch to honour $SOURCE_DATE_EPOCH and
       command line option --build-date
     - Add patch: 04_sort-perl-hash to sort hash values

 -- akira <marivalenm@gmail.com>  Sat, 08 Aug 2015 09:04:44 +0200

texi2html (1.82+dfsg1-3) unstable; urgency=low

  * QA upload.
  * Add dependency on libtext-unidecode-perl (Closes: #709906)

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 29 May 2013 06:00:47 +0200

texi2html (1.82+dfsg1-2) unstable; urgency=low

  [ Colin Watson ]
  * QA upload.
  * Add build-indep and build-arch targets to debian/rules.
  * Adjust debian/watch to remove the +dfsg* part from the upstream version
    number when comparing with upstream.

  [ Steve Langasek ]
  * Mark texi2html Multi-Arch: foreign.

 -- Colin Watson <cjwatson@debian.org>  Wed, 22 May 2013 14:48:34 +0100

texi2html (1.82+dfsg1-1) unstable; urgency=high

  * QA upload.
  * Change maintainer to QA Group
  * Repackage to remove GFDL documentation in tests/ directory
    which is not DFSG compatible (Closes: #698073)

 -- Frank Lichtenheld <djpig@debian.org>  Sat, 19 Jan 2013 20:29:51 +0100

texi2html (1.82-1) unstable; urgency=low

  * New upstream release (Closes: #534127)
  * Closes: #451654: include a doc-base registration file
  * updated Standard Version to 3.8.3
  * [debian/control]: new Homepage field
  * [debian/control]: update debhelper to version 7
  * [debian/compat]: updated to level 7
  * [debian/rules]: Updated
  * [debian/copyright]: Updated
  * [debian/patches]: debian/patches/01_remove_doc_dir.diff
    added, patch fixes dir.gz

 -- Francesco Cecconi <francesco.cecconi@gmail.com>  Wed, 21 Oct 2009 10:05:15 +0200

texi2html (1.78-1) unstable; urgency=low

  * New upstream version.

 -- Francesco Cecconi <francesco.cecconi@gmail.com>  Thu, 19 Jul 2007 02:03:21 +0200

texi2html (1.76-4) unstable; urgency=low

  * New maintainer (Closes: #360947)
  * [debian/rules] Updated
  * [debian/copyright] Updated

 -- Francesco Cecconi <francesco.cecconi@gmail.com>  Sun,  9 Apr 2006 01:47:59 +0200

texi2html (1.76-3) unstable; urgency=low

  * New maintainer, many thanks to Nigel Jones for his great work
    (Closes: #327441)
  * Not using cdbs anymore, as I personally don't like it
  * debian/changelog: remove cruft at the end
  * debian/control:
    + add Homepage to long description
    + move debhelper from Build-Depends-Indep to Build-Depends
    + add B-D-I on autotools-dev
    + drop Replaces: tetex-bin (<< 1.0.7), even oldstable has a newer
      version these days
  * debian/copyright:
    + list new upstream homepage
    + list past and present maintainer(s)
    + include AUTHORS file, dropping it from the deb
    + fix typo
  * debian/texi2html.docs:
    + renamed to debian/docs
    + include TODO
  * debian/rules: complete redo, taking care so some cruft doesn't enter
    the diff.gz
  * debian/watch: added

 -- Florian Ernst <florian@debian.org>  Thu, 22 Sep 2005 00:32:58 +0200

texi2html (1.76-2) unstable; urgency=low

  * Closes: #318536: Chokes on gnugo.texi
  * Closes: #317863: Loops forever processing bbdb.texinfo
  * Closes: #321586: Includes non-free images - Fixed by dual GPL/CC agreement
  * New maintainer. (Closes: #314843: ITA: texi2html -- Convert Texinfo
    files to HTML)
  * Closes: #326048: gnugo: FTBFS: Undefined
    subroutine &amp;main::normalize_space called at /usr/bin/texi2html
    line 13756. (Caused by texi2html)

 -- Nigel Jones <nigelj@gmail.com>  Sun,  4 Sep 2005 22:37:39 +1200

texi2html (1.76-1) unstable; urgency=low

  * QA Group upload
  * debian/control:
    - Maintainer set to QA Group
    - Standards-Version set to 3.6.2
  * New upstream (Closes: #242637)
  * Acknowledge NMUs (Closes: #238881, #219991, #93348, #220609)
  * debian/rules: upstream path to html has changed

 -- Luk Claes <luk@debian.org>  Wed,  6 Jul 2005 21:25:20 +0200

texi2html (1.66-1.2) unstable; urgency=low

  * NMU
  * _Really_ suggest latex2html.

 -- Andreas Metzler <ametzler@debian.org>  Fri, 19 Mar 2004 15:20:43 +0100

texi2html (1.66-1.1) unstable; urgency=low

  * NMU (Permitted by maintainer.)
  * If recompiled on sid with /usr/sbin in $PATH the package would
    contain /usr/share/info/dir.gz (Closes: #219991)
  * Suggest latex2html because texi2html can make use of it.
    (Closes: #220609)
  * Needs at least debhelper 4 to build. Fix Build-Depends.

 -- Andreas Metzler <ametzler@debian.org>  Fri, 19 Mar 2004 14:50:38 +0100

texi2html (1.66-1) unstable; urgency=low

  * New upstream version.
  * New maintainer.  (Closes: #201381)
  * debian/copyright: Changed upstream location.  The original upstream
    maintainer, Oliver Bachmann, has gone missing.  Derek Price has
    taken over the package upstream.
  * debian/rules: Use cdbs.  (Closes: #95543)
  * debian/control: Added build dependency on cdbs.

 -- Ivo Timmermans <ivo@debian.org>  Sat, 19 Jul 2003 14:29:22 +0200

texi2html (1.64-cvs20010402-2) unstable; urgency=low

  * Fix -glossary bug (closes: #93348).
  * Documentation tidyups, based on Michael Ernst's patch against 1.64.

 -- Peter Moulder <pjm@bofh.asn.au>  Thu, 19 Apr 2001 23:54:09 +1000

texi2html (1.64-cvs20010402-0.1) unstable; urgency=low

  * New upstream version (closes: #68555).
  * Build-Depends: texinfo (closes: #87669).
  * Bump Standards-Version to 3.5.2 (no changes).
  * Only warn rather than aborting if upstream version number greater
    than debian version number.  (Upstream configure.in already says
    1.65, but AFAICT 1.65 isn't released yet.)

 -- Peter Moulder <pjm@bofh.asn.au>  Tue,  3 Apr 2001 00:56:45 +1000

texi2html (1.64-0.1) unstable; urgency=low

  * New upstream version (closes #65897, #66662).
  * Add version info to `Replaces: tetex-bin'.

 -- Peter Moulder <pjm@bofh.asn.au>  Thu,  6 Jul 2000 22:44:51 +1000

texi2html (1.62.1-1) unstable; urgency=low

  * Initial release to Debian.
  * Sponsored upload for Peter Moulder <pjm@bofh.asn.au>.
    + changed version number to -1 :)
    + removed p* scripts, dh_* will generate them properly from scratch,
      if needed
    + moved binary-arch contents under binary-indep because it's an
      Arch: all package.
    + updated for policy 3.1.1 (Build-Depends: debhelper).

 -- Josip Rodin <jrodin@jagor.srce.hr>  Wed, 26 Apr 2000 15:59:12 +0200

texi2html (1.62.1-0.1) unstable; urgency=low

  * New upstream version.

 -- Peter Moulder <pjm@bofh.asn.au>  Thu, 13 Apr 2000 13:15:48 +1000

texi2html (1.61.1-0.1) unstable; urgency=low

  * New upstream version.  (Documentation changes.)

 -- Peter Moulder <pjm@bofh.asn.au>  Sat,  8 Apr 2000 14:07:44 +1000

texi2html (1.61-0.1) unstable; urgency=low

  * New upstream version.  Includes extra documentation.

 -- Peter Moulder <pjm@bofh.asn.au>  Sat,  1 Apr 2000 19:12:40 +1000

texi2html (1.59.2-0.1) unstable; urgency=low

  * Initial packaging of the 1.60 series of texi2html.

 -- Peter Moulder <reiter@netspace.net.au>  Mon, 27 Dec 1999 12:57:58 +1100