[DRE-commits] [ruby-saml] 06/07: tag patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Jul 10 08:32:26 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-saml.

commit e1d870cd1cbf528f00d70502646df99d6656f005
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Jul 10 13:58:38 2016 +0530

    tag patches
---
 debian/patches/remove-bundler.patch         |  2 ++
 debian/patches/remove-git-from-gemspec.diff | 27 ---------------------------
 debian/patches/remove-simplecov.patch       |  2 ++
 debian/patches/use-unshift-in-gemspec.patch |  2 ++
 4 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
index 9a6e423..5d2b764 100644
--- a/debian/patches/remove-bundler.patch
+++ b/debian/patches/remove-bundler.patch
@@ -1,3 +1,5 @@
+we use apt for dependencies
+
 Index: ruby-saml/test/test_helper.rb
 ===================================================================
 --- ruby-saml.orig/test/test_helper.rb
diff --git a/debian/patches/remove-git-from-gemspec.diff b/debian/patches/remove-git-from-gemspec.diff
deleted file mode 100644
index 1aab7fd..0000000
--- a/debian/patches/remove-git-from-gemspec.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: remove git command from gemspec
- it does not work in gem
-Author: Pirate Praveen <praveen at debian.org>
-Last-Updated: 2015-06-29
-
-Index: ruby-saml/ruby-saml.gemspec
-===================================================================
---- ruby-saml.orig/ruby-saml.gemspec
-+++ ruby-saml/ruby-saml.gemspec
-@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
-     "LICENSE",
-     "README.md"
-   ]
--  s.files = `git ls-files`.split("\n")
-+  s.files = ''
-   s.homepage = %q{http://github.com/onelogin/ruby-saml}
-   s.rubyforge_project = %q{http://www.rubygems.org/gems/ruby-saml}
-   s.rdoc_options = ["--charset=UTF-8"]
-@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
-   s.rubygems_version = %q{1.3.7}
-   s.required_ruby_version = '>= 1.8.7'
-   s.summary = %q{SAML Ruby Tookit}
--  s.test_files = `git ls-files test/*`.split("\n")
-+  s.test_files = ''
- 
-   s.add_runtime_dependency('uuid', '~> 2.3')
- 
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index 3c3cb99..7681a2e 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -1,3 +1,5 @@
+only for code coverage, not required
+
 Index: ruby-saml/test/test_helper.rb
 ===================================================================
 --- ruby-saml.orig/test/test_helper.rb
diff --git a/debian/patches/use-unshift-in-gemspec.patch b/debian/patches/use-unshift-in-gemspec.patch
index bc9eb25..43e85f1 100644
--- a/debian/patches/use-unshift-in-gemspec.patch
+++ b/debian/patches/use-unshift-in-gemspec.patch
@@ -1,3 +1,5 @@
+needed when older version is present during build
+
 Index: ruby-saml/ruby-saml.gemspec
 ===================================================================
 --- ruby-saml.orig/ruby-saml.gemspec

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



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