[DRE-commits] [SCM] ruby-rack.git branch, upstream, updated. debian/1.4.0-1-5-g065db2a

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue Mar 6 16:12:17 UTC 2012


The following commit has been merged in the upstream branch:
commit 8ed62498659cbe45be4ad960ffbbf6ee6369a3dc
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Tue Apr 26 15:44:15 2011 +0200

    Imported Debian patch 1.2.2-1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..58da33f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,85 @@
+ruby-rack (1.2.2-1) unstable; urgency=low
+
+  * Switch to gem2deb-based packaging. Rename source and binary package.
+  * libopenssl-ruby was merged in the main ruby package. Closes: #574960
+    Closes: #592416.
+  * new upstream release.
+  * TESTS ARE DISABLED: many dependencies required for tests are not
+    packaged yet.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 26 Apr 2011 15:44:15 +0200
+
+librack-ruby (1.1.0-4) unstable; urgency=low
+
+  * Team upload.
+  * This package is now maintained within the Debian/Ruby Extras team.
+  * debian/control: 
+    - Added the team (and myself) to the uploaders.
+    - Updated the Vcs-* fields.
+  * Version the dependency between librack-ruby and librack-ruby1.8.
+    Closes: #583553
+  * Rename the 1.9.1 binary to rackup1.9.1
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 18 Sep 2010 08:31:46 +0200
+
+librack-ruby (1.1.0-3) unstable; urgency=low
+
+  * adopt package
+  * add Conflicts/Replaces from librack-ruby1.9.1 to librack-ruby1.9
+    because of /usr/bin/rackup1.9 (Closes: #570435)
+
+ -- Ryan Niebur <ryan at debian.org>  Sat, 13 Mar 2010 12:14:56 -0800
+
+librack-ruby (1.1.0-2) unstable; urgency=low
+
+  * Move to ruby1.9.1 (Closes: #569884).
+  * Removed unused lintian override.
+  * Bumped up Standards-Version.
+  
+ -- Sebastien Delafond <seb at debian.org>  Mon, 15 Feb 2010 19:42:49 +0100
+
+librack-ruby (1.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sebastien Delafond <seb at debian.org>  Fri, 08 Jan 2010 18:50:25 +0100
+
+librack-ruby (1.0.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped up Standards revision.
+  * Moved to CDBS.
+  * Lintian cleanups.
+
+ -- Sebastien Delafond <seb at debian.org>  Wed, 21 Oct 2009 11:36:29 +0200
+
+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 <seb at debian.org>  Tue, 28 Apr 2009 02:14:00 -0700
+
+librack-ruby (0.9.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #516855).
+
+ -- Sebastien Delafond <seb at debian.org>  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 <seb at debian.org>  Wed, 07 May 2008 14:13:26 -0700
+
+librack-ruby (0.3.0-1) unstable; urgency=low
+
+  * Initial Release (Closes: #480035).
+
+ -- Sebastien Delafond <seb at debian.org>  Wed, 07 May 2008 11:28:30 -0700
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..033aaf7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: ruby-rack
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1)
+# bacon (>= 0, development), rake (>= 0, development), fcgi (>= 0, development), memcache-client (>= 0, development), mongrel (>= 0, development), thin (>= 0, development)
+Standards-Version: 3.9.1
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rack.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rack.git;a=summary
+Homepage: http://rack.rubyforge.org
+XS-Ruby-Versions: all
+
+Package: ruby-rack
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1503aef
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This package was debianized by Sebastien Delafond <seb at debian.org> on
+Wed, 07 May 2008 09:39:28 -0700.
+
+It was downloaded from <URL:http://rack.rubyforge.org>
+
+Upstream Authors:
+  * Christian Neukirchen <chneukirchen at gmail.com>
+  * HTTP authentication: Tim Fletcher <twoggle at gmail.com>
+  * Cookie sessions, Static handler: Luc Heinrich <luc at honk-honk.com>
+  * Pool sessions, OpenID authentication: blink <blinketje at gmail.com>
+  * LiteSpeed handler: Adrian Madrid
+  * SCGI handler: Jeremy Evans
+  * Official Logo: Armin Ronacher
+
+Copyright:
+  doc/js/jquery.js is Copyright (c) 2009 John Resig, and
+  is distributed under either the MIT or GPL licenses.
+
+  doc/js/thickbox-compressed.js is Copyright (c) 2007 Cody Lindley, and
+  is licensed under the MIT license.
+
+  The rest of the source is Copyright (c) 2007 Christian Neukirchen
+  <chneukirchen at gmail.com>.
+
+  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.
+
+On Debian systems, the text of the GPL license version 2 can be found at
+`/usr/share/common-licenses/GPL-2'
diff --git a/debian/ruby-rack.docs b/debian/ruby-rack.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/ruby-rack.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a5e7dc8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#
+# Uncomment to ignore all test failures (but the tests will run anyway)
+#export DH_RUBY_IGNORE_TESTS=all
+#
+# Uncomment to ignore some test failures (but the tests will run anyway).
+# Valid values:
+#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
+#
+# If you need to specify the .gemspec (eg there is more than one)
+#export DH_RUBY_GEMSPEC=gem.gemspec
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d78431f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rack .*/rack-(.*).tar.gz

-- 
ruby-rack.git



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