[DRE-commits] r1769 - in packages/ctioga/trunk/debian: . patches

fourmond at alioth.debian.org fourmond at alioth.debian.org
Tue Jul 10 19:15:02 UTC 2007


Author: fourmond
Date: 2007-07-10 19:15:02 +0000 (Tue, 10 Jul 2007)
New Revision: 1769

Added:
   packages/ctioga/trunk/debian/ctioga.examples
   packages/ctioga/trunk/debian/patches/10-manpages.dpatch
Modified:
   packages/ctioga/trunk/debian/changelog
   packages/ctioga/trunk/debian/control
   packages/ctioga/trunk/debian/patches/00list
   packages/ctioga/trunk/debian/patches/04-fixperms.dpatch
   packages/ctioga/trunk/debian/rules
Log:
ctioga: 1.5 release

Modified: packages/ctioga/trunk/debian/changelog
===================================================================
--- packages/ctioga/trunk/debian/changelog	2007-07-09 14:15:08 UTC (rev 1768)
+++ packages/ctioga/trunk/debian/changelog	2007-07-10 19:15:02 UTC (rev 1769)
@@ -1,8 +1,11 @@
-ctioga (1.4-2) UNRELEASED; urgency=low
+ctioga (1.5-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New 'upstream' release
+  * Description improvement
+  * Added the example files, that were missing for a long time now.
+  * Added 10-manpages for debian-specific tweaks to the manual page.
 
- -- Vincent Fourmond <fourmond at debian.org>  Fri, 15 Jun 2007 00:36:26 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Tue, 10 Jul 2007 21:10:23 +0200
 
 ctioga (1.4-1) unstable; urgency=low
 

Modified: packages/ctioga/trunk/debian/control
===================================================================
--- packages/ctioga/trunk/debian/control	2007-07-09 14:15:08 UTC (rev 1768)
+++ packages/ctioga/trunk/debian/control	2007-07-10 19:15:02 UTC (rev 1769)
@@ -24,6 +24,11 @@
   - it features a plugin backend system that takes care of
     reading data files, it is very easy to enhance existing backends
     or add new file formats (such as binary ones).
+  - the text on the graph is much better than in most other plotting 
+    programs as it is handled by LaTeX
+  - it features many fancy effects, such as filled curves, transparency,
+    the ability to make insets (zooms, for instance), nice histograms, 
+    and many other interesting things !
  .
  Homepage: http://sciyag.rubyforge.org/ctioga/
  .

Added: packages/ctioga/trunk/debian/ctioga.examples
===================================================================
--- packages/ctioga/trunk/debian/ctioga.examples	                        (rev 0)
+++ packages/ctioga/trunk/debian/ctioga.examples	2007-07-10 19:15:02 UTC (rev 1769)
@@ -0,0 +1 @@
+examples/*
\ No newline at end of file

Modified: packages/ctioga/trunk/debian/patches/00list
===================================================================
--- packages/ctioga/trunk/debian/patches/00list	2007-07-09 14:15:08 UTC (rev 1768)
+++ packages/ctioga/trunk/debian/patches/00list	2007-07-10 19:15:02 UTC (rev 1769)
@@ -1,2 +1,2 @@
 04-fixperms
-# 05-mkmf2.rb
+10-manpages

Modified: packages/ctioga/trunk/debian/patches/04-fixperms.dpatch
===================================================================
--- packages/ctioga/trunk/debian/patches/04-fixperms.dpatch	2007-07-09 14:15:08 UTC (rev 1768)
+++ packages/ctioga/trunk/debian/patches/04-fixperms.dpatch	2007-07-10 19:15:02 UTC (rev 1769)
@@ -3,6 +3,7 @@
 case "$1" in 
     "-patch")
         chmod 644 lib/ctable.rb
+        chmod 644 examples/tutorial.sh
         ;;
     "-unpatch")
         ;;

Added: packages/ctioga/trunk/debian/patches/10-manpages.dpatch
===================================================================
--- packages/ctioga/trunk/debian/patches/10-manpages.dpatch	                        (rev 0)
+++ packages/ctioga/trunk/debian/patches/10-manpages.dpatch	2007-07-10 19:15:02 UTC (rev 1769)
@@ -0,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10-manpages.dpatch by  <fourmond at debian.org>
+##
+## DP: Debian-specific modifications to the manual page
+
+ at DPATCH@
+diff -urNad ctioga-1.5~/doc/ctioga.1 ctioga-1.5/doc/ctioga.1
+--- ctioga-1.5~/doc/ctioga.1	2007-07-10 20:06:38.000000000 +0200
++++ ctioga-1.5/doc/ctioga.1	2007-07-10 21:13:19.000000000 +0200
+@@ -77,8 +77,8 @@
+ 
+ More examples and a rather complete tutorial 
+ can be found in the
+-.I examples/
+-directory in the original tarball.
++.I ./usr/share/doc/ctioga/examples/
++directory on debian systems.
+ 
+ 
+ .SH OPTIONS
+@@ -1193,12 +1193,15 @@
+ .BR open (1),
+ .BR gnuplot (1)
+ 
+-The original tarball includes an 
+-.I examples/
+-where you will find some data files, some commented examples of
+-configuration files and most importantly a tutorial along with a
++On debian systems, you will find some data files, some commented
++examples of configuration files and most importantly a tutorial along
++with a 
+ .I tutorial.sh
+-shell script demonstrating the commands used in the tutorial.
++shell script demonstrating the commands used in the tutorial in the 
++.I /usr/share/doc/ctioga/examples
++directory. Please note that you will need to copy this files somewhere
++where you have write access to be able to run the tutorial (or use
++some Tioga magic changing the output dir).
+ 
+ Useful documentation, including an illustrated version of the
+ tutorial and instructions on bug reporting, can be found on 


Property changes on: packages/ctioga/trunk/debian/patches/10-manpages.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: packages/ctioga/trunk/debian/rules
===================================================================
--- packages/ctioga/trunk/debian/rules	2007-07-09 14:15:08 UTC (rev 1768)
+++ packages/ctioga/trunk/debian/rules	2007-07-10 19:15:02 UTC (rev 1769)
@@ -1,10 +1,14 @@
 #!/usr/bin/make -f
-  
+
+
 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-extconf-rb.mk
 
+# Do not compress the tutorial.sh file.
+DEB_COMPRESS_EXCLUDE += .sh
 
+
 # Add here any variable or target overrides you need.
 DEB_RUBY_SETUP_CMD = extconf2.rb
 DEB_RUBY_SETUP_ARGS = --dist
\ No newline at end of file




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