[DRE-commits] [diaspora-installer] 02/20: make diaspora-installer-mysql
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Mar 21 13:39:35 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 f56c9f720f847c2404149b7363c02775dcf0e766
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Mar 21 14:48:20 2016 +0530
make diaspora-installer-mysql
---
debian/control | 38 ++++++++++++++++++++++++++++++++------
1 file changed, 32 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 40c672e..41fcc09 100644
--- a/debian/control
+++ b/debian/control
@@ -53,19 +53,45 @@ Description: distributed social networking service - installer
dependencies as rubygems) and configures it to use PostgreSQL and
Nginx.
+Package: diaspora-installer-mysql
+Architecture: all
+Section: contrib/ruby
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: diaspora-installer,
+ mysql-server,
+ dbconfig-mysql,
+ libmysqlclient-dev
+Description: distributed social networking service - installer (with mysql)
+ Diaspora (currently styled diaspora* and formerly styled DIASPORA*) is a free
+ personal web server that implements a distributed social networking service.
+ Installations of the software form nodes (termed "pods") which make up the
+ distributed Diaspora social network.
+ .
+ Diaspora is intended to address privacy concerns related to centralized
+ social networks by allowing users to set up their own server (or "pod") to
+ host content; pods can then interact to share status updates, photographs,
+ and other social data. It allows its users to host their data with a
+ traditional web host, a cloud-based host, an ISP, or a friend. The framework,
+ which is being built on Ruby on Rails, is free software and can be
+ experimented with by external developers.
+ .
+ Learn more about Diaspora at http://diasporafoundation.org
+ .
+ This dummy package downloads diaspora (also pulling in runtime
+ dependencies as rubygems) and configures it to use MySQL and Nginx.
+
Package: diaspora-common
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Pre-Depends: adduser,
- bc,
- dbconfig-pgsql,
- postgresql-client
-Depends: curl,
+Pre-Depends: bc
+Depends: adduser,
+ dbconfig-pgsql | dbconfig-mysql | dbconfig-no-thanks,
+ curl,
mail-transport-agent | exim4 | postfix,
net-tools,
nginx,
nodejs,
- postgresql,
+ postgresql | mysql-server,
rake,
redis-server (>= 2:2.8),
ruby | ruby-interpreter,
--
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