[Pkg-ruby-extras-commits] r1138 - packages-wip/libcomplearn-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Sat Nov 25 10:32:02 CET 2006


Author: paulvt
Date: 2006-11-25 10:32:02 +0100 (Sat, 25 Nov 2006)
New Revision: 1138

Modified:
   packages-wip/libcomplearn-ruby/trunk/debian/control
   packages-wip/libcomplearn-ruby/trunk/debian/control.in
Log:
* Removed build-depend on pkg-config, this is unnecessary.  Devel packages
  that carry pkg-config files should depend on pkg-config.
* Removed the depends on ruby1.8-dev and libcomplearn-dev.  I can't see why
  these devel packages should be installed to make the bindings work.
* Synced control with control.in.


Modified: packages-wip/libcomplearn-ruby/trunk/debian/control
===================================================================
--- packages-wip/libcomplearn-ruby/trunk/debian/control	2006-11-24 16:40:53 UTC (rev 1137)
+++ packages-wip/libcomplearn-ruby/trunk/debian/control	2006-11-25 09:32:02 UTC (rev 1138)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>,
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, pkg-config, libcomplearn-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8, cdbs, ruby-pkg-tools
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcomplearn-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8, cdbs, ruby-pkg-tools
 Standards-Version: 3.7.2
 
 Package: libcomplearn-ruby1.8
 Architecture: any
-Depends: pkg-config, ruby1.8, ruby1.8-dev, libcomplearn-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
 Description: Ruby binding to CompLearn machine-learning library
  This is a Ruby binding for the popular and robust CompLearn learning package.
 

Modified: packages-wip/libcomplearn-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libcomplearn-ruby/trunk/debian/control.in	2006-11-24 16:40:53 UTC (rev 1137)
+++ packages-wip/libcomplearn-ruby/trunk/debian/control.in	2006-11-25 09:32:02 UTC (rev 1138)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
 Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, pkg-config, libcomplearn-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8, cdbs, ruby-pkg-tools
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcomplearn-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8, cdbs, ruby-pkg-tools
 Standards-Version: 3.7.2
 
 Package: libcomplearn-ruby1.8
 Architecture: any
-Depends: pkg-config, ruby1.8, ruby1.8-dev, libcomplearn-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
 Description: Ruby binding to CompLearn machine-learning library
  This is a Ruby binding for the popular and robust CompLearn learning package.
 




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