[DRE-commits] [ruby-devise] 01/03: install app dir in gem location
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Sep 13 09:55:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-devise.
commit dc6cb65801283766695fba843e4c837cdf360a7e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Sep 13 14:27:27 2016 +0530
install app dir in gem location
---
debian/changelog | 6 ++++++
debian/install | 2 --
debian/patches/remove-git-in-gemspec.patch | 10 ++++------
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9233b26..81cddcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-devise (4.1.1-4) UNRELEASED; urgency=medium
+
+ * Remove debian/install (app directory should be installed as gem)
+
+ -- Pirate Praveen <praveen at debian.org> Tue, 13 Sep 2016 14:26:22 +0530
+
ruby-devise (4.1.1-3) unstable; urgency=medium
* Use DH_RUBY = --gem-install
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 75a39e0..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-app usr/share/ruby-devise
-config/locales usr/share/ruby-devise
diff --git a/debian/patches/remove-git-in-gemspec.patch b/debian/patches/remove-git-in-gemspec.patch
index ab86093..2d3d8a7 100644
--- a/debian/patches/remove-git-in-gemspec.patch
+++ b/debian/patches/remove-git-in-gemspec.patch
@@ -1,16 +1,14 @@
Possible workaround for #827052
-Index: ruby-devise/devise.gemspec
-===================================================================
---- ruby-devise.orig/devise.gemspec
-+++ ruby-devise/devise.gemspec
-@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
+--- a/devise.gemspec
++++ b/devise.gemspec
+@@ -13,8 +13,8 @@
s.description = "Flexible authentication solution for Rails with Warden"
s.authors = ['José Valim', 'Carlos Antônio']
- s.files = `git ls-files`.split("\n")
- s.test_files = `git ls-files -- test/*`.split("\n")
-+ s.files = Dir["lib/**/*.rb"] + ["CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README.md"]
++ s.files = Dir["lib/**/*.rb"] + Dir['app/**/*'] + Dir['config/**/*'] + ["CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README.md"]
+ s.test_files = Dir.glob 'test/**/*_test.rb'
s.require_paths = ["lib"]
s.required_ruby_version = '>= 2.1.0'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-devise.git
More information about the Pkg-ruby-extras-commits
mailing list