[Pkg-octave-commit] rev 368 - in trunk/packages/octplot/debian: . patches

Rafa Rodriguez Galvan cucharro-guest at costa.debian.org
Mon Dec 5 00:57:39 UTC 2005


Author: cucharro-guest
Date: 2005-12-05 00:57:38 +0000 (Mon, 05 Dec 2005)
New Revision: 368

Added:
   trunk/packages/octplot/debian/patches/
   trunk/packages/octplot/debian/patches/octplot.figure.cpp.patch
Modified:
   trunk/packages/octplot/debian/changelog
   trunk/packages/octplot/debian/control
   trunk/packages/octplot/debian/rules
Log:
Made octaviz recommends gs-gpl | postscript-viewer. 
The description was improved and the src/figure.cpp bug was patched
(not yet assuming Fl/Fl.h links to Fl/Fl.H).
The file fonts/copying was removed. No lintian warnings now.


Modified: trunk/packages/octplot/debian/changelog
===================================================================
--- trunk/packages/octplot/debian/changelog	2005-12-03 16:40:39 UTC (rev 367)
+++ trunk/packages/octplot/debian/changelog	2005-12-05 00:57:38 UTC (rev 368)
@@ -6,7 +6,7 @@
 
   * Initial Release.
 
- -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Wed,  2 Dec 2005 21:08:43 -0100
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Fri, 2 Dec 2005 21:08:43 -0100
 
 Local Variables:
 debian-changelog-full-name: "Debian Octave Group"

Modified: trunk/packages/octplot/debian/control
===================================================================
--- trunk/packages/octplot/debian/control	2005-12-03 16:40:39 UTC (rev 367)
+++ trunk/packages/octplot/debian/control	2005-12-05 00:57:38 UTC (rev 368)
@@ -3,15 +3,17 @@
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends:  debhelper (>= 4), octave2.1-headers (>= 2.1.65), libfltk1.1-dev (>= 1.1.4), xlibmesa-gl-dev, cdbs
+Build-Depends:  debhelper (>= 4.1.0), octave2.1-headers (>= 2.1.65), libfltk1.1-dev (>= 1.1.4), xlibmesa-gl-dev, cdbs
 Standards-Version: 3.6.2
 
 Package: octplot
 Architecture: any
 Depends: ${octave:Depends}, ${shlibs:Depends}, octave-forge (>= 2004.07.07)
-Recommends: gs-gpl | gs-esp
-Description: A handle graphics package for Octave
- OctPlot provides quality postscript(TM) and OpenGL screen graphics for the 
- Octave package. At present, only 2D graphics are supported, including surfaces,
- patch objects and zooming. Octplot can produce pdf, png and jpg files with 
- the aid of gs (ghostscript).
+Recommends: gs-gpl | postscript-viewer
+Description: Graphical interface for Octave
+ OctPlot is a system of drawing objects that can replace the traditional 
+ Gnuplot graphical interface used by Octave to display data. It provides 
+ quality postscript(TM) and OpenGL screen graphics for the Octave package. 
+ At present, only 2D graphics are supported, including surfaces, patch objects
+ and zooming. Octplot can produce pdf, png and jpg files with the aid of 
+ gs (ghostscript).

Added: trunk/packages/octplot/debian/patches/octplot.figure.cpp.patch
===================================================================
--- trunk/packages/octplot/debian/patches/octplot.figure.cpp.patch	2005-12-03 16:40:39 UTC (rev 367)
+++ trunk/packages/octplot/debian/patches/octplot.figure.cpp.patch	2005-12-05 00:57:38 UTC (rev 368)
@@ -0,0 +1,11 @@
+--- octplot-0.3.0/src/figure.cpp	2005-11-05 18:48:08.000000000 +0000
++++ octplot-0.3.0.new/src/figure.cpp	2005-12-05 00:01:20.351540408 +0000
+@@ -16,7 +16,7 @@
+ //  
+ 
+ #include <iostream>
+-#include "Fl/Fl.h"
++#include "Fl/Fl.H"
+ #include "Fl/fl_draw.H"
+ 
+ #include "axes.h"

Modified: trunk/packages/octplot/debian/rules
===================================================================
--- trunk/packages/octplot/debian/rules	2005-12-03 16:40:39 UTC (rev 367)
+++ trunk/packages/octplot/debian/rules	2005-12-05 00:57:38 UTC (rev 368)
@@ -6,12 +6,16 @@
 # Include cdbs stuff
 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
 
 # Pass correct flags to configure script:
 DEB_CONFIGURE_EXTRA_FLAGS := --with-minpath=$(MDIR)
 DEB_CONFIGURE_EXTRA_FLAGS += --with-opath=$(OCTDIR) 
 CXXFLAGS += -fPIC
 
+binary-predeb/octplot::
+	rm -f $(DEB_DESTDIR)$(OCTDIR)/fonts/copying
+
 rulesinfo:
 	@echo MDIR: $(MDIR)
 	@echo OCTDIR: $(OCTDIR)




More information about the Pkg-octave-commit mailing list