CreatingBzrMaintainedPackage

This page describes how to create a bazaar maintained package.

First, you need to create a product: You can do that here: https://launchpad.net/products/+new

cd debian

bzr init

bzr add * added changelog added control added copyright added rules

bzr commit -m "Initial release" added changelog added control added copyright added rules Committed revision 1.

bzr push --create-prefix sftp://samuel-maftoul@bazaar.launchpad.net/~telepathy/tapioca-sharp/ubuntu 1 revision(s) pushed.

CreatingBzrMaintainedPackage (last edited 2008-08-06 16:38:04 by localhost)