--- librack-ruby-1.0.0.orig/debian/control +++ librack-ruby-1.0.0/debian/control @@ -0,0 +1,35 @@ +Source: librack-ruby +Section: ruby +Priority: optional +Maintainer: Sebastien Delafond +Build-Depends: debhelper (>= 6.0.7~) +Standards-Version: 3.8.1 + +Package: librack-ruby1.8 +Architecture: all +Depends: ruby, libruby1.8 +Description: A modular Ruby webserver interface (Ruby 1.8) + Rack provides a minimal, modular and adaptable interface for + developing web applications in Ruby. By wrapping HTTP requests and + responses in the simplest way possible, it unifies and distills the + API for web servers, web frameworks, and software in between (the + so-called middleware) into a single method call. + . + The exact details of this are described in the Rack specification, + which all Rack applications should conform to. + +Package: librack-ruby +Architecture: all +Depends: librack-ruby1.8 +Description: A modular Ruby webserver interface + Rack provides a minimal, modular and adaptable interface for + developing web applications in Ruby. By wrapping HTTP requests and + responses in the simplest way possible, it unifies and distills the + API for web servers, web frameworks, and software in between (the + so-called middleware) into a single method call. + . + The exact details of this are described in the Rack specification, + which all Rack applications should conform to. + . + This package provide documentation and depends on the package + containing the actual library for the default Ruby version. --- librack-ruby-1.0.0.orig/debian/copyright +++ librack-ruby-1.0.0/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Sebastien Delafond on +Wed, 07 May 2008 09:39:28 -0700. + +It was downloaded from + +Upstream Authors: + * Christian Neukirchen + * HTTP authentication: Tim Fletcher + * Cookie sessions, Static handler: Luc Heinrich + * Pool sessions, OpenID authentication: blink + * LiteSpeed handler: Adrian Madrid + * SCGI handler: Jeremy Evans + * Official Logo: Armin Ronacher + +Copyright: + + Copyright (c) 2007 Christian Neukirchen + + 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 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. --- librack-ruby-1.0.0.orig/debian/librack-ruby1.8.dirs +++ librack-ruby-1.0.0/debian/librack-ruby1.8.dirs @@ -0,0 +1,2 @@ +usr/lib/ruby/1.8 +usr/bin --- librack-ruby-1.0.0.orig/debian/rules +++ librack-ruby-1.0.0/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +DESTDIR=$(CURDIR)/debian/librack-ruby1.8 + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -fr $(DESTDIR) + dh_clean + +build: build-stamp +build-stamp: + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + mkdir -p $(DESTDIR) + dh_installdirs + cp -r lib/* $(DESTDIR)/usr/lib/ruby/1.8/ + cp -r bin/* $(DESTDIR)/usr/bin/ + +# Build architecture-independent files here. +binary-arch: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-indep: install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installdocs -p librack-ruby README doc/ example/ +# dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installman +# dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_installchangelogs -p librack-ruby ChangeLog AUTHORS RDOC README SPEC KNOWN-ISSUES + dh_link +# dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_lintian + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: clean binary-indep binary-arch binary install --- librack-ruby-1.0.0.orig/debian/changelog +++ librack-ruby-1.0.0/debian/changelog @@ -0,0 +1,30 @@ +librack-ruby (1.0.0-1) unstable; urgency=low + + * New upstream release. + * Added debian/watch file. + * Bumped up Standards version to 3.8.1. + * BUmped up debhelper compat level to 6. + * Moved to section "ruby". + * Added proper versioned dependency on debhelper (for dh_lintian). + * Updated short description for librack-ruby1.8. + + -- Sebastien Delafond Tue, 28 Apr 2009 02:14:00 -0700 + +librack-ruby (0.9.1-1) unstable; urgency=low + + * New upstream release (Closes: #516855). + + -- Sebastien Delafond Mon, 23 Feb 2009 19:29:20 -0800 + +librack-ruby (0.3.0-2) unstable; urgency=low + + * Corrected short description for librack-ruby1.8 + + -- Sebastien Delafond Wed, 07 May 2008 14:13:26 -0700 + +librack-ruby (0.3.0-1) unstable; urgency=low + + * Initial Release (Closes: #480035). + + -- Sebastien Delafond Wed, 07 May 2008 11:28:30 -0700 + --- librack-ruby-1.0.0.orig/debian/librack-ruby.lintian-overrides +++ librack-ruby-1.0.0/debian/librack-ruby.lintian-overrides @@ -0,0 +1,2 @@ +# this is only the doc for jquery +librack-ruby binary: embedded-javascript-library usr/share/doc/librack-ruby/doc/js/jquery.js.gz --- librack-ruby-1.0.0.orig/debian/watch +++ librack-ruby-1.0.0/debian/watch @@ -0,0 +1,8 @@ +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 2 file +version=3 + +http://chneukirchen.org/releases/rack-([\d.]+)\.tar\.gz --- librack-ruby-1.0.0.orig/debian/compat +++ librack-ruby-1.0.0/debian/compat @@ -0,0 +1 @@ +6