2009
csound (1:5.10.1~dfsg1-4) unstable; urgency=low
[ Jonas Smedegaard ]
* Strip old notes from watch file.
* Simplify debian/copyright (based on newest DEP5 draft).
* Fix typo in README.source: new new.
* Update local CDBS snippets:
+ Update package-relations.mk: Cleanup unversioned+versioned
dependency mix. Improve whitespace cleanup. Rewrite and silence
applying dependencies.
+ Implement fail-source-not-repackaged rule in upstream-tarball.mk.
+ Update URL to draft DEP5 format in copyright-check.mk output.
* Extend java-related (build-)dependencies to include architecures
hppa, kfreebsd-amd64 and kfreebsd-i386.
[ Felipe Sateler ]
* At build, import the whole environment (Closes: #522414)
-- Jonas Smedegaard <dr@jones.dk> Mon, 10 Aug 2009 14:04:40 +0200
csound (1:5.10.1~dfsg1-3) unstable; urgency=low
[ Jonas Smedegaard ] * Improve patch headers. [ Felipe Sateler ] * Relax version mangling in watch file * Build-depend on libboost-dev (not libboost1.35-dev) * Build-depend on libboost-serialization-dev * Drop spinlocks in SPARC (Closes: #526025) * Use DejaVu instead of Vera fonts (Closes: #528153)
-- Jonas Smedegaard <dr@jones.dk> Mon, 18 May 2009 11:05:12 +0200
csound (1:5.10.1~dfsg1-2) unstable; urgency=low
[ Felipe Sateler ]
* Replace bogus Sugar URLs in debian/copyright with proper CSound
ones.
[ Jonas Smedegaard ]
* Install libcsnd-java in section java, thanks to lintian.
-- Jonas Smedegaard <dr@jones.dk> Sun, 05 Apr 2009 12:04:56 +0200
csound (1:5.10.1~dfsg1-1) unstable; urgency=low
[ Felipe Sateler ]
* New upstream release.
- SONAME bump from 5.1 to 5.2.
- Drop 0000-fix-build.diff, 1000-instdir.diff,
1001-fix-csoundac-amd64.diff, 1002-type-punning.diff,
1004-sanitize-sys.path.diff, 1005-fix-ftbfs-alpha.diff,
accepted upstream.
- Drop 2005-html-apidocs.diff, upstream builds html by default.
- Add 2009-csoundac-fltk-link.patch, csoundac doesn't work with
-Wl,-as-needed.
- Refresh the rest.
* Clear lintian warnings:
- Avoid installing executable examples.
- Override binary-without-manpage: the manpages are generated from another
source package
- Override non-dev-pkg-with-shlib-symlink for libcsnd5.1, it is just too
small to justify a -dev package.
* Add a README.source describing how to get the patched sources.
* Make python-csoundac depend on python-csound. (Closes: #503633)
* Sanitize Python path to avoid arbitrary code execution. Thanks James Vega.
Closes: #504359.
* Fix FTBFS in alpha due to typo.
* Install csPerfThread.hpp.
* Add -dev packages and a lua package from libcsnd and libcsoundac.
* Use DEB_HOST_ARCH_OS instead of DEB_BUILD_ARCH_OS.
* Simplify libjack-dev build-dependency.
[ Jonas Smedegaard ]
* Repackage upstream tarball:
+ Strip embedded tarball: Contains possibly source-less python
binary
+ Strip soundfont: improperly licensed
+ Strip MIDI script: improperly licensed
* Update debian/copyright and related copyright and licensing info:
+ document above additional stripped files.
+ Properly license debian/{pkgarchs.sh,rules}.
+ Update copyright hints (no new authors or licenses)
+ partly rewrite to use proposed new format (preserving all old info
but lacking lots of details revealed from closer looking at the
source)
* Fix watch file:
+ mangle trailing dfsg + optional single digit (not only dfsg2)
+ mangle trailing .0 both in debian and upstream version strings
* Minor updates to cdbs snippets copyright-check.mk and
package-relations.mk.
* Fix unreliable documentation build:
+ Completely replace doxygen-generated Makefile with custom one
ignoring pdflatex errors initially and emits errors at additional
runs to stderr
+ Build-depend on ttf-bitstream-vera and patch Doxyfile to use it
+ Patch Doxyfile to use default dot path
+ Patch refman_header.tex to include needed listings package
* Build-depend on libjack-dev.
* Explicitly add java-gjc include path, to not FTBFS when fallback
java build-dependency is used.
* Build using generic tcl path preferred over versioned one.
* Build-depend on dssi-dev, libgmm++-dev and libboost1.35-dev (and not
libboost-dev).
* Install new plugin libraries:
+ ambicode1 (Furse/Wiggins decoders)
+ Chua (Chua's Oscillator)
+ pulse (PulseAudio client RT IO module)
+ VOSIM (VOice SIMulation)
+ Linear Algebra (not new, but depends on newly linked GMM++)
* Avoid installing empty NEWS file.
* Use CDBS-resolved (not explicit) version number in debian/rules.
* Extend README.source with info Git, upstream tarballs and CDBS.
* Bump standards-version to 3.8.1. Drop README.cdbs-tweaks and
CDBS-specific hints in other source files.
* Extend java-related (build-)dependencies to include dalpha arch.
* Add git-buildpackage configfile, enabling signed tags.
* Add new local CDBS snippet buildinfo.mk to install info on build
environment into binary packages (as debugging aid).
-- Jonas Smedegaard <dr@jones.dk> Fri, 03 Apr 2009 14:52:29 +0200
2008
csound (1:5.08.2~dfsg-1) unstable; urgency=low
[ Jonas Smedegaard ]
* Rerelease same upstream tarball by more accurate name: Upstream
changelog and other upstream packages indicate that
microversion is stripped from upstream tarballs.
This is also an excuse to adjust dfsg extension to be below upstream
(in case they should decide to rerelease without non-DFSG source).
* Update CDBS snippets:
+ Update copyright-check.mk to closer match new proposed copyright
format, optionally break on changes, and cleaup properly. Update
copyright-hints.
+ Use new local package-relations.mk to resolve, cleanup and apply
CDBS-declared (build-)dependencies.
+ Use new local upstream-tarball.mk to implement get-orig-source and
more.
+ Update README.cdbs-tweaks.
* Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis).
* Semi-auto-update debian/control to update dependencies:
DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean
* Rewrite watch file.
[ Felipe Sateler ]
* Install examples in csound, pd-csound, python-csoundac, libcsnd-java and
tclcsound.
* Make the csound library package policy compliant:
- Make the plugins versioned (they are tied to the library anyway).
- Split the translations to the csound package.
This should make transitions easier if/when csound changes ABI.
* Specify useGettext at install time so gettext isn't disabled.
* Make pd-csound depend on pd as fallback for puredata, to allow using
the alternative pd-extended (Closes: #491966).
-- Jonas Smedegaard <dr@jones.dk> Thu, 31 Jul 2008 01:17:52 +0200
csound (1:5.08.0.dfsg2-8) unstable; urgency=low
* Only warn about copyright-check.mk discoveries. Closes: bug#487052.
-- Jonas Smedegaard <dr@jones.dk> Sat, 21 Jun 2008 23:12:05 +0200
csound (1:5.08.0.dfsg2-7) unstable; urgency=low
[ Jonas Smedegaard ]
* Have default-jdk-builddep build-dependency fallback to
java-gcj-compat-dev to ease backporting to Etch.
* Avoid failing too early in fail-missing target, and emit diff when
it does.
* Semi-auto-update debian/control to update dependencies:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
[ Felipe Sateler ]
* Add Build-Dependency on graphviz. Doxygen needs it for the html
docs.
* Ship all needed files for the csnd library.
* Fix local scons cdbs tweak to print the actual command it executes at
install time.
* Remove doxygen cruft from the html manual.
* Fix emptyness test in fail-missing target.
* Rename liblua5.1-csnd to libcsnd5.1, since there is a shared library in
/usr/lib. The new package Provides: liblua5.1-csnd.
* Fix override disparity: -doc and -dev are priority extra.
* Enable some optimizations.
-- Jonas Smedegaard <dr@jones.dk> Fri, 23 May 2008 13:54:06 +0200
csound (1:5.08.0.dfsg2-6) unstable; urgency=low
[ Felipe Sateler ]
* Rename patches according to debian/patches/README. While we are at
it, add a small description to each of them.
[ Jonas Smedegaard ]
* Use dpkg-parsechangelog (not head -1 + sed) to resolve suite in
pkgarchs.sh.
-- Jonas Smedegaard <dr@jones.dk> Sun, 11 May 2008 10:36:36 +0200
csound (1:5.08.0.dfsg2-5) unstable; urgency=low
[ Jonas Smedegaard ]
* Rename comment X-Build-Depends-Comment -> XS-Comment in
debian/control (defacto standard limited to XS- and XB-).
* Depend on default-jre (not java-gcj-compat) and build-depend on
default-jdk-builddep (not java-gcj-compat-dev). Build libcsnd-java
only on supported architectures, dynamically resolved using cdbs.
* Update cdbs tweaks:
+ Add local scons.mk and scons-vars.mk to handle SConstruct
buildsystem, and drop custom SConstruct build targets.
* Semi-auto-update debian/control to update dependencies:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
* Fix capitalization of Csound in descriptions in debian/control.
* Fix gettext localisation install dir, thanks to lintian.
[ Felipe Sateler ]
* Move the common documentation to the DEB_INSTALL_ALL_DOCS variable from
the several *.docs files.
* Remove csnd.py on clean.
* Enable gettext localisation.
* Build the html API documentation.
* Drop unneeded patch release-flags.diff
-- Jonas Smedegaard <dr@jones.dk> Wed, 07 May 2008 15:15:23 +0200
csound (1:5.08.0.dfsg2-4) unstable; urgency=low
* Update cdbs tweaks:
+ Strip any non-printable characters in copyright-check.mk. Update
copyright-hints.
* Bump debhelper compatibility to version 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> Wed, 23 Apr 2008 11:27:25 +0200
csound (1:5.08.0.dfsg2-3) unstable; urgency=low
[ Felipe Sateler ]
* Fix override disparity: priority optional, not extra.
* Don't build depend on ALSA on non-linux archs, and don't build the ALSA
plugin.
* The atsa binary was missing from csound-utils.
* Add a check to avoid installing missing programs/plugins.
* Move all GUI opcodes to the csound-gui package. Thus, csound no longer
requires X (Closes: #319362).
* Make the library documentation recommend the -dev package.
* The -dev package doesn't include anything arch-specific, so make it arch:
all.
[ Jonas Smedegaard ]
* Replace unsupported hash comment with "X-Build-Depends-Comment:" tag
in debian/control.
* Fix typo in python-csound long description, thanks to Loïc Minier.
* Minor improvements to missing install check.
* Use per-package install targets (to ease building single binary packages).
-- Jonas Smedegaard <dr@jones.dk> Sat, 19 Apr 2008 03:25:08 +0200
csound (1:5.08.0.dfsg2-2) unstable; urgency=low
[ Felipe Sateler ]
* Create a package for the API reference.
* Remove autogenerated stuff on clean (instead of attempt to preserve
which upsets either git-buildpackage or copyright-check).
* Recommend the manpages package.
* Fix FTBFS on several archs, thanks to Rodney Lorrimar.
(Closes: #474240, #474424)
[ Jonas Smedegaard ]
* Get only default Python version in debian/rules (do not rely on
XS-Python-Version in debian/control).
* Fix section: doc for binary package libcsound64-doc.
-- Jonas Smedegaard <dr@jones.dk> Fri, 11 Apr 2008 20:10:00 +0200
csound (1:5.08.0.dfsg2-1) unstable; urgency=low
[ Felipe Sateler ]
* Separate the csound program and the manual, since they are distributed
separately, and source packages are available for both now.
[ Jonas Smedegaard ]
* Avoid stripped non-free scansyn plugin by applying a patch at build time
(only strip the non-free code itself from the tarball).
* Bump "upstream" version, since we are repackaging again.
* Have Felipe as Maintainer and myself as uploader in debian/control, and
update Vcs-* fields to point to new Git collab-maint location at Alioth.
* Fix get-orig-source to no longer patch scansyn usage out, and not include
manual in main source tarball.
* Preserve (not remove) original custom.py at clean, to not upset
git-buildpackage.
* Preserve autogenerated files provided upstream but regenerated, to not
upset git-buildpackage or copyright-check routine.
* Repackage to use CDBS:
+ Add local cdbs snippet copyright-check.mk.
+ Add cdbs snippet patchsys-quilt.mk (and drop manual quilt rules).
+ Add cdbs snippet langcore.mk (and drop manual setting common buildvars).
+ Add cdbs snippet debhelper.mk (and drop manual debhelper commands).
+ Add debian/README.cdbs-tweaks to source and advertise it in debian/rules.
+ Resolve all build-dependencies in debian/rules and advertise it in
debian/control.
* Build-depend on tk-dev and tcl-dev (and only fallback on 8.4 flavors).
* Semi-auto-update debian/control to update build-dependencies:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-- Jonas Smedegaard <dr@jones.dk> Thu, 27 Mar 2008 17:05:16 +0100
csound (1:5.08.0.dfsg-1) unstable; urgency=low
* New upstream release.
- Update the get-orig-source target.
- Update patches.
- Drop hidden-symbols.diff, applied upstream.
- Drop fix-csladspa.diff, applied upstream.
* Build-Depend on libpng to build the new image opcodes.
* Upstream now releases a source tarball for the manual, use it.
* Support parallel building via DEB_BUILD_OPTIONS.
* Copy Build-Depends-Indep to Build-Depends until dpkg-buildpackage calls
build-arch when specified -B.
-- Felipe Sateler <fsateler@gmail.com> Wed, 19 Mar 2008 23:57:48 -0300
csound (1:5.07.0.dfsg-5) UNRELEASED; urgency=low
* Include menu file for the GUI csound frontends/editors.
* Bump standards-version (no changes needed).
* Fix FTBFS in amd64 (and maybe other archs) by not SWIG-ing a function
not really supported by SWIG (va_list arguments).
* Work around type punning in swig generated code.
* Delete unnecesary debian/dirs
* Build documentation (manual and api reference). Also make the appropriate
split of arch and arch-indep sections.
* Fix copyright notice.
* Move from dpatch to quilt.
* Override 2 lintian warnings.
-- Felipe Sateler <fsateler@gmail.com> Fri, 18 Jan 2008 14:11:46 -0300
2007
csound (1:5.07.0.dfsg-4) unstable; urgency=low
* Add missing libboost-dev build-dependendy. * Adjust some of the build flags (optimize a little less). * Fix segfault in csladspa. * Clean up dependencies a bit by using -Wl,-as-needed.
-- Felipe Sateler <fsateler@gmail.com> Sun, 02 Dec 2007 16:37:19 -0300
csound (1:5.07.0.dfsg-3) unstable; urgency=low
* Fix include dir of java via custom.py. * Build for the right architecture.
-- Felipe Sateler <fsateler@gmail.com> Wed, 14 Nov 2007 19:49:04 -0300
csound (1:5.07.0.dfsg-2) unstable; urgency=low
* Fix _csnd.so SONAME breakage.
-- Felipe Sateler <fsateler@gmail.com> Tue, 13 Nov 2007 00:12:17 -0300
csound (1:5.07.0.dfsg-1) unstable; urgency=low
* New upstream release.
- Drop 04cseditor-shared-link.dpatch, accepted upstream.
- Update all other patches.
* Drop 01no-java-recompile.dpatch, since it is not absolutely necessary.
-- Felipe Sateler <fsateler@gmail.com> Mon, 22 Oct 2007 14:02:40 -0300
csound (1:5.06.0.dfsg-1) UNRELEASED; urgency=low
* New maintainer for csound. Revamped the packaging (ie, start from scratch). * New upstream version. (Closes: #415655, #365840) * Repackaged source because on non-free code. (Closes: #379648) * Build shared library. (Closes: #390235) * Include a watch file. (Closes: #415392) * Build with system OSC-kit. (Closes: #297018)
-- Felipe Sateler <fsateler@gmail.com> Tue, 02 Oct 2007 00:36:14 -0400
csound (1:4.23f13-1.1) unstable; urgency=high
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Drop alpha, ia64, and amd64 from the package architecture list, because
this version of csound makes many 32-bit assumptions that render the
package unusable. Closes: #414660.
* Also fix the clean target to use make distclean, not just make
clean, and remove csound/csound.xmg by hand since nothing seems to
take care of this on clean.
-- Steve Langasek <vorlon@debian.org> Tue, 20 Mar 2007 15:55:27 -0700
2005
csound (1:4.23f13-1) unstable; urgency=low
[ Hans Fugal ] * New upstream release * Renamed csound-extract to csound_extract due to automake limitations * Added NEWS.Debian * Install more upstream documentation (in /usr/share/doc/csound) * Removed -P128 from defaults list in manpage. (closes: #300622) * Built with g++ 4.0. (closes: #318915) * Upstream removed OSC-Kit. (closes: #297018) [ Guenter Geiger (Debian/GNU) ] * Added texinfo build depends
-- Guenter Geiger (Debian/GNU) <geiger@debian.org> Thu, 15 Sep 2005 11:06:56 +0200
2004
csound (4.23f12-2) unstable; urgency=low
* Updated to policy 3.6.1 (no changes)
-- Hans Fugal <hans@fugal.net> Tue, 03 Aug 2004 09:29:32 -0600
csound (4.23f12-1) unstable; urgency=low
* New upstream release
-- Hans Fugal <hans@fugal.net> Wed, 28 Jul 2004 07:54:35 -0600
csound (4.23f08-1) unstable; urgency=low
* New upstream release
-- Hans Fugal <hans@fugal.net> Fri, 02 Jan 2004 10:29:36 -0700
2003
csound (4.23f07-1) unstable; urgency=low
* New upstream release * Renamed extract to csound-extract. (closes: #205918) * No longer build plugin .so's, which weren't being installed anyway. (closes: #207574)
-- Hans Fugal <hans@fugal.net> Fri, 12 Sep 2003 08:33:46 -0600
csound (4.23f06-1) unstable; urgency=low
* New upstream release
-- Hans Fugal <hans@fugal.net> Sun, 17 Aug 2003 15:40:15 -0600
csound (4.23f04-1) unstable; urgency=low
* Initial Release. (closes: #200355) * Omitted scansyn and scansynx opcodes because of license * Omitted some OSC-Kit files because of license * Various Makefile adjustments * widget.cpp/gcc compile errors fixed * Wrote manpages for all binaries (closes: #130373 indirectly)
-- Hans Fugal <hans@fugal.net> Tue, 12 Aug 2003 08:09:20 -0600