[DRE-commits] [redmine] 14/17: No Gemfile.lock, no bundler

Jérémy Lal kapouer at alioth.debian.org
Fri Sep 27 23:15:38 UTC 2013


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

kapouer pushed a commit to branch master-experimental
in repository redmine.

commit b5975f12c484fc7ebabbe1975d9abb2f94ff4eaa
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Sep 28 01:02:08 2013 +0200

    No Gemfile.lock, no bundler
---
 debian/install |    1 -
 debian/rules   |    4 ----
 2 files changed, 5 deletions(-)

diff --git a/debian/install b/debian/install
index e2291fc..041821e 100644
--- a/debian/install
+++ b/debian/install
@@ -7,7 +7,6 @@ lib usr/share/redmine
 public usr/share/redmine
 Rakefile usr/share/redmine
 Gemfile usr/share/redmine
-Gemfile.lock usr/share/redmine
 script usr/share/redmine
 test usr/share/redmine
 config.ru usr/share/redmine
diff --git a/debian/rules b/debian/rules
index 45b2dda..62f3da4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,6 @@ binary-install/redmine::
 	mv $(buildfontsdir)/*.rb debian/redmine/usr/share/redmine/lib/plugins/rfpdf/lib/fonts/
 
 build:
-	# call bundler
-	bundle install --local --path=$(CURDIR)/vendor
 	# build fonts
 	mkdir -p $(buildfontsdir)
 	$(ttf2ufmbin) /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf $(buildfontsdir)/dejavusans
@@ -69,5 +67,3 @@ build:
 
 clean::
 	rm -rf $(buildfontsdir)
-	rm -f Gemfile.lock
-	rm -rf .bundle

-- 
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