[Pkg-octave-commit] r1408 - octave-epstk/trunk/debian/patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Mar 17 17:09:04 UTC 2008


Author: rafael
Date: 2008-03-17 17:09:04 +0000 (Mon, 17 Mar 2008)
New Revision: 1408

Removed:
   octave-epstk/trunk/debian/patches/README
Modified:
   octave-epstk/trunk/debian/patches/01_add-plotdecimate.patch
   octave-epstk/trunk/debian/patches/02_axis-value-labels.patch
   octave-epstk/trunk/debian/patches/03_psd-path.patch
   octave-epstk/trunk/debian/patches/04_source-etc-epstk-conf.patch
   octave-epstk/trunk/debian/patches/05_faster-ebbox.patch
   octave-epstk/trunk/debian/patches/06_edsymbol-for-octave-2.9.13.patch
Log:
Moved comments from README into individual patches

Modified: octave-epstk/trunk/debian/patches/01_add-plotdecimate.patch
===================================================================
--- octave-epstk/trunk/debian/patches/01_add-plotdecimate.patch	2008-03-17 17:02:35 UTC (rev 1407)
+++ octave-epstk/trunk/debian/patches/01_add-plotdecimate.patch	2008-03-17 17:09:04 UTC (rev 1408)
@@ -1,3 +1,7 @@
+Author: Rafael Laboissiere <rafael at debian.org>
+Description: Add Francesco Potortì's plotdecimate function, useful for
+             data containing NaN
+
 diff -Nur epstk21/m/plotdecimate.m epstk21.new/m/plotdecimate.m
 --- epstk21/m/plotdecimate.m	1970-01-01 01:00:00.000000000 +0100
 +++ epstk21.new/m/plotdecimate.m	2006-08-12 20:10:18.330740520 +0200

Modified: octave-epstk/trunk/debian/patches/02_axis-value-labels.patch
===================================================================
--- octave-epstk/trunk/debian/patches/02_axis-value-labels.patch	2008-03-17 17:02:35 UTC (rev 1407)
+++ octave-epstk/trunk/debian/patches/02_axis-value-labels.patch	2008-03-17 17:09:04 UTC (rev 1408)
@@ -1,3 +1,6 @@
+Author: Rafael Laboissiere <rafael at debian.org>
+Description: Allow arbitrary labels to be plotted at axis tics
+
 --- octave-epstk-2.0.2.orig/m/escalexy.m
 +++ octave-epstk-2.0.2/m/escalexy.m
 @@ -62,7 +62,7 @@

Modified: octave-epstk/trunk/debian/patches/03_psd-path.patch
===================================================================
--- octave-epstk/trunk/debian/patches/03_psd-path.patch	2008-03-17 17:02:35 UTC (rev 1407)
+++ octave-epstk/trunk/debian/patches/03_psd-path.patch	2008-03-17 17:09:04 UTC (rev 1408)
@@ -1,3 +1,8 @@
+Author: Rafael Laboissiere <rafael at debian.org>
+Description: Allow PSD files to be found in the path defined by ePsdPath;
+             also, defines two new centered symbols ftria-center and
+             tria-center
+
 --- octave-epstk-2.0.2.orig/m/ftria-center.psd
 +++ octave-epstk-2.0.2/m/ftria-center.psd
 @@ -0,0 +1,13 @@

Modified: octave-epstk/trunk/debian/patches/04_source-etc-epstk-conf.patch
===================================================================
--- octave-epstk/trunk/debian/patches/04_source-etc-epstk-conf.patch	2008-03-17 17:02:35 UTC (rev 1407)
+++ octave-epstk/trunk/debian/patches/04_source-etc-epstk-conf.patch	2008-03-17 17:09:04 UTC (rev 1408)
@@ -1,3 +1,6 @@
+Author: Rafael Laboissiere <rafael at debian.org>
+Description: Source /etc/epstk.conf in einit.m
+
 --- octave-epstk-2.1.orig/m/eglobpar.m  2006-08-16 15:10:23.662736944 +0200
 +++ octave-epstk-2.1/m/eglobpar.m      2006-08-16 15:11:11.049533056 +0200
 @@ -1,4 +1,5 @@

Modified: octave-epstk/trunk/debian/patches/05_faster-ebbox.patch
===================================================================
--- octave-epstk/trunk/debian/patches/05_faster-ebbox.patch	2008-03-17 17:02:35 UTC (rev 1407)
+++ octave-epstk/trunk/debian/patches/05_faster-ebbox.patch	2008-03-17 17:09:04 UTC (rev 1408)
@@ -1,3 +1,6 @@
+Author: Rafael Laboissiere <rafael at debian.org>
+Description: Make ebbox 25% faster (according to the upstream author)
+
 diff -Nur epstk22/m/ebbox.m epstk22.new/m/ebbox.m
 --- epstk22/m/ebbox.m	2007-05-21 11:48:37.000000000 +0200
 +++ epstk22.new/m/ebbox.m	2007-05-30 16:21:34.000000000 +0200

Modified: octave-epstk/trunk/debian/patches/06_edsymbol-for-octave-2.9.13.patch
===================================================================
--- octave-epstk/trunk/debian/patches/06_edsymbol-for-octave-2.9.13.patch	2008-03-17 17:02:35 UTC (rev 1407)
+++ octave-epstk/trunk/debian/patches/06_edsymbol-for-octave-2.9.13.patch	2008-03-17 17:09:04 UTC (rev 1408)
@@ -1,3 +1,6 @@
+Author: Stefan Müller <stefan.mueller at fgan.de>
+Description: Make edsymbol.m work with Octave >= 2.9.13
+
 diff -Nur epstk22/m/edsymbol.m epstk22.new/m/edsymbol.m
 --- epstk22/m/edsymbol.m	2007-05-21 11:48:37.000000000 +0200
 +++ epstk22.new/m/edsymbol.m	2007-08-28 17:42:53.000000000 +0200

Deleted: octave-epstk/trunk/debian/patches/README
===================================================================
--- octave-epstk/trunk/debian/patches/README	2008-03-17 17:02:35 UTC (rev 1407)
+++ octave-epstk/trunk/debian/patches/README	2008-03-17 17:09:04 UTC (rev 1408)
@@ -1,22 +0,0 @@
-01_add-plotdecimate
-  author: Rafael Laboissiere <rafael at debian.org>
-  description: Add Francesco Potortì's plotdecimate function, useful for
-               data containing NaN
-
-02_axis-value-labels
-  author: Rafael Laboissiere <rafael at debian.org>
-  description: Allow arbitrary labels to be plotted at axis tics
-
-03_psd-path
-  author: Rafael Laboissiere <rafael at debian.org>
-  description: Allow PSD files to be found in the path defined by ePsdPath;
-               also, defines two new centered symbols ftria-center and
-               tria-center
-
-04_source-etc-epstk-conf
-  author: Rafael Laboissiere <rafael at debian.org>
-  description: Source /etc/epstk.conf in einit.m
-
-05_faster-ebbox
-  author: Rafael Laboissiere <rafael at debian.org>
-  description: Make ebbox 25% faster (according to the upstream author)




More information about the Pkg-octave-commit mailing list