Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-09-13 18:45:37
Size: 534
Editor: OndrejCertik
Comment:
Revision 3 as of 2007-09-13 18:50:01
Size: 1032
Editor: OndrejCertik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:

== Build the package ==

{{{
svn co svn+ssh://certik-guest@svn.debian.org/svn/python-apps/packages/mayavi2/trunk mayavi2
cd mayavi2
}}}
Get the orig tarball and put it to `../tarballs`. Then
{{{
svn-buildpackage -rfakeroot
}}}

Hint: put
{{{
alias svn-b='svn-buildpackage -rfakeroot --svn-ignore-new -uc -us'
}}}
into your `~/.bashrc` and use the `svn-b` command to build the package with local modification and without signing, to test, that everything works, before a commit.

Create a project

Substitute your alioth name for "certik-guest":

svn mkdir svn+ssh://certik-guest@svn.debian.org/svn/python-apps/packages/mayavi2
svn mkdir svn+ssh://certik-guest@svn.debian.org/svn/python-apps/packages/mayavi2/trunk
svn co svn+ssh://certik-guest@svn.debian.org/svn/python-apps/packages/mayavi2/trunk mayavi2
cd mayavi2

Put your debian directory here and all the other files

mkdir debian   #put other files in there
svn add debian
svn propset mergeWithUpstream 1 debian
svn ci

Build the package

svn co svn+ssh://certik-guest@svn.debian.org/svn/python-apps/packages/mayavi2/trunk mayavi2
cd mayavi2

Get the orig tarball and put it to ../tarballs. Then

svn-buildpackage -rfakeroot

Hint: put

alias svn-b='svn-buildpackage -rfakeroot --svn-ignore-new  -uc -us'

into your ~/.bashrc and use the svn-b command to build the package with local modification and without signing, to test, that everything works, before a commit.