Skip to content

Debian Changelog ecamegapedal (0.4.4-7)

2007

ecamegapedal (0.4.4-7) unstable; urgency=low

   * Bug fix: "FLAC 1.1.4 is coming, library transition imminent", thanks
     to joshk@triplehelix.org (Joshua Kwan) (Closes: #426640).

 -- Junichi Uekawa <dancer@debian.org>  Sat, 30 Jun 2007 13:37:44 +0900

ecamegapedal (0.4.4-6) unstable; urgency=low

   * Bug fix: "Missing .desktop file", thanks to Luca Falavigna (Closes:
     #424936).

 -- Junichi Uekawa <dancer@debian.org>  Fri, 18 May 2007 08:15:33 +0900

ecamegapedal (0.4.4-5) unstable; urgency=low

   * Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
     Michlmayr (Closes: #417167).
   - 02_gcc4.3.dpatch

 -- Junichi Uekawa <dancer@debian.org>  Thu, 12 Apr 2007 07:24:28 +0900

2006

ecamegapedal (0.4.4-4) unstable; urgency=low

   * Standards-version: 3.7.2
   * dh_compat: 4.0
   * add watch file.

 -- Junichi Uekawa <dancer@debian.org>  Fri, 11 Aug 2006 23:26:26 +0900

2005

ecamegapedal (0.4.4-3) unstable; urgency=low

   * build-depend on dpatch
   - 01 AM_MAINTAINER_MODE
   * Bug fix: "ecamegapedal(GNU/k*BSD): FTBFS: out of date
     config.sub/config.guess", thanks to Petr Salinger (Closes: #342405).
   * add simple pbuilder test

 -- Junichi Uekawa <dancer@debian.org>  Tue, 20 Dec 2005 08:52:51 +0900

ecamegapedal (0.4.4-2) unstable; urgency=low

   * Rebuild with new ecasound2.2
   - Bug fix: "libjack0.80.0-0 removed from unstable; rebuild required",
     (Closes: #317190).
   - g++ 4.0 transition
   * Policy 3.6.2

 -- Junichi Uekawa <dancer@debian.org>  Sat, 20 Aug 2005 11:20:55 +0900

2004

ecamegapedal (0.4.4-1) unstable; urgency=low

   * New upstream release
   * Build-dep on 2.3.5 ecasound.
   * New upstream mail address

 -- Junichi Uekawa <dancer@debian.org>  Sun, 14 Nov 2004 09:08:33 +0900

ecamegapedal (0.4.3-3) unstable; urgency=low

   * reupload-to-rebuild

 -- Junichi Uekawa <dancer@debian.org>  Mon, 26 Jan 2004 22:30:45 +0900

ecamegapedal (0.4.3-2) unstable; urgency=low

   * rebuild with jack 0.80.0-built ecasound development libraries.

 -- Junichi Uekawa <dancer@debian.org>  Sat, 17 Jan 2004 07:51:56 +0900

2003

ecamegapedal (0.4.3-1) unstable; urgency=low

   * New upstream release
   - Debian patches merged upstream
   * Standards-version: 3.6.0
   - support DEB_BUILD_OPTIONS.

 -- Junichi Uekawa <dancer@debian.org>  Tue, 26 Aug 2003 08:19:26 +0900

ecamegapedal (0.4.2-1) unstable; urgency=low

   * New upstream release
   - Debian patches merged.
   - unset -rpath in src/Makefile.am
   - set AM_MAINTAINER_MODE
   * debian/compat: use this file to specify debhelper compat version.

 -- Junichi Uekawa <dancer@debian.org>  Tue, 3 Jun 2003 00:04:02 +0900

ecamegapedal (0.4.1-4) unstable; urgency=low

   * Recompile with ecasound 2.2.3-2 and jack 0.71.2
   * src/qeaudiotrap.h, src/qeoperatorconfiguration.cpp, src/qevumeter.cpp: include <cassert>
     (closes: #194165)

 -- Junichi Uekawa <dancer@debian.org>  Tue, 27 May 2003 18:56:25 +0900

ecamegapedal (0.4.1-3) unstable; urgency=low

   * Recompile with ecasound 2.2.3
   - update-build-deps

 -- Junichi Uekawa <dancer@debian.org>  Tue, 29 Apr 2003 00:31:21 +0900

ecamegapedal (0.4.1-2) unstable; urgency=low

   * Recompile with ecasound 2.2.2
   - update build-deps

 -- Junichi Uekawa <dancer@debian.org>  Tue, 25 Mar 2003 12:30:57 +0900

ecamegapedal (0.4.1-1) unstable; urgency=low

   * New upstream release
   * src/Makefile.am: remove -rpath
   * configure.in: AM_MAINTAINER_MODE
   * re-run aclocal/autoconf/automake
   * remove the workaround for jack detection bug in ./configure script.
     no longer needed, and does not compile with it.

 -- Junichi Uekawa <dancer@debian.org>  Wed, 12 Mar 2003 10:02:30 +0900

ecamegapedal (0.4.0-3) unstable; urgency=low

   * Rebuild with newer ecasound and libjack 0.50.0

 -- Junichi Uekawa <dancer@debian.org>  Sun, 2 Mar 2003 18:26:51 +0900

ecamegapedal (0.4.0-2) unstable; urgency=low

   * Rebuild with newer qt3 libs and update include dir to their new location,
     /usr/include/qt3
     (closes: #181434)
   * Rebuild with newer ecasound libs.

 -- Junichi Uekawa <dancer@debian.org>  Tue, 18 Feb 2003 14:45:25 +0900

ecamegapedal (0.4.0-1) unstable; urgency=low

   * New upstream release
   * Remove gcc-3.2 workaround for hppa
   * Rebuild with gcc-3.2
   * Remove notes for hackgcc option in README.Debian
   * Recompile against ecasound2.2
   * use DESTDIR instead of prefix hack for make install.
   * clean up debian/rules slightly.
   * Build-Depend on libqt3-mt-dev.
   * try to work around bug in configure script by explicitly setting some JACK
     variables.
   * add hack to specify qt dir and include dir to get this thing compile.
   * link with -lqt-mt than -lqt.
   * add AM_MAINTAINER_MODE
   * re-run aclocal/autoconf/automake
   * remove built-in -rpath in src/Makefile.am
   * require new enough (and fixed) ecasound development libraries for build.
   * fix copyright file to reflect reality.

 -- Junichi Uekawa <dancer@debian.org>  Tue, 4 Feb 2003 18:54:27 +0900

2002

ecamegapedal (0.2.0-5) unstable; urgency=low

   * Try and fix configure.in for hppa
   - check for stl instead of stl.h
   - add AM_MAINTAINER_MODE, and re-run the auto* tools.
   - debian/rules: chmod a+x depcomp.
   - depcomp: add from automake

 -- Junichi Uekawa <dancer@debian.org>  Fri, 13 Dec 2002 17:16:28 +0900

ecamegapedal (0.2.0-4) unstable; urgency=low

   * Use gcc-3.2 hack for hppa to match ecasound
   - debian/control: add -3.2 dependencies
   - debian/rules: add rule to special-case the build.
   * Standards-version: 3.5.8
   * hackgcc3 option updated to compile with gcc-3.2, update README.Debian.

 -- Junichi Uekawa <dancer@debian.org>  Thu, 12 Dec 2002 17:03:41 +0900

2001

ecamegapedal (0.2.0-3) unstable; urgency=low

   * fixed a mistype in debian/rules, make install prefix specification.
     From debian/ecamegapedal to debian/ecamegapedal/usr.
     (closes: #122073) Some weird hack from the past has been removed,
     as a result of this fix.

 -- Junichi Uekawa <dancer@debian.org>  Mon, 3 Dec 2001 20:26:27 +0900

ecamegapedal (0.2.0-2) unstable; urgency=low

   * fix overrides disparity. Priority extra to optional
   * debian/rules, debian/control: remove gcc-3.0 hack for alpha.
   * debian/control: bump up version of build deps, qt 2:2.3.1-11, and
     libecasound-dev 2.0.3-2 are required.

 -- Junichi Uekawa <dancer@debian.org>  Sun, 21 Oct 2001 16:15:22 +0900

ecamegapedal (0.2.0-1) unstable; urgency=low

   * new upstream release
   * removed autoconf/automake build-dependency.

 -- Junichi Uekawa <dancer@debian.org>  Sun, 14 Oct 2001 23:03:35 +0900

ecamegapedal (0.1dev6+cvs20010830-1) unstable; urgency=low

   * CVS version to compile with g++-3.0
   * added builddeps on yodl for docs
   * added DEB_BUILD_OPTION for hackgcc3 - to force-compile with g++-3.0
   * depends on autoconf and automake, and generates scripts on configure
     target
   * added a all:docs dependency in Documentation/Makefile.am
   * removes unnecessary files on debian/rules clean

 -- Junichi Uekawa <dancer@debian.org>  Thu, 30 Aug 2001 21:03:21 +0900

ecamegapedal (0.1dev6-3) unstable; urgency=low

   * building for alpha, hacks. Using gcc-3.0 for alpha.
   * hack build for gcc-3.0
   * (did not build, and not uploaded)

 -- Junichi Uekawa <dancer@debian.org>  Wed, 22 Aug 2001 00:49:29 +0900

ecamegapedal (0.1dev6-2) unstable; urgency=low

   * added build-depends for libtool (closes: #102362)

 -- Junichi Uekawa <dancer@debian.org>  Thu, 28 Jun 2001 08:45:05 +0900

ecamegapedal (0.1dev6-1) unstable; urgency=low

   * Initial Release. (closes: #101583)

 -- Junichi Uekawa <dancer@debian.org>  Fri, 22 Jun 2001 22:30:28 +0900