diff options
author | Lauri Leukkunen <lauri.leukkunen@nokia.com> | 2007-02-13 01:53:57 +0200 |
---|---|---|
committer | Lauri Leukkunen <lauri.leukkunen@nokia.com> | 2007-02-13 01:53:57 +0200 |
commit | ca68ab38d44a83da6332d1e2927a9c57e6200c82 (patch) | |
tree | b822cbf0e242bbe7c206e9e3d114ce3f59eb711d /README | |
parent | b18d5c6df8437fee1da0825390b00a3920f6f5a0 (diff) |
Add note about debian package building to README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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! |