[DRE-commits] r1529 - in packages-wip: . libmatheval-ruby
libmatheval-ruby/trunk libmatheval-ruby/trunk/debian
Paul van Tilburg
paulvt at alioth.debian.org
Sun May 6 21:31:10 UTC 2007
Author: paulvt
Date: 2007-05-06 21:31:10 +0000 (Sun, 06 May 2007)
New Revision: 1529
Added:
packages-wip/libmatheval-ruby/
packages-wip/libmatheval-ruby/tags/
packages-wip/libmatheval-ruby/trunk/
packages-wip/libmatheval-ruby/trunk/debian/
packages-wip/libmatheval-ruby/trunk/debian/changelog
packages-wip/libmatheval-ruby/trunk/debian/compat
packages-wip/libmatheval-ruby/trunk/debian/control
packages-wip/libmatheval-ruby/trunk/debian/copyright
packages-wip/libmatheval-ruby/trunk/debian/dirs
packages-wip/libmatheval-ruby/trunk/debian/rules
packages-wip/libmatheval-ruby/trunk/debian/watch
Removed:
packages-wip/matheval-ruby/
Log:
Renamed the package dir; to follow convention the source pkg should be named libmatheval-ruby (second attempt to unf*ck it).
Added: packages-wip/libmatheval-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libmatheval-ruby/trunk/debian/changelog 2007-05-06 21:23:42 UTC (rev 1528)
+++ packages-wip/libmatheval-ruby/trunk/debian/changelog 2007-05-06 21:31:10 UTC (rev 1529)
@@ -0,0 +1,6 @@
+libmatheval-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-wip/libmatheval-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libmatheval-ruby/trunk/debian/compat 2007-05-06 21:23:42 UTC (rev 1528)
+++ packages-wip/libmatheval-ruby/trunk/debian/compat 2007-05-06 21:31:10 UTC (rev 1529)
@@ -0,0 +1 @@
+5
Added: packages-wip/libmatheval-ruby/trunk/debian/control
===================================================================
--- packages-wip/libmatheval-ruby/trunk/debian/control 2007-05-06 21:23:42 UTC (rev 1528)
+++ packages-wip/libmatheval-ruby/trunk/debian/control 2007-05-06 21:31:10 UTC (rev 1529)
@@ -0,0 +1,28 @@
+Source: libmatheval-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>
+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-wip/libmatheval-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libmatheval-ruby/trunk/debian/copyright 2007-05-06 21:23:42 UTC (rev 1528)
+++ packages-wip/libmatheval-ruby/trunk/debian/copyright 2007-05-06 21:31:10 UTC (rev 1529)
@@ -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-wip/libmatheval-ruby/trunk/debian/dirs
===================================================================
--- packages-wip/libmatheval-ruby/trunk/debian/dirs 2007-05-06 21:23:42 UTC (rev 1528)
+++ packages-wip/libmatheval-ruby/trunk/debian/dirs 2007-05-06 21:31:10 UTC (rev 1529)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
Added: packages-wip/libmatheval-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libmatheval-ruby/trunk/debian/rules 2007-05-06 21:23:42 UTC (rev 1528)
+++ packages-wip/libmatheval-ruby/trunk/debian/rules 2007-05-06 21:31:10 UTC (rev 1529)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+#
+# CDBS file that builds the Matheval Ruby packages.
+
+DEB_AUTO_CLEANUP_RCS := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
Property changes on: packages-wip/libmatheval-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages-wip/libmatheval-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libmatheval-ruby/trunk/debian/watch 2007-05-06 21:23:42 UTC (rev 1528)
+++ packages-wip/libmatheval-ruby/trunk/debian/watch 2007-05-06 21:31:10 UTC (rev 1529)
@@ -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-commits
mailing list