[DRE-commits] [ruby-patron] 02/05: refreshed debian/ with dh-make-ruby
Jonas Genannt
genannt at moszumanska.debian.org
Tue Aug 25 19:13:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a commit to branch master
in repository ruby-patron.
commit 9c09d9fc884c64d22254b5d0863a127bcaa90bc7
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Tue Aug 25 20:43:24 2015 +0200
refreshed debian/ with dh-make-ruby
---
debian/control | 21 +++++++++++++--------
debian/ruby-patron.docs | 2 +-
debian/ruby-tests.rake | 8 +++-----
3 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 1a6b86d..8173679 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,26 @@ 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 (>= 9~), gem2deb (>= 0.7.5~),
- libcurl4-gnutls-dev, ruby-rspec, rake
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ libcurl4-gnutls-dev,
+ rake,
+ ruby-rspec
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-patron.git
-Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-patron.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-patron.git
Homepage: https://github.com/toland/patron
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-patron
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- libcurl3-gnutls
-# bundler (>= 1.0.0, development), rake-compiler (>= 0.7.5, development), rspec (>= 2.3.0, development), rcov (>= 0.9.9, development)
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libcurl3-gnutls
Description: ruby http client based on libcurl
It does not try to expose the full "power" (read complexity) of libcurl
but instead tries to provide a sane API while taking advantage of libcurl
- under the hood.
+ under the hood.
\ No newline at end of file
diff --git a/debian/ruby-patron.docs b/debian/ruby-patron.docs
index 71dfd5b..b43bf86 100644
--- a/debian/ruby-patron.docs
+++ b/debian/ruby-patron.docs
@@ -1 +1 @@
-README.txt
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..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-patron.git
More information about the Pkg-ruby-extras-commits
mailing list