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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
torch3 (3.1-0) unstable; urgency=low
* New release from Upstream
closes:#276723
* Packages version updated to the upstream's one
(thanks to Barak for remembering me it)
* I've decided to use the old (debian-modified) makefile method, for the
moment. There is no real reason, now, to use their xmake python script
-- Cosimo Alfarano <kalfa@debian.org> Fri, 29 Oct 2004 11:47:52 +0200
torch3 (0.0-7) unstable; urgency=low
* semi applied a non upstream patch by Alexander Kogan (thanks) for
core/general.cc
error() and warning() are OK for stderr using, but message() and print()
are not: they are intended for stdout outputs, if it's annoying it's only
because they're misused.
-- Cosimo Alfarano <kalfa@debian.org> Tue, 8 Jun 2004 18:19:56 +0200
torch3 (0.0-6) unstable; urgency=low
* removing g++ from build depends, it's in build-essential
* libtorch3-dev: changed deps on libstdc++5-dev to libstdc++5-3.3-dev
closes: Bug#249976
reason: g++ (3.3) is in build-essential, so libtorch3-dev cannot depend on
something depending on g++-3.2
* changing error() from using printf(...) to using fprintf(stdrr...)
closes: Bug#251033
some printf are still around, I'm waiting for a patch from the bug
submitter.
-- Cosimo Alfarano <kalfa@debian.org> Thu, 27 May 2004 18:52:59 -0300
torch3 (0.0-5) unstable; urgency=low
* Standards-Version updated to 3.6.1
-- Cosimo Alfarano <kalfa@debian.org> Sun, 1 Feb 2004 12:27:36 +0100
torch3 (0.0-4) unstable; urgency=low
* removed any explicit reference to g++-3.2 using g++ instead
* dh_compress now do not compresses C++ sources (*.cc) anymore, so examples/
can be compiled without decompression
-- Cosimo Alfarano <kalfa@debian.org> Tue, 6 Jan 2004 14:17:14 +0100
torch3 (0.0-3) unstable; urgency=low
* Rebuild with debuild -sa to include orig file in .changes
closes: #222150
-- Cosimo Alfarano <kalfa@debian.org> Fri, 28 Nov 2003 00:01:08 +0100
torch3 (0.0-2.1) unstable; urgency=low
* Remove 'Conflicts: libtorch3' from libtorch3 control entry, useless.
-- Cosimo Alfarano <kalfa@debian.org> Thu, 13 Nov 2003 10:17:06 +0100
torch3 (0.0-2) unstable; urgency=low
* First Debian Release
closes: Bug#217648
-- Cosimo Alfarano <kalfa@debian.org> Tue, 4 Nov 2003 13:53:23 +0100
torch3 (0.0-1) unstable; urgency=low
* Initial Release.
-- Cosimo Alfarano <kalfa@debian.org> Thu, 21 Aug 2003 14:50:28 +0200
|