File: changelog

package info (click to toggle)
libgdchart-gd2 0.11.5-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 296
  • sloc: ansic: 3,342; makefile: 229
file content (224 lines) | stat: -rw-r--r-- 8,733 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
libgdchart-gd2 (0.11.5-8) unstable; urgency=medium

  * Team upload
  * Standards-Version: 3.9.6
  * debhelper 9
  * Build-Depends: libgd-dev instead of libgd2-noxpm-dev (>> 2.0.28)
    Closes: #791842

 -- Andreas Tille <tille@debian.org>  Thu, 16 Jul 2015 12:02:51 +0200

libgdchart-gd2 (0.11.5-7) unstable; urgency=low

  * Drop local CDBS snippets: All included in main cdbs package now.
    Local snippets might have been incompatible with recent releases of
    cdbs and contribute to a FTBFS.
    Closes: bug#564374. Thanks to Lucas Nussbaum and Philipp Kern.
  * Tighten build-dependency on cdbs and debhelper.
  * Switch to source format 3.0 (quilt).
  * Bump standards-version to 3.9.1.
  * Build-depend on dh-buildinfo.
  * Fix depend on ${misc:Depends}, thanks to lintian.
  * Development moved to Git:
    + Update Vcs-* stanzas.
    + Add git-buildpackage config, enabling sign-tags and pristine-tar.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 17 Sep 2010 05:42:23 +0200

