[DRE-commits] [ruby-diaspora-federation-rails] 03/04: move app to usr/share
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Jul 30 13:34:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-diaspora-federation-rails.
commit 489e4be6dc6b8cc42588fe1bf5499032ae55594e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Jul 30 18:59:53 2015 +0530
move app to usr/share
---
debian/install | 1 +
debian/patches/engine-root.patch | 12 ++++++++++++
debian/patches/series | 1 +
3 files changed, 14 insertions(+)
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..c7e4e8a
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+app usr/share/ruby-diaspora-federation-rails
diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..2ebec3f
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,12 @@
+Index: ruby-diaspora-federation-rails-0.0.3/lib/diaspora_federation/engine.rb
+===================================================================
+--- ruby-diaspora-federation-rails-0.0.3.orig/lib/diaspora_federation/engine.rb
++++ ruby-diaspora-federation-rails-0.0.3/lib/diaspora_federation/engine.rb
+@@ -1,6 +1,7 @@
+ module DiasporaFederation
+ # diaspora* federation rails engine
+ class Engine < ::Rails::Engine
++ config.root='/usr/share/ruby-diaspora-federation-rails'
+ isolate_namespace DiasporaFederation
+
+ config.generators do |g|
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-diaspora-federation-rails.git
More information about the Pkg-ruby-extras-commits
mailing list