From d7d4bfccaf339d752edcc3390e435a6c1aadd8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 16 Nov 2015 14:13:12 +0100 Subject: [PATCH] doc: updated Debian building docs. --- doc/building.dox | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index ff3de144c..3259f5b34 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -318,11 +318,12 @@ Gentoo Git ebuild is available in `package/gentoo` directory. @subsection building-packages-deb DEB packages There is also `package/debian/` directory with all files needed for building -Debian packages. You need to have `corrade-dev` DEB packages installed and in -addition also `dpkg-dev` package. Building is easy, just change directory to -package root, copy `package/debian` directory there and run `dpkg-buildpackage`: +Debian packages. You need to have `corrade-dev` DEB package installed and in +addition also `dpkg-dev` and `debhelper` packages. Building is easy, just +change directory to package root, link or copy `package/debian` directory there +and run `dpkg-buildpackage`: - cp -r package/debian . + ln -s package/debian . dpkg-buildpackage This will compile binary and development packages, which will then appear in