[DRE-commits] r1406 - in packages-wip/libopenid-ruby/trunk: . debian

Antonio Terceiro terceiro-guest at alioth.debian.org
Tue Apr 17 22:13:13 UTC 2007


Author: terceiro-guest
Date: 2007-04-17 22:13:13 +0000 (Tue, 17 Apr 2007)
New Revision: 1406

Added:
   packages-wip/libopenid-ruby/trunk/debian/
   packages-wip/libopenid-ruby/trunk/debian/changelog
   packages-wip/libopenid-ruby/trunk/debian/compat
   packages-wip/libopenid-ruby/trunk/debian/control
   packages-wip/libopenid-ruby/trunk/debian/copyright
   packages-wip/libopenid-ruby/trunk/debian/docs
   packages-wip/libopenid-ruby/trunk/debian/libopenid-ruby1.8.examples
   packages-wip/libopenid-ruby/trunk/debian/rules
   packages-wip/libopenid-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libopenid-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libopenid-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/changelog	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/changelog	2007-04-17 22:13:13 UTC (rev 1406)
@@ -0,0 +1,6 @@
+libopenid-ruby (1.1.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Tue, 17 Apr 2007 19:11:56 -0300
+

Added: packages-wip/libopenid-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/compat	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/compat	2007-04-17 22:13:13 UTC (rev 1406)
@@ -0,0 +1 @@
+5

Added: packages-wip/libopenid-ruby/trunk/debian/control
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/control	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/control	2007-04-17 22:13:13 UTC (rev 1406)
@@ -0,0 +1,56 @@
+Source: libopenid-ruby
+Section: net
+Priority: extra
+Maintainer: Antonio Terceiro <terceiro at softwarelivre.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+Build-Depends-Indep: ruby-pkg-tools, ruby1.8
+
+Package: libopenid-ruby
+Architecture: all
+Depends: libopenid-ruby1.8
+Description: The Ruby OpenID library
+ A Ruby library for verifying and serving OpenID identities.  Ruby OpenID makes
+ it easy to add OpenID authentication to your web applications.
+ .
+ This library is a port of the Python OpenID library, and features:
+ .
+  * API for verifying OpenID identities (OpenID::Consumer)
+  * API for serving OpenID identities (OpenID::Server)
+  * Consumer and server support for extensions, including simple registration
+  * Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
+  * Does not depend on underlying web framework
+  * Multiple storage implementations (Filesystem, SQL)
+  * Comprehensive test suite
+  * Example code to help you get started, including:
+    * WEBrick based consumer
+    * Ruby on rails based server
+    * OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
+      for authentication
+    * ActiveRecord adapter for using an SQL store in rails
+  .
+  This is a dummy package depending on the package for the current version of
+  the Ruby interpreter.
+
+Package: libopenid-ruby1.8
+Architecture: all
+Depends: libruby1.8, libyadis-ruby1.8
+Description: The Ruby OpenID library
+ A Ruby library for verifying and serving OpenID identities.  Ruby OpenID makes
+ it easy to add OpenID authentication to your web applications.
+ .
+ This library is a port of the Python OpenID library, and features:
+ .
+  * API for verifying OpenID identities (OpenID::Consumer)
+  * API for serving OpenID identities (OpenID::Server)
+  * Consumer and server support for extensions, including simple registration
+  * Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
+  * Does not depend on underlying web framework
+  * Multiple storage implementations (Filesystem, SQL)
+  * Comprehensive test suite
+  * Example code to help you get started, including:
+    * WEBrick based consumer
+    * Ruby on rails based server
+    * OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
+      for authentication
+    * ActiveRecord adapter for using an SQL store in rails

Added: packages-wip/libopenid-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/copyright	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/copyright	2007-04-17 22:13:13 UTC (rev 1406)
@@ -0,0 +1,22 @@
+This package was debianized by Antonio S. de A. Terceiro <terceiro at softwarelivre.org> on
+Fri,  9 Feb 2007 18:38:42 -0300.
+
+It was downloaded from http://www.openidenabled.com/openid/libraries/ruby/download
+
+Upstream Author: Brian Ellin <brian at janrain.com>
+
+Copyright 2006 JanRain, Inc.
+
+Licensed under the Apache License, Version 2.0 (the "License"); you
+may not use this file except in compliance with the License. You may
+obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+implied. See the License for the specific language governing
+permissions and limitations under the License.
+
+The Debian packaging is (C) 2007, Antonio S. de A. Terceiro <terceiro at softwarelivre.org> and is licensed under the same license as the original package.

Added: packages-wip/libopenid-ruby/trunk/debian/docs
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/docs	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/docs	2007-04-17 22:13:13 UTC (rev 1406)
@@ -0,0 +1 @@
+README

Added: packages-wip/libopenid-ruby/trunk/debian/libopenid-ruby1.8.examples
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/libopenid-ruby1.8.examples	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/libopenid-ruby1.8.examples	2007-04-17 22:13:13 UTC (rev 1406)
@@ -0,0 +1 @@
+examples/*

Added: packages-wip/libopenid-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/rules	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/rules	2007-04-17 22:13:13 UTC (rev 1406)
@@ -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: packages-wip/libopenid-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libopenid-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libopenid-ruby/trunk/debian/watch	2007-04-17 22:12:54 UTC (rev 1405)
+++ packages-wip/libopenid-ruby/trunk/debian/watch	2007-04-17 22:13:13 UTC (rev 1406)
@@ -0,0 +1,2 @@
+version=3
+http://www.openidenabled.com/resources/downloads/ruby-openid/ruby-openid-(.*)\.tar\.gz




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