summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBen Finney <ben+debian@benfinney.id.au>2009-03-29 18:39:53 +1100
committerBen Finney <ben+debian@benfinney.id.au>2009-03-29 18:39:53 +1100
commite99b4a5f59827f4fc30648b01a9a7e6eb03aafb9 (patch)
tree4bca47bc0659e6903de440ba68d2a1e77e3c4667 /debian/control
Commit recovered Debian packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..031c118
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: bugs-everywhere
+Section: devel
+Priority: extra
+Maintainer: Ben Finney <ben+debian@benfinney.id.au>
+Homepage: http://bugseverywhere.org/
+VCS-bzr: http://bzr.debian.org/collab-maint/bugs-everywhere/be.debian/
+Build-Depends-Indep: debhelper (>= 7.0.14),
+ docbook-to-man,
+ python-central (>= 0.6.8),
+ python-all-dev (>= 2.3.5-11)
+Standards-Version: 3.8.0
+XS-Python-Version: all
+
+Package: bugs-everywhere
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Recommends:
+ tla | bazaar |
+ bzr |
+ git-core |
+ mercurial |
+ rcs
+Description: distributed bug tracker
+ 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)
+ * GNU RCS