[DRE-commits] r1578 - packages-wip/libyadis-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri May 18 10:18:57 UTC 2007


Author: paulvt
Date: 2007-05-18 10:18:57 +0000 (Fri, 18 May 2007)
New Revision: 1578

Removed:
   packages-wip/libyadis-ruby/trunk/debian/docs
Modified:
   packages-wip/libyadis-ruby/trunk/debian/control
   packages-wip/libyadis-ruby/trunk/debian/copyright
   packages-wip/libyadis-ruby/trunk/debian/rules
Log:
* Merged package data with my own package:
  - debian/control: 
    o use section libs and priority optional
    o added myself to the Uploaders.
    o Added build-depend-indep on ruby1.8, moved the build-depend-indep 
      on ruby-pkg-tools to the build-depends for it is used in the
      clean target.
    o Description adaptations; added homepage.
  - debian/copyright:
    o Added a licence remark for setup.rb which is LGPL, not Apache 2.0.
    o Updated the download page.
  - debian/docs, debian/libyadis-*:
    o Removed debian/docs containing only README for it is implied.
    o Added DH files to install the docs and examples.
  - debian/rules: small clean-up.


Modified: packages-wip/libyadis-ruby/trunk/debian/control
===================================================================
--- packages-wip/libyadis-ruby/trunk/debian/control	2007-05-18 04:26:37 UTC (rev 1577)
+++ packages-wip/libyadis-ruby/trunk/debian/control	2007-05-18 10:18:57 UTC (rev 1578)
@@ -1,33 +1,43 @@
 Source: libyadis-ruby
-Section: net
-Priority: extra
+Section: libs
+Priority: optional
 Maintainer: Antonio Terceiro <terceiro at softwarelivre.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 5)
+Build-Depends-Indep: ruby1.8
 Standards-Version: 3.7.2
-Build-Depends-Indep: ruby-pkg-tools
 
 Package: libyadis-ruby
 Architecture: all
 Depends: libyadis-ruby1.8
-Description: Yadis Service discovery library written in pure Ruby
- This library provides full yadis service discovery functionality. Features
- include:
+Description: Yadis service discovery library for Ruby
+ This library provides full Yadis service discovery functionality and
+ is written in pure Ruby.
+ Yadis is an open initiative to build an interoperable lightweight
+ discovery protocol for decentralized, user-centric digital identity and
+ related purposes.  Its features include:
  .
-  * Easy to use interface for fetching Yadis service information.
+  * Easy to use interface for fetching Yadis service information
   * XRDS parser
   * HTTPS and server certificate verification support
  .
- This is a meta package depending on the package for the default ruby version,
- ruby1.8.
+ Homepage: http://www.openidenabled.com/yadis/libraries/ruby
+ .
+ This is a meta package depending on the package for the default Ruby version,
+ Ruby 1.8.
 
 Package: libyadis-ruby1.8
 Architecture: all
 Depends: libruby1.8
-Description: Yadis Service discovery library written in pure Ruby
- This library provides full yadis service discovery functionality. Features
- include:
+Description: Yadis service discovery library for Ruby 1.8
+ This library provides full Yadis service discovery functionality and
+ is written in pure Ruby.
+ Yadis is an open initiative to build an interoperable lightweight
+ discovery protocol for decentralized, user-centric digital identity and
+ related purposes.  Its features include:
  .
-  * Easy to use interface for fetching Yadis service information.
+  * Easy to use interface for fetching Yadis service information
   * XRDS parser
   * HTTPS and server certificate verification support
+ .
+ Homepage: http://www.openidenabled.com/yadis/libraries/ruby

Modified: packages-wip/libyadis-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libyadis-ruby/trunk/debian/copyright	2007-05-18 04:26:37 UTC (rev 1577)
+++ packages-wip/libyadis-ruby/trunk/debian/copyright	2007-05-18 10:18:57 UTC (rev 1578)
@@ -1,14 +1,13 @@
 This package was debianized by Antonio S. de A. Terceiro <terceiro at softwarelivre.org> on
 Fri,  9 Feb 2007 20:20:04 -0300.
 
-It was downloaded from http://www.openidenabled.com/yadis/libraries/ruby/about
+It was downloaded from http://www.openidenabled.com/yadis/libraries/ruby/getting-ruby-yadis
 
+Copyright holder: JanRain, Inc. (http://www.janrain.com/)
 Upstream Authors:
   Brian Ellin, JanRain Inc. <brian at janrain.com>
   Eugene Eric Kim,  Blue Oxen Associates. <eekim at blueoxen.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
@@ -21,7 +20,12 @@
 implied. See the License for the specific language governing
 permissions and limitations under the License.
 
+---
+The setup.rb file included in the package's source is released under the GNU
+LGPL. On Debian systems, the complete text of the GNU Lesser General Public
+can be found in `/usr/share/common-licenses/LGPL'.
+
+---
 The Debian packaging is (C) 2007, Antonio S. de A. Terceiro
 <terceiro at softwarelivre.org> and is licensed under the same terms as the
 original package (see above).
-

Deleted: packages-wip/libyadis-ruby/trunk/debian/docs
===================================================================
--- packages-wip/libyadis-ruby/trunk/debian/docs	2007-05-18 04:26:37 UTC (rev 1577)
+++ packages-wip/libyadis-ruby/trunk/debian/docs	2007-05-18 10:18:57 UTC (rev 1578)
@@ -1 +0,0 @@
-README

Modified: packages-wip/libyadis-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libyadis-ruby/trunk/debian/rules	2007-05-18 04:26:37 UTC (rev 1577)
+++ packages-wip/libyadis-ruby/trunk/debian/rules	2007-05-18 10:18:57 UTC (rev 1578)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Yadis package.
   
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-
-# Add here any variable or target overrides you need.




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