[DRE-commits] [diaspora-installer] 03/05: add ca-certificates to Pre-Depends

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jul 27 09:08:42 UTC 2016


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

praveen pushed a commit to branch master
in repository diaspora-installer.

commit 8dcdae4cc6822bd2cef1f35e524da6ce9cf2a0ec
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jul 27 13:25:18 2016 +0530

    add ca-certificates to Pre-Depends
---
 debian/changelog | 4 +++-
 debian/control   | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e2c597e..24fd526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 diaspora-installer (0.5.9.1+debian3) UNRELEASED; urgency=medium
 
   * Run autopkgtest
-  * Fix handling of diaspora.conf 
+  * Fix handling of diaspora.conf
+  * Add ca-certificates to Pre-Depends (for downloading from github,
+    Depends is not enough) 
 
  -- Pirate Praveen <praveen at debian.org>  Tue, 26 Jul 2016 20:20:45 +0530
 
diff --git a/debian/control b/debian/control
index d37a763..37c5033 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Package: diaspora-installer
 Architecture: all
 Section: contrib/ruby
 XB-Ruby-Versions: ${ruby:Versions}
+Pre-Depends: ca-certificates
 Depends: diaspora-common (= ${source:Version}),
          build-essential,
          ghostscript,
@@ -89,6 +90,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: adduser,
          dbconfig-pgsql | dbconfig-mysql | dbconfig-no-thanks,
          postgresql | mysql-server,
+         ca-certificates,
          curl,
          exim4 | postfix | mail-transport-agent,
          net-tools,

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



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