[DRE-commits] [pry] 03/03: Prepare upload

Youhei SASAKI uwabami-guest at alioth.debian.org
Wed Aug 7 15:57:51 UTC 2013


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

uwabami-guest pushed a commit to branch master
in repository pry.

commit d08d88a7baf54a1871d001d3de943365c02269bf
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Aug 8 00:56:51 2013 +0900

    Prepare upload
    
    Prepare upload
     - Bump Standard version: 3.9.4
     - Update Depends and Build-Depends: Add rubygems-integration
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog     |    4 ++--
 debian/control       |   15 ++++++++++++---
 debian/ruby-tests.rb |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e314714..4c36847 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-pry (0.9.8.2-1) unstable; urgency=low
+pry (0.9.12.2-1) unstable; urgency=low
 
   * Initial release (Closes: #660619)
 
- -- Youhei SASAKI <uwabami at gfd-dennou.org>  Mon, 20 Feb 2012 15:25:23 +0900
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Thu, 08 Aug 2013 00:14:33 +0900
diff --git a/debian/control b/debian/control
index aa913ba..ba89002 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,14 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb,
- ruby-slop, ruby-method-source, ruby-bacon, ruby-coderay, rubygems, ruby-open4
-Standards-Version: 3.9.2
+ ruby-slop,
+ ruby-method-source,
+ ruby-bacon,
+ ruby-coderay,
+ ruby-mocha,
+ ruby-open4,
+ rubygems-integration
+Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-pry.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-pry.git;a=summary
 Homepage: http://pry.github.com
@@ -15,7 +21,10 @@ Package: pry
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-coderay, ruby-slop, ruby-method-source, rubygems
+ ruby-coderay,
+ ruby-slop,
+ ruby-method-source,
+ rubygems-integration
 Description: powerfull irb alternative and runtime developer console
  Pry is a powerful alternative to the standard IRB shell for Ruby. It is
  written from scratch to provide a number of advanced features, some of
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 1fe4f75..5c8ad79 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1 @@
-system("#{ENV['RUBY_TEST_BIN']} -Idebian/ruby-pry/usr/lib/ruby/vendor_ruby /usr/bin/bacon -Itest -rubygems -a -q") or raise
+system("/usr/bin/bacon -Ispec -rubygems -a -q") or raise

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



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