Info2: << Package: git-remote-gitbzr-py%type_pkg[python] Epoch: 1 Version: 0.2 Revision: 1 Type: python (2.7) Description: Access bzr repos as git remotes DescDetail: << This is the git-remote-bzr helper from git. It's renamed to git-remote-gitbzr to avoid conflicting with the git-remote-bzr package. This one requires only git and bzr, not bzr-git-py. << DescUsage: << Clone a bazaar repo with: git clone gitbzr::/path/to/bzr/repo/or/url For example: git clone gitbzr::$HOME/myrepo git clone gitbzr::lp:myrepo << Maintainer: Daniel Johnson License: GPL Homepage: https://github.com/felipec/git-remote-bzr Source: https://codeload.github.com/felipec/git-remote-bzr/tar.gz/v0.2 SourceRename: git-remote-bzr-%v.tar.gz Source-Checksum: SHA256(c71652b5c10b05fae40dcc998abb064549f7eee2a14017b8cca08ca756b3472f) Depends: << git (>= 1.9.3-1), bzr-py%type_pkg[python], python%type_pkg[python] << BuildDepends: fink (>= 0.24.12), asciidoc, asciidoc-a2x CompileScript: << perl -pi -e 's|/usr/bin/env python2|%p/bin/python%type_raw[python]|' git-remote-bzr a2x -d manpage -f manpage doc/git-remote-bzr.txt << InstallScript: << mkdir -p %i/bin cp git-remote-bzr %i/bin/git-remote-gitbzr-py%type_pkg[python] mkdir -p %i/share/man/man1 cp doc/git-remote-bzr.1 %i/share/man/man1/git-remote-gitbzr-py%type_pkg[python].1 << PostInstScript: << update-alternatives --install %p/bin/git-remote-gitbzr git-remote-gitbzr %p/bin/git-remote-gitbzr-py%type_pkg[python] %type_pkg[python] --slave %p/share/man/man1/git-remote-gitbzr-py.1 git-remote-gitbzr-py.1 %p/share/man/man1/git-remote-gitbzr-py%type_pkg[python].1 << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --remove git-remote-gitbzr %p/bin/git-remote-gitbzr-py%type_pkg[python] fi << DocFiles: LICENSE README.asciidoc <<