1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: bzr-search
Section: vcs
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Koichi Akabe <vbkaisetsu@gmail.com>
Build-Depends-Indep: python-bzrlib.tests, bzr (>= 1.7~), python-testtools
Build-Depends: debhelper (>= 9.0.0), python (>= 2.6.6-3)
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: https://launchpad.net/bzr-search
Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-bazaar/bzr-search/unstable
Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-bazaar/bzr-search/unstable/files
XS-Testsuite: autopkgtest
Package: bzr-search
Architecture: all
Depends: bzr (>= 1.7~), ${misc:Depends}, ${python:Depends}
Enhances: bzr
Description: search plugin for Bazaar
This is a plugin for Bazaar that can index and search local and remote
branches.
.
It adds a "index" and a "search" command to the Bazaar command-line UI.
|