File: changelog

package info (click to toggle)
gdis 0.90-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 10,364 kB
  • ctags: 9,392
  • sloc: ansic: 71,121; perl: 298; sh: 115; python: 115; makefile: 33; xml: 26
file content (221 lines) | stat: -rw-r--r-- 7,634 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
gdis (0.90-5) unstable; urgency=low

  * debian/control (DM-Upload-Allowed): Dropped.
    (Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
    (Build-Depends): Added verisoned build-dependency to libgtkglext1-dev,
    thanks to Gregor Herrmann for the patch (closes: #713649).
  * debian/rules: Enabled hardening.
  * debian/patches/debian_make.patch: Adjusted.
    - Add linkage to -lm to fix another FTBFS.

 -- Daniel Leidert <dleidert@debian.org>  Tue, 06 Aug 2013 15:19:20 +0200

gdis (0.90-4) unstable; urgency=low

  * makefile.debian: Moved into debian/patches/debian_make.patch.
  * debian/compat: Increased compatibility level to 7.
  * debian/control (Standards-Version): Bumped to 3.9.3.
    (Build-Depends): Dropped dpatch. Increased required debhelper version.
    (Vcs-Browser): Fixed.
    (Conflicts): Changed into Breaks according to lintian.
  * debian/gdis.manpages: Added.
  * debian/rules: Rewritten for dh 7.
  * debian/source.lintian-overrides: Dropped obsolete file.
  * debian/README.source: Dropped obsolete file.
  * debian/patches/Debian_make.dpatch: Renamed to
    debian/patches/debian_path.patch.
  * debian/patches/debian_make.patch: Added.
    - Moved makefile.debian into this patch.
  * debian/patches/00list: Renamed to debian/patches/series and adjusted.
  * debian/source/format: Added for quilt-based format 3.0 (closes: #667757).

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Wed, 02 May 2012 00:23:38 +0200

gdis (0.90-3) unstable; urgency=low

  * debian/control (Build-Depends): Removed spurious depends (closes: #563792).
    (Depends): Fixed debhelper-but-no-misc-depends.
  * debian/rules (LDFLAGS): Drop unused linkages.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 05 Jan 2010 13:33:55 +0100

gdis (0.90-2) unstable; urgency=low

  * debian/control: Added gdis-data package (closes: #233353).
    (Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
    (Depends): Depend on new gdis-data package.
    (Standards-Version): Bumped to 3.8.3.
    (Description): Slightly improved short and long description.
  * debian/gdis.install: Removed architecture-independent files.
  * debian/gdis-data.install: Added to install architecture-independent files.
  * debian/rules (binary-arch): Dropped deprecated dh_desktop call.
    (binary-indep, binary-arch): Adjusted to build new
    architecture-independent package gdis-data.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 15 Sep 2009 00:44:48 +0200

gdis (0.90-1) unstable; urgency=low

  * New upstream release 0.90.
  * Acknowledge NMU (closes: #492994). Thanks to Neil Williams.

  * makefile.debian: Upstream doesn't provide a Makefile to edit - so created
    our own.
  * debian/compat: Added and set to be 5.
  * debian/control: Added Homepage, Vcs* and DM-Upload-Allowed fields.
    (Maintainer): Set to the debichem team with approval by Noèl.
    (Uploaders): Added myself.
    (Build-Depends): Increased debhelper version to 5. Removed glutg3-dev.
    Added dpatch.
    (Standards-Version): Bumped to 3.8.1.
    (Description): Removed homepage. Fixed a typo.
  * debian/copyright: Updated, completed and adjusted.
  * debian/dirs: Dropped useless file.
  * debian/docs: Renamed to debian/gdis.docs.
  * debian/menu: Renamed to debian/gdis.menu.
    (section): Fixed accordingly to policy.
  * debian/gdis.1: Just some formatting changes.
  * debian/gdis.desktop: Added file (with small fixes) provided by Phill Bull
    (LP: #111353).
  * debian/gdis.install: Added.
  * debian/rules: Cleaned. Installation is now done by dh_install. Make sure,
    the CVS directory is not copied. Added dh_desktop call.
  * debian/source.lintian-overrides: makefile.debian is created for Debian but
    lives outside debian/.
  * debian/watch: Added.
  * debian/README.build: Dropped.
  * debian/README.source: Added to be compliant to the policy v3.8.
  * debian/patches/Debian_make.dpatch: Added.
    - gdis.h (ELEM_FILE): Moved fix for gdis.elemts path (#399132) to this
      patch.
  * debian/patches/00list: Added.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 06 Apr 2009 17:12:18 +0200

gdis (0.89-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * please migrate to gtk+extra2 and libgtkgl2.0-dev (Closes: #492994)

 -- Neil Williams <codehelp@debian.org>  Tue, 23 Sep 2008 12:47:18 +0100

gdis (0.89-2) unstable; urgency=low

  * corrected gdis.elemts path
    (Closes: #399132)

 -- Noèl Köthe <noel@debian.org>  Sun, 19 Nov 2006 21:10:26 +0100

gdis (0.89-1) unstable; urgency=low

  * new upstream version 2006-10-15
  * updated Standards-Version

 -- Noèl Köthe <noel@debian.org>  Sun, 12 Nov 2006 14:23:49 +0100

gdis (0.86-2) unstable; urgency=low

  * corrected x build-deps
    (closes: Bug#333633)
  * updated Standards-Version

 -- Noèl Köthe <noel@debian.org>  Mon, 17 Oct 2005 16:32:45 +0200

gdis (0.86-1) unstable; urgency=low

  * new upstream release from 2004-08-26

 -- Noèl Köthe <noel@debian.org>  Mon, 13 Sep 2004 23:44:50 +0200

gdis (0.84-2) unstable; urgency=low

  * added missing libxmu-dev build-dep
    (closes: Bug#265342)

 -- Noèl Köthe <noel@debian.org>  Fri, 13 Aug 2004 15:30:18 +0200

gdis (0.84-1) unstable; urgency=low

  * new upstream release from 2004-06-17
    (closes: Bug#265007)
  * removed profiling
    (closes: Bug#262415)

 -- Noèl Köthe <noel@debian.org>  Wed, 11 Aug 2004 13:22:06 +0200

gdis (0.81-2) unstable; urgency=low

  * fixed element path from absolut to relative
    (closes: Bug#237180)

 -- Noèl Köthe <noel@debian.org>  Fri, 09 Apr 2004 13:43:28 +0200

gdis (0.81-1) unstable; urgency=low

  * new upstream from 2003-11-12
  * included version of symmetry.c is now GPL
    (closes: Bug#188427)
  * closing fixed NMU
    (closes: Bug#196527)
  * updated Standards-Version
  * updated project URL to https://sf.net/projects/gdis
  * added build-dep libgtkglext1-dev
  * added gdis manpage from Roland Stigge (thanks Roland!)
    (closes: Bug#208944)

 -- Noèl Köthe <noel@debian.org>  Wed, 14 Jan 2004 23:47:00 +0100

gdis (0.77.3-1) unstable; urgency=low

  * new upstream from 2002-12-16
    (closes: Bug#143083)
  * updates Standards-Version
  * symmetry.c is updated in the cvs (#188427) but doesn't
    work with 0.77.3. I will wait for next upstream release
    instead of trying to backport it.

 -- Noel Koethe <noel@debian.org>  Wed, 14 May 2003 09:30:00 +0100

gdis (0.74.0.pre1+-3) unstable; urgency=low

  * corrected lintian warning for woody release
    (W: gdis source: dh-make-template-in-source debian/menu.ex)

 -- Noel Koethe <noel@debian.org>  Sat,  6 Apr 2002 14:49:00 +0200

gdis (0.74.0.pre1+-2) unstable; urgency=low

  * openbabel maintainer asked for Suggest: openbabel
    (http://packages.debian.org/unstable/science/openbabel.html)

 -- Noel Koethe <noel@debian.org>  Fri, 29 Mar 2002 13:24:00 +0100

gdis (0.74.0.pre1+-1) unstable; urgency=low

  * used gdis version with automake
    (see http://archives.seul.org/gdis/gdiscuss/Feb-2002/msg00001.html)
    (closes: Bug#131531)

 -- Noel Koethe <noel@debian.org>  Wed, 11 Feb 2002 14:48:00 +0100

gdis (0.74.0.pre1-1) unstable; urgency=low

  * new upstream release from 2001-01-29
  * upstream fixed problem with changing dir to /
    (closes: Bug#131506)

 -- Noel Koethe <noel@debian.org>  Wed, 30 Jan 2002 18:17:36 +0100

gdis (0.73.3-1) unstable; urgency=low

  * new upstream release

 -- Noel Koethe <noel@debian.org>  Wed, 23 Jan 2002 18:28:13 +0100

gdis (0.72.5-1) unstable; urgency=low

  * Initial Release.
    (closes: Bug#100443)

 -- Noel Koethe <noel@debian.org>  Wed, 23 Jan 2002 16:28:13 +0100