[DRE-commits] [SCM] gem2deb.git branch, master, updated. 9a1f733ad08434bc9b321f1a5143da2e13acd962

Lucas Nussbaum lucas at lucas-nussbaum.net
Fri Mar 11 21:04:38 UTC 2011


The following commit has been merged in the master branch:
commit 5bee5699313f4f98b494dd390a4a2e70d84b0c34
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Fri Mar 11 22:02:38 2011 +0100

    Document that gem2deb can download the gem using gem fetch

diff --git a/bin/gem2deb b/bin/gem2deb
index 7d62a53..5b84bfe 100755
--- a/bin/gem2deb
+++ b/bin/gem2deb
@@ -99,12 +99,14 @@ gem2deb - converts Rubygems' .gem file into Debian package
 
 =head1 SYNOPSIS
 
-B<gem2deb> [I<OPTIONS>] I<GEM>
+B<gem2deb> [I<OPTIONS>] I<GEMNAME> (to download the gem with I<gem fetch>)
+
+B<gem2deb> [I<OPTIONS>] I<GEMFILE> (to use a local .gem file)
 
 =head1 DESCRIPTION
 
-B<gem2deb> will convert the .gem file I<GEM> into a Debian source package, and
-then will attempt to build it. The process is made of several steps.
+B<gem2deb> converts the gem into a Debian source package, and then will attempt
+to build it. The process is made of several steps.
 
 First, B<gem2deb> converts the gem file to a tar.gz archive containing a
 metadata.yml file with the Gem specification. This is equivalent to what
@@ -139,6 +141,7 @@ Only build a Debian source package (do not build binary packages).
 
 =item B<-p PACKAGE>, B<--package PACKAGE>
 
+Specify package name (default: ruby-*).
 Passed to dh-make-ruby. See B<dh-make-ruby(1)>.
 
 =item B<-h>, B<--help>
diff --git a/debian/changelog b/debian/changelog
index b664cf2..f961f95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ gem2deb (0.1.1) experimental; urgency=low
   * Generate packages that depend on ruby1.8 | ruby-interpreter.
   * When tests fail, and user says No, do not continue.
   * Add Vcs-* fields after moving to PRE repo
+  * Document that gem2deb can download the gem using gem fetch
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Fri, 11 Mar 2011 21:52:51 +0100
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Fri, 11 Mar 2011 22:02:29 +0100
 
 gem2deb (0.1.0) experimental; urgency=low
 

-- 
gem2deb.git



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