fix docs for packaging with Ubuntu
Change-Id: I9ab22416c8302e340bef027761a4538c8501bc98 Sem-Ver: bugfix
This commit is contained in:
parent
4755163104
commit
524918a027
@ -64,20 +64,26 @@ inside the synergy-service directory.
|
|||||||
Packaging for Ubuntu
|
Packaging for Ubuntu
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
Make sure you have the [OpenStack/CloudArchive repository](https://wiki.ubuntu.com/OpenStack/CloudArchive) setup.
|
||||||
|
|
||||||
1. Install the necessary build packages:
|
1. Install the necessary build packages:
|
||||||
- debhelper
|
- debhelper
|
||||||
- dh-systemd
|
- dh-systemd
|
||||||
- build-essential
|
- build-essential
|
||||||
- devscripts
|
- devscripts
|
||||||
|
- git-core
|
||||||
- python-all
|
- python-all
|
||||||
|
- python-pbr
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
|
|
||||||
2. Make a gzip archive of synergy-service named `python-synergy-service_VERSION.orig.tar.gz`.
|
2. Make a gzip archive of synergy-service named `python-synergy-service_VERSION.orig.tar.gz` and place it at the same level as the `synergy-service` directory.
|
||||||
|
|
||||||
3. Copy `synergy-service/packaging/debian` to `synergy-service/debian`.
|
3. Copy `synergy-service/packaging/debian` to `synergy-service/debian`.
|
||||||
|
|
||||||
4. Go in the `synergy-service` directory and build with `debuild -us -uc`.
|
4. Go in the `synergy-service` directory and build with `debuild -us -uc`.
|
||||||
|
|
||||||
|
The resulting .deb file should be outputed at the same level as the `synergy-service` directory and .tar.gz archive.
|
||||||
|
|
||||||
|
|
||||||
Packaging for CentOS
|
Packaging for CentOS
|
||||||
--------------------
|
--------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user