           SPELL=bzr
         VERSION=2.7.0
              VX=`echo $VERSION|cut -c-3`
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://launchpad.net/bzr/$VX/$VERSION/+download/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL}.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=bzr.gpg:$SOURCE2:UPSTREAM_KEY
      LICENSE[0]=GPL
        KEYWORDS="scm distributed python devel"
        WEB_SITE=http://bazaar-vcs.org/
         ENTERED=20050610
           SHORT="Improved Bazaar SCM"
cat << EOF
Bazaar-NG (or bzr) is a project of Canonical to develop an open source
distributed version control system that is powerful, friendly, and scalable.
Version control means a system that keeps track of previous revisions of
software source code or similar information and helps people work on it in
teams.
EOF
