[DRE-commits] r4361 - in trunk/libsexp-processor-ruby: . debian

Tobias Grimm tiber-guest at alioth.debian.org
Sat Nov 21 18:46:02 UTC 2009


Author: tiber-guest
Date: 2009-11-21 18:46:02 +0000 (Sat, 21 Nov 2009)
New Revision: 4361

Added:
   trunk/libsexp-processor-ruby/debian/
   trunk/libsexp-processor-ruby/debian/README.source
   trunk/libsexp-processor-ruby/debian/changelog
   trunk/libsexp-processor-ruby/debian/compat
   trunk/libsexp-processor-ruby/debian/control
   trunk/libsexp-processor-ruby/debian/copyright
   trunk/libsexp-processor-ruby/debian/rules
   trunk/libsexp-processor-ruby/debian/source.lintian-overrides
   trunk/libsexp-processor-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: trunk/libsexp-processor-ruby/debian/README.source
===================================================================
--- trunk/libsexp-processor-ruby/debian/README.source	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/README.source	2009-11-21 18:46:02 UTC (rev 4361)
@@ -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/libsexp-processor-ruby/debian/changelog
===================================================================
--- trunk/libsexp-processor-ruby/debian/changelog	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/changelog	2009-11-21 18:46:02 UTC (rev 4361)
@@ -0,0 +1,5 @@
+libsexp-processor-ruby (3.0.3-1) unstable; urgency=low
+
+  * Initial Release (Closes: #553942).
+
+ -- Sebastien Delafond <seb at debian.org>  Mon, 02 Nov 2009 11:55:03 +0100

Added: trunk/libsexp-processor-ruby/debian/compat
===================================================================
--- trunk/libsexp-processor-ruby/debian/compat	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/compat	2009-11-21 18:46:02 UTC (rev 4361)
@@ -0,0 +1 @@
+6

Added: trunk/libsexp-processor-ruby/debian/control
===================================================================
--- trunk/libsexp-processor-ruby/debian/control	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/control	2009-11-21 18:46:02 UTC (rev 4361)
@@ -0,0 +1,36 @@
+Source: libsexp-processor-ruby
+Section: ruby
+Priority: optional
+Maintainer: Sebastien Delafond <seb at debian.org>
+Build-Depends: debhelper (>> 6.0.0), ruby-pkg-tools (>= 0.8), cdbs, libsetup-ruby1.8
+Build-Depends-Indep: ruby1.8, ruby1.9
+Standards-Version: 3.8.3
+Homepage: http://rubyforge.org/forum/forum.php?forum_id=34209
+
+Package: libsexp-processor-ruby1.8
+Architecture: all
+Depends: ruby1.8, ${misc:Depends}
+Description: brings all the generic sexp processing tools to ruby (ruby 1.8)
+ sexp_processor branches from ParseTree bringing all the generic sexp
+ processing tools with it. Sexp, SexpProcessor, Environment, etc.
+ .
+ This is the package for ruby 1.8
+
+Package: libsexp-processor-ruby1.9
+Architecture: all
+Depends: ruby1.9, ${misc:Depends}
+Description: brings all the generic sexp processing tools to ruby (ruby 1.9) 
+ sexp_processor branches from ParseTree bringing all the generic sexp
+ processing tools with it. Sexp, SexpProcessor, Environment, etc.
+ .
+ This is the package for ruby 1.9
+
+Package: libsexp-processor-ruby
+Architecture: all
+Depends: libsexp-processor-ruby1.8, ${misc:Depends}
+Description: brings all the generic sexp processing tools to ruby
+ sexp_processor branches from ParseTree bringing all the generic sexp
+ processing tools with it. Sexp, SexpProcessor, Environment, etc.
+ .
+ This package provide documentation and depends on the package 
+ containing the actual library for the default Ruby version.

Added: trunk/libsexp-processor-ruby/debian/copyright
===================================================================
--- trunk/libsexp-processor-ruby/debian/copyright	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/copyright	2009-11-21 18:46:02 UTC (rev 4361)
@@ -0,0 +1,29 @@
+This package was debianized by Sebastien Delafond <seb at debian.org> on
+Mon, 02 Nov 2009 11:58:45 +0100
+
+It was downloaded from <URL:http://rubyforge.org/projects/parsetree/>
+
+Upstream Authors: Ryan Davis, Zen Spider Software
+
+Copyright:
+
+  Copyright (c) 2001-2007 Ryan Davis, Zen Spider Software
+
+  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/libsexp-processor-ruby/debian/rules
===================================================================
--- trunk/libsexp-processor-ruby/debian/rules	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/rules	2009-11-21 18:46:02 UTC (rev 4361)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


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

Added: trunk/libsexp-processor-ruby/debian/source.lintian-overrides
===================================================================
--- trunk/libsexp-processor-ruby/debian/source.lintian-overrides	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/source.lintian-overrides	2009-11-21 18:46:02 UTC (rev 4361)
@@ -0,0 +1,2 @@
+# libsetup-ruby1.8 is needed to clean
+libsexp-processor-ruby source: build-depends-without-arch-dep libsetup-ruby1.8

Added: trunk/libsexp-processor-ruby/debian/watch
===================================================================
--- trunk/libsexp-processor-ruby/debian/watch	                        (rev 0)
+++ trunk/libsexp-processor-ruby/debian/watch	2009-11-21 18:46:02 UTC (rev 4361)
@@ -0,0 +1,4 @@
+version=3
+
+http://rubyforge.org/frs/?group_id=439 \
+  .*sexp_processor-(.+).tgz




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