[DRE-commits] [redmine] 07/26: debian/rules: stop messing with the Gemfile

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Sep 14 17:54:46 UTC 2014


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

terceiro pushed a commit to branch master
in repository redmine.

commit b73309632b3cc502abfb9ffe5ef559bcd8c49445
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Aug 29 00:31:14 2014 -0700

    debian/rules: stop messing with the Gemfile
---
 debian/changelog | 1 +
 debian/rules     | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf8ff9a..972b6b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ redmine (3.0~20140825-1) UNRELEASED; urgency=medium
   * Changes dependency from ruby-railties-3.2 to ruby-railties
   * Drop debian/patches/2019_unplug_bundler.patch: bundler is too much
     intricated into Rails nowadays for us to be able to run without it.
+  * debian/rules: stop messing with the Gemfile
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 25 Aug 2014 21:04:18 -0300
 
diff --git a/debian/rules b/debian/rules
index 705733f..3ed2f39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,6 @@ binary-install/redmine::
 	# replace config/email.yml by /etc/redmine/<instance>/email.yml in all locales (Closes: #590846)
 	sed -i -e 's/config\/configuration\.yml/\/etc\/redmine\/\&lt\;instance\&gt\;\/configuration\.yml/g' debian/redmine/usr/share/redmine/config/locales/*.yml 
 
-	# Replace original Gemfile with stripped down version
-	rm debian/redmine/usr/share/redmine/Gemfile
-	awk 'BEGIN {PRINT=1}; /^source/{print;getline;print;PRINT=0}; /^local_gemfile/{PRINT=1} { if (PRINT>0) print; };' \
-	< Gemfile \
-	> debian/redmine/usr/share/redmine/Gemfile
-
 	# Mark scripts as executable until upstream fixes their .tar.gz archive build
 	chmod a+x debian/redmine/usr/share/redmine/Rakefile
 	chmod a+x debian/redmine/usr/share/redmine/extra/mail_handler/rdm-mailhandler.rb

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