File: changelog

package info (click to toggle)
codeblocks 16.01%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 85,352 kB
  • sloc: cpp: 665,947; ansic: 48,306; sh: 32,198; xml: 29,690; makefile: 6,054; asm: 3,827; python: 3,251; f90: 1,202; pascal: 839; yacc: 291; perl: 261; sed: 16
file content (225 lines) | stat: -rw-r--r-- 8,826 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
codeblocks (16.01+dfsg-2) unstable; urgency=medium

  * Drop debian/patches/05-fix-boost-system-1.60.patch; obsolete.
  * Add debian/patches/05-remove-rsa-md5-impl.patch to fix non-distributability
    of codeblocks package due to GPL and RSA md5 license conflict. Thanks to
    Alexander for the initial version of the patch! (Closes: #826379)
  * Drop build-dep on libboost-system-dev.
  * Drop obsolete dh_install files.
  * Update debian/copyright.

 -- Vincent Cheng <vcheng@debian.org>  Tue, 14 Jun 2016 23:57:50 -0700

codeblocks (16.01+dfsg-1) unstable; urgency=medium

  * New upstream release. (Closes: #803436, #813898)
  * Add debian/patches/03-remove-fPIC-from-pkg-info.patch, thanks to Alexander
    GQ Gerasiov <gq@debian.org>.
  * Add debian/patches/04-reproducible_build.patch and d/rules changes to make
    build reproducible. (Closes: #824182)
  * Add debian/patches/05-fix-boost-system-1.60.patch to fix a FTBFS with
    boost1.60; imported from Ubuntu. Thanks to Gianfranco Costamagna.
  * Add build-depends on libboost-system-dev.
  * Actually bump debhelper compatibility level to 9.
  * Update debian/copyright. Most of the work done by Alexander, thanks!
  * Update watch file.
  * Standards-Version bump to 3.9.8.
    - Drop obsolete debian/menu files.

 -- Vincent Cheng <vcheng@debian.org>  Mon, 23 May 2016 17:08:23 -0700

codeblocks (13.12+dfsg-4) unstable; urgency=medium

  * Acknowledge NMU, thanks to Olly Betts!
  * Repack tarball to fix license-problem-non-free-img-lenna. (Closes: #794852)
    - Add debian/patches/02-remove_lena_references.patch.
  * Update Vcs-Browser URL to use cgit.
  * Update watch file.
  * Standards-Version bump to 3.9.6, no changes needed.

 -- Vincent Cheng <vcheng@debian.org>  Thu, 20 Aug 2015 02:44:11 -0700

codeblocks (13.12-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update to use wxWidgets 3.0. (Closes: #744115)

 -- Olly Betts <olly@survex.com>  Wed, 13 May 2015 16:06:43 +1200

codeblocks (13.12-3) unstable; urgency=medium

  * Add depends on libgamin0 to codeblocks-contrib. (Closes: #726761)

 -- Vincent Cheng <vcheng@debian.org>  Sun, 26 Jan 2014 20:30:28 -0800

codeblocks (13.12-2) unstable; urgency=medium

  * Build-dep only on libwxgtk2.8-dev to avoid wxgtk3.0-related crashes.
    (Closes: #736368)

 -- Vincent Cheng <vcheng@debian.org>  Wed, 22 Jan 2014 14:38:25 -0800

codeblocks (13.12-1) unstable; urgency=medium

  * New upstream release.
    - Drop 01-codeblocks_plugin_path.patch, 05-support_-std=c99.patch;
      obsolete.
    - Drop 04-add_support_for_sh4.patch; applied upstream.
    - Refresh (and reorder) remaining patches.
  * Add libwxgtk3.0-dev as alternative build-dep (for libwxgtk2.8-dev).
  * Add menu file.
  * Standards-Version bump to 3.9.5, no changes needed.
  * Update watch file.
  * Update my email address.

 -- Vincent Cheng <vcheng@debian.org>  Wed, 15 Jan 2014 13:18:05 -0800

codeblocks (12.11-3) unstable; urgency=low

  * Upload to unstable.
  * Update watch file, thanks to Bart Martens.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Mon, 06 May 2013 00:20:02 -0700

codeblocks (12.11-2) experimental; urgency=low

  * Fix FTBFS by not overriding dh_fixperms and setting executable bit on a
    file that does not exist when arch:all packages are not built.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Sat, 22 Dec 2012 13:02:26 -0800

codeblocks (12.11-1) experimental; urgency=low

  [ David Paleino ]
  * Remove references to Microsoft Windows in the long descriptions
    (Closes: #617684).
  * Add support for "-std=c99" for GCC compilers (Closes: #651306).
  * Standards-Version bump to 3.9.4, no changes needed.
  * Updated debian/copyright.
  * Updated debian/watch to catch new versions.
  * Bump debhelper compatibility to 9.

  [ Vincent Cheng ]
  * Acknowledge NMU by Matthias Klose, thanks!
  * New upstream release. (Closes: #696048)
    - Remove 03-fix_libX11_linkage.patch, ftbfs-gcc-4.7.diff; applied upstream.
    - Refresh remaining patches.
  * Add myself to Uploaders.
  * Add libhunspell-dev, libgamin-dev, libboost-dev to build dependencies.
  * Mark codeblocks-contrib-dbg as a transitional package and install all
    debugging symbols into codeblocks-dbg.
  * Remove lintian override script-not-executable.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Sat, 22 Dec 2012 17:36:58 +0100

codeblocks (10.05-2.1) unstable; urgency=low

  * Non maintainer upload.
  * Drop build dependency on libstdc++6-4.5-dev | libstdc++6-4.4-dev.
  * Fix build failures with GCC 4.7, build with -fpermissive. Closes: #667138.

 -- Matthias Klose <doko@debian.org>  Tue, 29 May 2012 05:03:19 +0000

codeblocks (10.05-2) unstable; urgency=low

  * Added Vcs-* fields to debian/control
  * Added valgrind recommendation to codeblocks-contrib (Closes: #614590)
  * Added support for the unofficial sh4 port, thanks to Nobuhiro Iwamatsu
    for the patch -- 04-add_support_for_sh4.patch (Closes: #614508)
  * Fix long descriptions to use a better wording (Closes: #615815)

 -- David Paleino <dapal@debian.org>  Tue, 08 Mar 2011 10:13:15 +0100

codeblocks (10.05-1) unstable; urgency=low

  * Initial Debian release (Closes: #304570)
  * Setting myself as Maintainer, original Ubuntu maintainer set as
    Uploader
  * Use debian/watch to get the original tarball, instead of an ad-hoc
    script
  * Wrap multivalue fields in debian/control
  * Update debian/copyright with lots of missing info, and use DEP-5
  * Add missing linkage to libX11 (03-fix_libX11_linkage.patch)
  * Use dh7 for debian/rules
  * Build-Depend on dh-autoreconf, since we need to re-generate autotools
    machinery (libtool version mismatch)
  * Migrate from libwxsmithlib0-dev to libwxsmithlib-dev, to ease
    future SONAME bumps.

 -- David Paleino <dapal@debian.org>  Sat, 22 Jan 2011 20:58:57 +0100

codeblocks (10.05-0ubuntu1) maverick; urgency=low

  * New upstream release. Closes (LP: #322350)
   - Switch to dpkg-source 3.0 (quilt) format
   - Remove unneeded README.source
   - Add debian/get-source-orig script that removes all
     Windows prebuilt binaries
  * Bump Standards-Version to 3.9.1
   - Stop shipping *.la files
  * debian/control
   - Add cdbs package as Build-Depend
   - Add libbz2-dev and zlib1g-dev packages as
     Build-Depends (needed by libhelp_plugin.so)
   - Remove dpatch package of Build-Depends
   - Add codeblocks-contrib-debug package
   - Split architecture-independent files of codeblocks
     package in codeblocks-common package
  * debian/rules
   - Switch to CDBS rules system
   - Add parallel build support
   - Add a call to debian/get-source-orig script
   - Use lzma compression (saves 23,5 MB of free space)
  * debian/patches
   - Refresh 01_codeblocks_plugin_path
   - Add 02_no_Makefiles_in_debian_dir to remove any link
     in codeblocks build system to deleted Makefiles of debian directory
   - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
  * debian/watch
   - Update to use the new host (berlios.de)

 -- Cosme Domínguez Díaz <cosme.ddiaz@gmail.com>  Mon, 09 Aug 2010 04:38:38 +0200

codeblocks (8.02-0ubuntu4) karmic; urgency=low

  [ Felix Geyer ]
  * Fix FTBFS with gcc 4.4 and glib 2.21 (LP: #428875)
    - Add debian/patches/02_ftbfs_gcc44.dpatch
    - Add debian/patches/03_ftbfs_glib221.dpatch

  [ Andrew Starr-Bochicchio ]
  * debian/rules: Drop depricated dh_desktop call.
  * debian/control:
   - Add ${misc:Depends} as we use debhelper.
   - Bump Standards-Version to 3.8.3, no changes needed.
   - Move codeblocks-dbg to Section: debug
  * Add README.source pointing to dpatch documentation.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sun, 13 Sep 2009 14:18:13 -0400

codeblocks (8.02-0ubuntu3) jaunty; urgency=low

  * debian/control: Add recommends on xterm. Codeblocks seems to use xterm to
    launch programs; this failed if xterm was not present. (LP: #355524)

 -- David Cordero <david@corderoramirez.es>  Wed, 08 Apr 2009 17:51:47 +0200

codeblocks (8.02-0ubuntu2) intrepid; urgency=low

  * Expanded control file entries as per archive admin request.
  * Corrected original maintainer which had accidently been left as
    the maintainer set in the upstream Debian folder, and not as myself

 -- Michael Casadevall <sonicmctails@gmail.com>  Thu, 24 Jul 2008 09:47:33 -0400

codeblocks (8.02-0ubuntu1) intrepid; urgency=low

  * Inital Release based off existing codeblocks debian folder (LP: #105428)
  * Modify Maintainer from original debian folder to match 
    the DebianMaintainerField specification.
  * Added 01_codeblocks_plugin_path.dpatch to move the plugins path
  * Noted the LGPL licensing for some of the files in copyright, and
    pinged upstream to please include a COPYING.LGPL file in the source
    tarball

 -- Michael Casadevall <sonicmctails@gmail.com>  Thu, 17 Jul 2008 04:39:23 +0000