[DRE-commits] [ruby-licensee] 02/08: remove old patch

Sagar Ippalpalli isaagar-guest at moszumanska.debian.org
Wed Aug 2 03:27:56 UTC 2017


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

isaagar-guest pushed a commit to branch master
in repository ruby-licensee.

commit fa264e5230e65ed1d6f7a7f6d989a2b5fac8918f
Author: Sagar Ippalpalli <i.vikram15 at gmail.com>
Date:   Tue Aug 1 11:35:27 2017 +0530

    remove old patch
---
 debian/patches/remove-rubygems-bundler.patch | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/debian/patches/remove-rubygems-bundler.patch b/debian/patches/remove-rubygems-bundler.patch
deleted file mode 100644
index d5e99c9..0000000
--- a/debian/patches/remove-rubygems-bundler.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-remove rubygems and bundler
-
-Index: ruby-licensee-8.0.0/test/helper.rb
-===================================================================
---- ruby-licensee-8.0.0.orig/test/helper.rb
-+++ ruby-licensee-8.0.0/test/helper.rb
-@@ -1,10 +1,12 @@
--require 'rubygems'
--require 'bundler'
-+#require 'rubygems'
-+#require 'bundler'
- require 'minitest/autorun'
- require 'shoulda'
- require 'open3'
- require_relative 'functions'
--require_relative '../lib/licensee'
-+
-+$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
-+require 'licensee'
- 
- def assert_license_content(expected, readme)
-   content = Licensee::Project::Readme.license_content(readme)

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



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