[DRE-commits] [vagrant-libvirt] 02/02: New upstream release

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 21 21:16:43 UTC 2017


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

terceiro pushed a commit to branch master
in repository vagrant-libvirt.

commit c6edf0a0d860e0deeb668a8298b02c667e25cda8
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jul 21 18:06:17 2017 -0300

    New upstream release
---
 debian/changelog                                    | 11 +++++++++++
 debian/compat                                       |  2 +-
 debian/control                                      |  6 ++++--
 .../patches/0001-gemspec-relax-dependencies.patch   | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 5 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab728ed..a0198f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+vagrant-libvirt (0.0.40-1) unstable; urgency=medium
+
+  * New upstream releaase
+  * Update packaging with `dh-make-ruby -w -o` + manual merge
+    * bump debhelper compatibility level to 10
+    * New (build-) dependency: ruby-fog-core
+  * debian/patches/0001-gemspec-relax-dependencies.patch: relax dependencies
+    on nokogiri and fog-core to be able to satisfy them in the Debian archive.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Fri, 21 Jul 2017 18:04:24 -0300
+
 vagrant-libvirt (0.0.37-1) unstable; urgency=medium
 
   * New upstream release (Closes: #855700)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 000322e..a06efbd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Miguel Landaeta <nomadium at debian.org>,
            Hans-Christoph Steiner <hans at eds.org>,
            Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 10~),
                gem2deb,
                rake,
+               ruby-fog-core (>= 1.42),
                ruby-fog-libvirt (>= 0.3.0),
                ruby-nokogiri (>= 1.6.0),
                ruby-rspec,
@@ -23,8 +24,9 @@ Package: vagrant-libvirt
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
+         ruby-fog-core (>= 1.42),
          ruby-fog-libvirt (>= 0.3.0),
-         ruby-nokogiri (>= 1.6.0),
+         ruby-nokogiri (>= 1.6),
          vagrant,
          ${misc:Depends},
          ${shlibs:Depends}
diff --git a/debian/patches/0001-gemspec-relax-dependencies.patch b/debian/patches/0001-gemspec-relax-dependencies.patch
new file mode 100644
index 0000000..9f31d66
--- /dev/null
+++ b/debian/patches/0001-gemspec-relax-dependencies.patch
@@ -0,0 +1,21 @@
+From: Antonio Terceiro <terceiro at debian.org>
+Date: Fri, 21 Jul 2017 17:53:03 -0300
+Subject: gemspec: relax dependencies
+
+---
+ vagrant-libvirt.gemspec | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/vagrant-libvirt.gemspec
++++ b/vagrant-libvirt.gemspec
+@@ -21,8 +21,8 @@ Gem::Specification.new do |gem|
+   gem.add_development_dependency "rspec-mocks", "~> 2.14.0"
+ 
+   gem.add_runtime_dependency 'fog-libvirt', '>= 0.3.0'
+-  gem.add_runtime_dependency 'nokogiri', '~> 1.6.0'
+-  gem.add_runtime_dependency 'fog-core', '~> 1.43.0'
++  gem.add_runtime_dependency 'nokogiri', '~> 1.6'
++  gem.add_runtime_dependency 'fog-core', '~> 1.42'
+ 
+   gem.add_development_dependency 'rake'
+ end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f0677c9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-gemspec-relax-dependencies.patch

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



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