[SCM] ruby-netcdf branch, master, updated. upstream/0.6.5-12-g6449b15

Youhei SASAKI uwabami at gfd-dennou.org
Fri Feb 25 00:25:19 UTC 2011


The following commit has been merged in the master branch:
commit 6449b152a7b3377cee5ba98e84d7c1186bb3b8ba
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Fri Feb 25 09:24:30 2011 +0900

    fix lack of build-depend
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/control b/debian/control
index dd44566..3c58f24 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: ruby
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~ ), ruby-pkg-tools, quilt,
+Build-Depends: cdbs, debhelper (>= 7.0.50~ ), quilt,
+  ruby-pkg-tools, graphviz, 
   libnetcdf-dev, 
   libnarray-ruby1.8, libnarray-miss-ruby1.8, ruby1.8-dev, 
   libnarray-ruby1.9.1, libnarray-miss-ruby1.9.1, ruby1.9.1-dev
diff --git a/debian/rules b/debian/rules
index 4eca934..5c4e5bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,7 @@ LIB_PACKAGE_FILTER = %-ruby $(patsubst %,\%-ruby%,$(NETCDF_RUBY_VERSIONS))
 DEB_AUTO_CLEANUP_RCS := yes
 DEB_RUBY_SETUP_CMD = extconf.rb
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-install_docs := doc/*.rd doc/*.html
-DEB_INSTALL_DOCS_netcdf-ruby1.8:= $(install_docs)
-DEB_INSTALL_DOCS_netcdf-ruby1.9.1:= $(install_docs)
+DEB_INSTALL_DOCS_ruby-netcdf-doc :=  doc/*.rd
 cdbs_pkgdir = $(CURDIR)/debian/$(cdbs_curpkg)
 cdbs_ruby_libdir_ver = $(cdbs_pkgdir)$(DEB_RUBY_LIBDIR)
 cdbs_ruby_archdir_ver = $(cdbs_pkgdir)$(DEB_RUBY_ARCHDIR)

-- 
Ruby interface of NetCDF library



More information about the Pkg-grass-devel mailing list