[DRE-commits] [ruby-nokogiri] 01/01: remove mini_portile from metadata.yml
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon May 5 06:48:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-nokogiri.
commit e8a8e7e85baca7bd7795f8c975df3cc2ac831c1a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon May 5 12:17:19 2014 +0530
remove mini_portile from metadata.yml
---
debian/changelog | 7 ++++++
debian/patches/always_use_system_libraries.patch | 27 ++++++++++++++++++------
2 files changed, 28 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a2fc6ca..ded6c78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-nokogiri (1.6.1+ds-4) UNRELEASED; urgency=low
+
+ * Team upload
+ * Remove mini_portile from metadata.yml
+
+ -- Pirate Praveen <praveen at debian.org> Mon, 05 May 2014 12:16:33 +0530
+
ruby-nokogiri (1.6.1+ds-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/always_use_system_libraries.patch b/debian/patches/always_use_system_libraries.patch
index 48d8e4a..ada98cf 100644
--- a/debian/patches/always_use_system_libraries.patch
+++ b/debian/patches/always_use_system_libraries.patch
@@ -3,11 +3,9 @@ Author: Jérémy Bobbio <lunar at debian.org>
Origin: vendor
Forwarded: not-needed
-diff --git a/Rakefile b/Rakefile
-index 2e5564a..dddae2d 100644
--- a/Rakefile
+++ b/Rakefile
-@@ -40,10 +40,6 @@ HOE = Hoe.spec 'nokogiri' do
+@@ -42,10 +42,6 @@
# GENERATED_TOKENIZER
]
@@ -18,11 +16,9 @@ index 2e5564a..dddae2d 100644
self.extra_dev_deps += [
["hoe-bundler", ">= 1.1"],
["hoe-debugging", ">= 1.0.3"],
-diff --git a/ext/nokogiri/extconf.rb b/ext/nokogiri/extconf.rb
-index 47df402..91baff3 100644
--- a/ext/nokogiri/extconf.rb
+++ b/ext/nokogiri/extconf.rb
-@@ -45,7 +45,7 @@ if windows_p
+@@ -45,7 +45,7 @@
XML2_HEADER_DIRS = [File.join(INCLUDEDIR, "libxml2"), INCLUDEDIR]
else
@@ -31,3 +27,22 @@ index 47df402..91baff3 100644
HEADER_DIRS = [
# First search /opt/local for macports
'/opt/local/include',
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -15,16 +15,6 @@
+ date: 2013-12-14 00:00:00 Z
+ dependencies:
+ - !ruby/object:Gem::Dependency
+- version_requirements: &id001 !ruby/object:Gem::Requirement
+- requirements:
+- - - ~>
+- - !ruby/object:Gem::Version
+- version: 0.5.0
+- type: :runtime
+- name: mini_portile
+- prerelease: false
+- requirement: *id001
+-- !ruby/object:Gem::Dependency
+ version_requirements: &id002 !ruby/object:Gem::Requirement
+ requirements:
+ - - ~>
--
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