[DRE-commits] [ruby-swd] 02/02: remove version fix patch
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Jul 23 16:07:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-swd.
commit 1f3c9760f33af762030cce18c4057e5145578a24
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Jul 23 21:28:25 2016 +0530
remove version fix patch
---
debian/patches/001-fix-version.patch | 39 ------------------------------------
debian/patches/series | 1 -
2 files changed, 40 deletions(-)
diff --git a/debian/patches/001-fix-version.patch b/debian/patches/001-fix-version.patch
deleted file mode 100644
index 6b31af1..0000000
--- a/debian/patches/001-fix-version.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: ruby-swd/lib/swd.rb
-===================================================================
---- ruby-swd.orig/lib/swd.rb
-+++ ruby-swd/lib/swd.rb
-@@ -9,7 +9,7 @@ require 'attr_optional'
-
- module SWD
- VERSION = ::File.read(
-- ::File.join(::File.dirname(__FILE__), '../VERSION')
-+ ::File.join(::File.dirname(__FILE__), '/VERSION')
- )
-
- def self.cache=(cache)
-@@ -76,4 +76,4 @@ require 'swd/resource'
- require 'swd/response'
- require 'swd/debugger'
-
--SWD.cache = SWD::Cache.new
-\ No newline at end of file
-+SWD.cache = SWD::Cache.new
-Index: ruby-swd/swd.gemspec
-===================================================================
---- ruby-swd.orig/swd.gemspec
-+++ ruby-swd/swd.gemspec
-@@ -1,6 +1,6 @@
- Gem::Specification.new do |s|
- s.name = "swd"
-- s.version = File.read("VERSION")
-+ s.version = File.read("lib/VERSION")
- s.authors = ["nov matake"]
- s.email = ["nov at matake.jp"]
- s.homepage = "https://github.com/nov/swd"
-@@ -20,4 +20,4 @@ Gem::Specification.new do |s|
- s.add_development_dependency 'rspec-its'
- s.add_development_dependency "webmock"
- s.add_development_dependency 'simplecov'
--end
-\ No newline at end of file
-+end
diff --git a/debian/patches/series b/debian/patches/series
index 39b9286..cc1eed0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-001-fix-version.patch
002-remove-simplecov.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-swd.git
More information about the Pkg-ruby-extras-commits
mailing list