[DRE-commits] [ruby-gitlab-emoji] 07/08: patch to avoid git in gemspec

Sagar Ippalpalli isaagar-guest at moszumanska.debian.org
Thu Mar 24 17:02:21 UTC 2016


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

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

commit 8f4d515b4a4609166243c87c975cefbfe9a6edb9
Author: Sagar Ippalpalli <i.vikram15 at gmail.com>
Date:   Thu Mar 24 21:12:01 2016 +0530

    patch to avoid git in gemspec
---
 debian/patches/2000_remove_git_in_gemspec.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/patches/2000_remove_git_in_gemspec.patch b/debian/patches/2000_remove_git_in_gemspec.patch
new file mode 100644
index 0000000..3c57215
--- /dev/null
+++ b/debian/patches/2000_remove_git_in_gemspec.patch
@@ -0,0 +1,16 @@
+Description: Avoid git in gemspec
+Author: Sagar Ippalpalli <i.vikram15 at gmail.com>
+Last-Update: 2016-03-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/gitlab_emoji.gemspec
++++ b/gitlab_emoji.gemspec
+@@ -10,7 +10,7 @@
+   spec.homepage      = "https://gitlab.com/gitlab-org/gitlab_emoji"
+   spec.license       = "MIT"
+ 
+-  spec.files         = `git ls-files`.split($/)
++  spec.files         =''
+   spec.require_paths = ["lib"]
+ 
+   spec.add_dependency "gemojione", "~> 2.2", ">= 2.2.1"

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



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