[DRE-commits] [ruby-handlebars-assets] 07/09: update link to javascript assets

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun May 4 06:46:52 UTC 2014


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

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

commit eaa5c1b6df6fe92418e50a07371d674c567ec624
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun May 4 12:13:56 2014 +0530

    update link to javascript assets
---
 debian/patches/engine-root.patch | 16 ++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..b7a262b
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,16 @@
+Description: change path for assets
+ This patch is debian specific.
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
+--- a/lib/handlebars_assets.rb
++++ b/lib/handlebars_assets.rb
+@@ -1,7 +1,7 @@
+ require "handlebars_assets/version"
+ 
+ module HandlebarsAssets
+-  PATH = File.expand_path("../../vendor/assets/javascripts", __FILE__)
++  PATH = File.expand_path("/usr/share/ruby-handlebars-assets/vendor/assets/javascripts", __FILE__)
+ 
+   def self.path
+     PATH
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d77d941
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+engine-root.patch

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



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