~ubuntu-branches/ubuntu/wily/mongrel2/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2013-06-03 16:30:11 UTC
  • Revision ID: package-import@ubuntu.com-20130603163011-hysu6gxi3kdzen6l
Tags: 1.8.1-devel-20130603-1
Initial release (Closes: #590629)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: mongrel2
 
2
Section: httpd
 
3
Priority: optional
 
4
Maintainer: Jan Niehusmann <jan@debian.org>
 
5
Build-Depends: debhelper (>= 8.0.0), libzmq-dev (>= 2.1), libsqlite3-dev (>= 3.0), sqlite3 (>= 3.0), libpolarssl-dev (>= 1.2.3), dpkg-dev (>= 1.16.1~)
 
6
Standards-Version: 3.9.4
 
7
Homepage: http://mongrel2.org/
 
8
Vcs-Git: git://git.debian.org/users/jan/mongrel2.git
 
9
Vcs-Browser: http://git.debian.org/?p=users/jan/mongrel2.git;a=summary
 
10
 
 
11
Package: mongrel2-core
 
12
Architecture: any
 
13
Depends: ${shlibs:Depends}, ${misc:Depends}
 
14
Description: programming language agnostic web server (binaries)
 
15
 Mongrel2 is an application, programming language, and network
 
16
 architecture agnostic web server that focuses on web applications using
 
17
 modern browser technologies.
 
18
 .
 
19
 Mongrel2 supports 17 languages and platforms, HTTP, Flash sockets,
 
20
 WebSockets, Long Polling, and many ways to deploy and hack on it.
 
21
 .
 
22
 This package includes the server binaries but doesn't contain all the
 
23
 infrastructure needed to setup a standalone web server.
 
24
 
 
25
 
 
26
# Don't build mongrel2 package, for now, as the init logic is not yet written.
 
27
 
 
28
#Package: mongrel2
 
29
#Architecture: any
 
30
#Depends: mongrel2-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
31
#Description: programming language agnostic web server
 
32
# Mongrel2 is an application, programming language, and network
 
33
# architecture agnostic web server that focuses on web applications using
 
34
# modern browser technologies.
 
35
# .
 
36
# Mongrel2 supports 17 languages and platforms, HTTP, Flash sockets,
 
37
# WebSockets, Long Polling, and many ways to deploy and hack on it.
 
38
# .
 
39
# This package includes the infrastructure needed to setup a standalone
 
40
# web server.