File: changelog

package info (click to toggle)
supercollider 1%3A3.4.5-1wheezy1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,972 kB
  • sloc: cpp: 116,645; lisp: 64,914; ansic: 10,725; python: 3,548; perl: 766; ruby: 487; sh: 152; makefile: 117; xml: 13
file content (375 lines) | stat: -rw-r--r-- 14,271 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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
supercollider (1:3.4.5-1wheezy1) testing; urgency=low

  [ Dan Stowell ]
  * Update rules to set DEB_SRCDIR. Closes #674386

  [ Felipe Sateler ]
  * Build with gcc 4.6 to avoid an internal compiler error with 4.7

 -- Felipe Sateler <fsateler@debian.org>  Wed, 15 Aug 2012 18:20:51 -0400

supercollider (1:3.4.5-1) unstable; urgency=low

  [ Dan Stowell ]
  * Imported Upstream version 3.4.5
  * remove debian patches 11 & 12, upstreamed

 -- Dan Stowell <danstowell@users.sourceforge.net>  Sun, 15 Jan 2012 15:48:04 +0000

supercollider (1:3.4.4-3) unstable; urgency=low

  * Patch from Mathieu Trudel-Lapierre to fix build under stricter linking.
    Closes: #648782

 -- Dan Stowell <danstowell@users.sourceforge.net>  Tue, 15 Nov 2011 09:54:00 +0000

supercollider (1:3.4.4-2) unstable; urgency=low

  * Team upload.
  * Disable building of gedit2 plugin. Closes: #635118

 -- Felipe Sateler <fsateler@debian.org>  Fri, 28 Oct 2011 23:30:39 -0300

