Salome HOME
initial project version
[tools/solverlab.git] / CDMATH / debian / packaging.md
1 Build on an online build service
2 ================================
3
4 Open Build Service
5 ------------------
6 Here is how to create `cdmath_0.3-1.dsc` and `cdmath_0.3-1.tar.gz`, necessary for the Open Build Service (provided by SUSE):
7  * be on a Debian-based system,
8  * copy the source directory of CDMATH (`cdmath_src` probably) and name this copy `cdmath-0.3`,
9  * run `dpkg-source -b cdmath-0.3/`.
10
11 Launchpad.net
12 -------------
13 Here is how to create files, necessary for the Launchpad.net build service (provided by Canonical):
14  * be on a Debian-based system,
15  * copy the source directory of CDMATH (`cdmath_src` probably) and name this copy `cdmath_0.3`,
16  * compress `cdmath_0.3` to `cdmath_0.3-1.orig.tar.gz`,
17  * move to the `cdmath_0.3` directory,
18  * run `debuild -S`,
19  * upload with `dput ppa:cdmath/cdmath cdmath_0.3-1trusty_source.changes`.