From 524918a027bfaf94c32eff51a3ce02c170099df8 Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Thu, 20 Oct 2016 15:58:59 +0200 Subject: [PATCH] fix docs for packaging with Ubuntu Change-Id: I9ab22416c8302e340bef027761a4538c8501bc98 Sem-Ver: bugfix --- packaging/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/README.md b/packaging/README.md index d393fff..10e7670 100644 --- a/packaging/README.md +++ b/packaging/README.md @@ -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 --------------------