forked from Debian/debsources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
82 lines (57 loc) · 1.96 KB
/
README
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Development
===========
* **source code** is available using [Git][1]:
$ git clone git://anonscm.debian.org/qa/debsources.git
and browsable [on the Web][2].
* please report **bugs** to the [Debian Bug Tracking System][6] (short URL:
<http://deb.li/debsrcbugs>), against the `qa.debian.org` pseudo-package,
using a subject line that begins with "debsources:".
If you use the standard Debian `reportbug` tool, please use the command line:
$ reportbug -P "User: [email protected]" -P "Usertags: debsources" qa.debian.org
(`bin/debsources-reportbug` in the Debsources' Git repo is a convenience
script that does the above for you)
* for discussions about Debsources please **contact** the
[debian-qa mailing list][4] or the `#debian-qa` IRC channel on [OFTC][5]
* opportunities for new contributors (AKA **easy hacks**) are [available][7] as
well (short URL: <http://deb.li/debsrceasy>)
[1]: http://git-scm.com/
[2]: https://anonscm.debian.org/gitweb/?p=qa/debsources.git
[4]: https://lists.debian.org/debian-qa/
[5]: http://www.oftc.net/
[6]: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=qa.debian.org;tag=debsources
[7]: https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=qa.debian.org;include=subject:debsources;tag=newcomer
To get started with Debsources development, have a look at the `HACKING` file.
Dependencies
============
Webapp
------
Debian packages:
- apache2
- libapache2-mod-fcgid (for FastCGI deployment)
- libapache2-mod-wsgi (for WSGI deployment)
- libjs-highlight.js
- libjs-jquery
- python-debian
- python-flask
- python-flaskext.wtf
- python-flup (for FastCGI deployment)
- python-magic
- tango-icon-theme
- diffstat
Infrastructure
--------------
(work in progress, likely incomplete)
Debian packages:
- dpkg-dev
- debmirror
- exuberant-ctags
- postgresql >= 9.1
- python-matplotlib
- python-psycopg2
- python-sqlalchemy
- sloccount
Other
-----
To re-generate the documentation:
- graphviz
- postgresql-autodoc