[DRE-commits] r4367 - in trunk/libruby2ruby-ruby: . debian debian/patches

Tobias Grimm tiber-guest at alioth.debian.org
Sun Nov 22 18:06:21 UTC 2009


Author: tiber-guest
Date: 2009-11-22 18:06:12 +0000 (Sun, 22 Nov 2009)
New Revision: 4367

Added:
   trunk/libruby2ruby-ruby/debian/
   trunk/libruby2ruby-ruby/debian/README.source
   trunk/libruby2ruby-ruby/debian/changelog
   trunk/libruby2ruby-ruby/debian/compat
   trunk/libruby2ruby-ruby/debian/control
   trunk/libruby2ruby-ruby/debian/copyright
   trunk/libruby2ruby-ruby/debian/patches/
   trunk/libruby2ruby-ruby/debian/patches/00list
   trunk/libruby2ruby-ruby/debian/patches/10_correct-path-for-ruby-interpreter.dpatch
   trunk/libruby2ruby-ruby/debian/rules
   trunk/libruby2ruby-ruby/debian/source.lintian-overrides
   trunk/libruby2ruby-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libruby2ruby-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libruby2ruby-ruby/debian/README.source
===================================================================
--- trunk/libruby2ruby-ruby/debian/README.source	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/README.source	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,4 @@
+Please refer to /usr/share/doc/dpatch/README.source.gz for more
+information about dpatch.
+
+ -- Sebastien Delafond <seb at debian.org>  Mon, 28 Sep 2009 18:12:26 +0200

