[DRE-commits] [ruby-tilt] 05/07: disable unpackaged dependencies
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Dec 23 14:10:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-tilt.
commit 195fbf4cc3736f8f4ca17d2003d896e0c6cff73c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Dec 23 19:20:43 2015 +0530
disable unpackaged dependencies
---
debian/patches/disable-less.patch | 13 +++++++++++++
debian/patches/disable-markaby.patch | 13 +++++++++++++
debian/patches/disable-radius.patch | 13 +++++++++++++
debian/patches/disable-therubyracer.patch | 13 +++++++++++++
debian/patches/series | 4 ++++
5 files changed, 56 insertions(+)
diff --git a/debian/patches/disable-less.patch b/debian/patches/disable-less.patch
new file mode 100644
index 0000000..fa465a9
--- /dev/null
+++ b/debian/patches/disable-less.patch
@@ -0,0 +1,13 @@
+Index: ruby-tilt/Gemfile
+===================================================================
+--- ruby-tilt.orig/Gemfile
++++ ruby-tilt/Gemfile
+@@ -14,7 +14,7 @@ group :engines do
+ gem 'erubis'
+ gem 'haml', '>= 2.2.11', '< 5'
+ gem 'kramdown'
+- gem 'less'
++# gem 'less'
+ gem 'liquid'
+ gem 'markaby'
+ gem 'maruku'
diff --git a/debian/patches/disable-markaby.patch b/debian/patches/disable-markaby.patch
new file mode 100644
index 0000000..7531961
--- /dev/null
+++ b/debian/patches/disable-markaby.patch
@@ -0,0 +1,13 @@
+Index: ruby-tilt/Gemfile
+===================================================================
+--- ruby-tilt.orig/Gemfile
++++ ruby-tilt/Gemfile
+@@ -16,7 +16,7 @@ group :engines do
+ gem 'kramdown'
+ # gem 'less'
+ gem 'liquid'
+- gem 'markaby'
++# gem 'markaby'
+ gem 'maruku'
+ gem 'nokogiri' if RUBY_VERSION > '1.9.2'
+ gem 'radius'
diff --git a/debian/patches/disable-radius.patch b/debian/patches/disable-radius.patch
new file mode 100644
index 0000000..1ff6000
--- /dev/null
+++ b/debian/patches/disable-radius.patch
@@ -0,0 +1,13 @@
+Index: ruby-tilt/Gemfile
+===================================================================
+--- ruby-tilt.orig/Gemfile
++++ ruby-tilt/Gemfile
+@@ -19,7 +19,7 @@ group :engines do
+ # gem 'markaby'
+ gem 'maruku'
+ gem 'nokogiri' if RUBY_VERSION > '1.9.2'
+- gem 'radius'
++# gem 'radius'
+ gem 'sass'
+ gem 'rdoc', (ENV['RDOC_VERSION'] || '> 0')
+
diff --git a/debian/patches/disable-therubyracer.patch b/debian/patches/disable-therubyracer.patch
new file mode 100644
index 0000000..88b6c72
--- /dev/null
+++ b/debian/patches/disable-therubyracer.patch
@@ -0,0 +1,13 @@
+Index: ruby-tilt/Gemfile
+===================================================================
+--- ruby-tilt.orig/Gemfile
++++ ruby-tilt/Gemfile
+@@ -32,7 +32,7 @@ group :engines do
+ end
+
+ platform :mri do
+- gem 'therubyracer'
++# gem 'therubyracer'
+ gem 'bluecloth' if ENV['BLUECLOTH']
+ end
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 49fa522..a2b0580 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,6 @@
force_encoding_erb_test
relax-haml-version.patch
+disable-less.patch
+disable-markaby.patch
+disable-radius.patch
+disable-therubyracer.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-tilt.git
More information about the Pkg-ruby-extras-commits
mailing list