supercollider (1:3.4.4-1) unstable; urgency=low

  [ Alexandre Quessy ]
  * Initial release for debian (Closes: #602050).
  * Little cleanup in dependencies
  * Build-Depend on libsndfile1-dev - the 1 is mandatory
  * Use format 3.0 (quilt)
  * Make sure short descriptions are not duplicates

  [ Felipe Sateler ]
  * Add myself to Uploaders
  * Use the cdbs scons class
    - Tighten build-dep on cdbs for scons class support
  * Add DEP-3 headers to patches
  * Fix BSD license section in copyright file
  * Bump Standards-Version
  * Make use of dh_lintian instead of manually installing overrides
  * Override lintian warnings:
    - emacs command not in package, supercollider-emacs depends on emacs
    - missing xpm, supercollider depends on supercollider-common
    - empty directory, it is intentional
  * Build-Depend on libcwiid-dev instead of dropped libcwiid1-dev
  * Use single space after fields in debian/control
  * Qualify build dependency on libasound for use only on linux archs
  * Switch from pysupport to dh_python2

  [ Dan Stowell ]
  * Imported Upstream version 3.4.4
  * Apple copyright not needed, apple files not bundled
  * Can build against jack2 as well as jack1
  * Update copyright to match rearranged folders and stripped linux
    source tgz
  * Combine -dev packages into one supercollider-dev
    - Merged -dev package Conflicts+Replaces+Provides predecessors
  * Handle DEB_BUILD_OPTIONS to control strip/optimise
  * Don't strip in rules (let dh_strip decide)
  * Update copyright with full dates+authors (largely from SCM analysis)

  [ Jonas Smedegaard ]
  * Ease building with git-buildpackage:
    + Git-ignore quilt .pc dir.
    + Add dpkg-source local-options hints.
  * Update copyright file:
    + Drop superfluous X-Packaged-By fields (covered by Files section
    + debian/* and - for more accurate times - file debian/control).
    + Move license texts to License sections, sorted roughly by
      similarity with main licensing terms.
    + Reorder Files sections sorted by amount of files, first upstream
      and then debian packaging.
    + Stop listing WiiMote_OSX Files section apparently no longer
      included.
    + Tighten DEP-5 format to draft rev. 174.
    + Extend with additional copyright holders.
  * Enable CDBS utils.mk snippet, for copyright-check routine.

 -- Felipe Sateler <fsateler@debian.org>  Tue, 19 Jul 2011 22:18:02 -0400

supercollider (1:3.3.2~svn9887-0ubuntu1~lucid1) lucid; urgency=low

  * First build for Ubuntu.

 -- Артём Попов <artfwo@gmail.com>  Fri, 26 Feb 2010 09:34:09 +0600

supercollider (1:3.3.2~svn9887-0) UNRELEASED; urgency=low

  [ Артём Попов ]
  * New upstream release (LP: #183552). Repackaged from scratch
    (with manpages adapted from the original package).

  [ Dan Stowell]
  * Improve behaviour of "scvim" desktop icon: visible user prompt
    about vim-addon-manager if needed.
  * Desktop files and icons integration.
  * Update packaging rules for reorganised folders.
  * Update and extend manpages for scvim.
  * Added debian menu files.
  * Dependencies, architeture, copyright and lintian fixes.

 -- Артём Попов <artfwo@gmail.com>  Fri, 26 Feb 2010 09:34:09 +0600

supercollider (20060416-1build1) gutsy; urgency=low

  * Rebuild for the libflac transition.

 -- Steve Kowalik <stevenk@ubuntu.com>  Tue, 10 Jul 2007 15:31:52 +1000

supercollider (20060416-1) unstable; urgency=low

  * New upstream release
  * Removed erroneous architecture fields in Suggests (closes: #356372)
  * Activated RendezVous build, added Build-depends on libavahi-client-dev
  * Bump sonames to libsclang.so.1 and libscsynth.so.1
  * Move supercollider-doc to Section: doc

 -- Paul Brossier <piem@debian.org>  Tue, 18 Apr 2006 12:28:40 +0200

supercollider (20051211-1) unstable; urgency=low

  * New upstream release
  * Prevent byte-compilation for xemacs (closes: #338169, #342358)
  * sclang is now to be compiled only on supported platforms
  	(closes: #276212, #290339)
  * 10fix_emacs_help.dpatch: fix path for Help 

 -- Paul Brossier <piem@debian.org>  Mon, 12 Dec 2005 10:12:21 +0000

supercollider (20050921-1) unstable; urgency=low

  * New upstream release
  * Removed patch 60SC_Lib_dlopen and 100fix_gcc4, merged upstream.
  * Added 20virtual_parsenode to prevent virtual destructor g++-4.0 warnings
  * Drop supercollider package on architectures where test failed. The
    supercollider-server package remains available on all platforms. Also drop
    libsclang on these machines.

 -- Paul Brossier <piem@debian.org>  Thu, 22 Sep 2005 03:42:14 +0100

supercollider (20050624-1) unstable; urgency=low

  Paul Brossier:
    * New upstream release
    * Updated rules to follow the move to scons
    * Added scons and removed emacsen first in Build-Deps
    * Updated 10emacs, 60SC_Lib_dlopen, 70fix_some_warnings
    * Adds 80remove_pragmas
    * Removed 80fix_sclang.conf
    * Bumped Standards-Version
    * Splitted supercollider into supercollider, supercollider-server,
      libsclang0 and libscsynth0. supercollider-dev now provides libsclang-dev
      and libscsynth-dev

  Mario Lang:
    * Execute the scons install target.
    * Patch SConstruct to avoid Emacs byte-compilation at build-time.
    * Use a emcsen-install script to perform byte-compilation
      at package install time to be conformant with Debian Emacs Policy.
    * Put plugins in libscsynth0 so that both either client-only
      installations (with internal server) and server only installations
      (no client package installed) work correctly.
    * Move .rtf docs to /usr/share/SuperCollider/Help (as upstream
      does by default) and symlink from /usr/share/doc/supercollider-doc/Help.
    * Build against latest jackd (closes: #317225)
    * Revive test-sclang target and make it run at build time.
    * supercollider suggests supercollider-doc.

  Paul Brossier:
    * Extension are now managed at install time. Changed sclang.cfg location
      from /etc to /etc/supercollider to avoid loading old conffiles left over
      from previous install. added a note in NEWS.Debian and updated manpage,
      installed optional template in /usr/share/doc/supercollider
    * Added conflict against supercollider (<< ${Source-Version}) to
      libscsynth0 and libsclang0 to prevent file conflicts.
    * Update test-sclang: replace LD_LIBRARY_PATH with LD_PRELOAD to make sure
      newly libs are being used (and avoid a build-conflict against
      supercollider binary), simplify the command line, activate noruntest
      DEB_BUILD_OPTIONS to bypass run test
    * Patch source/lang/LangSource/SC_LanguageClient.cpp to compile with
      current g++ 4.0.
    * Dropped unused libsigc++-dev, libtool and emacs21 Build-Deps

 -- Paul Brossier <piem@debian.org>  Fri,  8 Jul 2005 03:59:30 +0100

supercollider (20050424-1) unstable; urgency=low

  * CVS update
  * Added cvsupdate target to rules
  * Added Psycollider to debian/non-free
  * Moved 60SC_Lib_dlopen to dpatch
  * Added 70fix_some_warnings patch to fix some warnings
  * Fix sclang.cfg template in 80fix_sclang.cfg
  * Added hand crafted simple icon to menu entries (closes: #299421)
  * Bumped upstream version number to `date +%Y%m%d`
  * Removed obsolete scfront and (wish | tk) Suggests

 -- Paul Brossier <piem@altern.org>  Mon, 25 Apr 2005 15:23:43 +0100

supercollider (050114-2) unstable; urgency=low

  * Added Mario Lang <mlang@debian.org> to the Uploader field.
  * Removed libhowl-dev from Build-Depends as howl is being removed (see
    #289856) (closes: #295776)
  * Removed odd comment about 64 bits: supercollider fails on many other
    architectures. apparently anything but i386 and powerpc - and maybe mips
    (see #274240, #276212 and #290339).

 -- Paul Brossier <piem@altern.org>  Sun, 27 Feb 2005 20:12:23 +0000

supercollider (050114-1) unstable; urgency=low

  * Cvs update (closes: #289340)
  * Modified startup script to move synthdefs to ~/.scsynthdefs/
  * Fix clean and install time test in rules
  * Removed automake1.7 dependancy.

 -- Paul Brossier <piem@altern.org>  Sun, 16 Jan 2005 19:31:06 +0000

supercollider (040926-3) unstable; urgency=low

  * Adding sclang test to debian/rules to fail 64 bit builds.

 -- Paul Brossier <piem@altern.org>  Sat,  8 Jan 2005 19:43:52 +0000

supercollider (040926-2) unstable; urgency=low

  * Asked for supercollider to be added to Packages-arch-specific 
  and for the 64-bit arch to be removed from archive (see: #276212)
  * Back to Architecture: any in debian/control (closes: #274240)

 -- Paul Brossier <piem@altern.org>  Wed, 13 Oct 2004 10:10:25 +0100

supercollider (040926-1) unstable; urgency=low

  * New upstream release (closes: #272379)
  * Added missing BBCUT JITLib support (closes: #272255)
  * Regenerated automake files
  * Added missing \ in debian/scsynth.1
  * Updated emacs menu entry to include emacs and tk.
  * Dropped 64 bit architecture (closes: #274240)

 -- Paul Brossier <piem@altern.org>  Thu,  7 Oct 2004 18:12:28 +0100

supercollider (040808-1) unstable; urgency=high

  * Cvs update
  * Removed non-free files (see non-free in debian/), removed useless
    inclusion and installation of non-free dlfcn.h, updated debian/copyright
  * Dropped emacs19 emacs20 and xemacs21 Build-Depends, added recommends on
    emacsen | emacs21, included Makefile within diff and dropped autotools-dev
    Build-Depends.
  * Trying again sparc compilation (closes: #260251)
  * gcc-3.4 compilation fixed upstream (closes: #263817)
  * Inclusion of bbcut within supercollider orig (closes: #264564)
  * Added missing end of lines in diff and small script in debian/rules
  * Reenabled CFLAGS=-Wall
  * Added in linux input device compilation --enable-lid
  * Avoid deletion of .rtfd directories, instead remove empty files called
    .typeAttributes.dict
  * Disabled empty Help button in scfront
  * Removed README.debian and added menu entries for emacs mode
  * Moved .desktop from /usr/share/gnome/apps/Multimedia to
    /usr/share/applications.

 -- Paul Brossier <piem@altern.org>  Mon, 16 Aug 2004 13:52:56 +0200

supercollider (040719-1) unstable; urgency=low

  * Cvs update
  * Removed .cvsignore files in the archive
  * Moved clz.h patch to dpatch
  * Updated manpages, added sclang.real.1 and supercollider.1
  * Made links to redundant manpages
  * Removed README.Debian
  * Fixed .DS_Store removal
  * Trying again sparc compilation (closes: #260251)

 -- Paul Brossier <piem@altern.org>  Fri,  6 Aug 2004 12:07:07 +0200

supercollider (040709-2) unstable; urgency=low

  * reFixed clz.h

 -- Paul Brossier <piem@altern.org>  Sat, 17 Jul 2004 13:13:21 +0100

supercollider (040709-1) unstable; urgency=low

  * Added fix for emacs doc (closes: #255002) (patches/10)
  * Avoid compression of RTF documentation
  * Added compilation of x11 plugins (fixed configure.in and depends)
  * Wrapper: added sclang and modified scsynth (now creates ~/synthdefs)
  * Modified scfront patch (still buggy)
  * Fixed spelling in scfront.1 manpage
  * Fixed extMain.sc install using $(DESTDIR) (patches/40)
  * Use dh_installemacsen and removed install of .elc
  * Added emacsen-startup (not fully emacsen compliant yet)
  * Removed .DS_Store files
  * Updated README.Debian
  * Completed supercollider.desktop entries
  * Cvs update
  * Added workaround 'cd SC_SYNTHDEF_PATH' to both wrapper 

 -- Paul Brossier <piem@altern.org>  Mon, 12 Jul 2004 18:40:06 +0100

supercollider (040513-2) unstable; urgency=low

  * Fixed clz.h (thanks again Guenter) 
  * added missing build deps (thanks G.Geiger)
  * fixed sclang.wrapper
    
 -- Paul Brossier <piem@altern.org>  Tue,  8 Jun 2004 17:04:06 +0100

supercollider (040513-1) unstable; urgency=low

  * upstream cvs update
  * added new /etc/sclang.cfg conffile
  * wrapped scsynth, renamed as scsynth.real
    (adds default port and jacka connection)
  * added manpages for scsynth, sclang and scfront (1)
  * added scfront menu (icons anyone ?)
  * small hack for make install in linux/examples

 -- Paul Brossier <piem@altern.org>  Thu, 13 May 2004 23:48:26 +0100

supercollider (040312-0test1) unstable; urgency=low

  * upstream update
  * removed empty changelog file
  * updated plugins configure (fixed upstream)
  * removed xlibs-dev dependancy (upstream)

 -- Paul Brossier <piem@altern.org>  Sun, 14 Mar 2004 01:35:32 +0000

supercollider (040301-0test2) unstable; urgency=low

  * fixed missing plugins
  * corrected dependancies
  * added sclang.cfg, sclang.sc and some documentation
  * added scfront (tk front-end)

 -- Paul Brossier <piem@altern.org>  Mon,  8 Mar 2004 03:42:45 +0000

supercollider (040301-1) unstable; urgency=low

  * updated to last cvs
  * added Emacs style files
  * moved header files to supercollider-dev

 -- Paul Brossier <piem@altern.org>  Mon,  1 Mar 2004 03:36:00 +0000

supercollider (3.0-0test1) unstable; urgency=low

  * debian/control: wrote build dependencies
  * added locally generated configure script
  * debian/rules: commented out the autoconf & co. commands
  * added template manpages for scsynth and sclang

 -- Free Ekanayaka <free@agnula.org>  Sat,  3 Jan 2004 10:44:07 +0100

supercollider (3.0-1) unstable; urgency=low

  * Initial Release.

 -- Paul Brossier <piem@altern.org>  Mon, 10 Nov 2003 01:41:48 +0000