From 3ce18d33a2f56a91fc3c325fefcd2509386e6253 Mon Sep 17 00:00:00 2001 From: nginn Date: Thu, 24 Dec 2015 03:47:48 +0300 Subject: [PATCH] added dh-virtualenv tutorial link --- installers/deb_package_build/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installers/deb_package_build/readme.md b/installers/deb_package_build/readme.md index 1009ca29..3ad74b8d 100644 --- a/installers/deb_package_build/readme.md +++ b/installers/deb_package_build/readme.md @@ -2,6 +2,9 @@ To prepare your environment for building .deb package install instruments:
`sudo apt-get install build-essential devscripts debhelper`

Important: to build .deb package archive name must be in the format $(name)\_$(version).orig.tar.gz
and directory within it must be named as $(name)\_$(version)

+ +This build uses dh-virtualenv. For installation please follow the [tutorial] (http://dh-virtualenv.readthedocs.org/en/0.10/tutorial.html) + To build debian package from scratch:
1) make working directory (basically with any name) near archive bench_0.92.orig.tar.gz:
`mkdir build_dir`