summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLauri Leukkunen <lauri.leukkunen@nokia.com>2007-02-13 01:53:57 +0200
committerLauri Leukkunen <lauri.leukkunen@nokia.com>2007-02-13 01:53:57 +0200
commitca68ab38d44a83da6332d1e2927a9c57e6200c82 (patch)
treeb822cbf0e242bbe7c206e9e3d114ce3f59eb711d /README
parentb18d5c6df8437fee1da0825390b00a3920f6f5a0 (diff)
Add note about debian package building to README.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 954b593..1ec93d3 100644
--- a/README
+++ b/README
@@ -51,6 +51,12 @@ sb2:
$ $HOME/scratchbox/bin/sb2-build-libtool.sh
+In order to build debian packages, you have to use -d switch for
+dpkg-buildpackage to skip build dependency checking. A proper
+command line would be for example:
+
+dpkg-buildpackage -rfakeroot -d
+
That's all folks, enjoy!