Differences between revisions 3 and 23 (spanning 20 versions)
Revision 3 as of 2007-09-13 18:50:01
Size: 1032
Editor: OndrejCertik
Comment:
Revision 23 as of 2020-09-29 02:48:24
Size: 0
Editor: ?Louis-PhilippeVeronneau
Comment: Merged with the DPMT documentation into the new DPT
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== 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.