[DRE-commits] [ruby-cookiejar] 01/03: Refresh debian/ with dh-make-ruby
Jonas Genannt
genannt at moszumanska.debian.org
Wed Aug 19 10:29:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a commit to branch master
in repository ruby-cookiejar.
commit baadeaef322b21d2023b52e6ac509457b32f4685
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Wed Aug 19 12:24:09 2015 +0200
Refresh debian/ with dh-make-ruby
---
debian/compat | 2 +-
debian/control | 14 ++++++++++----
debian/ruby-tests.rake | 8 +++-----
3 files changed, 14 insertions(+), 10 deletions(-)
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 13f43b1..149aa46 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,23 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), rake, ruby-rspec, ruby-json
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
+ ruby-rspec
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-cookiejar.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-cookiejar.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-cookiejar.git
Homepage: https://github.com/dwaite/cookiejar
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-cookiejar
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: client-side HTTP cookie library
The Ruby CookieJar is a library to help manage client-side cookies in pure
Ruby. It enables parsing and setting of cookie headers, alternating between
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 99987ae..cf1591e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,5 @@
-require 'rspec/core/rake_task'
+require 'gem2deb/rake/spectask'
-RSpec::Core::RakeTask.new(:spec) do |spec|
- spec.pattern = './spec/*_spec.rb'
+Gem2Deb::Rake::RSpecTask.new do |spec|
+ spec.pattern = './spec/**/*_spec.rb'
end
-
-task :default => :spec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cookiejar.git
More information about the Pkg-ruby-extras-commits
mailing list