File: changelog

package info (click to toggle)
plastimatch 1.6.5%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,696 kB
  • ctags: 13,250
  • sloc: cpp: 116,647; sh: 5,805; ansic: 3,287; lisp: 896; makefile: 67; pascal: 62; fortran: 15
file content (250 lines) | stat: -rw-r--r-- 7,879 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
246
247
248
249
250
plastimatch (1.6.5+dfsg.1-1) unstable; urgency=medium

  [ Gregory C. Sharp ]
  * New upstream version
  * Use debian libdlib-dev instead of upstream provided dlib
  * Remove patches Fix-test-dependencies.patch and 
    Remove-plm_version.h-from-list-of-installed-files.patch
    which are now fixed upstream

  [ Andreas Tille ]
  * Architecture: any
  * debhelper 10 (no need to specify --parallel any more)
  * d/watch:
     - version=4
     - adapt dversionmangle to separating dfsg and revision number by '.'

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Sun, 04 Dec 2016 17:34:58 -0500

plastimatch (1.6.4+dfsg1-1) unstable; urgency=medium

  * Team upload.

  [ Ghislain Antony Vaillant ]
  * New upstream version 1.6.4+dfsg1
  * Track GitLab tagged releases.
  * Fix FTBFS when testing is performed in parallel.
    New patch Fix-test-dependencies.patch.
    Thanks to Lucas Nussbaum for reporting (Closes: #844942)
  * Cherry-pick upstream patch to fix the install.
    New patch Remove-plm_version.h-from-list-of-installed-files.patch

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 30 Nov 2016 10:48:12 +0000

plastimatch (1.6.3+dfsg-1) unstable; urgency=medium

  [ Gregory C. Sharp ]
  * New upstream release

  [ Andreas Tille ] 
  * cme fix dpkg-control

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Thu, 30 Jun 2016 13:36:15 -0400

plastimatch (1.6.2+dfsg-3) unstable; urgency=medium

  [ Gregory C. Sharp ]
  * debian/control: fix i386 build and
    prevent build on architectures without libinsighttoolkit4-dev
    Closes: #819316

  [ Andreas Tille ]
  * Add missing Build-Depends: libgdcm2-dev
    Closes: #808401
  * cme fix dpkg-control
  * better hardening

 -- Andreas Tille <tille@debian.org>  Sun, 27 Mar 2016 07:43:49 +0200

plastimatch (1.6.2+dfsg-2) unstable; urgency=medium

  * Move repository from SVN to Git
  * Build-Depends: libdcmtk-dev instead of libdcmtk2-dev
    Closes: #804573

 -- Andreas Tille <tille@debian.org>  Mon, 09 Nov 2015 21:11:13 +0100

plastimatch (1.6.2+dfsg-1) unstable; urgency=medium

  * New upstream release
  * Fix FTBFS on several platforms
  * debian/copyright: remove copyright sections for upstream removed
    third party libraries
  * Review GCC 5.0 issues, they are all now resolved
    Closes: #778066
    Closes: #793272

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Fri, 24 Jul 2015 15:46:32 -0400

plastimatch (1.6.1+dfsg-2) unstable; urgency=medium

  * debian/rules: fix FTBFS for platforms still on ITK 3.20
  * debian/patches/fix-regression-plm-reg-align-center:
    Fix regression test failure on i386
    Closes: #789314

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Fri, 15 May 2015 11:34:18 -0400

plastimatch (1.6.1+dfsg-1) unstable; urgency=medium

  [ Gregory C. Sharp ]
  * New upstream release
  * Fix (upstream) testcase failure on debian i386 platform
  * debian/copyright: update Files-Excluded to exclude lua; remove
    outdated entries
  * debian/rules: build as shared libraries rather than
    monolithic executable
  * debian/plastimatch.lintian-overrides: remove warnings due to
    package-name-doesnt-match-sonames, and non-dev-pkg-with-shlib-symlink

  [ Andreas Tille ]
  * debian/watch: Fix version mangling

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Mon, 11 May 2015 13:05:31 -0400

plastimatch (1.6.0+dfsg-1) unstable; urgency=medium

  [ Gregory C. Sharp ]
  * New upstream release
  * debian/rules: Do not ship *.a and *.h code in binary package any more

  [ Andreas Tille ]
  * Reformated long description

 -- Andreas Tille <tille@debian.org>  Fri, 01 May 2015 23:45:59 +0200

plastimatch (1.5.16+dfsg-2) unstable; urgency=medium

  * Add needed cmake dependencies to enable parallel builds (thanks to
    Colin Watson <cjwatson@debian.org> for the patch)
    Closes: #768769

 -- Andreas Tille <tille@debian.org>  Wed, 12 Nov 2014 08:24:38 +0100

plastimatch (1.5.16+dfsg-1) unstable; urgency=low

  [ Gregory C. Sharp ]
  * new upstream release
    Closes: #748155

  [ Andreas Tille ]
  * debian/rules: use uscan in get-orig-source target
  * debian/get-orig-source: deleted since not needed with latest devscripts

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Sun, 18 May 2014 15:59:50 -0400

plastimatch (1.5.15+dfsg-1) unstable; urgency=low

  * new upstream release (possible fix for debian build failure on sparc,
    mips; fixes crash on drr -i)
    Closes: #715836

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Tue, 10 Dec 2013 19:59:25 -0500

plastimatch (1.5.14+dfsg-2) unstable; urgency=low

  * debian/control: Enable building against libinsighttoolkit3-dev
    if libinsighttoolkit4-dev is not available on some specific architecture
    Closes: #731655
  * debian/watch: no need for numbered dfsg versions

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Mon, 09 Dec 2013 16:29:00 +0100

plastimatch (1.5.14+dfsg-1) unstable; urgency=low

  [ Gregory C. Sharp ]
  * new upstream release (all tests are passing)
    Closes: #683180
  * debian/control: change to unversion libtiff-dev (Closes: #682809)
  * debian/control: gfortran is no longer required as dependency,
    bump libinsighttoolkit3-dev version number
  * debian/copyright: add license information for nkidecompress,
    specfun library
  * debian/get-orig-source: update to match new upstream
  * debian/rules: update to match new upstream

  [ Andreas Tille ]
  * debian/copyright: Add Files-Excluded to document what was removed from
    original source
  * debian/get-orig-source: Use new uscan if available to repack source
  * debian/control:
     - cme fix dpkg-control
     - canonical Vcs URLs

 -- Andreas Tille <tille@debian.org>  Thu, 05 Dec 2013 15:01:22 +0100

plastimatch (1.5.11+dfsg0-1) unstable; urgency=low

  * new upstream release (Closes: #674373)
  * update compat, control to 9
  * add full copyright information for included libraries

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Sat, 16 Jun 2012 12:25:19 -0400

plastimatch (1.5.10+dfsg0-1) unstable; urgency=low

  * build with libpng-dev instead of libpng12-dev (Closes: #662467)
  * add dependency on libdcmtk2-dev
  * new upstream release

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Fri, 13 Apr 2012 23:17:59 -0400

plastimatch (1.5.9+dfsg0-1) unstable; urgency=low

  * new upstream release (Closes: #658753)

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Sat, 18 Feb 2012 09:36:22 -0500

plastimatch (1.5.7+dfsg0-1) unstable; urgency=low

  * new upstream release

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Mon, 06 Feb 2012 22:16:18 -0500

plastimatch (1.5.6+dfsg0-1) unstable; urgency=low

  * new upstream release

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Wed, 25 Jan 2012 22:44:17 -0500

plastimatch (1.5.5+dfsg0-2) unstable; urgency=low

  * Make the test suite fatal on supported arches

 -- Dominique Belhachemi <domibel@debian.org>  Wed, 09 Nov 2011 23:10:50 -0500

plastimatch (1.5.5+dfsg0-1) unstable; urgency=low

  * new upstream release

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Mon, 31 Oct 2011 22:54:37 -0400

plastimatch (1.5.4+dfsg0-1) unstable; urgency=low

  * upload to unstable (Closes: #629344)

  [Gregory C. Sharp]
  * new upstream release

  [Andreas Tille]
  * fixed Vcs fields

  [Dominique Belhachemi]
  * build depend on libinsighttoolkit3-dev (>= 3.20.0-15)
    due to the containing multi-arch fix

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Sun, 09 Oct 2011 20:41:35 -0400

plastimatch (1.5.3.dfsg0-1) experimental; urgency=low

  [Dominique Belhachemi]
  * removed src/plastimatch/opencl* files due to copyright issues
  * added dfsg0 to package version string

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Sun, 11 Sep 2011 16:58:58 -0400

plastimatch (1.5.3-1) experimental; urgency=low

  * Initial release (Closes: #629344)

 -- Gregory C. Sharp <gregsharp.geo@yahoo.com>  Sun, 24 Jul 2011 22:30:24 -0400