This bug was fixed in the package supercollider - 1:3.4.4-2

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

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

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.

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

  * First build for Ubuntu.

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.

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

  * Rebuild for the libflac transition.

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

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 

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.

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

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

supercollider (050114-2) unstable; urgency=low

  * Added Mario Lang <[email protected]> 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).

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.

supercollider (040926-3) unstable; urgency=low

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

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)

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)

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.

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)

supercollider (040709-2) unstable; urgency=low

  * reFixed clz.h

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 

supercollider (040513-2) unstable; urgency=low

  * Fixed clz.h (thanks again Guenter) 
  * added missing build deps (thanks G.Geiger)
  * fixed sclang.wrapper
    

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

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

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

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

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

supercollider (040301-1) unstable; urgency=low

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

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

supercollider (3.0-1) unstable; urgency=low

  * Initial Release.
 -- Ubuntu Archive Auto-Sync <[email protected]>   Sat,  12 Nov 2011 07:25:56 
+0000

** Changed in: supercollider (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/183552

Title:
  [needs-packaging] Please restore supercollider

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/supercollider/+bug/183552/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to