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

Vincent Fourmond fourmond at alioth.debian.org
Tue Oct 19 20:56:13 UTC 2010


Author: fourmond
Date: 2010-10-19 20:56:08 +0000 (Tue, 19 Oct 2010)
New Revision: 5947

Modified:
   trunk/libtioga-ruby/debian/changelog
   trunk/libtioga-ruby/debian/compat
   trunk/libtioga-ruby/debian/control
Log:
[libtioga-ruby] Some progresses !

Modified: trunk/libtioga-ruby/debian/changelog
===================================================================
--- trunk/libtioga-ruby/debian/changelog	2010-10-19 20:31:32 UTC (rev 5946)
+++ trunk/libtioga-ruby/debian/changelog	2010-10-19 20:56:08 UTC (rev 5947)
@@ -7,8 +7,14 @@
   * Disable a whole bunch of now-useless patches...
   * Remove all patches, not necessary anymore, along with references to dpatch
   * Switch to format 3.0 (quilt)
+  * Remove the -examples package: there is no need to separated examples
+    from documentation.
+  * Bump debhelper compatibility to 7
+  * Add graphviz as build-depends for rdoc
+  * TODO: have the images correctly included in the documentation + build
+    a tarball for samples
 
- -- Vincent Fourmond <fourmond at debian.org>  Tue, 19 Oct 2010 22:28:14 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Tue, 19 Oct 2010 22:55:25 +0200
 
 libtioga-ruby (1.11-1) unstable; urgency=low
 

Modified: trunk/libtioga-ruby/debian/compat
===================================================================
--- trunk/libtioga-ruby/debian/compat	2010-10-19 20:31:32 UTC (rev 5946)
+++ trunk/libtioga-ruby/debian/compat	2010-10-19 20:56:08 UTC (rev 5947)
@@ -1 +1 @@
-5
+7

Modified: trunk/libtioga-ruby/debian/control
===================================================================
--- trunk/libtioga-ruby/debian/control	2010-10-19 20:31:32 UTC (rev 5946)
+++ trunk/libtioga-ruby/debian/control	2010-10-19 20:56:08 UTC (rev 5947)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev, ruby-pkg-tools, rdoc1.8, libfftw3-dev, cdbs
+Build-Depends: debhelper (>= 7.0), ruby1.8-dev, ruby1.8, zlib1g-dev,
+ ruby-pkg-tools, rdoc1.8, libfftw3-dev, cdbs, graphviz
 Standards-Version: 3.9.1
 Homepage: http://tioga.rubyforge.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libtioga-ruby/
@@ -30,7 +31,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, 
  texlive-latex-base | tetex-bin
 Replaces: tioga
-Suggests: libtioga-ruby-examples, libtioga-ruby-doc, xpdf-reader | pdf-viewer
+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
@@ -46,7 +47,7 @@
 Package: libtioga-ruby
 Architecture: all
 Depends: libtioga-ruby1.8, ${misc:Depends}
-Suggests: libtioga-ruby-examples, libtioga-ruby-doc
+Suggests: libtioga-ruby-doc
 Replaces: tioga
 Description: Ruby library for scientific graphs
  Tioga is a blend of PDF, pdfTex and ruby into a library to make
@@ -59,20 +60,6 @@
  This package is a dependency package, which depends on Debian's default Ruby
  version (currently 1.8.x).
 
-Package: libtioga-ruby-examples
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: libtioga-ruby, irb, libtioga-ruby-doc
-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.
- .
- This package provides a lot of examples to get started with tioga.
-
 Package: libtioga-ruby-doc
 Architecture: all
 Depends: ${misc:Depends}




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