[Pkg-octave-commit] rev 20 - trunk/packages/matwrap/debian
Rafael Laboissiere
rafael@costa.debian.org
Wed, 09 Feb 2005 14:06:32 +0100
Author: rafael
Date: 2005-02-09 14:06:32 +0100 (Wed, 09 Feb 2005)
New Revision: 20
Modified:
trunk/packages/matwrap/debian/changelog
trunk/packages/matwrap/debian/control
Log:
* debian/changelog: Added local variables for Emacs debian-changelog-mode
* debian/control: Set maintainer Debian Octave Group @ alioth.debian.org
Modified: trunk/packages/matwrap/debian/changelog
===================================================================
--- trunk/packages/matwrap/debian/changelog 2005-02-09 12:58:23 UTC (rev 19)
+++ trunk/packages/matwrap/debian/changelog 2005-02-09 13:06:32 UTC (rev 20)
@@ -1,3 +1,14 @@
+matwrap (0.57-4) unstable; urgency=low
+
+ NOT YET RELEASED!
+
+ +++ Changes by Rafael Laboissiere
+
+ * debian/changelog: Added local variables for Emacs debian-changelog-mode
+ * debian/control: Set maintainer Debian Octave Group @ alioth.debian.org
+
+ --
+
matwrap (0.57-3) unstable; urgency=low
* debian/control: Nitpicky Descriptionn fixes (Closes: #142511)
@@ -19,4 +30,7 @@
-- Dirk Eddelbuettel <edd@debian.org> Tue, 21 Dec 1999 20:19:48 -0500
-
+Local Variables:
+debian-changelog-full-name: "Debian Octave Group"
+debian-changelog-mailing-address: "pkg-octave-devel@lists.alioth.debian.org"
+End:
\ No newline at end of file
Modified: trunk/packages/matwrap/debian/control
===================================================================
--- trunk/packages/matwrap/debian/control 2005-02-09 12:58:23 UTC (rev 19)
+++ trunk/packages/matwrap/debian/control 2005-02-09 13:06:32 UTC (rev 20)
@@ -1,7 +1,7 @@
Source: matwrap
Section: math
Priority: optional
-Maintainer: Dirk Eddelbuettel <edd@debian.org>
+Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Build-Depends-Indep: debhelper (>= 3.0.0)
Standards-Version: 3.5.0
@@ -9,20 +9,20 @@
Architecture: all
Depends: ${perl:Depends}
Description: A wrapper generator for matrix languages
- Matwrap is a tool for interfacing C++ code into matrix-oriented scripting
+ Matwrap is a tool for interfacing C++ code into matrix-oriented scripting
languages such as Octave, Tela or Matlab 5.
.
- It generates all the code to convert from the scripting language's internal
- types into the types that your C++ code understands (e.g., double, char *,
+ It generates all the code to convert from the scripting language's internal
+ types into the types that your C++ code understands (e.g., double, char *,
float *, struct abc *). You do not need to understand any of the API details
- of the language to use your C++ code; just give matwrap a .h file describing
+ of the language to use your C++ code; just give matwrap a .h file describing
your functions.
.
- Brief list of features:
+ Brief list of features:
.
- - Functions are automatically vectorized.
- - Arguments containing dimensions of other vector and matrix arguments can
- be computed automatically and need not be specified.
- - Pointers to structures and classes are supported. Public member functions
+ - Functions are automatically vectorized.
+ - Arguments containing dimensions of other vector and matrix arguments can
+ be computed automatically and need not be specified.
+ - Pointers to structures and classes are supported. Public member functions
of classes may be called, and public data members may be evaluated or
- set. Inheritance is supported.
+ set. Inheritance is supported.