[Pkg-bazaar-maint] Debian/Ubuntu bazaar metapackage

Andrew SB a.starr.b at gmail.com
Mon May 3 17:58:43 UTC 2010


On Mon, May 3, 2010 at 1:42 PM, Jelmer Vernooij <jelmer at samba.org> wrote:
> Previously the "bazaar" package in Debian/Ubuntu contained the baz
> implementation of Bazaar. This package was removed from lenny, and
> (according to Debian policy) we should be able to use it again for
> squeeze.
>
> Prior to lenny we've discussed providing a convenience "bazaar" package
> that depends on "bzr" as well as recommending its most common plugins.
> I'm wondering what the right set of plugins to depend on/recommend is.
> Perhaps we should start with the same set that's included in the Windows
> installer at the moment.
>
> Does this seem like a reasonable idea? Thoughts on the plugins to
> include?

After some previous discussion of this topic, I threw together a
package as a prof of concept but I don't think I ever mentioned it on
list. It's up on Launchpad at:

https://code.edge.launchpad.net/~bzr-packagers/+junk/debian-meta

The way I approached it was to Depend on the plug-ins that are
installed with the Windows installer as well as Suggest a few other
packages. I also did a gui package that Depends on the meta package as
well as bzr-explorer (which will pull in qbzr).

Package: bzr-environment
Architecture: all
Depends: ${misc:Depends},
         bzr,
         bzrtools,
         bzr-rebase,
         bzr-svn,
         bzr-upload,
         bzr-xmloutput
Recommends: bzr-doc
Suggests: bzr-hg,
          bzr-git,
          bzr-loom,
          bzr-pipeline
Description: metapackage installing a Bazaar development environment

Package: bzr-environment-gui
Architecture: all
Depends: ${misc:Depends},
         bzr-environment,
         bzr-explorer
Description: metapackage installing a Bazaar development environment
including GUI tools

- Andrew Starr-Bochicchio



More information about the Pkg-bazaar-maint mailing list