File: changelog

package info (click to toggle)
mriconvert 1%3A2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,496 kB
  • ctags: 1,880
  • sloc: cpp: 17,029; makefile: 11
file content (209 lines) | stat: -rw-r--r-- 6,511 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
mriconvert (1:2.1.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version (no patches needed any more)
  * Fix watch file
  * Upstream source does not provide subdir utf8proc-v1.1.6 any more so
    do not try to build anything there
  * debhelper 10
  * d/copyright:
     - Remove unneeded paragraph
     - no files to exclude any more
     - update
     - add Files: debian/*

 -- Andreas Tille <tille@debian.org>  Tue, 24 Jan 2017 08:11:44 +0100

mriconvert (1:2.0.8-4) unstable; urgency=medium

  [ Gert Wollny ]
  * Team upload.
  * d/p/gcc-6: Fix compilation with Gcc-6, Closes: #811811
  * cme fix dpkg-control 

  [ Andreas Tille ]
  * Secure Vcs-Browser
  * hardening=+bindnow
  * d/control: remove duplicated section field

 -- Gert Wollny <gw.fossdev@gmail.com>  Thu, 30 Jun 2016 19:43:45 +0000

mriconvert (1:2.0.8-3) unstable; urgency=medium

  * patches/build-with-fPIC: New.  Build with -fPIC.  Closes: #798394.

 -- Steve M. Robbins <smr@debian.org>  Sat, 19 Sep 2015 23:09:01 -0500

mriconvert (1:2.0.8-2) unstable; urgency=medium

  * copyright: Add license for utf8proc-v1.1.6/*.

 -- Steve M. Robbins <smr@debian.org>  Sat, 04 Jul 2015 23:16:29 -0500

mriconvert (1:2.0.8-1) unstable; urgency=medium

  * New upstream.

  * control: Bump standards-version to 3.9.6.  Remove unnecessary
    cableswig build-dep (been there forever, but not sure why).

 -- Steve M. Robbins <smr@debian.org>  Wed, 01 Jul 2015 16:44:42 -0500

mriconvert (1:2.0.7-2) unstable; urgency=medium

  * Update to use wxWidgets 3.0.  Closes: #742019.

 -- Steve M. Robbins <smr@debian.org>  Tue, 18 Mar 2014 23:49:38 -0500

mriconvert (1:2.0.7-1) unstable; urgency=low

  * New upstream.

 -- Steve M. Robbins <smr@debian.org>  Wed, 01 Jan 2014 22:32:24 -0600

mriconvert (1:2.0.6-1) unstable; urgency=low

  * New upstream.  Closes: #731298.
  * control: Remove unnecessary build-depends on libinsighttoolkit3-dev.
    Update Standards-Version to 3.9.5.
  * watch: Replace with version from http://anonscm.debian.org/viewvc/sepwatch

 -- Steve M. Robbins <smr@debian.org>  Sat, 07 Dec 2013 16:51:57 -0600

mriconvert (1:2.0.4-3) unstable; urgency=low

  * Undo previous changes.  Linking with boost-exceptions was not the
    problem.  It seems rather that the boost packages were built with
    an older compiler.
  * control: Change dependency to boost1.54.

 -- Steve M. Robbins <smr@debian.org>  Sat, 13 Jul 2013 02:08:36 -0500

mriconvert (1:2.0.4-2) unstable; urgency=low

  * patches/boost-exception.patch: New.  Link with
    -lboost_program_options.  The build on MIPS and ARM failed because
    Boost program-options needs symbols from Boost exception.
  
  * control: Add build-dependency for Boost.Exception.  Unfortunately, the
    current boost-defaults is missing an unversioned boost-exception-dev,
    so added deps for Boost 1.53.

 -- Steve M. Robbins <smr@debian.org>  Tue, 09 Jul 2013 22:35:19 -0500

mriconvert (1:2.0.4-1) unstable; urgency=low

  * New upstream.

 -- Steve M. Robbins <smr@debian.org>  Sun, 07 Jul 2013 03:24:50 -0500

mriconvert (2.0.250-2) UNRELEASED; urgency=low

  * control:
    - multi-line build-depends to ease patching for backports
    - revert to build against ITK 3 instead of ITK 4 which still
      FTBFS on various architectures
    - boosted policy to 3.9.4 (no further changes seems to be due)
  * rules:
    - added --no-info to help2man call to remove statement about
      (absent) Texinfo documentation

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 12 Feb 2013 08:56:12 -0500

mriconvert (2.0.250-1) unstable; urgency=low

  * New upstream.  Closes: #699939.
  * control: Update build-depends (add libboost-program-options-dev).
  * patches/findwxwidgets.patch: Remove.
  * patches/wxwidgets-initializer.patch: Remove.
  * Upstream fixed source package issues; remove get-orig-source script.

 -- Steve M. Robbins <smr@debian.org>  Thu, 07 Feb 2013 21:29:55 -0600

mriconvert (2.0.235+dfsg-1) UNRELEASED; urgency=low

  [ Dmitry Smirnov ]
  * debian/watch: Enable proper detection of new upstream version

  [ Andreas Tille ]
  * debian/copyright:
     - DEP 5
     - Add Files-Excluded to document what was removed from original source
     - Also exclude prebuilded binary files once we are repackaging to save
       a lot of disk space
  * There is no point in mentioning quilt explicitly since source format
    3 (quilt) is used
  * debian/rules: Detect upstream version automatically

 -- Andreas Tille <tille@debian.org>  Tue, 28 Aug 2012 14:47:57 +0200

mriconvert (2.0.235-1) unstable; urgency=low

  * New upstream.

 -- Steve M. Robbins <smr@debian.org>  Fri, 09 Mar 2012 20:51:58 -0600

mriconvert (2.0.217-4) unstable; urgency=low

  * patches/wxwidgets-initializer.patch: New.  Pass argc, argv to
    wxInitializer constructor (thanks, Olly Betts).  Fixes segfault; see
    #646654.

 -- Steve M. Robbins <smr@debian.org>  Thu, 10 Nov 2011 23:06:44 -0600

mriconvert (2.0.217-3) unstable; urgency=low

  * rules: Search for built binary in */release.

 -- Steve M. Robbins <smr@debian.org>  Fri, 07 Oct 2011 07:32:29 -0500

mriconvert (2.0.217-2) unstable; urgency=low

  * rules: Support use of dpkg before 1.16.1 by using "-include" for
    buildflags.mk.  Create mcverter man page; install together with
    MRIConvert manpage.
  
  * MRIConvert.1: New.
  
  * control: Update Standards-Version to 3.9.2.

 -- Steve M. Robbins <smr@debian.org>  Thu, 06 Oct 2011 21:03:57 -0500

mriconvert (2.0.217-1) unstable; urgency=low

  * New upstream.

 -- Steve M. Robbins <smr@debian.org>  Tue, 04 Oct 2011 19:47:11 -0500

mriconvert (2.0.216-1) unstable; urgency=low

  * New upstream.  Closes: #631168.
    - Help | File formats is fixed.  Closes: #617345.
  
  * rules: enable parallel builds.

 -- Steve M. Robbins <smr@debian.org>  Wed, 22 Jun 2011 23:15:12 -0500

mriconvert (2.0.203-1) unstable; urgency=low

  [ Mathieu Malaterre ]
  * Adding man page for mcverter (help2man) 
  * Adding watch file
  * Adding a get-orig-source file 

  [ Steve M. Robbins ]
  * New upstream.  Update get-orig-source script.

 -- Steve M. Robbins <smr@debian.org>  Mon, 11 Apr 2011 22:38:03 -0500

mriconvert (2.0-2) unstable; urgency=low

  * copyright: Replace with correct copyright & license statements.

 -- Steve M. Robbins <smr@debian.org>  Sun, 31 Oct 2010 22:20:49 -0500

mriconvert (2.0-1) unstable; urgency=low

  * Initial upload.  Closes: #599880.

 -- Steve M. Robbins <smr@debian.org>  Tue, 12 Oct 2010 23:40:00 -0500