[DRE-commits] [ruby-mixlib-config] 03/08: Drop patches, superseded upstream.
Stefano Rivera
stefano at rivera.za.net
Wed Jan 15 15:34:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
stefanor pushed a commit to branch master
in repository ruby-mixlib-config.
commit 9b79f01526aa492c110124e2d34db53fc0f635a1
Author: Stefano Rivera <stefanor at debian.org>
Date: Thu Jan 9 15:38:28 2014 +0200
Drop patches, superseded upstream.
---
debian/changelog | 1 +
debian/patches/001-require-rspec.patch | 23 -----------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c08deae..83bd208 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ruby-mixlib-config (2.1.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Drop patches, superseded upstream.
-- Stefano Rivera <stefanor at debian.org> Thu, 09 Jan 2014 15:36:25 +0200
diff --git a/debian/patches/001-require-rspec.patch b/debian/patches/001-require-rspec.patch
deleted file mode 100644
index 2397844..0000000
--- a/debian/patches/001-require-rspec.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: add explicit require for rspec
- Tests fail because missing "require 'spec'" line.
- .
- This patch fixes it.
-
-Forwarded: https://github.com/opscode/mixlib-config/pull/2
-Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
-Last-Update: 2011-09-21
-
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,8 +1,9 @@
- $TESTING=true
- $:.push File.join(File.dirname(__FILE__), '..', 'lib')
-
-+require 'rspec'
- require 'mixlib/config'
-
- class ConfigIt
- extend Mixlib::Config
--end
-\ No newline at end of file
-+end
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index dc5d39e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-001-require-rspec.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mixlib-config.git
More information about the Pkg-ruby-extras-commits
mailing list