[DRE-commits] r2098 - packages/libcomplearn-ruby/trunk/debian

cilibrar-guest at alioth.debian.org cilibrar-guest at alioth.debian.org
Mon Dec 3 01:39:36 UTC 2007


Author: cilibrar-guest
Date: 2007-12-03 01:39:36 +0000 (Mon, 03 Dec 2007)
New Revision: 2098

Modified:
   packages/libcomplearn-ruby/trunk/debian/changelog
   packages/libcomplearn-ruby/trunk/debian/control
   packages/libcomplearn-ruby/trunk/debian/docs
Log:
Added docs/test, updated version to 1.0.4 in changelog.


Modified: packages/libcomplearn-ruby/trunk/debian/changelog
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/changelog	2007-12-03 01:34:06 UTC (rev 2097)
+++ packages/libcomplearn-ruby/trunk/debian/changelog	2007-12-03 01:39:36 UTC (rev 2098)
@@ -1,3 +1,11 @@
+libcomplearn-ruby (1.0.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+  * Now it is pure ruby, interfacing through the ncd command.
+
+ -- Rudi Cilibrasi <cilibrar at cilibrar.com>  Sun, 02 Dec 2007 17:36:01 -0800
+
 libcomplearn-ruby (0.9.8-1) unstable; urgency=low
 
   [ Rudi Cilibrasi ]

Modified: packages/libcomplearn-ruby/trunk/debian/control
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/control	2007-12-03 01:34:06 UTC (rev 2097)
+++ packages/libcomplearn-ruby/trunk/debian/control	2007-12-03 01:39:36 UTC (rev 2098)
@@ -3,17 +3,17 @@
 Priority: optional
 Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcomplearn-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8, cdbs, ruby-pkg-tools
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, complearn-tools, automake1.8, ruby1.8, cdbs, ruby-pkg-tools
 Standards-Version: 3.7.2
 
 Package: libcomplearn-ruby1.8
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k s390 sparc
-Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Architecture: all
+Depends: ruby1.8, complearn-tools, ${shlibs:Depends}, ${misc:Depends}
 Description: Ruby binding to CompLearn machine-learning library
  This is a Ruby 1.8 binding for the popular and robust CompLearn learning package.
 
 Package: libcomplearn-ruby
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k s390 sparc
+Architecture: all
 Depends: libcomplearn-ruby1.8
 Description: Ruby binding to CompLearn library (dummy package)
  This is a Ruby binding for the popular and robust CompLearn learning package.

Modified: packages/libcomplearn-ruby/trunk/debian/docs
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/docs	2007-12-03 01:34:06 UTC (rev 2097)
+++ packages/libcomplearn-ruby/trunk/debian/docs	2007-12-03 01:39:36 UTC (rev 2098)
@@ -1 +1,2 @@
 README
+tests/test_all.rb




More information about the Pkg-ruby-extras-commits mailing list