[DRE-commits] [ruby-spring] 07/08: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Aug 14 12:16:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-spring.
commit c89186aa6dfc104c59be45954a398d276a3a7b18
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Aug 14 09:13:05 2015 -0300
Update packaging with a new dh-make-ruby run
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 11 ++++++++---
debian/ruby-tests.rake | 6 +++---
debian/rules | 2 +-
5 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index edf8cee..fcde694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-spring (1.3.6-1) experimental; urgency=medium
* Dropped patches (not needed anymore):
- dont-test-against-listen.patch
- gemspec.patch
+ * Update packaging with a new dh-make-ruby run
-- Antonio Terceiro <terceiro at debian.org> Fri, 14 Aug 2015 09:10:12 -0300
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 f66e633..2fcdc7f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,22 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), bundler, ruby-activesupport, rake
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-spring.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-spring.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-spring.git
Homepage: http://github.com/rails/spring
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-spring
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Rails application preloader
Spring is a Rails application preloader. It speeds up development by
keeping your application running in the background so you don't need to
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index fe5e52e..63f3fd6 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,6 +1,6 @@
require 'gem2deb/rake/testtask'
+
Gem2Deb::Rake::TestTask.new do |t|
- t.libs << 'test'
- t.test_files = FileList['test/unit/*_test.rb']
- t.verbose = true
+ t.libs = ['test']
+ t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
end
diff --git a/debian/rules b/debian/rules
index e12d5f1..b400633 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DH_RUBY_IGNORE_TESTS=require-rubygems
+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/ruby-spring.git
More information about the Pkg-ruby-extras-commits
mailing list