[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.7-4-g97c4bc6

Antonio Terceiro terceiro at softwarelivre.org
Mon Sep 5 05:40:25 UTC 2011


The following commit has been merged in the master branch:
commit 975cc93ff83280ddb6263444f66974cd0fc17d09
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Sep 4 21:53:34 2011 -0700

    Fix --only-tarball option

diff --git a/bin/gem2deb b/bin/gem2deb
index 90c63e7..934648a 100755
--- a/bin/gem2deb
+++ b/bin/gem2deb
@@ -38,7 +38,7 @@ optparse = OptionParser.new do |opts|
   end
 
   opts.on('-t', '--only-tarball', 'stop after creating the tar.gz archive') do
-    $only_tarball = false
+    $only_tarball = true
   end
 
   opts.on('-s', '--only-source-dir', 'stop after preparing the Debian source package') do

-- 
gem2deb.git



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