fix docs for packaging with Ubuntu

Change-Id: I9ab22416c8302e340bef027761a4538c8501bc98
Sem-Ver: bugfix
This commit is contained in:
Vincent Llorens 2016-10-20 15:58:59 +02:00
parent 4755163104
commit 524918a027
1 changed files with 7 additions and 1 deletions

View File

@ -64,20 +64,26 @@ inside the synergy-service directory.
Packaging for Ubuntu
--------------------
Make sure you have the [OpenStack/CloudArchive repository](https://wiki.ubuntu.com/OpenStack/CloudArchive) setup.
1. Install the necessary build packages:
- debhelper
- dh-systemd
- build-essential
- devscripts
- git-core
- python-all
- python-pbr
- 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`.
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
--------------------