[DRE-commits] [SCM] redmine.git branch, master, updated. debian/1.3.3+dfsg1-2-42-gede3bc9
Jérémy Lal
kapouer at melix.org
Mon May 14 23:00:38 UTC 2012
The following commit has been merged in the master branch:
commit 999bdf9071cd7043aa66829c8900ad23efc8b111
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue May 15 00:44:47 2012 +0200
Update changelog
diff --git a/debian/changelog b/debian/changelog
index 0bc1a48..057219e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
redmine (1.4.2+dfsg1-1) UNRELEASED; urgency=low
* Upstream update.
- Upstream declares external dependencies in ./Gemfile, thus removing
- those dependencies from tarball.
+ Gem dependencies are managed by bundler, thus were removed from tarball.
* debian/control:
+ depends on ruby | ruby-interpreter, as redmine is compatible with
ruby1.8 and ruby1.9.
+ depends on ruby-net-ldap >= 0.3.1.
+ + build-depends and depends on bundler.
+ * debian/rules: do a bundler --local install, without any actual gem.
* debian/copyright:
+ remove rails, ruby-net-ldap, rubytree, coderay dependencies.
+ remove lib/faster_csv.rb, now a dependency.
@@ -18,7 +19,7 @@ redmine (1.4.2+dfsg1-1) UNRELEASED; urgency=low
+ trivial refresh on other patches.
+ remove 2016_fix_openid_login_7857_and_8473.patch, not needed
since rails 2.3.14, necessity unclear.
- + 2017_disable_bundler.patch, Bundler is replaced by debian/control.
+ + 2017_Gemfile_debian.patch, prevents bundler from installing gems.
+ 2018_disable_fastercsv.patch, 'csv' works with ruby1.8 and
'fastercsv' is not available in debian.
--
redmine.git
More information about the Pkg-ruby-extras-commits
mailing list