[DRE-commits] [diaspora-installer] 01/03: move ca-certificates to diaspora-common pre dep
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Aug 22 18:12:05 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 91537deec4da2fec115a5940cdffd0da69d226ab
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Aug 22 13:26:35 2016 +0530
move ca-certificates to diaspora-common pre dep
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d23490a..6298fea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+diaspora-installer (0.5.9.1+debian5) UNRELEASED; urgency=medium
+
+ * Move ca-certificates to diaspora-common Pre-Depends (autopkgtest fails
+ otherwise because the ca certificates are configured only after diaspora)
+
+ -- Pirate Praveen <praveen at debian.org> Mon, 22 Aug 2016 13:25:16 +0530
+
diaspora-installer (0.5.9.1+debian4) unstable; urgency=medium
* Move database.yml, diaspora.yml links to diaspora-installer binary
diff --git a/debian/control b/debian/control
index 37c5033..3ff976d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,6 @@ 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,
@@ -87,6 +86,7 @@ Description: distributed social networking service - installer (with mysql)
Package: diaspora-common
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
+Pre-Depends: ca-certificates
Depends: adduser,
dbconfig-pgsql | dbconfig-mysql | dbconfig-no-thanks,
postgresql | mysql-server,
--
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