[DRE-commits] [gem2deb] 01/03: dh-make-ruby: fix call to wrap-and-sort

Antonio Terceiro terceiro at moszumanska.debian.org
Sun May 17 02:16:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository gem2deb.

commit 3b1d36e1c112695777515ecc6058271853959f87
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat May 16 22:51:35 2015 -0300

    dh-make-ruby: fix call to wrap-and-sort
---
 debian/changelog            | 6 ++++++
 lib/gem2deb/dh_make_ruby.rb | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ee8c9a7..b8ea8ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gem2deb (0.17) UNRELEASED; urgency=medium
+
+  * dh-make-ruby: fix call to wrap-and-sort
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 16 May 2015 22:51:18 -0300
+
 gem2deb (0.16) unstable; urgency=medium
 
   * Add support for a 'nocheck' build profile, and document it in
diff --git a/lib/gem2deb/dh_make_ruby.rb b/lib/gem2deb/dh_make_ruby.rb
index 541197c..a76debd 100644
--- a/lib/gem2deb/dh_make_ruby.rb
+++ b/lib/gem2deb/dh_make_ruby.rb
@@ -191,7 +191,7 @@ module Gem2Deb
     end
 
     def wrap_and_sort
-      run('wrap-and-sort --wrap-always')
+      run('wrap-and-sort', '--wrap-always')
     end
 
     def read_upstream_source_info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



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