File: changelog

package info (click to toggle)
wise 2.4.1-17
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 26,060 kB
  • ctags: 23,811
  • sloc: ansic: 276,365; makefile: 1,001; perl: 886; lex: 93; yacc: 81; sh: 24
file content (227 lines) | stat: -rw-r--r-- 7,564 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
wise (2.4.1-17) unstable; urgency=medium

  * debian/tests/control: explicitly depend on wise.  This avoids that
    ‘sadt’ skips the test when wise-doc is not installed. 
  * debian/tests/run-unit-test: skip the first line of testman.pl, that
    misses a proper shebang and trigger a failure. 
  * debian/control: shorten synopsis to less than 72 characters.
  * Conforms with Policy 3.9.6.

 -- Charles Plessy <plessy@debian.org>  Tue, 23 Sep 2014 20:14:47 +0900

wise (2.4.1-16) unstable; urgency=medium

  * Make sure package builds also for arch only builds
    Closes: #757275

 -- Andreas Tille <tille@debian.org>  Thu, 07 Aug 2014 09:49:11 +0200

wise (2.4.1-15) unstable; urgency=medium

  * Move debian/upstream to debian/upstream/metadata
  * debian/control:
     - add myself to Uploaders
     - cme fix dpkg-control
     - debhelper 9
     - remove unneeded Build-Depends
  * debian/README.source: removed in favour of DEP5 headers
  * Make sure dnal has a valid return value (this affects the test suite
    of python-biopython on some architectures - see #751277)
  * debian/rules:
     - drop useless xz compression
     - add dh_auto_test
  * debian/patches/10_fix_path_to_data_files.patch: Brute force patch to
    fix the PATH to the data files to make the tools finding the needed
    data for the test suite

 -- Andreas Tille <tille@debian.org>  Mon, 04 Aug 2014 19:25:58 +0200

wise (2.4.1-14) unstable; urgency=low

  * Fixed FTBFS bug (Closes: #716983).

 -- Philipp Benner <philipp@debian.org>  Mon, 15 Jul 2013 18:22:15 +0200

wise (2.4.1-13) unstable; urgency=low

  * Added mayhem bugfixes.
  * Moved examples/ from wise-doc to wise-data package.
  * Removed -O3 cflag from makefiles.

 -- Philipp Benner <philipp@debian.org>  Sun, 07 Jul 2013 13:33:01 +0200

wise (2.4.1-12) unstable; urgency=low

  * Added missing -D_FORTIFY_SOURCE=2 for hardening support
  * Standards version 3.9.4

 -- Philipp Benner <philipp@debian.org>  Mon, 28 Jan 2013 20:33:16 +0100

wise (2.4.1-11) unstable; urgency=low

  [ Andreas Tille ]
  * debian/upstream: Add publication data

  [ Philipp Benner ]
  * Added hardening flags

 -- Philipp Benner <philipp@debian.org>  Sun, 27 Jan 2013 18:05:31 +0100

wise (2.4.1-10) unstable; urgency=low

  * Convert debian/rules to dh, Closes: #666319, as it restores build flags.
  * Verbose debhelper in debian/rules.
  * Normalised and upgraded debian/copyright file with ‘cme fix’.
  * Pre-Depends on dpkg (>= 1.15.6~) (debian/control).
  * Conforms to Debian policy 3.9.3 (debian/control, no other changes needed).
  * Convert debian/rules to dh, Closes: #666319, as it restores build flags.
  * Documented metadata in debian/upstream.

 -- Charles Plessy <plessy@debian.org>  Fri, 30 Mar 2012 19:25:53 +0900

wise (2.4.1-9) unstable; urgency=low

  * Correct src/models/makefile to link --as-needed (Closes: #641333).
  * Conforms with Policy 3.9.2 (debian/control, no other changes needed).
  * Corrected VCS URLs (debian/control).
  * Use Debhelper 8 (debian/compat, debian/control).
  * Added build-arch and build-indep targets to debian/rules.
  * Machine-readable debian/copryight file conforms to DEP 5.
  * Compress binary package with xz (debian/rules).

 -- Charles Plessy <plessy@debian.org>  Wed, 14 Sep 2011 17:52:32 +0900

wise (2.4.1-8) unstable; urgency=low

  * Fixed conflicting definitions of getline(). (Closes: #552821)
  * Added README.source.
  * Standards version 3.8.3.
  * Fixed spelling error in package description.

 -- Philipp Benner <philipp@debian.org>  Sat, 31 Oct 2009 21:25:52 +0000

wise (2.4.1-7) unstable; urgency=low

  [ Steffen Moeller ]
  * Now builds with glib-2. (Closes: #523715). Special thank to Barry deFreese.
  * Updated policy to 3.8.1 (no changes required).
  * fixed api->API lintian warning.

  [ Charles Plessy ]
  * debian/control:
    - Added myself to the Uploaders.
    - Added ${misc:Depends} to the package dependencies.
    - Using Debhelper 7 (also debian/compat).
    - Eliminated redundancy between the long descriptions of wise and wise-doc.
  * Replaced ‘dh_clean -k’ by ‘dh_prep’ in debian/rules.

 -- Charles Plessy <plessy@debian.org>  Mon, 15 Jun 2009 20:49:27 +0900

wise (2.4.1-6) unstable; urgency=low

  * Updated policy to 3.8.0 (no changes required).
  * wise now suggests wise-doc (downgraded from 'recommends').
  [ Steffen Moeller ]
  * Using quilt instead of dpatch.
  [ Philipp Benner ]

 -- Philipp Benner <pbenner@uni-osnabrueck.de>  Sun, 25 Jan 2009 22:57:27 +0000

wise (2.4.1-5) unstable; urgency=low

  * Removed a bashism in debian/rules (Closes: #478639).

 -- Charles Plessy <plessy@debian.org>  Sun, 04 May 2008 15:19:01 +0900

wise (2.4.1-4) unstable; urgency=low

  * Changed the doc-base section according to the new policy
    [Charles Plessy].
    
 -- Philipp Benner <pbenner@uni-osnabrueck.de>  Mon, 31 Mar 2008 10:07:35 +0200

wise (2.4.1-3) unstable; urgency=low

  * New maintainer e-mail address.
  * debian/control: Added DM-Upload-Allowed: yes.

 -- Philipp Benner <pbenner@uni-osnabrueck.de>  Mon, 14 Jan 2008 18:33:27 +0100

wise (2.4.1-2) unstable; urgency=low

  * Using official Vcs-Browser and Vcs-Svn fields (debian/control).
  * Moved the Homepage: field out from the package's description
  + (Charles Plessy).
  * Converted copyright file to machine interpretable format.
  * Changed maintainer to Debian-Med Packaging Team.

 -- Philipp Benner <mail@philipp-benner.de>  Sun, 02 Dec 2007 16:15:50 +0100

wise (2.4.1-1) unstable; urgency=low

  * New upstream release.

 -- Philipp Benner <mail@philipp-benner.de>  Sat, 15 Sep 2007 17:18:49 +0200

wise (2.4.0-3) unstable; urgency=low

  * Removed debtags from debian/control.
  * Updated package description (Closes: #435904).
  * Excluded genewise21.eps and genewise6.eps from documentation
  + (workaround for a bug in gs-esp).

 -- Philipp Benner <mail@philipp-benner.de>  Sun, 05 Aug 2007 20:21:35 +0200

wise (2.4.0-2) unstable; urgency=low

  * Converted wise2.tex to a pdflatex compatible latex file
  + (workaround for a bug in dvips)

 -- Philipp Benner <mail@philipp-benner.de>  Fri, 27 Jul 2007 18:46:33 +0200

wise (2.4.0-1) unstable; urgency=low

  * New upstream release (Closes: #431392)
  * New dpatch (02_isnumber): src/models/phasemodel.c: replaces isnumber() by isdigit()
  * New dpatch (03_doc-nodycache): docs/wise2.tex: minor bugfix

 -- Philipp Benner <mail@philipp-benner.de>  Tue, 24 Jul 2007 11:58:36 +0200

wise (2.2.0-5) unstable; urgency=low

  * Removed obsolete dependencies (Closes: #422123)

 -- Philipp Benner <mail@philipp-benner.de>  Sun,  6 May 2007 22:42:27 +0200

wise (2.2.0-4) unstable; urgency=low

  * Adapted debian-med tags
  * Uscan support
  * Migrating to texlive
  * use /bin/sh instead of /bin/csh in src/welcome.csh

 -- Philipp Benner <mail@philipp-benner.de>  Tue, 27 Mar 2007 19:29:08 +0200

wise (2.2.0-3) unstable; urgency=low

  * package tags
  * fixed typos in package description

 -- Philipp Benner <mail@philipp-benner.de>  Thu, 21 Sep 2006 14:22:39 +0200

wise (2.2.0-2) unstable; urgency=low

  * removed \ref tags from package description
  * moved examples to package wise-doc
  * fixed typo in README.Debian
  * minor changes in debian/control
  * fixed typo in package description (Closes: #380451)
  * new html documentation

 -- Philipp Benner <mail@philipp-benner.de>  Sun, 30 Jul 2006 14:08:20 +0200

wise (2.2.0-1) unstable; urgency=low

  * Initial release (Closes: #379604)

 -- Philipp Benner <mail@philipp-benner.de>  Sun, 23 Jul 2006 17:29:49 +0200