[DRE-commits] [ruby-jquery-ui-rails] 02/03: fix Rakefile

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Dec 13 03:42:23 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-jquery-ui-rails.

commit fdaee764c79eff9f634ac4349fc79260ef74baab
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Dec 13 09:05:26 2016 +0530

    fix Rakefile
---
 debian/patches/fix-jquery-ui-check.patch | 11 +++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/fix-jquery-ui-check.patch b/debian/patches/fix-jquery-ui-check.patch
new file mode 100644
index 0000000..ed4a485
--- /dev/null
+++ b/debian/patches/fix-jquery-ui-check.patch
@@ -0,0 +1,11 @@
+--- a/Rakefile
++++ b/Rakefile
+@@ -67,7 +67,7 @@
+ end
+ 
+ task :submodule do
+-  sh 'git submodule update --init' unless File.exist?('jquery-ui/README.md')
++  sh 'git submodule update --init' unless File.exist?('jquery-ui/package.json')
+ end
+ 
+ def get_js_dependencies(basename)
diff --git a/debian/patches/series b/debian/patches/series
index d77d941..cd2caa1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-jquery-ui-check.patch
 engine-root.patch

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



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