[DRE-commits] r1526 - packages-wip/matheval-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Sun May 6 21:15:18 UTC 2007


Author: paulvt
Date: 2007-05-06 21:15:17 +0000 (Sun, 06 May 2007)
New Revision: 1526

Removed:
   packages-wip/matheval-ruby/trunk/debian/control.in
Modified:
   packages-wip/matheval-ruby/trunk/debian/changelog
   packages-wip/matheval-ruby/trunk/debian/control
   packages-wip/matheval-ruby/trunk/debian/rules
Log:
Removed usage of the uploaders rule. Cleaned up debian/rules and debian/control.  To follow convention the source pkg should be named libmatheval-ruby.

Modified: packages-wip/matheval-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/matheval-ruby/trunk/debian/changelog	2007-05-06 21:09:44 UTC (rev 1525)
+++ packages-wip/matheval-ruby/trunk/debian/changelog	2007-05-06 21:15:17 UTC (rev 1526)
@@ -1,6 +1,6 @@
-matheval-ruby (0.1-1) unstable; urgency=low
+libmatheval-ruby (0.1-1) unstable; urgency=low
 
-  * Initial release
+  * Initial release.
 
  -- Vincent Fourmond <vincent.fourmond at 9online.fr>  Mon,  3 Jul 2006 22:49:55 +0200
 

Modified: packages-wip/matheval-ruby/trunk/debian/control
===================================================================
--- packages-wip/matheval-ruby/trunk/debian/control	2007-05-06 21:09:44 UTC (rev 1525)
+++ packages-wip/matheval-ruby/trunk/debian/control	2007-05-06 21:15:17 UTC (rev 1526)
@@ -1,8 +1,8 @@
-Source: matheval-ruby
+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>, 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>
+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

Deleted: packages-wip/matheval-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/matheval-ruby/trunk/debian/control.in	2007-05-06 21:09:44 UTC (rev 1525)
+++ packages-wip/matheval-ruby/trunk/debian/control.in	2007-05-06 21:15:17 UTC (rev 1526)
@@ -1,28 +0,0 @@
-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.
-

Modified: packages-wip/matheval-ruby/trunk/debian/rules
===================================================================
--- packages-wip/matheval-ruby/trunk/debian/rules	2007-05-06 21:09:44 UTC (rev 1525)
+++ packages-wip/matheval-ruby/trunk/debian/rules	2007-05-06 21:15:17 UTC (rev 1526)
@@ -1,11 +1,8 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
-# This file is public domain.
+#
+# CDBS file that builds the Matheval Ruby packages.
   
 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




More information about the Pkg-ruby-extras-commits mailing list