[DRE-commits] [ruby-nprogress-rails] 01/01: fix engine root path
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Nov 1 23:14:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-nprogress-rails.
commit 3153858a71642eb2fc2de85889779963bdeddbd1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Nov 2 04:36:13 2015 +0530
fix engine root path
---
debian/changelog | 6 ++++++
debian/patches/engine-root.patch | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3647768..76aa67d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-nprogress-rails (0.1.6.7-2) unstable; urgency=medium
+
+ * Fix rails engine root
+
+ -- Pirate Praveen <praveen at debian.org> Mon, 02 Nov 2015 04:36:07 +0530
+
ruby-nprogress-rails (0.1.6.7-1) unstable; urgency=medium
* Initial release (Closes: #793371)
diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
index 008aa2a..91315e5 100644
--- a/debian/patches/engine-root.patch
+++ b/debian/patches/engine-root.patch
@@ -10,6 +10,6 @@ Index: ruby-nprogress-rails-0.1.6.7/lib/nprogress-rails.rb
@@ -1,4 +1,5 @@
module NprogressRails
class Engine < ::Rails::Engine
-+ config.root='usr/share/ruby-nprogress-rails'
++ config.root='/usr/share/ruby-nprogress-rails'
end
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-nprogress-rails.git
More information about the Pkg-ruby-extras-commits
mailing list