[DRE-commits] r6012 - trunk/libtioga-ruby/debian

Vincent Fourmond fourmond at alioth.debian.org
Mon Jan 24 19:26:04 UTC 2011


Author: fourmond
Date: 2011-01-24 19:25:55 +0000 (Mon, 24 Jan 2011)
New Revision: 6012

Added:
   trunk/libtioga-ruby/debian/libtioga-ruby1.9.1.manpages
Modified:
   trunk/libtioga-ruby/debian/changelog
   trunk/libtioga-ruby/debian/control
   trunk/libtioga-ruby/debian/rules
Log:
[libtioga-ruby] Few more tweaks to the documentation + build for ruby1.9.1

Modified: trunk/libtioga-ruby/debian/changelog
===================================================================
--- trunk/libtioga-ruby/debian/changelog	2011-01-22 10:26:14 UTC (rev 6011)
+++ trunk/libtioga-ruby/debian/changelog	2011-01-24 19:25:55 UTC (rev 6012)
@@ -1,4 +1,4 @@
-libtioga-ruby (1.13-1) experimental (NOT YET RELEASABLE); urgency=low
+libtioga-ruby (1.13-1) experimental; urgency=low
 
   * New upstream release
   * Already conforms to standards 3.9.1
@@ -9,10 +9,12 @@
   * Remove the -examples package: there is no need to split the examples 
     out of the documentation.
   * Bump debhelper compatibility to 7
-  * Add graphviz as build-depends for rdoc
   * Include images in the generated documentation
+  * Do not use dh_rdoc as the generated graphs are simply useless (in the
+    case of Tioga)
+  * Profit from cdbs/ruby-setup-rb.mk to also build for Ruby 1.9.1
 
- -- Vincent Fourmond <fourmond at debian.org>  Tue, 19 Oct 2010 22:55:25 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 24 Jan 2011 20:22:35 +0100
 
 libtioga-ruby (1.11-1) unstable; urgency=low
 

Modified: trunk/libtioga-ruby/debian/control
===================================================================
--- trunk/libtioga-ruby/debian/control	2011-01-22 10:26:14 UTC (rev 6011)
+++ trunk/libtioga-ruby/debian/control	2011-01-24 19:25:55 UTC (rev 6012)
@@ -4,7 +4,7 @@
 Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0), ruby1.8-dev, ruby1.8, zlib1g-dev,
- ruby-pkg-tools, rdoc1.8, libfftw3-dev, cdbs, graphviz
+ ruby-pkg-tools, rdoc1.8, libfftw3-dev, cdbs, ruby1.9.1, ruby1.9.1-dev
 Standards-Version: 3.9.1
 Homepage: http://tioga.rubyforge.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libtioga-ruby/
@@ -43,7 +43,29 @@
  .
  A PDF viewer is strongly recommended if you want to make use of the
  tioga script, a wrapper around some of the library functionalities.
+ .
+ This package contains tioga compiled for Ruby 1.8
 
+Package: libtioga-ruby1.9.1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1, 
+ texlive-latex-base | tetex-bin
+Replaces: tioga
+Suggests: libtioga-ruby-doc, xpdf | pdf-viewer
+Recommends: irb1.8, rdoc1.8
+Description: Ruby library for scientific graphs
+ Tioga is a blend of PDF, pdfTex and ruby into a library to make
+ scientific graphs of high quality. It is fairly complete and 
+ extensive, and comes with examples and (online) complete documentation.
+ .
+ Tioga is useful for scripting the generation of graphs, and comes 
+ with a configuration file for irb for interactive plotting of pictures.
+ .
+ A PDF viewer is strongly recommended if you want to make use of the
+ tioga script, a wrapper around some of the library functionalities.
+ .
+ This package contains tioga compiled for Ruby 1.9.1 (and above)
+
 Package: libtioga-ruby
 Architecture: all
 Depends: libtioga-ruby1.8, ${misc:Depends}

Added: trunk/libtioga-ruby/debian/libtioga-ruby1.9.1.manpages
===================================================================
--- trunk/libtioga-ruby/debian/libtioga-ruby1.9.1.manpages	                        (rev 0)
+++ trunk/libtioga-ruby/debian/libtioga-ruby1.9.1.manpages	2011-01-24 19:25:55 UTC (rev 6012)
@@ -0,0 +1 @@
+debian/tioga.1
\ No newline at end of file

Modified: trunk/libtioga-ruby/debian/rules
===================================================================
--- trunk/libtioga-ruby/debian/rules	2011-01-22 10:26:14 UTC (rev 6011)
+++ trunk/libtioga-ruby/debian/rules	2011-01-24 19:25:55 UTC (rev 6012)
@@ -4,5 +4,8 @@
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
 binary-install/libtioga-ruby-doc::
+	rdoc --all --inline-source --line-numbers --fmt=html -o rdoc-tmp
+	dh_install -plibtioga-ruby-doc rdoc-tmp/\* usr/share/doc/libtioga-ruby-doc/rdoc/
+	rm -rf rdoc-tmp
 	dh_install -plibtioga-ruby-doc images usr/share/doc/libtioga-ruby-doc/rdoc/
 




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