[DRE-commits] [SCM] ruby-openid.git branch, master, updated. upstream/2.1.8-2-g365b384

Paul van Tilburg paulvt at debian.org
Fri May 11 22:29:20 UTC 2012


The following commit has been merged in the master branch:
commit 365b384c94e2cd733951f43dfc108483b7119946
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sat May 12 00:29:18 2012 +0200

    Merged some changes from the old libopenid-ruby package

diff --git a/debian/changelog b/debian/changelog
index 884a4d9..a93791c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,135 @@
-ruby-openid (2.1.8-1) UNRELEASED; urgency=low
+ruby-openid (2.1.8debian-2) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Source packages adapted according to the new Ruby policy:
+    - Build for both ruby1.8 and ruby1.9.1.
+    - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
+      debian/control accordingly.
+    - Changed the depends and recommends to follow the new Ruby
+      library naming scheme.
+  * debian/control:
+    - Added a default DM-Upload-Allowed field set to yes.
+    - Standards-Version bumped to 3.9.3; no changes required.
+    - Set XS-Ruby-Versions to all.
+    - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
+    - Switched the maintainer with the uploaders field as per new
+      convention the team is the default maintainer.
+    - Added libopenid-ruby and libopenid-ruby1.8 as transitional packages.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sat, 12 May 2012 00:27:14 +0200
+
+libopenid-ruby (2.1.8debian-1) unstable; urgency=low
+
+  [ Lucas Nussbaum ]
+  * debian/control: 
+    - Added Vcs-* fields.
+
+  [ Paul van Tilburg ]
+  * debian/control:
+    - Bumped standards-version to 3.8.4; no changes required.
+    - Added quilt to the build-depends.
+  * debian/patches: 
+    - Restructured to suit quilt.
+  * debian/rules:
+    - Replaced simple-patchsys.mk by patchsys-quilt.mk.
+  * debian/source/format:
+    - Set the 3.0 (quilt) format for now. 
+
+  [ Antonio Terceiro ]
+  * debian/repack.sh:
+   - Fix location of repackaged tarball
+   - Remove original tarball after repackaging, but keep the originally
+     downloaded file.
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Sun, 11 Apr 2010 20:59:44 -0300
+
+libopenid-ruby (2.1.7debian-1) unstable; urgency=low
+
+  * new upstream release
+  * Debian Policy 3.8.2
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 09 Jul 2009 03:48:04 -0700
+
+libopenid-ruby (2.1.6debian-1) unstable; urgency=low
+
+  [ Gunnar Wolf ]
+  * Changed section to Ruby as per ftp-masters' request
+
+  [ Ryan Niebur ]
+  * new upstream release
+  * add a repack script to do the repacking
+  * remove debian/README.Debian-sources, the script takes care of it now
+  * add dversionmangle
+  * add README.source
+  * add myself to Uploaders
+  * depend on misc:Depends
+  * Debian Policy 3.8.1
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 29 Apr 2009 17:22:20 -0700
+
+libopenid-ruby (2.1.2debian-1) unstable; urgency=low
+
+  * debian/patches/01-use-rubygems-correctly.diff: removed (already fixed by
+    upstream)
+  * debian/patches/10-use-locally-installed-hmac.diff: fix references in
+    upstream source to use system-installed ruby-hmac library instead of its
+    locally-bundled (which was removed from the upstream tarball). The files
+    in the pristine tarball are identical to the ones provided by
+    libhmac-ruby.
+  * debian/rules:
+    + do not remove hmac by hand anymore. Instead, test that they
+      are not there (they should be removed from tarball).
+    + do not compress Javascript, Ruby and ERB files in examples.
+  * added debian/README.Debian-sources explaining the process to obtain a
+    tarball from upstream's pristine one.
+  * debian/control:
+    + removed dependency on libyadis-ruby1.8, since it is now being maintained
+      inside openid itself. (libyadis-ruby must be removed from the archive,
+      then).
+    + bumped standards version to 3.8.0. No changes needed.
+    + mentioned documentation and examples in description for libopenid-ruby.
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Sat, 19 Jul 2008 21:01:37 -0300
+
+libopenid-ruby (1.1.4-3) unstable; urgency=low
+
+  * debian/watch: pick only tarballs with an actual version number
+    on the name.
+  * debian/TODO: removed
+  * debian/patches/01-use-rubygems-correctly.diff: fix usage of deprecated
+    rubygems 'require_gem'. (Closes: #470282)
+  * debian/libopenid-ruby.overrides: removed. It seems that lintian won't
+    complain about the empty files in the examples anymore.
+  * debian/libopenid-ruby.dirs: removed (contained only the overrides dir)
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Thu, 13 Mar 2008 12:23:53 -0300
+
+libopenid-ruby (1.1.4-2) unstable; urgency=low
+
+  [ Antonio Terceiro ]
+  * debian/copyright: listing copyright information for every source file to
+    which it's available. Thanks to Joerg Jaspert for pointing this out in
+    behalf of the ftpmaster team.
+  * debian/rules:
+    * remove hmac files already provided by libhmac-ruby package on
+      install target
+    * installing documentation on Ruby-version-independent package
+  * debian/watch: pointing to upstream's new tarball location
+  * debian/control: added "XS-Dm-Upload-Allowed: yes" to allow Debian
+    Maintainers to upload this package.
+
+  [ Paul van Tilburg ]
+  * Added Vcs-* fields.
+  * Bumped the standards version to 3.7.3; no changes required.
+
+  [ Antonio Terceiro ]
+  * upstream's examples contain empty files: added lintian overrides so
+    lintian does not keep reminding us of this fact.
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Fri, 21 Dec 2007 15:06:08 -0300
+
+libopenid-ruby (1.1.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #419778)
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Tue, 17 Apr 2007 20:00:36 -0300
 
- -- Cédric Boutillier <cedric.boutillier at gmail.com>  Wed, 09 May 2012 12:46:14 +0200
diff --git a/debian/control b/debian/control
index b1a35a4..aa9d2d6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
-Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-openid.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-openid.git;a=summary
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-openid.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-openid.git;a=summary
 Homepage: http://github.com/openid/ruby-openid
 XS-Ruby-Versions: all
 
@@ -15,5 +15,43 @@ Package: ruby-openid
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: A library for consuming and serving OpenID identities.
- <insert long description, indented with spaces>
+Replaces: libopenid-ruby (<< 2.1.8-1~), libopenid-ruby1.8 (<< 2.1.8-1~)
+Breaks: libopenid-ruby (<< 2.1.8-1~), libopenid-ruby1.8 (<< 2.1.8-1~)
+Provides: libopenid-ruby, libopenid-ruby1.8
+Description: 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
+
+# Transitional packages
+Package: libopenid-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-openid
+Description: Transitional package for ruby-openid
+ This is a transitional package to ease upgrades to the ruby-openid
+ package. It can safely be removed.
+
+Package: libopenid-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-openid
+Description: Transitional package for ruby-openid
+ This is a transitional package to ease upgrades to the ruby-openid
+ package. It can safely be removed.
diff --git a/debian/ruby-openid.docs b/debian/ruby-openid.docs
index 786a9ba..e845566 100644
--- a/debian/ruby-openid.docs
+++ b/debian/ruby-openid.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README
+README
diff --git a/debian/ruby-openid.examples b/debian/ruby-openid.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-openid.examples
+++ b/debian/ruby-openid.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*

-- 
ruby-openid.git



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