Update description
This commit is contained in:
parent
7b0c240daa
commit
b241eca5c4
2 changed files with 10 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
gitlab (8.13.11+dfsg-4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Update description to specify that the package is non-omnibus, unlike the
|
||||||
|
official one from GitLab.
|
||||||
|
|
||||||
|
-- Balasankar C <balasankarc@autistici.org> Sun, 19 Feb 2017 18:01:59 +0530
|
||||||
|
|
||||||
gitlab (8.13.11+dfsg-3) unstable; urgency=medium
|
gitlab (8.13.11+dfsg-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Allow choosing gitlab user (Closes: #854617)
|
* Allow choosing gitlab user (Closes: #854617)
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -241,8 +241,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
libjs-graphael,
|
libjs-graphael,
|
||||||
libjs-fuzzaldrin-plus (>= 0.3.1+git.20161008.da2cb58+dfsg-4~)
|
libjs-fuzzaldrin-plus (>= 0.3.1+git.20161008.da2cb58+dfsg-4~)
|
||||||
Recommends: certbot
|
Recommends: certbot
|
||||||
Description: git powered software platform to collaborate on code
|
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||||
gitlab provides web based interface to host source code and track issues.
|
gitlab provides web based interface to host source code and track issues.
|
||||||
It allows anyone for fork a repository and send merge requests. Code review
|
It allows anyone for fork a repository and send merge requests. Code review
|
||||||
is possible using merge request workflow. Using groups and roles project
|
is possible using merge request workflow. Using groups and roles project
|
||||||
access can be controlled.
|
access can be controlled.
|
||||||
|
.
|
||||||
|
Unlike the official package from GitLab Inc., this package does not use omnibus.
|
||||||
|
|
Loading…
Reference in a new issue