[DRE-commits] [redmine] 02/06: Change dependency from bundler to ruby-bundler

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Mar 20 14:05:58 UTC 2016


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

terceiro pushed a commit to branch master
in repository redmine.

commit c4b5c8e4f42c77575db002c73851b188707a8183
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Mar 20 10:34:19 2016 -0300

    Change dependency from bundler to ruby-bundler
---
 debian/changelog | 2 ++
 debian/control   | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 216d343..8e86b99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ redmine (3.2.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Refresh patches
+  * Change dependency from bundler to ruby-bundler, so that just installing
+    redmine doesn't get you a toolchain (Closes: #816075)
 
  -- Antonio Terceiro <terceiro at debian.org>  Sat, 19 Mar 2016 19:09:39 -0300
 
diff --git a/debian/control b/debian/control
index 41b20b7..fcc2e50 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: extra
 Maintainer: Antonio Terceiro <terceiro at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>,
            Jérémy Lal <kapouer at melix.org>
-Build-Depends: bundler,
-               dbconfig-common,
+Build-Depends: dbconfig-common,
                debhelper (>= 9),
                ruby | ruby-interpreter,
                ruby-actionpack-action-caching,
                ruby-actionpack-xml-parser,
                ruby-awesome-nested-set,
+               ruby-bundler,
                ruby-coderay (>= 1.0.6),
                ruby-i18n (>= 0.6.9-1~),
                ruby-jquery-rails (>= 4.0.5),
@@ -37,13 +37,13 @@ Testsuite: autopkgtest
 Package: redmine
 Architecture: all
 Pre-Depends: debconf
-Depends: bundler,
-         dbconfig-common,
+Depends: dbconfig-common,
          redmine-sqlite | redmine-mysql | redmine-pgsql,
          ruby | ruby-interpreter,
          ruby-actionpack-action-caching,
          ruby-actionpack-xml-parser,
          ruby-awesome-nested-set,
+         ruby-bundler,
          ruby-coderay (>= 1.0.6),
          ruby-i18n (>= 0.6.9-1~),
          ruby-jquery-rails (>= 4.0.5),

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