[DRE-commits] [gem2deb] 01/01: Rakefile: fix `dput` step in release target

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Dec 2 13:07:38 UTC 2013


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit db7499e83dda6dd960a8c9d397561cb25191cef1
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Dec 2 10:04:02 2013 -0300

    Rakefile: fix `dput` step in release target
    
    Git-Dch: Ignore
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 31e8a19..01b71fd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -86,6 +86,6 @@ namespace :release do
     sh 'git push --all'
     sh 'git push --tags'
     sh 'debsign'
-    sh "dput ../gem2deb_#{$debian_version}#{arch}.changes"
+    sh "dput ../gem2deb_#{$debian_version}_#{arch}.changes"
   end
 end

-- 
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