[DRE-commits] r5946 - in trunk/libtioga-ruby/debian: . source

Vincent Fourmond fourmond at alioth.debian.org
Tue Oct 19 20:31:34 UTC 2010


Author: fourmond
Date: 2010-10-19 20:31:32 +0000 (Tue, 19 Oct 2010)
New Revision: 5946

Added:
   trunk/libtioga-ruby/debian/README.examples
   trunk/libtioga-ruby/debian/source/
   trunk/libtioga-ruby/debian/source/format
Removed:
   trunk/libtioga-ruby/debian/patches/
Modified:
   trunk/libtioga-ruby/debian/changelog
   trunk/libtioga-ruby/debian/control
   trunk/libtioga-ruby/debian/libtioga-ruby1.8.docs
   trunk/libtioga-ruby/debian/rules
Log:
[libtioga-ruby] Make tioga build again, though many things are missing for now...

Added: trunk/libtioga-ruby/debian/README.examples
===================================================================
--- trunk/libtioga-ruby/debian/README.examples	                        (rev 0)
+++ trunk/libtioga-ruby/debian/README.examples	2010-10-19 20:31:32 UTC (rev 5946)
@@ -0,0 +1,49 @@
+Tioga package examples
+
+  The examples are contained in the samples.tar.gz in this directory. You should unpack this archive 
+to take advantage of the examples.
+
+  The examples basically into two different categories:
+
+* most of the ruby files from the subdirectories are for use with irb. You should have irb and the 
+following lines in your ~/.irbrc
+
+require 'Tioga/irb_tioga.rb'
+include Tioga::IRB_Tioga
+
+ to include specific interactive facilities (or alternatively, copy the irbrc file to ~/.irbrc). Then, 
+load the file you're interested in with (you have to be in the directory where the file resides, else 
+the output will fail).
+
+load_figures 'file.rb'
+
+  list the plots available with:
+
+ls
+
+  and make the plot you want with:
+
+mk n
+
+  where n is it's number in the output of ls. Alternatively, you can use 
+
+ma
+
+  to make all the plots.
+
+help
+
+  will give you some small help about the various commands available, provided that the rdoc
+package is installed on your machine.
+
+  Please note that the output of the given plots will reside in a subdirectory whose name finishes 
+with _out.
+
+  For more detailed explanations, see 
+
+http://theory.kitp.ucsb.edu/~paxton/tioga_doc/classes/Tioga/Tutorial/Sample.html
+
+
+  * the sine.rb ruby file is a standalone program. Just run ruby sine.rb, and have a look at the files 
+produced !
+

Modified: trunk/libtioga-ruby/debian/changelog
===================================================================
--- trunk/libtioga-ruby/debian/changelog	2010-10-18 21:15:18 UTC (rev 5945)
+++ trunk/libtioga-ruby/debian/changelog	2010-10-19 20:31:32 UTC (rev 5946)
@@ -1,12 +1,14 @@
-libtioga-ruby (1.12-1) experimental (UNRELEASED); urgency=low
+libtioga-ruby (1.12-1) experimental; urgency=low
 
   * New upstream release
   * Already conforms to standards 3.9.1
   * Switched to using cdbs/ruby-setup-rb.mk now that upstream build 
     system relies on setup.rb
   * 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)
 
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 18 Oct 2010 23:12:38 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Tue, 19 Oct 2010 22:28:14 +0200
 
 libtioga-ruby (1.11-1) unstable; urgency=low
 

Modified: trunk/libtioga-ruby/debian/control
===================================================================
--- trunk/libtioga-ruby/debian/control	2010-10-18 21:15:18 UTC (rev 5945)
+++ trunk/libtioga-ruby/debian/control	2010-10-19 20:31:32 UTC (rev 5946)
@@ -3,7 +3,7 @@
 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, dpatch, ruby-pkg-tools, rdoc1.8, libfftw3-dev, cdbs
+Build-Depends: debhelper (>= 5.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev, ruby-pkg-tools, rdoc1.8, libfftw3-dev, cdbs
 Standards-Version: 3.9.1
 Homepage: http://tioga.rubyforge.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libtioga-ruby/

Modified: trunk/libtioga-ruby/debian/libtioga-ruby1.8.docs
===================================================================
--- trunk/libtioga-ruby/debian/libtioga-ruby1.8.docs	2010-10-18 21:15:18 UTC (rev 5945)
+++ trunk/libtioga-ruby/debian/libtioga-ruby1.8.docs	2010-10-19 20:31:32 UTC (rev 5946)
@@ -1,3 +1,2 @@
 Tioga_README
-lgpl.txt
-tioga.sty
+misc/tioga.sty

Modified: trunk/libtioga-ruby/debian/rules
===================================================================
--- trunk/libtioga-ruby/debian/rules	2010-10-18 21:15:18 UTC (rev 5945)
+++ trunk/libtioga-ruby/debian/rules	2010-10-19 20:31:32 UTC (rev 5946)
@@ -2,5 +2,4 @@
 
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk

Added: trunk/libtioga-ruby/debian/source/format
===================================================================
--- trunk/libtioga-ruby/debian/source/format	                        (rev 0)
+++ trunk/libtioga-ruby/debian/source/format	2010-10-19 20:31:32 UTC (rev 5946)
@@ -0,0 +1 @@
+3.0 (quilt)




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