https://github.com/debian/debsources
Mirrored from https://salsa.debian.org/qa/debsources
https://github.com/debian/debsources
Last synced: 8 months ago
JSON representation
Mirrored from https://salsa.debian.org/qa/debsources
- Host: GitHub
- URL: https://github.com/debian/debsources
- Owner: Debian
- License: agpl-3.0
- Created: 2015-04-20T13:43:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T21:53:03.000Z (about 2 years ago)
- Last Synced: 2025-01-30T08:43:06.450Z (over 1 year ago)
- Language: Python
- Homepage: http://sources.debian.org
- Size: 3.12 MB
- Stars: 24
- Watchers: 41
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Development
- **source code** is available using [Git][1]:
$ git clone https://salsa.debian.org/qa/debsources.git
or $ git clone git@salsa.debian.org:qa/debsources.git
and browsable [on the Web][2].
- please report **bugs** to the [Debian Bug Tracking System][6] (short URL:
), 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: qa.debian.org@packages.debian.org" -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-debsources mailing list][4] or the `#debian-debsources` IRC channel on [OFTC][5]
- opportunities for new contributors (AKA **easy hacks**) are [available][7] as
well (short URL: )
[1]: http://git-scm.com/
[2]: https://salsa.debian.org/qa/debsources
[4]: https://lists.alioth.debian.org/mailman/listinfo/qa-debsources/
[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](HACKING.md) file.
# Dependencies
## Webapp
Debian packages:
- apache2
- diffstat
- 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-magic
- tango-icon-theme
## Infrastructure
(work in progress, likely incomplete)
Debian packages:
- debmirror
- dpkg-dev
- exuberant-ctags
- postgresql >= 9.1
- python-apt
- python-matplotlib
- python-psycopg2
- python-sqlalchemy
- sloccount
## Other
To re-generate the documentation:
- graphviz
- postgresql-autodoc