summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 0b5d2139378aeb5f16151676fa3aaefc94e7fe64 (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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
pytango (9.2.4-1) unstable; urgency=medium

  [ Bodo-Merle Sandor ]
  * New upstream version 9.2.4
    - Python 3.7 compatibility (Closes: #904298)
  * Update Standards-Version to 4.1.5 (no changes required)
  * Depend on python-mock for generating the docs

 -- Sandor Bodo-Merle <sbodomerle@gmail.com>  Mon, 30 Jul 2018 19:20:08 +0200

pytango (9.2.3-1) unstable; urgency=medium

  [ Bodo-Merle Sandor ]
  * New upstream version 9.2.3
  * debian/patches
    - Refresh patch 0002-Use-jquery-from-the-archive
  * debian/control
    - cme fix dpkg
    - Rules-Requires-Root: no
    - depend on sphinx_rtd_theme
    - remove outdated X-Python{,3}-Version fields
  * debian/watch
    - update regexp; switch to https

 -- Sandor Bodo-Merle <sbodomerle@gmail.com>  Sat, 02 Jun 2018 16:25:59 +0200

pytango (9.2.2-1) unstable; urgency=medium

  [ Bodo-Merle Sandor ]
  * New upstream version 9.2.2
  * Bump Standards-Version to 4.1.0 (extra -> optional)
  * debian/control
    - wrap-and-sort -st
  * debian/copyright
    - Switched source URL to https
  * debian/rules
    - Built the documentation with python3
    - Install examples
  * debian/patch
    - drop 0001-Use-loose-version-instead-of-strict-version-for-comp.patch

  [ Picca Frédéric-Emmanuel ]
  * debian/control
    - add nodoc profile dependencies
    - Added: python-sphinx, sphinx-common
  * debian/patches
    - Added 0002-deal-with-sphinx-only-via-the-debian-rules.patch
  * debian/rules
    - Reworked in order to support nodoc
    - dh_sphinxdoc is now mandatory.
    - Build the documentation also with python.

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 29 Oct 2017 08:22:04 +0100

pytango (9.2.1-1) unstable; urgency=medium

  * debian/patch
    - apply upstream patch to fix gcc-7 compilation (Closes: #853624)
  * Bump Standards-Version to 4.0.0, no changes.

 -- Sandor Bodo-Merle <sbodomerle@gmail.com>  Mon, 07 Aug 2017 18:27:13 +0200

pytango (9.2.1-1~exp1) experimental; urgency=medium

  * Import Upstream version 9.2.1
  * debian/patch
    - drop 0001-correct-typo-s-lenght-length.patch (aplied upstream)
  * Use compat level 10 (Closes: #843728)

 -- Sandor Bodo-Merle <sbodomerle@gmail.com>  Tue, 31 Jan 2017 12:56:49 +0100

pytango (9.2.0-2) unstable; urgency=medium

  * Add Breaks and Replace for python-pytango-doc (Closes: #836859)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Thu, 03 Nov 2016 11:22:02 +0100

pytango (9.2.0-1) unstable; urgency=medium

  * Uploaded into Unstable

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 31 Oct 2016 11:22:02 +0100

pytango (9.2.0-1~exp2) experimental; urgency=medium

  * Fixed d/rules to call --with sphinxdoc only when building arch-all
    packages.
  * Updated the d/copyright (Add the ESRF)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 04 Sep 2016 11:22:02 +0200

pytango (9.2.0-1~exp1) experimental; urgency=medium

  * Imported Upstream version 9.2.0
    - Filter out sourceless binary executable: examples/many/many_client
  * debian/patch
    - Drop unnecessary patch 0001-Fix-syntax-error-in-python-3.patch
    - Add 0001-Fix-syntax-error-in-python-3.patch - spelling fix
    - 0002-Use-jquery-from-the-archive.patch - fix jquery reference
  * debian/control
    - Update build depends:
      - add: python-six, python-gevent, python-concurrent.futures, libtango-dev
    - Rename package pytango=>tango; add transitional packages
    - Standards-Version bump to 3.9.8 (nothing to do)
    - Updated the Vcs-X (git -> https)
  * Ship extra pydist files so dependent packages will use the correct
    python-tango dependency
  * Drop itango deps for now - until a separate itango package is made
  * debian/rules
    - Build with pybuild
  * Add myself to uploaders

 -- Sandor Bodo-Merle <sbodomerle@gmail.com>  Fri, 26 Aug 2016 11:15:20 +0200

pytango (8.1.8-2) unstable; urgency=medium

  * debian/patches
    - 0001-Fix-syntax-error-in-python-3.patch (Closes: #814824)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 21 Feb 2016 14:03:38 +0100

pytango (8.1.8-1) unstable; urgency=medium

  * Imported Upstream version 8.1.8
  * debian/patch
    - 0001-fix-compilation-with-python3.4.patch (deleted, applyed upstream)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sat, 13 Feb 2016 16:19:55 +0100

pytango (8.1.6-1) unstable; urgency=medium

  * debian/control
    - Build-deps: libtango8-dev (>= 8.1.2c+dfsg-7~) (Closes: #797284)
  * debian/patch
    - 0001-fix-compilation-with-python3.4.patch

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Thu, 03 Sep 2015 18:23:34 +0100

pytango (8.1.6-1~exp1) experimental; urgency=medium

  * Imported Upstream version 8.1.6
  * debian/watch
    - Use the pypi.debian.net redirector

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 09 Feb 2015 18:23:34 +0100

pytango (8.1.5-1) unstable; urgency=medium

  * Imported Upstream version 8.1.5

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 01 Oct 2014 11:55:00 +0200

pytango (8.1.4-1) unstable; urgency=medium

  * Imported Upstream version 8.1.4

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 30 Sep 2014 20:38:16 +0200

pytango (8.1.1-1) unstable; urgency=low

  * Imported Upstream version 8.1.1
  * debian/patch
    - 0001-fix-from-upstream-FTBFS-s390.patch (applyed by upstream)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 27 Nov 2013 20:27:22 +0100

pytango (8.0.3-3) unstable; urgency=low

  * debian/control
    - Build-Depends: remove log4tango4 which is not a direct build dependency.

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 25 Aug 2013 09:17:58 +0200

pytango (8.0.3-2) unstable; urgency=low

  * debian/patch
    + 0001-fix-from-upstream-FTBFS-s390.patch (Closes: #711761)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 21 Jul 2013 08:48:11 +0200

pytango (8.0.3-1) unstable; urgency=low

  * Imported Upstream version 8.0.3
  * Bump Standards-Version 3.9.4 (nothing to do)
  * Switch to debhelper level 9
  * debian/rules
    - updated the clean target to build twice.
  * debian/patches
    - 0001-feature-forwarded-fix-FTBFS-with-sphinx-beta-version.patch (deleted)
      this patch was applyed by the upstream

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 20 May 2013 22:05:20 +0200

pytango (8.0.2-1) unstable; urgency=low

  * debian/patches
    + 0001-feature-forwarded-fix-FTBFS-with-sphinx-beta-version.patch
      (Closes: #706471)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 07 May 2013 09:28:11 +0200

pytango (8.0.2-1~exp1) experimental; urgency=low

  * Imported Upstream version 8.0.2
  * debian/control
    - add python3-pytango binary package

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Fri, 21 Sep 2012 21:48:10 +0200

pytango (7.2.3-2) unstable; urgency=low

  * debian/rules
    - use dh_sphinxdoc only for the doc package (Closes: #670955)
  * debian/control
    - add Build-Depends-Indep

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 01 May 2012 18:08:18 +0200

pytango (7.2.3-1) unstable; urgency=low

  * Imported Upstream version 7.2.3
  * debian/control
    - add the python-pytango-doc package

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Fri, 25 Apr 2012 20:50:02 +0100

pytango (7.2.2-3) unstable; urgency=low

  * bump the Standards-Version to 3.9.3
    - use the copyright format 1.0
  * dpkg/rules
    - updated to build on squeeze
  * dpkg/control
    - better dependencies thanks to cme (config-edit)
    - X-Python-Version: >= 2.5 ->  2.6

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 26 Feb 2012 14:49:19 +0100

pytango (7.2.2-2) unstable; urgency=low

  * use dh_numpy for better python-numpy dependency.

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 29 Jan 2012 11:32:31 +0100

pytango (7.2.2-1) unstable; urgency=low

  * import 7.2.2 upstream version. (Closes: #636468)
  * use dh_sphinxdoc
  * debian/control
    - Build-Depends
      - python-sphinx (>= 1.0.7+dfsg)
    - add the Vcs- fields
    - follow Debian Science policy for Maintainers
  * debian/copyright fixed using config-edit
  * debian/patches
    - remove all patches thanks to the --install-html option.
  * use pyinstall file to install the ipython profile.

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 12 Dec 2011 18:05:59 +0200

pytango (7.2.0-2) unstable; urgency=low

  * debian/control
    - bump the Standards-Version to 3.9.2
    - Build-Depends
      + libtango7 (>= 7.2) (updated)
      + python-all-dev  (>= 2.6.6-3~) (updated)
      + python-setuptool (removed)
  * debian/copyright
    - use the right dep5 location
  * Install the spock profile also for python2.7 Thanks Jakub Wilk for
    the report (Closes: #632077)
  * Update my email address since I am DD now.

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sat, 14 May 2011 14:01:37 +0200

pytango (7.2.0-1) unstable; urgency=low

  * Initial release (Closes: #614245)
  * Thanks to Justin B Rye for package description review

 -- Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>  Mon, 09 Aug 2010 11:26:05 +0200