[DRE-commits] [ruby-nokogiri] 01/01: Add missing dependency on ruby-pkg-config (Closes: #829171, #829175)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 1 11:06:06 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-nokogiri.

commit 85820bd98bbebffa900cb8098db88fd91061e1d2
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jul 1 08:00:42 2016 -0300

    Add missing dependency on ruby-pkg-config (Closes: #829171, #829175)
---
 debian/changelog | 6 ++++++
 debian/control   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fbabbf6..a0ac283 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-nokogiri (1.6.8-2) unstable; urgency=medium
+
+  * Add missing dependency on ruby-pkg-config (Closes: #829171, #829175)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Fri, 01 Jul 2016 07:57:18 -0300
+
 ruby-nokogiri (1.6.8-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 8b799bc..1b590b4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Package: ruby-nokogiri
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
+         ruby-pkg-config (>= 1.1.7),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: HTML, XML, SAX, and Reader parser for Ruby

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



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