[DRE-commits] [redmine] 03/03: do not install Gemfile at all
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Jan 16 15:57:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master-wheezy-backports
in repository redmine.
commit e5e1a126840e78b2fe904283262f75362c5793ae
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Oct 5 15:22:37 2013 -0300
do not install Gemfile at all
---
debian/changelog | 3 +++
debian/install | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index eea3590..ecab256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ redmine (2.3.3-1~bpo70+1) wheezy-backports; urgency=low
* Rebuild for wheezy-backports.
* Drop strict dependency on ruby-railties-3.2 (>= 3.2.13-2~). The
`rake tmp:cache:clear` command will not work.
+ * debian/install: do not install Gemfile as passenger will try to load it,
+ and will fail because this Gemfile is stricter than what we can provide in
+ wheezy (e.g. it requires rails >= 3.2.12).
-- Antonio Terceiro <terceiro at debian.org> Sat, 05 Oct 2013 13:51:23 -0300
diff --git a/debian/install b/debian/install
index 041821e..1616017 100644
--- a/debian/install
+++ b/debian/install
@@ -6,7 +6,6 @@ extra usr/share/redmine
lib usr/share/redmine
public usr/share/redmine
Rakefile usr/share/redmine
-Gemfile usr/share/redmine
script usr/share/redmine
test usr/share/redmine
config.ru usr/share/redmine
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git
More information about the Pkg-ruby-extras-commits
mailing list