libgdchart-gd2 (0.11.5-6) unstable; urgency=medium

  * Set urgency=medium as last packaging included a FTBFS bugfix
    (similar to bug#487066).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Jun 2008 20:50:23 +0200

libgdchart-gd2 (0.11.5-5) unstable; urgency=low

  * Invoke svn-upgrade (not uupdate) in debian/watch.
  * Move Vcs-* and Homepage to own fields in debian/control.
  * Update local cdbs tweaks:
    + Major updates to copyright-check.mk, most importantly relax to
      only warn by default.
    + Drop buildcore.mk (set hints manually instead as needed).
    + Various updates to update-tarball.mk, including changed wget
      options to work with recent versions of wget.
    + Cosmetic updates to README.cdbs-tweaks.
    + Update dependency cleanup to strip cdbs 0.4.27 (not 0.4.27-1).
  * Update debian/copyright-hints.
  * Bump debhelper compatibility level to 6.
  * Semi-auto-update debian/control to update build-dependencies:
      DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Jun 2008 17:37:51 +0200

libgdchart-gd2 (0.11.5-4) unstable; urgency=low

  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.
  * Bump standards-version to 3.7.2 (no changes needed).
  * Tighten d-shlibs build-dependency and adjust -noxpm override, to fix
    resolving -dev dependencies with recent libgd2 releases. Closes:
    bug#427326, thanks to Lucas Nussbaum and Luis Rodrigo Gallardo Cruz.
  * Drop deprecated fallback build-dependencies on xfree86 packages, and
    override similar dependencies resolved by d-shlibs.
  * Update CDBS tweaks:
    + Add new upstream-tarball.mk: Add get-orig-source target and more.
    + Add new copyright-check.mk: Fail building if source contains new
      or changed copyrights.
    + Update buildinfo.mk: Fix touchfile to run only once.
    + Add new buildcore.mk: Enable auto-updating build-dependencies in
      debian/control when DEB_BUILD_OPTIONS contains cdbs-autoupdate
      (replacing similar custom tweak in debian/rules).
    + Add README.cdbs-tweaks documenting the added tweaks.
    + Advertise README.cdbs-tweaks in debian/rules.
    + Use patchsys-quilt (instead of simple-patchsys).
    + Declare (and strip duplicate) build-dependencies in debian/rules.
  * Use binNMU-safe ${binary:Version} (not ${Source-Version}) in
    debian/control.
  * Semi-auto-update debian/control:
      DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 05 Sep 2007 13:09:48 +0200

libgdchart-gd2 (0.11.5-3) unstable; urgency=low

  * Raise to standards version 3.6.2 (no changes needed).
  * Only use cdbs debian/control auto-build when environment includes
    DEB_BUILD_OPTIONS=update.
  * Auto-update build-dependencies (and manually strip build-essential).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 16 Jul 2005 08:45:08 +0200

libgdchart-gd2 (0.11.5-2) unstable; urgency=low

  * Add build-dependency on cdbs (how embarrassing!). Closes: bug#301334
    (thanks to Kurt Roeckx <kurt@roeckx.be>).
  * Use cdbs auto-update feature.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Mar 2005 17:00:49 +0200

libgdchart-gd2 (0.11.5-1) unstable; urgency=low

  * New upstream release.
  * Repackage using cdbs (fixes broken dependencies of -dev packages).
  * Tightened libgd2 build-dependency.
  * Tightened d-devlibdeps build-dependency (local hack is adopted now).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 26 Mar 2005 04:55:14 +0100

libgdchart-gd2 (0.11.4-6) unstable; urgency=low

  * Build-depend on libxpm-dev and libxt-dev, with fallback to the older
    xlibs-dev.
  * Temporarily use local hacked d-devlibdeps that correctly (more or
    less, but at least better than before) resolve the recent X11
    package split (bugreport filed against devlibs).
  * Add usage hint to watch file.
  * Updated debian/copyright:
    + Drop info included in debian/changelog.
    + Mention "Debian/GNU systems".
    + Replace "Copyright" with "Copyright and licensing info".

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 24 Sep 2004 00:05:37 +0200

libgdchart-gd2 (0.11.4-5) unstable; urgency=low

  * Have the -dev packages depend on libgd2-XXX-dev (instead of libgd-
    XXX-dev).
  * Use (and build-depend on) d-shlibs to calculate -dev dependencies
    (some dependencies were pulled in from others but not explicitly
    declared).
  * Correctly add -dev packages as binary targets (needed above).
  * Standards-version 3.6.1 (no changes needed).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 11 Jan 2004 07:27:36 +0100

libgdchart-gd2 (0.11.4-4) unstable; urgency=low

  * Rebuild against latest libpng12.
  * Standards-version 3.6.0.
  * Add watch file.
  * Use (and build-depend on) dh-buildinfo.

 -- Jonas Smedegaard <dr@jones.dk>  Mon,  4 Aug 2003 12:05:24 +0200

libgdchart-gd2 (0.11.4-3) unstable; urgency=low

  * Whoops - build-depend on xlibs-dev again (closes: Bug#189110).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 15 Apr 2003 16:12:32 +0200

libgdchart-gd2 (0.11.4-2) unstable; urgency=low

  * Tighten build-dependency on libgd2 to ones with proper dependencies
    to inherit (closes: Bug#184514).

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 14 Apr 2003 01:32:46 +0200

libgdchart-gd2 (0.11.4-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 13 Apr 2003 15:36:36 +0200

libgdchart-gd2 (0.11.2-7) unstable; urgency=low

  * Build-depend on xlibs-dev. This closes: Bug#184514 (thanks to Bdale
    Garbee <bdale@gag.com>).
  * Claim compliance with Policy 3.5.9 (no changes needed).
  * Move -dev packages to section libdevel.
  * Switch debhelper hint from DH_COMPAT to debian/compat (and lower
    build-depends a bit).

 -- Jonas Smedegaard <dr@jones.dk>  Tue,  8 Apr 2003 04:15:09 +0200

libgdchart-gd2 (0.11.2-6) unstable; urgency=low

  * Have -dev packages depend on libgd2-*-dev (how could I forget?).
  * Minor cosmetic corrections to debian/rules.
  * Change descriptions to not use the term "unstable" about GD 2.x.

 -- Jonas Smedegaard <dr@jones.dk>  Fri,  7 Mar 2003 02:56:04 +0100

libgdchart-gd2 (0.11.2-5) unstable; urgency=low

  * Build against libgd2-noxpm to not force X dependency (which is not
    used at all anyway).
  * Tighten build-dependency on sane libgd2-noxpm-dev and remove build-
    dependencies now properly pulled from libgd2-noxpm-dev.

 -- Jonas Smedegaard <dr@jones.dk>  Fri,  7 Mar 2003 01:49:11 +0100

libgdchart-gd2 (0.11.2-4) unstable; urgency=low

  * Link dynamically against libgd2.
  * Add copyright info from gifencode.c (based on code from ppmtogif.c
    with LZW code removed).
  * Remove trailing dot from synopsis to please lintian.
  * Minor change to copyright regarding author(s) to please lintian.
  * Remove deprecated and unused dh_undocumented from debian/rules.
  * Change to new default compilation options according to policy 3.5.7.
  * Claim to comply with policy version 3.5.8.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Feb 2003 15:36:56 +0100

libgdchart-gd2 (0.11.2-3) unstable; urgency=low

  * Change/add build-depends to the virtual libz-dev and libpng12-dev.
  * Build-depend only on libgd2-xpm-dev (not -noxpm-).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 12 Nov 2002 05:06:20 +0100

libgdchart-gd2 (0.11.2-2) unstable; urgency=low

  * Add some additional build-depends (closes: Bug#164542).
  * Add -fsigned-char to CFLAGS to stop warning (someone please come up
    with a better solution). Closes: Bug#163975.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 13 Oct 2002 16:40:00 +0200

libgdchart-gd2 (0.11.2-1) unstable; urgency=low

  * Initial Release (derived from libgdchart-gd1).

 -- Jonas Smedegaard <dr@jones.dk>  Wed,  9 Oct 2002 06:02:38 +0200