2008
csound (1:5.08.0.dfsg2-8+lenny2) testing-proposed-updates; urgency=low
[ Jonas Smedegaard ]
* 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 texlive-fonts-recommended
+ Build-depend on ghostscript
+ 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.
* 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.
[ Felipe Sateler ]
* Sanitize Python path to avoid arbitrary code execution. Thanks James Vega.
Closes: #504359.
* Fix FTBFS in alpha due to typo.
-- Jonas Smedegaard <dr@jones.dk> Sat, 08 Nov 2008 19:25:53 +0100
csound (1:5.08.0.dfsg2-8+lenny1) testing-proposed-updates; urgency=low
[ Felipe Sateler ]
* 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 python-csoundac depend on python-csound. (Closes: #503633)
-- Jonas Smedegaard <dr@jones.dk> Tue, 28 Oct 2008 16:56:34 +0100
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