File: control

package info (click to toggle)
phabricator 0~git20200925-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 75,084 kB
  • sloc: php: 591,483; javascript: 27,983; sql: 19,567; ansic: 3,624; yacc: 2,506; sh: 761; xml: 503; lex: 488; python: 334; cpp: 224; makefile: 179; sed: 66
file content (62 lines) | stat: -rw-r--r-- 2,461 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: phabricator
Section: web
Priority: optional
Maintainer:  Sylvestre Ledru <sylvestre@debian.org>
Uploaders:
 Richard Sellam <richard.sellam@orvidia.fr>
Build-Depends: debhelper (>= 9), po-debconf
Standards-Version: 4.1.4
Homepage: http://phabricator.org/
Vcs-Browser: https://salsa.debian.org/debian/phabricator
Vcs-Git: https://salsa.debian.org/debian/phabricator.git

Package: libphutil
Architecture: all
Depends: php-xml, ${misc:Depends}
Recommends: php-cli | php5-cli
Description: Shared library for Arcanist and Phabricator
 libphutil (pronounced as "lib-futile", like the English word futile)
 is principally the shared library for Arcanist and Phabricator,
 but is suitable for inclusion in other projects.
 In particular, some of the classes provided in this library improve the state
 of common operations in PHP, like executing system commands.

Package: arcanist
Architecture: all
Depends: libphutil (= ${source:Version}), php-cli | php5-cli, php-curl | php5-curl, ${misc:Depends},
 php-xml
Conflicts: arc
Suggests: python
Description: Command line interface for Phabricator (review platform)
 Arcanist is the command-line tool for Phabricator. It allows you to interact
 with Phabricator installs to send code for review, download patches, transfer
 files, view status, make API calls, and various other things.

# Package: phabricator
# Architecture: all
# Depends: arcanist,
#          dbconfig-common (>= 1.8.8),
#          fonts-font-awesome,
#          jq,
#          libapache2-mod-php5 | libapache2-mod-php5filter | php5-fpm | php5,
#          libjs-d3,
#          libphutil (= ${source:Version}),
#          php5-cli,
#          php5-curl,
#          php5-mysql | php5-mysqli | php5-mysqlnd,
#          po-debconf,
#          ucf,
#          ${misc:Depends}
# Recommends: apache2 (>= 2.2.7) | lighttpd | nginx | httpd, php5-apcu, php5-gd, mariadb-server | default-mysql-server | virtual-mysql-server
# Suggests: python, npm
# Description: Software engineering platform
#  Phabricator is an open source collection of web applications which make it
#  easier to write, review, and share source code.
#  .
#  Features:
#   * Review Code: Review others' code with Differential
#   * Track Bugs: You can keep track of all the defects,
#     and problems in your awful software with Maniphest.
#   * Browse Source: You can browse source code on the web with Diffusion
#   * Wiki: You can write things down in Phriction
#   * ... and others