[DRE-commits] [gem2deb] 04/04: Just use debrelease (don't reinvent the wheel)

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Dec 4 00:55:31 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 9d03a6a88697a9e8c688c58d6c7499c249c4962a
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Dec 3 21:27:46 2013 -0300

    Just use debrelease (don't reinvent the wheel)
    
    Git-Dch: Ignore
---
 Rakefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Rakefile b/Rakefile
index 01b71fd..66c1045 100644
--- a/Rakefile
+++ b/Rakefile
@@ -79,13 +79,12 @@ namespace :release do
   task :sid do
     ENV['VERSION_CHECK_FATAL'] = 'yes'
     Rake::Task['version_check'].invoke
-    arch = `dpkg-architecture -qDEB_BUILD_ARCH`.strip
 
     sh 'git buildpackage --git-builder=sbuild'
     sh 'git buildpackage --git-tag-only'
     sh 'git push --all'
     sh 'git push --tags'
     sh 'debsign'
-    sh "dput ../gem2deb_#{$debian_version}_#{arch}.changes"
+    sh 'debrelease'
   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