[DRE-commits] [ruby-fog-xml] 01/01: Add minitest to build dep

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Jul 11 12:16:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

balasankarc-guest pushed a commit to branch master
in repository ruby-fog-xml.

commit 674bb73db4b1922dff376b5fb802e466a97b7707
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Jul 11 17:46:09 2015 +0530

    Add minitest to build dep
---
 debian/changelog |  6 ++++++
 debian/control   | 22 ++++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5431512..dbb250a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-fog-xml (0.1.1-5) unstable; urgency=medium
+
+  * Add ruby-minitest to Build-Depends : Fix FTBFS
+
+ -- Balasankar C <balasankarc at autistici.org>  Sat, 11 Jul 2015 17:42:11 +0530
+
 ruby-fog-xml (0.1.1-4) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 5819e52..8db7574 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,14 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake, ruby-excon, ruby-fog-core, ruby-nokogiri (>= 1.5.11)
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               rake,
+               ruby-excon,
+               ruby-fog-core,
+               ruby-minitest,
+               ruby-nokogiri (>= 1.5.11),
+               ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-xml.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-xml.git;a=summary
@@ -14,18 +21,21 @@ XS-Ruby-Versions: all
 Package: ruby-fog-xml
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fog-core, ruby-nokogiri
-# fog-core (>= 0), nokogiri (>= 1.5.11, ~> 1.5), rake (>= 0, development), minitest (>= 0, development), turn (>= 0, development), pry (>= 0, development), coveralls (>= 0, development)
+Depends: ruby | ruby-interpreter,
+         ruby-fog-core,
+         ruby-nokogiri,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: ruby-fog (<< 1.25~)
 Replaces: ruby-fog (<< 1.25~)
 Description: XML parsing for fog providers
- Extraction of the XML parsing tools shared between a number of providers in 
+ Extraction of the XML parsing tools shared between a number of providers in
  the 'fog' gem. fog is the Ruby cloud services library, top to bottom:
  .
-  *Collections provide a simplified interface, making clouds easier to work with 
+  *Collections provide a simplified interface, making clouds easier to work with
   and switch between.
  .
-  *Requests allow power users to get the most out of the features of each 
+  *Requests allow power users to get the most out of the features of each
   individual cloud.
  .
   *Mocks make testing and integrating a breeze.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-xml.git



More information about the Pkg-ruby-extras-commits mailing list