Added: trunk/libruby2ruby-ruby/debian/changelog
===================================================================
--- trunk/libruby2ruby-ruby/debian/changelog	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/changelog	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,14 @@
+libruby2ruby-ruby (1.2.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Moved to CDBS.
+  * Added debian/watch file.
+  * Various lintian cleanups.
+
+ -- Sebastien Delafond <seb at debian.org>  Mon, 12 Oct 2009 17:56:18 +0200
+
+libruby2ruby-ruby (1.1.8-1) unstable; urgency=low
+
+  * Initial Release (Closes: #480697).
+
+ -- Sebastien Delafond <seb at debian.org>  Sun, 11 May 2008 10:29:11 -0700

Added: trunk/libruby2ruby-ruby/debian/compat
===================================================================
--- trunk/libruby2ruby-ruby/debian/compat	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/compat	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1 @@
+6

Added: trunk/libruby2ruby-ruby/debian/control
===================================================================
--- trunk/libruby2ruby-ruby/debian/control	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/control	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,39 @@
+Source: libruby2ruby-ruby
+Section: ruby
+Priority: optional
+Maintainer: Sebastien Delafond <seb at debian.org>
+Build-Depends: debhelper (>= 6), dpatch, cdbs, ruby-pkg-tools, libsetup-ruby1.8
+Build-Depends-Indep: ruby1.8, ruby1.9
+Standards-Version: 3.8.3
+Homepage: http://seattlerb.rubyforge.org/ruby2ruby/
+
+Package: libruby2ruby-ruby1.8
+Architecture: all
+Depends: ruby1.8, ${misc:Depends}
+Description: Generate pure ruby code easily from ParseTree's Sexps (ruby1.8)
+ ruby2ruby provides a means of generating pure ruby code easily from
+ ParseTree's Sexps. This makes making dynamic language processors much
+ easier in ruby than ever before.
+ .
+ This package is for ruby1.8
+
+Package: libruby2ruby-ruby1.9
+Architecture: all
+Depends: ruby1.9, ${misc:Depends}
+Description: Generate pure ruby code easily from ParseTree's Sexps (ruby1.9)
+ ruby2ruby provides a means of generating pure ruby code easily from
+ ParseTree's Sexps. This makes making dynamic language processors much
+ easier in ruby than ever before.
+ .
+ This package is for ruby1.9
+
+Package: libruby2ruby-ruby
+Architecture: all
+Depends: libruby2ruby-ruby1.8, ${misc:Depends}
+Description: Generate pure ruby code easily from ParseTree's Sexps
+ ruby2ruby provides a means of generating pure ruby code easily from
+ ParseTree's Sexps. This makes making dynamic language processors much
+ easier in ruby than ever before.
+ .
+ This package provide documentation and depends on the package 
+ containing the actual library for the default Ruby version.

Added: trunk/libruby2ruby-ruby/debian/copyright
===================================================================
--- trunk/libruby2ruby-ruby/debian/copyright	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/copyright	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,29 @@
+This package was debianized by Sebastien Delafond <seb at debian.org> on
+Sun, 11 May 2008 10:15:40 -0700
+
+It was downloaded from <URL:http://rubyforge.org/projects/seattlerb>
+
+Upstream Authors: Ryan Davis
+
+Copyright:
+
+  Ryan Davis (Copyright (c) 2006-2007 Ryan Davis)
+
+  Permission is hereby granted, free of charge, to any person obtaining
+  a copy of this software and associated documentation files (the
+  "Software"), to deal in the Software without restriction, including
+  without limitation the rights to use, copy, modify, merge, publish,
+  distribute, sublicense, and/or sell copies of the Software, and to
+  permit persons to whom the Software is furnished to do so, subject to
+  the following conditions:
+
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Added: trunk/libruby2ruby-ruby/debian/patches/00list
===================================================================
--- trunk/libruby2ruby-ruby/debian/patches/00list	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/patches/00list	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1 @@
+#10_correct-path-for-ruby-interpreter

Added: trunk/libruby2ruby-ruby/debian/patches/10_correct-path-for-ruby-interpreter.dpatch
===================================================================
--- trunk/libruby2ruby-ruby/debian/patches/10_correct-path-for-ruby-interpreter.dpatch	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/patches/10_correct-path-for-ruby-interpreter.dpatch	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_correct-path-for-ruby-interpreter.dpatch by Sebastien Delafond <seb at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correct Ruby interpreter.
+
+ at DPATCH@
+diff -urNad ruby2ruby-1.1.8~/bin/r2r_show ruby2ruby-1.1.8/bin/r2r_show
+--- ruby2ruby-1.1.8~/bin/r2r_show	2007-12-22 14:56:38.000000000 -0800
++++ ruby2ruby-1.1.8/bin/r2r_show	2008-05-11 10:26:40.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -ws
++#!/usr/bin/ruby1.8 -ws
+ 
+ require 'rubygems'
+ require 'ruby2ruby'

Added: trunk/libruby2ruby-ruby/debian/rules
===================================================================
--- trunk/libruby2ruby-ruby/debian/rules	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/rules	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+binary-post-install/libruby2ruby-ruby1.8::
+	mv debian/libruby2ruby-ruby1.8/usr/bin/r2r_show debian/libruby2ruby-ruby1.8/usr/bin/r2r_show1.8
+
+binary-post-install/libruby2ruby-ruby1.9::
+	mv debian/libruby2ruby-ruby1.9/usr/bin/r2r_show debian/libruby2ruby-ruby1.9/usr/bin/r2r_show1.9


Property changes on: trunk/libruby2ruby-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libruby2ruby-ruby/debian/source.lintian-overrides
===================================================================
--- trunk/libruby2ruby-ruby/debian/source.lintian-overrides	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/source.lintian-overrides	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,2 @@
+# libsetup-ruby1.8 is needed to clean
+libruby2ruby-ruby source: build-depends-without-arch-dep libsetup-ruby1.8

Added: trunk/libruby2ruby-ruby/debian/watch
===================================================================
--- trunk/libruby2ruby-ruby/debian/watch	                        (rev 0)
+++ trunk/libruby2ruby-ruby/debian/watch	2009-11-22 18:06:12 UTC (rev 4367)
@@ -0,0 +1,4 @@
+version=3
+
+http://rubyforge.org/frs/?group_id=1513&release_id=38002 \
+  .*ruby2ruby-(.*)\.tgz.*




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