[DRE-commits] [ruby-hashie] 03/03: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Jul 15 14:21:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-hashie.
commit 2b621772d1c8e87d939898a06aebd3cb6d54bf03
Author: Antonio Terceiro <terceiro at debian.org>
Date: Wed Jul 15 11:19:55 2015 -0300
Update packaging with a new dh-make-ruby run
---
debian/changelog | 2 ++
debian/control | 16 ++++++++++------
debian/ruby-hashie.docs | 3 +--
debian/ruby-tests.rake | 2 +-
debian/rules | 13 ++-----------
5 files changed, 16 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9fbf556..9ff4770 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
ruby-hashie (3.4.2-1) UNRELEASED; urgency=medium
+ * Team upload
* New upstream release
+ * Update packaging with a new dh-make-ruby run
-- Antonio Terceiro <terceiro at debian.org> Wed, 15 Jul 2015 11:15:36 -0300
diff --git a/debian/control b/debian/control
index 021b42b..58b54fb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,23 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
- rake, ruby-rspec
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ rake,
+ ruby-rspec
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hashie.git
-Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-hashie.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-hashie.git
Homepage: https://github.com/intridea/hashie
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-hashie
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (~> 0.9.2, development), rspec (~> 2.5, development), guard (>= 0, development), guard-rspec (>= 0, development)
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: small collection of tools that make hashes more powerful
Hashie is a growing collection of tools that extend Hashes and make
them more useful.
diff --git a/debian/ruby-hashie.docs b/debian/ruby-hashie.docs
index aa6f92c..b43bf86 100644
--- a/debian/ruby-hashie.docs
+++ b/debian/ruby-hashie.docs
@@ -1,2 +1 @@
-README.markdown
-CONTRIBUTING.md
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..dcc1601 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
- spec.pattern = './spec/**/*_spec.rb'
+ spec.pattern = './spec/**/*_spec.rb'
end
task :default => :spec
diff --git a/debian/rules b/debian/rules
index d0716e6..9964b95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+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-hashie.git
More information about the Pkg-ruby-extras-commits
mailing list