File: control

package info (click to toggle)
bugs-everywhere 1.1.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,348 kB
  • sloc: python: 14,618; sh: 189; makefile: 137
file content (56 lines) | stat: -rw-r--r-- 1,635 bytes parent folder | download
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
Source: bugs-everywhere
Section: devel
Priority: extra
Maintainer: maxigas <maxigas@anargeek.net>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Homepage: http://bugseverywhere.org/
VCS-git: git://git.debian.org/git/dgit-repos/repos/bugs-everywhere.git
VCS-Browser: http://anonscm.debian.org/gitweb/?p=dgit-repos/repos/bugs-everywhere.git;a=summary
Build-Depends-Indep:
    debhelper (>= 9),
    dh-python,
    libparse-debianchangelog-perl,
    docbook-to-man,
    xsltproc,
    python-sphinx,
    python-yaml,
    bzr, git, mercurial, tla, darcs, monotone, rcs,
    python-numpydoc,
    python
Standards-Version: 3.9.4

Package: bugs-everywhere
Architecture: all
Depends:
    python-yaml, python-jinja2,
    ${python:Depends}, ${misc:Depends}
Recommends:
    bzr |
    git |
    mercurial |
    tla | bazaar |
    darcs |
    monotone |
    rcs
Description: distributed bug tracking system using VCS storage
 Bugs Everywhere is a “distributed bug tracker”, designed to
 complement a distributed version control system (VCS). By using a
 distributed VCS as a back-end for bug state, it gains several
 convenient features:
 .
  * Bugs and code that live on branches are tracked together.
  * Users can fully modify bug state while offline.
  * When a user checks out a project’s source code, she gets the current
    bug state for free.
  * A web interface to the bug database becomes just another client that
    merges with the main repository.
 .
 Bugs Everywhere currently supports the following VCS back-ends:
 .
  * GNU Arch (tla, baz)
  * Bazaar (bzr)
  * git
  * Mercurial (hg)
  * Darcs
  * Monotone (mtn)
  * GNU RCS