[DRE-commits] r4321 - in trunk/libextlib-ruby: . debian

Bryan McLellan btm-guest at alioth.debian.org
Wed Nov 11 02:00:42 UTC 2009


Author: btm-guest
Date: 2009-11-11 02:00:40 +0000 (Wed, 11 Nov 2009)
New Revision: 4321

Added:
   trunk/libextlib-ruby/debian/
   trunk/libextlib-ruby/debian/changelog
   trunk/libextlib-ruby/debian/compat
   trunk/libextlib-ruby/debian/control
   trunk/libextlib-ruby/debian/copyright
   trunk/libextlib-ruby/debian/docs
   trunk/libextlib-ruby/debian/libextlib-ruby-doc.doc-base
   trunk/libextlib-ruby/debian/rules
   trunk/libextlib-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: trunk/libextlib-ruby/debian/changelog
===================================================================
--- trunk/libextlib-ruby/debian/changelog	                        (rev 0)
+++ trunk/libextlib-ruby/debian/changelog	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1,25 @@
+libextlib-ruby (0.9.13-1) unstable; urgency=low
+
+  * New upstream release
+  * Upstream removes rubygems require (Closes: Bug#541404)
+  * Update watchfile to use githubredir
+  * Minor grammatical changes to short description
+  * Switch section to ruby from libs
+  * Bump standards revision to 3.8.3
+  * Move ruby-pkg-tools to build-depends
+  * Bump debhelper version from 4 to 5
+
+ -- Bryan McLellan <btm at loftninjas.org>  Thu, 10 Nov 2009 12:39:09 -0700
+
+libextlib-ruby (0.9.10-2) unstable; urgency=low
+
+  * Update package descriptions (Closes: Bug#520211)
+
+ -- Bryan McLellan <btm at loftninjas.org>  Wed, 18 Mar 2009 11:33:30 -0700
+
+libextlib-ruby (0.9.10-1) unstable; urgency=low
+
+  * Initial release (Closes: Bug#513295)
+
+ -- Bryan McLellan <btm at loftninjas.org>  Mon, 26 Jan 2009 20:38:53 -0800
+

Added: trunk/libextlib-ruby/debian/compat
===================================================================
--- trunk/libextlib-ruby/debian/compat	                        (rev 0)
+++ trunk/libextlib-ruby/debian/compat	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1 @@
+5

Added: trunk/libextlib-ruby/debian/control
===================================================================
--- trunk/libextlib-ruby/debian/control	                        (rev 0)
+++ trunk/libextlib-ruby/debian/control	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1,60 @@
+Source: libextlib-ruby
+Section: ruby
+Priority: extra
+Maintainer: Bryan McLellan <btm at loftninjas.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libextlib-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libextlib-ruby/
+Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.14)
+Build-Depends-Indep: graphviz, libsetup-ruby1.8, ruby1.8, ruby1.9
+Standards-Version: 3.8.3
+Homepage: http://rubyforge.org/projects/extlib/
+
+Package: libextlib-ruby
+Architecture: all
+Depends: libextlib-ruby1.8, ${misc:Depends}
+Suggests: libextlib-ruby-doc
+Description: general Ruby class extensions for DataMapper and Merb
+ This library provides a number of lightweight Ruby class extensions
+ extracted from DataMapper. Examples include a Mash class, which is a 
+ Hash with indifferent access and an added blank? method to most 
+ standard variable classes.
+ .
+ This package is a dependency package, which depends on the package
+ containing actual Ruby extlib libraries for the default Ruby version
+ (currently 1.8).
+
+Package: libextlib-ruby1.8
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
+Description: general Ruby 1.8 class extensions for DataMapper and Merb
+ This library provides a number of lightweight Ruby class extensions
+ extracted from DataMapper. Examples include a Mash class, which is a 
+ Hash with indifferent access and an added blank? method to most 
+ standard variable classes.
+ .
+ This package contains extlib libraries for Ruby 1.8.
+
+Package: libextlib-ruby1.9
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9
+Description: general Ruby 1.9 class extensions for DataMapper and Merb
+ This library provides a number of lightweight Ruby class extensions
+ extracted from DataMapper. Examples include a Mash class, which is a 
+ Hash with indifferent access and an added blank? method to most 
+ standard variable classes.
+ .
+ This package contains extlib libraries for Ruby 1.9.
+
+Package: libextlib-ruby-doc
+Section: doc
+Architecture: all
+Depends: libextlib-ruby, ${misc:Depends}
+Description: Documentation for libextlib-ruby
+ This library provides a number of lightweight Ruby class extensions
+ extracted from DataMapper. Examples include a Mash class, which is a 
+ Hash with indifferent access and an added blank? method to most 
+ standard variable classes.
+ .
+ This package provides generated HTML documentation for libextlib-ruby.
+

Added: trunk/libextlib-ruby/debian/copyright
===================================================================
--- trunk/libextlib-ruby/debian/copyright	                        (rev 0)
+++ trunk/libextlib-ruby/debian/copyright	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1,52 @@
+This package was debianized by Bryan McLellan <btm at loftninjas.org> on
+Mon, 26 Jan 2009 20:38:53 -0800.
+
+It was downloaded from <http://rubyforge.org/projects/extlib/>
+
+Upstream Authors:
+
+    Sam Smoot <ssmoot at gmail.com>
+    David Heinemeier Hansson <david at loudthinking.com>
+    Jan Molic
+    Thomas Sawyer
+
+Copyright:
+
+    <Copyright © 2008 Sam Smoot>
+    <Copyright © 2005-2008 David Heinemeier Hansson>
+    <Copyright © 2005 Jan Molic, Thomas Sawyer>
+
+License:
+
+    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.
+
+License for lib/extlib/dictionary.rb:
+
+    Ruby License
+  
+    This module is free software. You may use, modify, and/or redistribute this
+    software under the same terms as Ruby.
+ 
+    This program 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.
+
+The Debian packaging is © 2009, Bryan McLellan <btm at loftninjas.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libextlib-ruby/debian/docs
===================================================================
--- trunk/libextlib-ruby/debian/docs	                        (rev 0)
+++ trunk/libextlib-ruby/debian/docs	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1 @@
+History.txt

Added: trunk/libextlib-ruby/debian/libextlib-ruby-doc.doc-base
===================================================================
--- trunk/libextlib-ruby/debian/libextlib-ruby-doc.doc-base	                        (rev 0)
+++ trunk/libextlib-ruby/debian/libextlib-ruby-doc.doc-base	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1,10 @@
+Document: libextlib-ruby-doc
+Title: extlib API documentation
+Author: Sam Smoot
+Abstract: Rdoc-generated API documentation.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/libextlib-ruby-doc/rdoc/index.html
+Files: /usr/share/doc/libextlib-ruby-doc/rdoc/*
+

Added: trunk/libextlib-ruby/debian/rules
===================================================================
--- trunk/libextlib-ruby/debian/rules	                        (rev 0)
+++ trunk/libextlib-ruby/debian/rules	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+#binary-indep/libextlib-ruby-doc::
+#binary-arch/libextlib-ruby-doc::
+#	cp debian/libextlib-ruby-doc.doc-base.in debian/libextlib-ruby-doc.doc-base
+#	RDOC_HTML_FILES=`find $(CURDIR)/debian/libextlib-ruby-doc/usr/share/doc -name '*.html' | sed -e 's,$(CURDIR)/debian/libextlib-ruby-doc,,g' | xargs` ; \
+#  echo "Files: $$RDOC_HTML_FILES" >> debian/libextlib-ruby-doc.doc-base
+#
+#clean::
+#	rm -f debian/libextlib-ruby-doc.doc-base
+#


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

Added: trunk/libextlib-ruby/debian/watch
===================================================================
--- trunk/libextlib-ruby/debian/watch	                        (rev 0)
+++ trunk/libextlib-ruby/debian/watch	2009-11-11 02:00:40 UTC (rev 4321)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/datamapper/extlib/([0-9.]*).tar.gz




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