[DRE-commits] r1225 - in packages-wip: . ruby-full ruby-full/trunk ruby-full/trunk/debian

Vincent Fourmond fourmond-guest at alioth.debian.org
Fri Dec 22 19:20:53 CET 2006


Author: fourmond-guest
Date: 2006-12-22 19:20:53 +0100 (Fri, 22 Dec 2006)
New Revision: 1225

Added:
   packages-wip/ruby-full/
   packages-wip/ruby-full/tags/
   packages-wip/ruby-full/trunk/
   packages-wip/ruby-full/trunk/debian/
   packages-wip/ruby-full/trunk/debian/changelog
   packages-wip/ruby-full/trunk/debian/compat
   packages-wip/ruby-full/trunk/debian/control
   packages-wip/ruby-full/trunk/debian/control.in
   packages-wip/ruby-full/trunk/debian/copyright
   packages-wip/ruby-full/trunk/debian/rules
Log:
[svn-inject] Installing original source of ruby-full

Added: packages-wip/ruby-full/trunk/debian/changelog
===================================================================
--- packages-wip/ruby-full/trunk/debian/changelog	2006-12-19 11:48:48 UTC (rev 1224)
+++ packages-wip/ruby-full/trunk/debian/changelog	2006-12-22 18:20:53 UTC (rev 1225)
@@ -0,0 +1,5 @@
+ruby-full (0.1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Vincent Fourmond <vincent.fourmond at 9online.fr>  Fri, 22 Dec 2006 18:57:41 +0100

Added: packages-wip/ruby-full/trunk/debian/compat
===================================================================
--- packages-wip/ruby-full/trunk/debian/compat	2006-12-19 11:48:48 UTC (rev 1224)
+++ packages-wip/ruby-full/trunk/debian/compat	2006-12-22 18:20:53 UTC (rev 1225)
@@ -0,0 +1 @@
+5

Added: packages-wip/ruby-full/trunk/debian/control
===================================================================
--- packages-wip/ruby-full/trunk/debian/control	2006-12-19 11:48:48 UTC (rev 1224)
+++ packages-wip/ruby-full/trunk/debian/control	2006-12-22 18:20:53 UTC (rev 1225)
@@ -0,0 +1,20 @@
+Source: ruby-full
+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>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools
+Standards-Version: 3.7.2
+
+Package: ruby-full
+Architecture: all
+Depends: ruby, irb, rdoc, ri, libdbm-ruby, libgdbm-ruby, libruby-extras
+Recommends: libtcltk-ruby
+Description: Ruby full installation
+ For many good reasons, the Ruby programming language is split in many
+ small different packages. Installing this package will make sure you have
+ all the packages that add up to a full Ruby installation, with the exception
+ of the Tcl/Tk bindings for Ruby which are only recommended.
+ .
+ This package installs the dependencies for the current version of Ruby, which
+ is 1.8.

Added: packages-wip/ruby-full/trunk/debian/control.in
===================================================================
--- packages-wip/ruby-full/trunk/debian/control.in	2006-12-19 11:48:48 UTC (rev 1224)
+++ packages-wip/ruby-full/trunk/debian/control.in	2006-12-22 18:20:53 UTC (rev 1225)
@@ -0,0 +1,20 @@
+Source: ruby-full
+Section: interpreters
+Priority: optional
+Maintainer: Vincent Fourmond <vincent.fourmond at 9online.fr>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools
+Standards-Version: 3.7.2
+
+Package: ruby-full
+Architecture: all
+Depends: ruby, irb, rdoc, ri, libdbm-ruby, libgdbm-ruby, libruby-extras
+Recommends: libtcltk-ruby
+Description: Ruby full installation
+ For many good reasons, the Ruby programming language is split in many
+ small different packages. Installing this package will make sure you have
+ all the packages that add up to a full Ruby installation, with the exception
+ of the Tcl/Tk bindings for Ruby which are only recommended.
+ .
+ This package installs the dependencies for the current version of Ruby, which
+ is 1.8.

Added: packages-wip/ruby-full/trunk/debian/copyright
===================================================================
--- packages-wip/ruby-full/trunk/debian/copyright	2006-12-19 11:48:48 UTC (rev 1224)
+++ packages-wip/ruby-full/trunk/debian/copyright	2006-12-22 18:20:53 UTC (rev 1225)
@@ -0,0 +1,26 @@
+This package was created by Vincent Fourmond <vincent.fourmond at 9online.fr> 
+based on a previous work by Paul van Tilburg <paulvt at debian.org> on
+Thu,  9 Nov 2006 11:26:45 +0100.
+
+Copyright (C) 2006 Paul van Tilburg <paulvt at debian.org>, 
+	Vincent Fourmond <vincent.fourmond at 9online.fr>
+
+License: 
+
+This program 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 program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABLILITY 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 program; 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'.
+

Added: packages-wip/ruby-full/trunk/debian/rules
===================================================================
--- packages-wip/ruby-full/trunk/debian/rules	2006-12-19 11:48:48 UTC (rev 1224)
+++ packages-wip/ruby-full/trunk/debian/rules	2006-12-22 18:20:53 UTC (rev 1225)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the ruby-full meta-package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk


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




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