File: changelog

package info (click to toggle)
pycorrfit 1.1.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,372 kB
  • sloc: python: 15,093; makefile: 64; sh: 13
file content (276 lines) | stat: -rw-r--r-- 9,331 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
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
pycorrfit (1.1.7+dfsg-2) unstable; urgency=medium

  * Standards-Version: 4.6.1 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Drop unneeded versioned Depends
  * Do not parse d/changelog (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Fix LaTeX issue
    Closes: #1016346
  * Fix dh_fixperms

 -- Andreas Tille <tille@debian.org>  Fri, 05 Aug 2022 15:48:45 +0200

pycorrfit (1.1.7+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.4.1
  * Do not parse d/changelog
  * Drop ancient X-Python-Version field
  * Use secure URI in Homepage field.

 -- Steffen Moeller <moeller@debian.org>  Wed, 04 Dec 2019 14:19:32 +0100

pycorrfit (1.1.6+dfsg-4) unstable; urgency=medium

  * Fix typo in d/rules, skip tests only on s390x

 -- Alexandre Mestiashvili <mestia@debian.org>  Thu, 19 Sep 2019 16:12:39 +0200

pycorrfit (1.1.6+dfsg-3) unstable; urgency=medium

  * Skip build-tests on s390x, failing on a buildd, passing on a porter box

 -- Alexandre Mestiashvili <mestia@debian.org>  Thu, 19 Sep 2019 10:45:39 +0200

pycorrfit (1.1.6+dfsg-2) unstable; urgency=medium

  * No change source-only upload, trigger rebuild on buildd

 -- Alexandre Mestiashvili <mestia@debian.org>  Mon, 09 Sep 2019 13:26:50 +0200

pycorrfit (1.1.6+dfsg-1) unstable; urgency=medium

  * Update d/watch, normalize upstream version from d/changelog
  * New upstream version 1.1.6+dfsg
  * Bump Policy to 4.4.0
  * Add X-Python3-Version: >= 3.6 to d/control
  * Use debhelper-compat, drop d/compat

 -- Alexandre Mestiashvili <mestia@debian.org>  Mon, 09 Sep 2019 13:26:38 +0200

pycorrfit (1.1.5+dfsg-1) unstable; urgency=medium

  * New upstream version 1.1.5+dfsg
  * Drop patch applied by upstream

 -- Alexandre Mestiashvili <mestia@debian.org>  Tue, 11 Dec 2018 09:30:01 +0000

pycorrfit (1.1.4+dfsg-3) unstable; urgency=medium

  * Add patch tex_pkg_order.patch, thanks to Hilmar Preuße. Closes: #914729
  * d/rules:
    - respect nocheck in DEB_BUILD_OPTIONS
    - run latex, bibtex, latex, latex mantra sequentially in order to build
      bibliography

 -- Alexandre Mestiashvili <mestia@debian.org>  Tue, 27 Nov 2018 21:33:04 +0000

pycorrfit (1.1.4+dfsg-2) unstable; urgency=medium

  * Remove libpython3-all-dev, Closes: #910750

 -- Alexandre Mestiashvili <mestia@debian.org>  Thu, 11 Oct 2018 12:16:14 +0000

pycorrfit (1.1.4+dfsg-1) unstable; urgency=medium

  [ Steffen Moeller ]
  * upstream/metadata RRID->SciCrunch

  [ Andreas Tille ]
  * Remove invalid fields

  [ Alexandre Mestiashvili ]
  * Add .readthedocs.yml to Files-Excluded list
  * New upstream version 1.1.1+dfsg
  * New upstream version 1.1.4+dfsg
  * d/control:
    - bump policy to 4.2.1, debhelper to 11
    - update VCS headers to point to salsa
    - update uploaders email
    - switch to python3
    - add python3-dev, python3-wxgtk4.0, python3-matplotlib,
          python3-simplejson, libpython3-all-dev
    - use ${python3:Depends}, drop libpython2.7-dev
  * Update d/rules:
    - --with python3
    - don't install modules as public pmodules
      use PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/lib/pycorrfit
    - exclude __pycache and pyc files with dh_install
    - remove README from modules dir
    - move and symlink pycorrfit script
    - archive and install tests to examples
  * Update d/source/options to ignore pycorrfit/_version_save.py
  * Drop obsoleted patch fix_entry_point_for_gui.patch
  * Update copyright, add new files
  * Add autopkgtests, skip tests requiring network access

 -- Alexandre Mestiashvili <mestia@debian.org>  Thu, 27 Sep 2018 07:42:33 +0000

pycorrfit (1.0.1+dfsg-2) unstable; urgency=medium

  [ Steffen Moeller ]
  * debian/upstream/metadata:
    - Added publication
    - Added notion of all registries yet lacking this software

  [ Alexandre Mestiashvili ]
  * Update homepage url in d/control
  * Add faketime to Build-Depends, bump Standards-Version to 4.1.1
  * Update d/rules, make build reproducible

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Mon, 02 Oct 2017 15:25:16 +0200

pycorrfit (1.0.1+dfsg-1) unstable; urgency=medium

  * Update d/source/options to exclude _version_save.py rubbish
  * Update Files-Excludes list in d/copyright
  * New upstream version 1.0.1+dfsg
  * Bump Standards-Version to 4.1.0
  * Add patch fixing GUI start issue

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Wed, 06 Sep 2017 14:34:24 +0200

pycorrfit (1.0.0+dfsg-1) unstable; urgency=medium

  * New upstream version
  * debhelper 10
  * d/watch: version=4
  * update Build-Depends from latex-xcolor to texlive-latex-recommended
    Closes: #865244
  * d/rules: make use of DEB_SOURCE
  * Standards-Version: 4.0.0 (no changes needed)

 -- Andreas Tille <tille@debian.org>  Thu, 22 Jun 2017 10:12:13 +0200

pycorrfit (0.9.9+dfsg-2) unstable; urgency=medium

  * Recommends: s/texlive-math-extra/texlive-science/
    Closes: #864226

 -- Andreas Tille <tille@debian.org>  Mon, 05 Jun 2017 18:24:28 +0200

pycorrfit (0.9.9+dfsg-1) unstable; urgency=medium

  * Drop get-orig-source target
  * Imported Upstream version 0.9.8+dfsg
  * Add python-pytest-runner to Build-Depends
  * Apply cme fix dpkg
  * Enable hardening=+bindnow
  * Update copyright years, remove non-existing excluded file
  * Imported Upstream version 0.9.9+dfsg
  * drop patch fixing pdf documentation, remove empty d/patches
  * Disable tests for now

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Fri, 24 Jun 2016 13:18:50 +0200

pycorrfit (0.9.5+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.9.5+dfsg

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Wed, 06 Jan 2016 14:24:06 +0100

pycorrfit (0.9.4+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.9.4+dfsg

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Mon, 14 Dec 2015 10:17:05 +0100

pycorrfit (0.9.3+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.9.3+dfsg

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Thu, 03 Dec 2015 16:01:37 +0100

pycorrfit (0.9.2+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.9.2+dfsg
  * debian/copyright: add fitting_methods.py to copyright stanza

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Fri, 06 Nov 2015 14:00:13 +0100

pycorrfit (0.9.1+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.9.1+dfsg
  * d/pycorrfit.menu: deleted because the .desktop file is present

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Mon, 26 Oct 2015 15:40:49 +0100

pycorrfit (0.8.8+dfsg-1) unstable; urgency=medium

  * d/control: add new Build-Dependencies, set Architecture to any
  * d/rules: new doc dir, avoid pdf download during clean,
     new get-orig-source target, remove duplicated LICENSE file
  * d/watch: add +dfsg suffix
  * d/copyright: add Files-Excluded section
  * d/patches: deleted
  * d/get-orig-source: deleted
  * d/pycorrfit.pyremove: remove, as we need the egg-info directory
  * d/source/options: ignore generated files
  * Imported Upstream version 0.8.8+dfsg

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Fri, 29 May 2015 18:04:20 +0200

pycorrfit (0.8.3-2) unstable; urgency=medium

  [ Andreas Tille ]
  * debhelper 9
  * cme fix dpkg-control
  * Use wxpy30-update to create a patch that enables wxpython3.0
    Closes: #759070

  [ Alexandre Mestiashvili ]
  * d/patches/fix_python_path.patch: adjust path to module location

 -- Andreas Tille <tille@debian.org>  Mon, 25 Aug 2014 14:53:28 +0200

pycorrfit (0.8.3-1) unstable; urgency=medium

  * Imported Upstream version 0.8.3
  * d/rules: do not compress example sessions and external model functions
    force 644 permissions for the files in the examples dir
  * d/control: move python-sympy to Recommends:

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Tue, 15 Apr 2014 10:38:30 +0200

pycorrfit (0.8.2-2) unstable; urgency=medium

  * d/control: Recommneds: add texlive-latex-base, i
    remove ghostscript - dep of dvipng, remove texlive-science
  * d/rules: add one more pass of pdflatex for the tex source
  * d/pycorrfit.install: copy sample_session to examples

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Tue, 25 Mar 2014 11:06:09 +0100

pycorrfit (0.8.2-1) unstable; urgency=medium

  * Imported Upstream version 0.8.2
  * d/control: add texlive-bibtex-extra to Build-Depends:
     removed: texlive-latex-base, as it is installed as dependency anyway
     added python-wxgtk2.8 to Depends:
     moved optional latex dependencies to Recommended:
  * d/rules: more specific rules for the tex source

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Tue, 18 Feb 2014 16:14:31 +0100

pycorrfit (0.8.1-1) unstable; urgency=medium

  * Imported Upstream version 0.8.1

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Mon, 06 Jan 2014 15:23:51 +0100

pycorrfit (0.8.0-2~beta-2) unstable; urgency=medium

  * d/control: add missing dependencies for LaTex plots

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Mon, 06 Jan 2014 15:05:32 +0100

pycorrfit (0.8.0-2~beta-1) unstable; urgency=low

  [ Alexandre Mestiashvili ]

  * Initial release. (Closes: #730640)

 -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Thu, 28 Nov 2013 17:11:15 +0100