[DRE-commits] [diaspora-installer] 03/55: add control file

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Dec 8 12:41:22 UTC 2014


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

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

commit f2aa7e84f619f5fde05d6569f81320fd7beb4033
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Dec 2 17:25:14 2014 +0530

    add control file
---
 debian/control | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9779f4c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: diaspora-installer
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/diaspora-installer.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/diaspora-installer.git;a=summary
+Homepage: http://wiki.debian.org/Diaspora
+XS-Ruby-Versions: all
+
+Package: diaspora
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Pre-Depends: postgresql-client, dbconfig-common, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ nodejs,
+ imagemagick,
+ curl,
+ postgresql,
+ redis-server,
+ sudo,
+ ruby-rspec,
+ net-tools,
+ nginx
+Description: distributed social networking service - installer
+ 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 helps install diaspora using rubygems.

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