cdrdao (1:1.2.1-2ubuntu1) dapper; urgency=low * Resynchronise with debian (orig. debian package) * Merged debian/changelog to mention ubuntu uploads * Re-Applied Michael Vogts patches -- Stephan Hermann Sat, 10 Dec 2005 22:52:11 +0100 cdrdao (1:1.2.1-2) unstable; urgency=low * Fix stupid bug that makes the package impossible to build. So the question is, why did it build for me? (closes: #340691) -- Andrew Suffield Fri, 25 Nov 2005 19:26:09 +0000 cdrdao (1:1.2.1-1) unstable; urgency=low * New upstream release - Unbreak toc2cue (closes: #222036) - Includes newer scsilib version with amd64 support - note that this is completely untestable and not in Debian anyway, so don't bother filing bugs about it not working (closes: #249634, #249642, #326472) * Clean up dead Suggests relation to gcdmaster (closes: #311738) * Fix copyright file to include upstream authors (closes: #337360) * Fix manpage to include current authors (closes: #300958) * Completely disable the ability to run setuid root, and expand the description in README.Debian. That should be the end of security issues in cdrdao. (closes: #309735, #133473, #140038) * Bump priority up to optional (was extra) - k3b wants to depend on it -- Andrew Suffield Thu, 24 Nov 2005 22:43:37 +0000 cdrdao (1:1.1.9-3ubuntu3) breezy; urgency=low * dao/main.cc: - use "/dev/cdrw" as default (like cdrecord) (malone #1528) - unlock drive in "copy" if src == dst * scsilib/libscp: - applied O_EXCL patch from cdrecord (debian, closes: #272646) -- Michael Vogt Wed, 28 Sep 2005 13:31:45 +0200 cdrdao (1:1.1.9-3ubuntu2) hoary; urgency=low * removed non existing suggests * changed to newer standardversion, refreshed depends -- Andreas Mueller Tue, 5 Apr 2005 00:32:34 +0200 cdrdao (1:1.1.9-3ubuntu1) hoary; urgency=low * Add AMD64 using patch from Kurt Roeckx -- Tollef Fog Heen Thu, 3 Feb 2005 13:53:04 +0100 cdrdao (1:1.1.9-3) unstable; urgency=low * It is apparently impossible to build packages with correct dependencies while gcc 3.4 is installed, even if it isn't used. Nothing else is wrong, just the dependencies (closes: #256070). -- Andrew Suffield Thu, 24 Jun 2004 22:33:16 +0100 cdrdao (1:1.1.9-2) unstable; urgency=low * Add a --without-lame to the configure arguments -- Andrew Suffield Thu, 24 Jun 2004 21:38:05 +0100 cdrdao (1:1.1.9-1) unstable; urgency=low * New upstream version (closes: #235429) * Drop gcdmaster; it's slated to be split out upstream anyway, and I don't want to maintain the thing. (closes: #198496) -- Andrew Suffield Wed, 23 Jun 2004 23:16:00 +0100 cdrdao (1:1.1.7-5) unstable; urgency=low * No changes since 1.1.7-4, just re-targetting for unstable. The new libscg seems to work fine. (closes: #207854) -- Andrew Suffield Sat, 6 Dec 2003 15:24:21 +0000 cdrdao (1:1.1.7-4) experimental; urgency=low * Ram in a new version of libscg. This should get the linux 2.5+ ATAPI interface to work. -- Andrew Suffield Thu, 31 Jul 2003 23:16:41 +0100 cdrdao (1:1.1.7-3) unstable; urgency=low * Fiddle with the symlink kludge in scsilib/RULES a bit more. Something changed *again* and it doesn't quite work any more. I really hate this build system. (closes: #196614) * Apply sourceforge patch #717958, relaxing some assertions when reading from certain CDs on certain read-only drives. (closes: #189586, #169787) * Add entry for TEAC 512E to drivers file. (closes: #196559) -- Andrew Suffield Sun, 8 Jun 2003 18:05:20 +0100 cdrdao (1:1.1.7-2) unstable; urgency=low * Repackage with debhelper * Add /etc/default/cdrdao (as opposed to /etc/defaults/cdrdao) to the set of config files read (closes: #149151, #189392). The old /etc/defaults/cdrdao file is still read if present, for now. * Install a menu entry (closes: #163515). * Add README.Debian, with notes about setuid cdrdao and toc2mp3. -- Andrew Suffield Tue, 13 May 2003 16:43:52 +0100 cdrdao (1:1.1.7-1) unstable; urgency=low * Adopt (closes: #192666) A real update will follow in a few days; this one is primarily to change the maintainer address. * Drop old versioned conflict with suidmanager (pre-woody) -- Andrew Suffield Tue, 13 May 2003 16:43:52 +0100 cdrdao (1:1.1.7-0.4) unstable; urgency=medium * [debian/rules, debian/control] Reworked auto* handling: no more build dependency on autotools; handle updating of config.guess and config.sub in 'clean' target; new target 'source-updates'. * [autogen.sh] Copied from CVS. * [configure.in, configure] Provide more information when xcdrdao/gcdmaster cannot be built. Added AC_PREREQ(2.57) so the gtkmm-config test works. -- J.H.M. Dassen (Ray) Sun, 2 Feb 2003 13:57:09 +0100 cdrdao (1:1.1.7-0.3) unstable; urgency=medium * NMU. * Applied patch from Andreas Metzler which hopefully fixes the "parse error before `__const'" FTBFS that most archs got with -0.2: (Closes: #176805) * Change some files in xdao: take care that for every '#include ' there is a '#include ' listed before it. [xcdrdao.cc gcdmaster.cc ViewSwitcher.cc RecordTocSource.cc RecordHDTarget.cc DeviceList.cc CdDevice.cc] I have no idea what I am doing but at least it compiles. -- J.H.M. Dassen (Ray) Sun, 2 Feb 2003 10:46:59 +0100 cdrdao (1:1.1.7-0.2) unstable; urgency=medium * NMU. * Updated build dependencies, gcc 3.2 transition. This fixes the dependency on a libsigc++ that's no longer available in sid. (Closes: #176805) Similarly fixes the libgnomemm dependency. (Closes: #103286) As well as the libgktmm dependency. (Closes: #178271) -- J.H.M. Dassen (Ray) Sat, 1 Feb 2003 18:43:02 +0100 cdrdao (1:1.1.7-0.1) unstable; urgency=high * Urgency high because it fixes copyright issues. * New upstream version 1.1.7 (Closes: #161885) - Don't use and depend on non-free libedc any more (Closes: #162788) * Use config.sub and config.guess from autotools-dev (add build-dependeny) * remove and generate symlinks in RULES for ia64 parisc(64) and s390 The last NMU copied the files for s390 instead, making the patch grow. * These two things could fix 116782, at least partially. * Update Build-Deps: libgtkmm-dev >= 1.2.9 -- Andreas Metzler Mon, 7 Oct 2002 11:31:10 +0200 cdrdao (1:1.1.5-3.1) unstable; urgency=low * Non-maintainer upload * Add support for s390. (Closes: #123992) -- Gerhard Tonn Fri, 1 Feb 2002 17:08:00 +0100 cdrdao (1:1.1.5-3) unstable; urgency=low * Remove suid-root status due to security issues. (closes: #127930) * Include toc2cue utility in package. (closes: #116449) -- Martin Mitchell Sat, 19 Jan 2002 22:08:00 +1100 cdrdao (1:1.1.5-2) unstable; urgency=low * Update to standards version 3.5.5. * Recompile gcdmaster with new libs. (closes: #102621) -- Martin Mitchell Sun, 1 Jul 2001 14:10:54 +1000 cdrdao (1:1.1.5-1) unstable; urgency=low * New upstream release. (closes: #96889, #96891, #79585) * Update to standards version 3.5.4. -- Martin Mitchell Thu, 24 May 2001 00:56:16 +1000 cdrdao (1:1.1.4-4) unstable; urgency=low * Include fix for sparc compiling. (closes: #87031, #89961) * Small fix to information output when keeping images. (closes: #85177) -- Martin Mitchell Mon, 19 Mar 2001 10:45:00 +1100 cdrdao (1:1.1.4-3) unstable; urgency=low * Include fix for arm compiling. (closes: #87322) * Update to standards version 3.5.2. -- Martin Mitchell Mon, 19 Mar 2001 10:10:16 +1100 cdrdao (1:1.1.4-2) unstable; urgency=low * Split gcdmaster to separate package. (closes: #80515) * Correct formatting in manpage. (closes: #82816) * Remove suidregister support. -- Martin Mitchell Sat, 27 Jan 2001 14:10:06 +1100 cdrdao (1:1.1.4-1) unstable; urgency=low * New upstream release. (closes: #66998, #66983, #70534, #72293, #74261) * Fixes suid use file ownership. (closes: #58319) * Update copyright information. * Update to standards version 3.2.1. -- Martin Mitchell Sun, 8 Oct 2000 00:06:20 +1100 cdrdao (1:1.1.3-3) unstable; urgency=low * Add missing build dependency. (closes: #54022) -- Martin Mitchell Sun, 9 Jan 2000 01:52:32 +1100 cdrdao (1:1.1.3-2) unstable; urgency=low * Update to standards version 3.1.1. * Recompile with latest libstdc++ library. (closes: #52107, #53473) -- Martin Mitchell Tue, 28 Dec 1999 19:54:52 +1100 cdrdao (1:1.1.3-1) unstable; urgency=low * New upstream release. (closes: #48746, #29933) * Reintroduce xcdrdao to package. (closes: #40228) * Add suidregister support. (closes #47462) -- Martin Mitchell Sun, 31 Oct 1999 15:41:17 +1100 cdrdao (1:1.1.2-1) unstable; urgency=low * New upstream release. * Update to standards version 3.0.1 -- Martin Mitchell Thu, 5 Aug 1999 01:41:25 +1000 cdrdao (1:1.1.1-1) unstable; urgency=low * New upstream release. * Drop support for xcdrdao, for now. (#39482,#39577) * Update to standards version 2.5.1. -- Martin Mitchell Sat, 19 Jun 1999 22:23:11 +1000 cdrdao (1:1.1.0-1) unstable; urgency=low * New upstream release. * Fix build problems on alpha. (#36083) -- Martin Mitchell Sat, 17 Apr 1999 15:29:39 +1000 cdrdao (1.010-1) unstable; urgency=low * New upstream release. -- Martin Mitchell Wed, 27 Jan 1999 22:14:35 +1100 cdrdao (1.09-1) unstable; urgency=low * New upstream release. -- Martin Mitchell Tue, 27 Oct 1998 18:40:56 +1100 cdrdao (1.08-1) unstable; urgency=low * New upstream release. -- Martin Mitchell Fri, 9 Oct 1998 17:35:02 +1000 cdrdao (1.07-1) unstable; urgency=low * New upstream release. -- Martin Mitchell Fri, 25 Sep 1998 22:29:44 +1000 cdrdao (1.06-1) unstable; urgency=low * Initial Release -- Martin Mitchell Fri, 18 Sep 1998 22:26:27 +1000