[Pkg-jed-commit] r1155 - in slxfig/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Sun Dec 7 22:53:04 UTC 2008


Author: rafael
Date: 2008-12-07 22:53:04 +0000 (Sun, 07 Dec 2008)
New Revision: 1155

Removed:
   slxfig/trunk/debian/patches/01-fake-feqs.patch
   slxfig/trunk/debian/patches/02-logic-operator.patch
Modified:
   slxfig/trunk/debian/rules
Log:
Drop patches, now that we use SLang 2.1

Deleted: slxfig/trunk/debian/patches/01-fake-feqs.patch
===================================================================
--- slxfig/trunk/debian/patches/01-fake-feqs.patch	2008-12-07 22:36:10 UTC (rev 1154)
+++ slxfig/trunk/debian/patches/01-fake-feqs.patch	2008-12-07 22:53:04 UTC (rev 1155)
@@ -1,22 +0,0 @@
---- slxfig-0~svn.192.orig/src/xfig/plot.sl
-+++ slxfig-0~svn.192/src/xfig/plot.sl
-@@ -5,6 +5,10 @@
- 
- private variable ERRBAR_TERMINAL_SIZE = 0.1;
- 
-+static variable eps = 1.0;
-+while (1 + eps/2.0 != 1)
-+  eps /= 2.0;
-+
- #iffalse
- define xfig_new_plot2d_axes (dx, dy, xlabel, ylabel)
- {
-@@ -187,7 +191,7 @@
-    if (islog)
-      {
- 	% For a log axis, only integer valued major tics are meaningful
--	ti = ti[where (feqs (ti, int(ti)))];
-+	ti = ti[where (abs (ti - int(ti)) < eps)];
-      }
- 
-    return ti, num_minor[n];

Deleted: slxfig/trunk/debian/patches/02-logic-operator.patch
===================================================================
--- slxfig/trunk/debian/patches/02-logic-operator.patch	2008-12-07 22:36:10 UTC (rev 1154)
+++ slxfig/trunk/debian/patches/02-logic-operator.patch	2008-12-07 22:53:04 UTC (rev 1155)
@@ -1,19 +0,0 @@
---- slxfig-0~svn.192.orig/src/xfig/plot.sl
-+++ slxfig-0~svn.192/src/xfig/plot.sl
-@@ -718,13 +718,15 @@
-    variable j = [1:num_minor];
-    variable i = j-1;
- 
--   if (islog && (num_minor == 0))
-+   if (islog) 
-+     if (num_minor == 0)
-      {
- 	num_minor = 8;
- 	i = [0:num_minor-1];
- 	j = log10 ([2:9]);	       %  log10([2:9])
- 	minor_tic_interval = 1.0;
-      }
-+     else minor_tic_interval = major_tic_interval/(num_minor+1.0);     
-    else minor_tic_interval = major_tic_interval/(num_minor+1.0);
- 
-    variable minor_tics = Double_Type[num_minor*length(major_tics)];

Modified: slxfig/trunk/debian/rules
===================================================================
--- slxfig/trunk/debian/rules	2008-12-07 22:36:10 UTC (rev 1154)
+++ slxfig/trunk/debian/rules	2008-12-07 22:53:04 UTC (rev 1155)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_INSTALL_TARGET := install datarootdir=/usr/share	\




More information about the Pkg-jed-commit mailing list