[DRE-commits] [diaspora-installer] 02/05: create new binary package diaspora-common

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jan 6 17:41:34 UTC 2015


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

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

commit 3a302f8c05f62a170af8503f9a1525ad47fd6e27
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Jan 6 23:01:26 2015 +0530

    create new binary package diaspora-common
---
 debian/control | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/debian/control b/debian/control
index e3332ca..8f0c0af 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Pre-Depends: postgresql-client, dbconfig-common, adduser
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ diaspora-common,
  nodejs,
  curl,
  postgresql,
@@ -53,3 +54,45 @@ Description: distributed social networking service - installer
  Learn more about diaspora at http://diasporafoundation.org
  .
  This package helps install diaspora using rubygems.
+
+Package: diaspora-common
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Pre-Depends: postgresql-client, dbconfig-common, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ nodejs,
+ curl,
+ postgresql,
+ redis-server,
+ sudo,
+ ruby-rspec,
+ bundler,
+ ruby-dev,
+ libpq-dev,
+ build-essential,
+ libssl-dev,
+ libcurl4-openssl-dev,
+ libxml2-dev,
+ libxslt-dev,
+ imagemagick,
+ ghostscript,
+ libmagickwand-dev,
+ net-tools,
+ nginx
+Description: distributed social networking service - common files
+ 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 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 package provides files common between diaspora and diaspora-installer.

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