1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
cccc (3.pre84-2) unstable; urgency=low
* Fix build with g++ 4.1 (thanks, Martin Michlmayr; closes: #356161).
-- Colin Watson <cjwatson@debian.org> Mon, 22 May 2006 10:20:03 +0100
cccc (3.pre84-1) unstable; urgency=low
* New upstream release.
- Works around previous prn14 test problems, so I've removed my
temporary hack (closes: #202797).
* Fix various compiler errors when using g++ 4.0 (thanks, Andreas Jochens;
closes: #258560, #315117).
* Upgrade to debhelper v4.
-- Colin Watson <cjwatson@debian.org> Sun, 7 Aug 2005 15:12:12 +0100
cccc (3.pre81-2) unstable; urgency=low
* Ignore errors from prn14 test for now, following upstream's advice
(downgrades #202797 to normal).
* Use 'diff -u' in tests to get more context.
* Remove test/*.xml in 'debian/rules clean'.
-- Colin Watson <cjwatson@debian.org> Sat, 23 Aug 2003 04:34:05 +0100
cccc (3.pre81-1) unstable; urgency=low
* New upstream release. May fix test problems on hppa and s390.
-- Colin Watson <cjwatson@debian.org> Tue, 19 Aug 2003 00:10:40 +0100
cccc (3.pre63-3) unstable; urgency=low
* Compile with -Wno-deprecated. These warnings are currently unimportant
for Debian.
* Set DEBUG=true so that we compile with -g.
* Fix implicit typenames in cccc_tbl.cc and cccc_tbl.h (closes: #196782).
-- Colin Watson <cjwatson@debian.org> Sun, 13 Jul 2003 14:19:13 +0100
cccc (3.pre63-2) unstable; urgency=low
* Build with g++ 3.2.
* Override bogus lintian error (cccc isn't licensed under the GPL, the
copyright file merely mentions it).
-- Colin Watson <cjwatson@debian.org> Wed, 8 Jan 2003 20:27:20 +0000
cccc (3.pre63-1) unstable; urgency=low
* Initial release (closes: #130632).
* Build with the Debian pccts package rather than the included pccts.
* Avoid linking statically.
* Add a cccc(1) man page.
-- Colin Watson <cjwatson@debian.org> Sun, 15 Sep 2002 17:36:19 +0100
|