[DRE-commits] [redmine] 01/02: support dbconfig-no-thanks

Marc Dequènes duck at moszumanska.debian.org
Mon Nov 20 11:19:35 UTC 2017


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

duck pushed a commit to branch master
in repository redmine.

commit f6a98385cda61e2341cb3e1bb55e7dd4bc923647
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Mon Nov 20 19:30:59 2017 +0900

    support dbconfig-no-thanks
---
 debian/changelog | 1 +
 debian/control   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 52856bf..cf56df1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ redmine (3.4.2-1) UNRELEASED; urgency=medium
   * Reload all Passenger instances (Closes: #879104).
   * Pass instance list to postrm to ensure removal works when things are
     broken (found in #868955).
+  * Support dbconfig-no-thanks.
 
   [ Lucas Kanashiro ]
   * debian/copyright: fix path of redcloth3.rb file
diff --git a/debian/control b/debian/control
index 7c2d098..87bcb2a 100644
--- a/debian/control
+++ b/debian/control
@@ -97,7 +97,7 @@ Description: flexible project management web application
 
 Package: redmine-mysql
 Architecture: all
-Depends: dbconfig-mysql,
+Depends: dbconfig-mysql | dbconfig-no-thanks,
          default-mysql-client | virtual-mysql-client,
          ruby-mysql2,
          ${misc:Depends}
@@ -112,7 +112,7 @@ Description: metapackage providing MySQL dependencies for Redmine
 
 Package: redmine-pgsql
 Architecture: all
-Depends: dbconfig-pgsql,
+Depends: dbconfig-pgsql | dbconfig-no-thanks,
          postgresql-client,
          ruby-pg,
          ${misc:Depends}
@@ -127,7 +127,7 @@ Description: metapackage providing PostgreSQL dependencies for Redmine
 
 Package: redmine-sqlite
 Architecture: all
-Depends: dbconfig-sqlite3,
+Depends: dbconfig-sqlite3 | dbconfig-no-thanks,
          ruby-sqlite3,
          sqlite3,
          ${misc:Depends}

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