summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 0ca496f5a8aee9303664d04fc38be8157b9bfd7c (plain)
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
xsd (4.0.0-5) unstable; urgency=medium

  * debian/patches/0100-C++Parser_Expat_support.patch:
    - Add upstream commit (LP: #1560565).
  * debian/control:
    - Bump Standards-Version to 3.9.7 (no changes required).
    - Use secure URI's.

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 10 Apr 2016 03:37:25 +0200

xsd (4.0.0-4) unstable; urgency=medium

  * debian/rules:
    - Add test if NO_CPUS == 0 to prevent build errors
      on some architetures.
    - Use nproc from coreutils to get the number of processors.

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 07 Feb 2016 19:02:02 +0100

xsd (4.0.0-3) unstable; urgency=low

  * debian/copyright:
    - Add year 2016 to debian/*.
  * debian/watch:
    - Set version=4 (no changes required).
  * New debian/patches/0700_hurd_PATH_MAX.patch:
    - Add PATH_MAX for hurd (Closes: #784425).
  * debian/control:
    - Remove trailing whitespaces.
    - Change VCS-Browser to cgit.
  * debian/xsdcxx.lintian-overrides:
    - Add override for hardening-no-fortify-functions.
  * debian/rules:
    - Remove comments "Test for gcc-5 support".

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 17 Jan 2016 13:54:03 +0100

xsd (4.0.0-2) unstable; urgency=medium

  * debian/rules:
    - Add "make xsd_clean_gen=n clean" to override_dh_clean to
      build the cli at build time (Closes: #794440).
    - Reduce buildtime (Closes: #795545):
      + Add overrides for dh_auto_build and dh_auto_test to change
        the make parameter -j to the current number of CPUs.
      + Add --parallel to dh call.
    - Add "export verbose=1" to increase the verbosity (Closes: #795547).
    - Remove useless hardening lines.
  * debian/control:
    - Bump Standards-Version to 3.9.6 (no changes required).
  * debian/copyright:
    - Add year 2015 to debian/*.
    - Change directory from xsd/documentation to xsd/doc.
    - Refresh file list.
  * Remove useless debian/source/options.
  * Upload to rebuild for the GCC5 transition (Closes: #793289).

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Wed, 19 Aug 2015 12:23:23 +0200

xsd (4.0.0-1) unstable; urgency=medium

  * New upstream release:
    - Remove debian/patch/0002-bigendian.patch.
    - Remove directory debian/bigendian.
    - Refresh patches.
  * debian/watch
    - Change regex to find all releases.
  * rewrite debian/rules.
  * debian/control:
    - Build-Depends:
      + Remove obsolete hardenning-wrapper.
  * Add debian/patches/0100-C++Parser_Expat_support.patch
    - Fix bug in C++/Parser Expat support.

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Mon, 21 Jul 2014 22:19:27 +0200

xsd (3.3.0.2-3) unstable; urgency=medium

  * debian/rules
    - add --with autotools-dev 
      to prevent build errors on ppc64el & arm64 
      thanks to Dimitri John Ledkov
    - add ubuntu apport hook
    - change hardening to debhelper >= 9 
  * debian/source
    - add options
      compression xz
  * debian/ubuntu
    -add apport-hook.py

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sat, 24 May 2014 19:12:08 +0200

xsd (3.3.0.2-2) unstable; urgency=medium

  * add patch to prevent builderrors on big-endian systems
    - new patch 0002-bigendian.patch
    - based on patches for bug #604256
  * debian/rules
    - use debhelper vars
    - replacement of 2 test.std files
  * debian/control
    - add dpkg-dev (>= 1.15.4) to Build-Depends

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 18 May 2014 12:24:50 +0200

xsd (3.3.0.2-1) unstable; urgency=low

  * rewrite debian/copyright
  * replace old tarball-in-tarball to the Upstream-tarball
  * remove 
    - patches included in tarball
    - debian/README.source
  * add hardenning-wrapper to Build-Depends
  * rewrite debian/rules
  * rename debian/patches/xsd_xsdcxx-rename.patch to 
      0001-xsd_xsdcxx-rename.patch
  * add file xsdcxx.lintian-overrides
    - duplicate-files
  * change debian/compat to 9
  * change Standards-Version to 3.9.5
  * change debhelper to >= 9
  * add debian/doc-base
  * move Homepage to debian/control source section
  * rename xsdcxx.watch to watch
  * change to upstream 3.3.0.2
  * New Maintainer (Closes: #741475)

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 20 Apr 2014 16:26:04 +0200

xsd (3.3.0.1-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Stop trying to apply binary git diffs with quilt (closes: #711950).

 -- Julien Cristau <jcristau@debian.org>  Sun, 01 Dec 2013 14:09:10 +0100

xsd (3.3.0.1-1.3) unstable; urgency=low

  * Non maintainer upload
  * Fix build failure with GCC 4.7.

 -- Matthias Klose <doko@debian.org>  Tue, 22 May 2012 16:38:15 +0000

xsd (3.3.0.1-1.2) unstable; urgency=medium

  * Non-maintainer upload.

  [  Konstantinos Margaritis ]
  * debian/patches/boost1.46.patch:
    - Fix FTBFS against boost1.46 (Closes: #624942).

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 23 Aug 2011 22:06:28 +0200

xsd (3.3.0.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix build fail on Renesas sh4 (Closes: #606057).
    Update debian/rules.
    When architecture of host is sh4, CXXFLAGS was added -mieee option.

 -- Nobuhiro Iwamatsu <iwamatsu@nigauri.org>  Fri, 11 Mar 2011 09:45:12 +0900

xsd (3.3.0.1-1) unstable; urgency=low

  * Use ASCII encoding instead of UCS-4LE to work around Xerces-C++ bug.
    Closes: #604256

 -- Raphael Bossek <bossekr@debian.org>  Mon, 22 Nov 2010 21:57:58 +0100

xsd (3.3.0-2) unstable; urgency=low

  * Added autotools-dev build dependency. Closes: #604086

 -- Raphael Bossek <bossekr@debian.org>  Sat, 20 Nov 2010 22:28:47 +0100

xsd (3.3.0-1) unstable; urgency=low

  * New upstream release. Closes: #556724
  * Update Automake files at build time. Closes: #536423

 -- Raphael Bossek <bossekr@debian.org>  Thu, 18 Nov 2010 21:27:00 +0100

xsd (3.2.0.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with new boost (>= 1.37.0) by using the “-mt” suffix for
    boost libraries since starting with this version, only this variant
    is available (Closes: #530484):
     + debian/patches: Add xsd_fix-boost-ftbfs.patch
     + debian/rules: Apply that patch.
  * Set urgency to “medium” since this bug affects testing too.

 -- Cyril Brulebois <kibi@debian.org>  Sat, 18 Jul 2009 10:51:36 +0200

xsd (3.2.0.1-1) unstable; urgency=low

  * New upstream version. This version depends on Xerces-C 3.0.0 which
    is in experimental right now. (Closes: #505837)

 -- Raphael Bossek <bossekr@debian.org>  Sat, 06 Dec 2008 13:44:38 +0100

xsd (3.1.0.1-2) unstable; urgency=low

  * Added build dependency on libboost-date-time-dev.

 -- Raphael Bossek <bossekr@debian.org>  Wed, 18 Jun 2008 06:57:20 +0200

xsd (3.1.0.1-1) unstable; urgency=low

  * Update libcult to 1.4.1 to support GCC 4.3 (build errors).
  * Added m4 as build dependency.
  * Added README.source to confirm with standards version 3.8.0.

 -- Raphael Bossek <bossekr@debian.org>  Tue, 17 Jun 2008 07:04:15 +0200

xsd (3.1.0-4) unstable; urgency=low

  * Try to suppress compilation errors by disable not obsolate implementation
    (as mentioned in error report #482569) (Closes: #485843)

 -- Raphael Bossek <bossekr@debian.org>  Sun, 15 Jun 2008 21:46:20 +0200

xsd (3.1.0-3) unstable; urgency=low

  * Removed old build dependency on libxerces25-dev. (Closes: #483965)

 -- Raphael Bossek <bossekr@debian.org>  Mon, 02 Jun 2008 21:00:43 +0200

xsd (3.1.0-2) unstable; urgency=low

  * Fixed bulid problem. (Closes: #482569)

 -- Raphael Bossek <bossekr@debian.org>  Mon, 26 May 2008 12:14:37 +0200

xsd (3.1.0-1) unstable; urgency=low

  * Initial release (Closes: #479523)

 -- Raphael Bossek <bossekr@debian.org>  Sat, 16 Feb 2008 19:26:38 +0100