Description
bzr-loom - Focused patch plugin support for Bazaar
Property | Value |
---|---|
Distribution | Debian 8 (Jessie) |
Repository | Debian Main i386 |
Package name | bzr-loom |
Package version | 2.2.0 |
Package release | 5 |
Package architecture | all |
Package type | deb |
Installed size | 259 B |
Download size | 44.47 KB |
Official Mirror | ftp.br.debian.org |
Loom is a Bazaar plugin to assist in developing focused patches. It adds a 'loom' to a bzr branch. A loom allows the development of multiple patches at once, while still giving each patch a branch of its own.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
bzr-loom_2.2.0-5_all.deb | 2.2.0 | all | Debian Main |
bzr-loom | - | - | - |
Requires
Name | Value |
---|---|
python | << 2.8 |
python | >= 2.7 |
python-bzrlib | >= 2.5~ |
Download
Type | URL |
---|---|
Binary Package | bzr-loom_2.2.0-5_all.deb |
Source Package | bzr-loom |
Install Howto
- Update the package index:
# sudo apt-get update
- Install bzr-loom deb package:
# sudo apt-get install bzr-loom
Files
Path |
---|
/usr/lib/python2.7/dist-packages/Loom-2.2.1dev0.egg-info |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/__init__.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/branch.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/commands.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/formats.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/loom_io.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/loom_state.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/revspec.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tree.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/version.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tests/__init__.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tests/blackbox.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tests/test_branch.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tests/test_loom_io.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tests/test_loom_state.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tests/test_revspec.py |
/usr/lib/python2.7/dist-packages/bzrlib/plugins/loom/tests/test_tree.py |
/usr/share/doc/bzr-loom/CONTRIBUTORS |
/usr/share/doc/bzr-loom/HOWTO.gz |
/usr/share/doc/bzr-loom/README.gz |
/usr/share/doc/bzr-loom/changelog.Debian.gz |
/usr/share/doc/bzr-loom/copyright |
/usr/share/pyshared/Loom-2.2.1dev0.egg-info |
/usr/share/pyshared/bzrlib/plugins/loom/__init__.py |
/usr/share/pyshared/bzrlib/plugins/loom/branch.py |
/usr/share/pyshared/bzrlib/plugins/loom/commands.py |
/usr/share/pyshared/bzrlib/plugins/loom/formats.py |
/usr/share/pyshared/bzrlib/plugins/loom/loom_io.py |
/usr/share/pyshared/bzrlib/plugins/loom/loom_state.py |
/usr/share/pyshared/bzrlib/plugins/loom/revspec.py |
/usr/share/pyshared/bzrlib/plugins/loom/tree.py |
/usr/share/pyshared/bzrlib/plugins/loom/version.py |
/usr/share/pyshared/bzrlib/plugins/loom/tests/__init__.py |
/usr/share/pyshared/bzrlib/plugins/loom/tests/blackbox.py |
/usr/share/pyshared/bzrlib/plugins/loom/tests/test_branch.py |
/usr/share/pyshared/bzrlib/plugins/loom/tests/test_loom_io.py |
/usr/share/pyshared/bzrlib/plugins/loom/tests/test_loom_state.py |
/usr/share/pyshared/bzrlib/plugins/loom/tests/test_revspec.py |
/usr/share/pyshared/bzrlib/plugins/loom/tests/test_tree.py |
Changelog
2013-05-11 - Andrew Starr-Bochicchio <asb@debian.org> bzr-loom (2.2.0-5) unstable; urgency=low * Upload to unstable. * Use anonscm.debian.org in the Vcs fields.
2013-01-28 - Andrew Starr-Bochicchio <asb@debian.org> bzr-loom (2.2.0-4) experimental; urgency=low * debian/tests/control: Tests depend on python-subunit. * debian/control: Bump Standards-Version to 3.9.4
2012-12-10 - Andrew Starr-Bochicchio <asb@debian.org> bzr-loom (2.2.0-3) experimental; urgency=low * Re-add pkg-bazaar to maintainer field and myself to uploades. * debian/control: Add XS-Testsuite header in source stanza. (Closes: #692656) * debian/patches/BzrBranch5.patch: BzrBranch5 has moved in bzr 2.5 (Closes: #695215). * debian/patches/root_inventory.patch: Adjust for another API change in bzr 2.5.
2012-04-01 - Jelmer Vernooij <jelmer@debian.org> bzr-loom (2.2.0-2) unstable; urgency=low * Use machine-parseable copyright file format. * Bump standards version to 3.9.3 (no changes). * Orphan package.
2012-02-26 - Jelmer Vernooij <jelmer@debian.org> bzr-loom (2.2.0-1) unstable; urgency=low * Add script for automatically updating dependencies on merge. * New upstream release. + Fixes compatibility with newer versions of bzr. LP: #924521
2012-02-26 - Jelmer Vernooij <jelmer@debian.org> bzr-loom (2.1+bzr151-1) unstable; urgency=low * New upstream snapshot. * Add autopkgtest tests.
2012-02-08 - Jelmer Vernooij <jelmer@debian.org> bzr-loom (2.1+bzr150-1) unstable; urgency=low * New upstream snapshot.
2011-12-20 - Jelmer Vernooij <jelmer@debian.org> bzr-loom (2.1+bzr148-1) unstable; urgency=low [ Max Bowsher ] * New upstream snapshot. * Drop 01_fix_record_entry_contents, merged upstream. [ Jelmer Vernooij ] * New upstream snapshot. + Fixes compatibility with newer versions of bzr. Closes: #652776
2011-07-19 - Jelmer Vernooij <jelmer@debian.org> bzr-loom (2.1+bzr139-1) unstable; urgency=low * New upstream snapshot. * Add 01_fix_record_entry_contents. Closes: #634428
2011-05-06 - Jelmer Vernooij <jelmer@debian.org> bzr-loom (2.1+bzr132-2) unstable; urgency=low * Re-arrange | condition in build deps to make sbuild happy. * Bump standards version to 3.9.2 (no changes).
See Also
Package | Description |
---|---|
bzr-pipeline_1.5-1_all.deb | Bazaar plugin for managing a pipeline of changes |
bzr-search_1.7.0~bzr94-3_all.deb | search plugin for Bazaar |
bzr-stats_0.1.0+bzr51-1_all.deb | statistics plugin for Bazaar |
bzr-tweet_1.3.0-1_all.deb | Bazaar commit and push tweet plugin |
bzr-upload_1.1.0-5_all.deb | Bazaar plugin for uploading to web servers |
bzr-xmloutput_0.8.8+bzr162-5_all.deb | XML Communication plugin for Bazaar |
bzr_2.6.0+bzr6595-6+deb8u1_all.deb | easy to use distributed version control system |
bzrtools_2.6.0-2_all.deb | Collection of tools for bzr |
c++-annotations-contrib_9.9.1-2_all.deb | Extensive tutorial and documentation about C++ - contributed files |
c++-annotations-dvi_9.9.1-2_all.deb | Extensive tutorial and documentation about C++ - DVI output |
c++-annotations-html_9.9.1-2_all.deb | Extensive tutorial and documentation about C++ - html output |
c++-annotations-latex_9.9.1-2_all.deb | Extensive tutorial and documentation about C++ - LaTeX output |
c++-annotations-pdf_9.9.1-2_all.deb | Extensive tutorial and documentation about C++ - PDF output |
c++-annotations-ps_9.9.1-2_all.deb | Extensive tutorial and documentation about C++ - Postscript output |
c++-annotations-txt_9.9.1-2_all.deb | Extensive tutorial and documentation about C++ - text output |
Advertisement
Advertisement