[DRE-commits] [SCM] ruby-rubyforge.git branch, master, updated. upstream/2.0.4-6-g60b384a

Clint Byrum clint at ubuntu.com
Wed May 25 04:55:09 UTC 2011


The following commit has been merged in the master branch:
commit 60b384a1a9b2a6d9f21b8340957f6218d92df2fb
Author: Clint Byrum <clint at ubuntu.com>
Date:   Fri May 20 09:12:19 2011 -0700

    - fixing ruby-rubyforge.docs FIXME line
    - editting short and logn description per http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html
    - fixing build-depends and depends to match policy

diff --git a/debian/control b/debian/control
index 15fe4d5..52b0182 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders:  Clint Byrum <clint at ubuntu.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.1.0), libjson-ruby (>= 1.1.7)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), ruby-json (>= 1.1.7)
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rubyforge.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rubyforge.git;a=summary
@@ -14,8 +14,11 @@ XS-Ruby-Versions: all
 Package: ruby-rubyforge
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libjson-ruby (>= 1.1.7)
-Description: A script which automates a limited set of rubyforge operations
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json (>= 1.1.7)
+Description: script and library which automate a limited set of rubyforge operations
+ This script and library implement a command line interface to a subset
+ of operations one can perform on rubyforge.
+ .
  RubyForge is a collaborative software development management system
  dedicated to projects related to the Ruby programming language. It was
  started in 2003 by Ruby Central in an effort to help the Ruby community
@@ -24,18 +27,3 @@ Description: A script which automates a limited set of rubyforge operations
  Description above copied from http://en.wikipedia.org/wiki/RubyForge
  under the terms of the Creative Commons Attribution Share Alike v3.0
  license.
- .
- This script and library implement a command line interface to a subset
- of operations one can perform on rubyforge. These include, but are not
- limited to:
- .
- "config" command to scrape group/project/release ids from rubyforge.
- "names" command to help pick groups and projects.
- "add_file" command to add a file to an existing release.
- "create_package" creates the named package under the specified group
- "add_release" release a file as release_name under the specified group_id
- and package_id.
- "add_file" add a file to an existing release under the specified group_id,
- package_id, and release_id
- "delete_package" delete a package and all of its files
- "post_news" post a news item to the specified group
diff --git a/debian/ruby-rubyforge.docs b/debian/ruby-rubyforge.docs
index 23a54bd..71dfd5b 100644
--- a/debian/ruby-rubyforge.docs
+++ b/debian/ruby-rubyforge.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.txt
+README.txt

-- 
ruby-rubyforge.git



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