[DRE-commits] [pry] 05/06: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Aug 19 23:04:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository pry.
commit 1839fa16aba11fe3d2e21d2448402a56be9aa1a8
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Aug 20 00:48:13 2015 +0200
Update packaging with a new dh-make-ruby run
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 45 ++++++++++++++++++++++++---------------------
debian/gbp.conf | 2 --
debian/rules | 6 +++---
5 files changed, 29 insertions(+), 27 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6b3b80d..bed9638 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pry (0.10.1-2) UNRELEASED; urgency=medium
* Embed a copy of ruby-slop 3.x (Closes: #794657)
* debian/patches/fix-on-ruby2.2.patch: cherry-pick upstream patch to fix
usage on Ruby 2.2
+ * Update packaging with a new dh-make-ruby run
-- Antonio Terceiro <terceiro at debian.org> Thu, 20 Aug 2015 00:20:40 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 48fa04d..92adcbb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,32 +3,36 @@ Section: ruby
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,
- ruby-mocha,
- ruby-open4,
- rubygems-integration,
- bundler,
- gist,
- nano-tiny | nano | editor
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
+ ruby-bacon,
+ ruby-coderay (>= 1.1.0),
+ ruby-method-source (>= 0.8.1),
+ ruby-mocha,
+ ruby-open4,
+ ruby-rspec,
+ rubygems-integration,
+ bundler,
+ gist,
+ nano-tiny | nano | editor,
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/pry.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/pry.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/pry.git
Homepage: http://pryrepl.org
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: pry
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-coderay,
- ruby-slop,
- ruby-method-source,
- bundler,
- rubygems-integration
+Depends: ruby | ruby-interpreter,
+ ruby-coderay (>= 1.1.0),
+ ruby-method-source (>= 0.8.1),
+ rubygems-integration,
+ bundler,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: powerful 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
@@ -48,5 +52,4 @@ Description: powerful irb alternative and runtime developer console
- A Powerful and flexible command system
- Ability to view and replay history
- Many convenience commands inspired by IPython, Smalltalk and other
- advanced REPLs
-
+ advanced REPLs
\ No newline at end of file
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index cec628c..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[DEFAULT]
-pristine-tar = True
diff --git a/debian/rules b/debian/rules
index 6b670e2..3ef39c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-export DH_RUBY_IGNORE_TESTS=require-rubygems
+
+# Uncomment to check dependencies during build:
+# export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
--
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