--- libextlib-ruby-0.9.13.orig/debian/libextlib-ruby-doc.doc-base +++ libextlib-ruby-0.9.13/debian/libextlib-ruby-doc.doc-base @@ -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/* + --- libextlib-ruby-0.9.13.orig/debian/copyright +++ libextlib-ruby-0.9.13/debian/copyright @@ -0,0 +1,52 @@ +This package was debianized by Bryan McLellan on +Mon, 26 Jan 2009 20:38:53 -0800. + +It was downloaded from + +Upstream Authors: + + Sam Smoot + David Heinemeier Hansson + Jan Molic + Thomas Sawyer + +Copyright: + + + + + +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 and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libextlib-ruby-0.9.13.orig/debian/compat +++ libextlib-ruby-0.9.13/debian/compat @@ -0,0 +1 @@ +5 --- libextlib-ruby-0.9.13.orig/debian/rules +++ libextlib-ruby-0.9.13/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk + +DEB_INSTALL_CHANGELOGS_ALL=History.txt + +#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 +# --- libextlib-ruby-0.9.13.orig/debian/watch +++ libextlib-ruby-0.9.13/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://githubredir.debian.net/github/datamapper/extlib/([0-9.]*).tar.gz --- libextlib-ruby-0.9.13.orig/debian/control +++ libextlib-ruby-0.9.13/debian/control @@ -0,0 +1,60 @@ +Source: libextlib-ruby +Section: ruby +Priority: extra +Maintainer: Bryan McLellan +Uploaders: Debian Ruby Extras Maintainers +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.17) +Build-Depends-Indep: graphviz, libsetup-ruby1.8, ruby1.8, ruby1.9.1 +Standards-Version: 3.8.4 +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.1 +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1 +Description: general Ruby 1.9.1 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.1. + +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. + --- libextlib-ruby-0.9.13.orig/debian/changelog +++ libextlib-ruby-0.9.13/debian/changelog @@ -0,0 +1,33 @@ +libextlib-ruby (0.9.13-2) unstable; urgency=low + + * std-ver -> 3.8.4. No changes needed. + * Switch to ruby 1.9.1. Closes: #569866. + + -- Lucas Nussbaum Sat, 20 Feb 2010 19:06:29 +0100 + +libextlib-ruby (0.9.13-1) unstable; urgency=low + + * New upstream release + - Removes rubygems require (Closes: Bug541404) + * 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 + * Move History.txt from docs to changelogs + + -- Bryan McLellan 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 Wed, 18 Mar 2009 11:33:30 -0700 + +libextlib-ruby (0.9.10-1) unstable; urgency=low + + * Initial release (Closes: Bug#513295) + + -- Bryan McLellan Mon, 26 Jan 2009 20:38:53 -0800 +