[Pkg-ruby-extras-maintainers] r667 - in packages/matheval-ruby/trunk: . debian

Vincent Fourmond fourmond-guest at costa.debian.org
Mon Jul 3 23:01:58 UTC 2006


Author: fourmond-guest
Date: 2006-07-03 23:01:57 +0000 (Mon, 03 Jul 2006)
New Revision: 667

Added:
   packages/matheval-ruby/trunk/debian/
   packages/matheval-ruby/trunk/debian/changelog
   packages/matheval-ruby/trunk/debian/compat
   packages/matheval-ruby/trunk/debian/control
   packages/matheval-ruby/trunk/debian/control.in
   packages/matheval-ruby/trunk/debian/copyright
   packages/matheval-ruby/trunk/debian/dirs
   packages/matheval-ruby/trunk/debian/rules
   packages/matheval-ruby/trunk/debian/watch
Log:
Load newtrunk into packages/matheval-ruby/trunk.


Added: packages/matheval-ruby/trunk/debian/changelog
===================================================================
--- packages/matheval-ruby/trunk/debian/changelog	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/changelog	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1,6 @@
+matheval-ruby (0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Vincent Fourmond <vincent.fourmond at 9online.fr>  Mon,  3 Jul 2006 22:49:55 +0200
+

Added: packages/matheval-ruby/trunk/debian/compat
===================================================================
--- packages/matheval-ruby/trunk/debian/compat	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/compat	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1 @@
+5

Added: packages/matheval-ruby/trunk/debian/control
===================================================================
--- packages/matheval-ruby/trunk/debian/control	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/control	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1,28 @@
+Source: matheval-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Vincent Fourmond <vincent.fourmond at 9online.fr>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>
+Build-Depends: cdbs, ruby-pkg-tools, debhelper (>= 5.0.0), ruby1.8-dev, ruby1.8,
+ libmatheval1-dev
+Standards-Version: 3.7.2
+
+Package: libmatheval-ruby
+Architecture: any
+Depends: libmatheval-ruby1.8
+Description: Library for fast evaluation of mathematical functions
+ libmatheval-ruby is a simple wrapper around libmatheval, a C library that
+ provides simple and fast evaluation of mathematical functions at run time.
+ It runs way faster than eval() and you can derive formulas.
+ .
+ This package is a dependency package, which depends on Debian's default Ruby
+ version (currently 1.8.x).
+
+Package: libmatheval-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ruby1.8
+Description: Library for fast evaluation of mathematical functions
+ libmatheval-ruby is a simple wrapper around libmatheval, a C library that
+ provides simple and fast evaluation of mathematical functions at run time.
+ It runs way faster than eval() and you can derive formulas.
+

Added: packages/matheval-ruby/trunk/debian/control.in
===================================================================
--- packages/matheval-ruby/trunk/debian/control.in	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/control.in	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1,28 @@
+Source: matheval-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Vincent Fourmond <vincent.fourmond at 9online.fr>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, ruby-pkg-tools, debhelper (>= 5.0.0), ruby1.8-dev, ruby1.8,
+ libmatheval1-dev
+Standards-Version: 3.7.2
+
+Package: libmatheval-ruby
+Architecture: any
+Depends: libmatheval-ruby1.8
+Description: Library for fast evaluation of mathematical functions
+ libmatheval-ruby is a simple wrapper around libmatheval, a C library that
+ provides simple and fast evaluation of mathematical functions at run time.
+ It runs way faster than eval() and you can derive formulas.
+ .
+ This package is a dependency package, which depends on Debian's default Ruby
+ version (currently 1.8.x).
+
+Package: libmatheval-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ruby1.8
+Description: Library for fast evaluation of mathematical functions
+ libmatheval-ruby is a simple wrapper around libmatheval, a C library that
+ provides simple and fast evaluation of mathematical functions at run time.
+ It runs way faster than eval() and you can derive formulas.
+

Added: packages/matheval-ruby/trunk/debian/copyright
===================================================================
--- packages/matheval-ruby/trunk/debian/copyright	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/copyright	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1,30 @@
+This package was debianized by Vincent Fourmond <vincent.fourmond at 9online.fr> on
+Mon,  3 Jul 2006 22:49:55 +0200.
+
+It was downloaded from http://rubyforge.org/frs/?group_id=1477
+
+Upstream Author: Vincent Fourmond (as well)
+
+Copyright: Vincent Fourmond, 2006
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2006, Vincent Fourmond <vincent.fourmond at 9online.fr> and
+is licensed under the GPL, see above.

Added: packages/matheval-ruby/trunk/debian/dirs
===================================================================
--- packages/matheval-ruby/trunk/debian/dirs	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/dirs	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/matheval-ruby/trunk/debian/rules
===================================================================
--- packages/matheval-ruby/trunk/debian/rules	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/rules	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
+# This file is public domain.
+  
+DEB_AUTO_CLEANUP_RCS            := yes
+
+# Add here any variable or target overrides you need
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk


Property changes on: packages/matheval-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/matheval-ruby/trunk/debian/watch
===================================================================
--- packages/matheval-ruby/trunk/debian/watch	2006-07-03 23:01:13 UTC (rev 666)
+++ packages/matheval-ruby/trunk/debian/watch	2006-07-03 23:01:57 UTC (rev 667)
@@ -0,0 +1,3 @@
+# Compulsory line, this is a version 3 file
+version=3
+http://rubyforge.org/frs/?group_id=1477 .*matheval-ruby-(.*)\.t.*




More information about the pkg-ruby-extras-maintainers mailing list