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

Clint Byrum clint at ubuntu.com
Thu May 19 21:52:27 UTC 2011


The following commit has been merged in the master branch:
commit a84094d5124ddd632abd7c167ee041c62f6b8043
Author: Clint Byrum <clint at ubuntu.com>
Date:   Thu May 19 14:42:49 2011 -0700

    Initial release (Closes: #627330)

diff --git a/debian/changelog b/debian/changelog
index 915de5d..70bd0b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-rubyforge (2.0.4-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #627330)
 
- -- Clint Byrum <clint at ubuntu.com>  Thu, 19 May 2011 14:28:43 -0700
+ -- Clint Byrum <clint at ubuntu.com>  Thu, 19 May 2011 14:33:56 -0700
diff --git a/debian/control b/debian/control
index cc15282..6d2fa32 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,39 @@
-Source: ruby-rubyforge
+Source: rubyforge
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <clint at ubuntu.com>
+Uploaders:  Clint Byrum <clint at ubuntu.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.1.0), libjson-ruby (>= 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
+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
 Homepage: http://codeforpeople.rubyforge.org/rubyforge/
-XS-Ruby-Versions: all
 
 Package: ruby-rubyforge
 Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
-# json_pure (>= 1.1.7, runtime)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libjson-ruby (>= 1.1.7)
 Description: A script which automates a limited set of rubyforge operations
- A script which automates a limited set of rubyforge operations.
+ 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
+ by providing a home for open source Ruby projects.
  .
- * Run 'rubyforge help' for complete usage.
- * Setup: For first time users AND upgrades to 0.4.0:
- * rubyforge setup (deletes your username and password, so run sparingly!)
- * edit ~/.rubyforge/user-config.yml
- * rubyforge config
- * For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.
+ 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/copyright b/debian/copyright
index f56c99c..17085c9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
-Upstream-Name: rubyforge
-Source: FIXME (URL where source can be downloaded)
+Format: http://dep.debian.net/deps/dep5/
+Source: http://rubygems.org/gems/rubyforge
+Comment: Packaged by Clint Byrum <clint at ubuntu.com>
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+Copyright: Ryan Davis, Eric Hodel, Ara T Howard.
+License: MIT
+ Copyright (c) Ryan Davis, Eric Hodel, Ara T Howard.
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+ 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:
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ 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 OR COPYRIGHT HOLDERS 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.
 
 Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+Copyright: 2011 Canonical Ltd. All Rights Reserved
+License: MIT

-- 
ruby-rubyforge.git



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