[Pkg-octave-commit] rev 367 - tags/packages trunk/packages trunk/packages/octplot trunk/packages/octplot/debian

Rafa Rodriguez Galvan cucharro-guest at costa.debian.org
Sat Dec 3 16:40:39 UTC 2005


Author: cucharro-guest
Date: 2005-12-03 16:40:39 +0000 (Sat, 03 Dec 2005)
New Revision: 367

Added:
   tags/packages/octplot/
   trunk/packages/octplot/
   trunk/packages/octplot/debian/
   trunk/packages/octplot/debian/changelog
   trunk/packages/octplot/debian/compat
   trunk/packages/octplot/debian/control
   trunk/packages/octplot/debian/copyright
   trunk/packages/octplot/debian/rules
Log:
Initial import of package octplot

Added: trunk/packages/octplot/debian/changelog
===================================================================
--- trunk/packages/octplot/debian/changelog	2005-12-01 13:57:10 UTC (rev 366)
+++ trunk/packages/octplot/debian/changelog	2005-12-03 16:40:39 UTC (rev 367)
@@ -0,0 +1,22 @@
+octplot (0.3.0-1) unstable; urgency=low
+  
+  NOT YET RELEASED!
+  
+  +++ Changes by Rafa Rodriguez Galvan:
+
+  * Initial Release.
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Wed,  2 Dec 2005 21:08:43 -0100
+
+Local Variables:
+debian-changelog-full-name: "Debian Octave Group"
+debian-changelog-mailing-address: "pkg-octave-devel at lists.alioth.debian.org"
+eval: (add-local-hook
+  'debian-changelog-add-version-hook
+  (lambda ()
+    (save-excursion
+      (forward-line -1)
+      (beginning-of-line)
+      (insert "\n   NOT YET RELEASED!\n\n   +++ Changes by "
+        (or (getenv "DEBFULLNAME") (user-full-name)) "\n"))))
+End:

Added: trunk/packages/octplot/debian/compat
===================================================================
--- trunk/packages/octplot/debian/compat	2005-12-01 13:57:10 UTC (rev 366)
+++ trunk/packages/octplot/debian/compat	2005-12-03 16:40:39 UTC (rev 367)
@@ -0,0 +1 @@
+4

Added: trunk/packages/octplot/debian/control
===================================================================
--- trunk/packages/octplot/debian/control	2005-12-01 13:57:10 UTC (rev 366)
+++ trunk/packages/octplot/debian/control	2005-12-03 16:40:39 UTC (rev 367)
@@ -0,0 +1,17 @@
+Source: octplot
+Section: math
+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
+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).

Added: trunk/packages/octplot/debian/copyright
===================================================================
--- trunk/packages/octplot/debian/copyright	2005-12-01 13:57:10 UTC (rev 366)
+++ trunk/packages/octplot/debian/copyright	2005-12-03 16:40:39 UTC (rev 367)
@@ -0,0 +1,12 @@
+This package was debianized by Rafa Rodriguez Galvan <rafael.rodriguez at uca.es> 
+on Wed,  2 Dec 2005 21:08:43 -0100.
+
+It was downloaded from http://sourceforge.net/projects/octplot/
+
+Copyright Holder: Shai Ayal <shaiay at yahoo.com>
+
+License: octplot is released under the terms of the GNU General 
+Public License, version 2
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file '/usr/share/common-licenses/GPL'

Added: trunk/packages/octplot/debian/rules
===================================================================
--- trunk/packages/octplot/debian/rules	2005-12-01 13:57:10 UTC (rev 366)
+++ trunk/packages/octplot/debian/rules	2005-12-03 16:40:39 UTC (rev 367)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+# Define Makefile variables MDIR and OCTDIR, as sugested in DOG Guidelines.
+include /usr/share/octave/debian/defs.make
+
+# Include cdbs stuff
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+# Pass correct flags to configure script:
+DEB_CONFIGURE_EXTRA_FLAGS := --with-minpath=$(MDIR)
+DEB_CONFIGURE_EXTRA_FLAGS += --with-opath=$(OCTDIR) 
+CXXFLAGS += -fPIC
+
+rulesinfo:
+	@echo MDIR: $(MDIR)
+	@echo OCTDIR: $(OCTDIR)
+	@echo DEB_CONFIGURE_EXTRA_FLAGS: $(DEB_CONFIGURE_EXTRA_FLAGS)
+	@echo CXXFLAGS: $(CXXFLAGS)


Property changes on: trunk/packages/octplot/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list