[DRE-commits] [gitlab] 01/07: relax pg dependency

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Aug 22 13:50:27 UTC 2017


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

praveen pushed a commit to branch master-9.2
in repository gitlab.

commit 44e2f14de09fd91525791d815460064b94f50d5b
Author: Pirate Praveen <praveen at debian.org>
Date:   Tue Aug 22 10:30:25 2017 +0530

    relax pg dependency
---
 debian/patches/0280-relax-pg.patch | 11 +++++++++++
 debian/patches/series              |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/0280-relax-pg.patch b/debian/patches/0280-relax-pg.patch
new file mode 100644
index 0000000..900e495
--- /dev/null
+++ b/debian/patches/0280-relax-pg.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -14,7 +14,7 @@
+ # Supported DBs
+ ENV["DB"] ||= "mysql"
+ gem "mysql2", '~> 0.3.16' if ENV["DB"] == "all" || ENV["DB"] == "mysql"
+-gem "pg", '~> 0.18.2' if ENV["DB"] == "all" || ENV["DB"] == "postgres"
++gem "pg", '~> 0.18' if ENV["DB"] == "all" || ENV["DB"] == "postgres"
+ 
+ gem 'rugged', '~> 0.24.0'
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c461ae5..b76f095 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ pid-log-paths.patch
 0250-relax-licensee.patch
 0260-relax-ruby-parser.patch
 0270-relax-toml-rb.patch
+0280-relax-pg.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list