forked from Danie/gitlab-dpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
28 lines (27 loc) · 1.05 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: gitlab
Section: ruby
Priority: optional
Maintainer: Daniel Baeurer <[email protected]>
Build-Depends: debhelper (>= 7.0.50~), build-essential, git, bundler,
ruby (>= 1.9.3.194-1), ruby-dev (>= 1.9.3.194-1), libruby (>= 1.9.3.194-1),
libicu-dev, libmagic-dev, libmysqlclient-dev, libpq-dev, autoconf, automake,
quilt
Standards-Version: 3.9.3
Homepage: http://gitlabhq.com/
Package: gitlab
Architecture: all
Pre-Depends: adduser
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby (>= 1.9.3.194-1), git, sudo,
postfix | mail-transport-agent, python-pygments, libpython2.6 | libpython2.7,
redis-server (>= 2:2.4.0), bundler, dialog, curl, libmagic1
Description: Self hosted Git management software
GitLab allows you to
* keep your code secure on your own server
* manage repositories, users and access permissions
* communicate though issues, line-comments and wiki's
* perform code reviews with merge requests
.
GitLab is
* powered by Ruby on Rails
* completely free and open source (MIT license)
* used by 10.000 organization to keep their code secure