[DRE-commits] [ruby-premailer-rails] 06/07: Add patch to remove git from gemspec

Balasankar C balasankarc-guest at moszumanska.debian.org
Wed Apr 13 18:11:26 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository ruby-premailer-rails.

commit ae9581d979f58f048742734159d856c46c9ffd32
Author: Balasankar C <balasankarc at autistici.org>
Date:   Wed Apr 13 23:36:58 2016 +0530

    Add patch to remove git from gemspec
---
 debian/patches/remove-git-gemspec.patch | 17 +++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/remove-git-gemspec.patch b/debian/patches/remove-git-gemspec.patch
new file mode 100644
index 0000000..af740a3
--- /dev/null
+++ b/debian/patches/remove-git-gemspec.patch
@@ -0,0 +1,17 @@
+Description: Remove usage of git from gemspec file
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2016-04-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/premailer-rails.gemspec
++++ b/premailer-rails.gemspec
+@@ -15,9 +15,6 @@
+                      include a CSS file as you do in a normal HTML document and
+                      premailer will inline the included CSS.}
+ 
+-  s.files         = `git ls-files`.split("\n")
+-  s.test_files    = `git ls-files -- {example,spec}/*`.split("\n")
+-  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+   s.require_paths = ["lib"]
+ 
+   s.add_dependency 'premailer', '~> 1.7', '>= 1.7.9'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..90a45ba
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-git-gemspec.patch

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



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