Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
1.1 KB
|
Line | |
---|
1 | This packages behaves a bit wierdly inside Scratchbox 1, by design.
|
---|
2 |
|
---|
3 | When building it with dpkg-buildpackage or equivalent, it will disable
|
---|
4 | all devkits and adjust PATH. This means that almost all build
|
---|
5 | dependencies will come from your installed packages, and not from
|
---|
6 | Scratchbox or the configured devkits.
|
---|
7 |
|
---|
8 | Since some of our packages do not work with Scratchboxes fakeroot
|
---|
9 | (because the latter is too old), you should use the targets fakeroot
|
---|
10 | instead.
|
---|
11 |
|
---|
12 | You can disable this behavior by setting SBOX_DONT_SANITIZE in the
|
---|
13 | environment.
|
---|
14 |
|
---|
15 | When this package is build in a certain buildbot, it will go further
|
---|
16 | and permantly change the Scratchbox target. This should not happen to
|
---|
17 | anyone but the buildbot, but there is a chance it will happen to you
|
---|
18 | by accident.
|
---|
19 |
|
---|
20 | The buildbot is recognized via the $USER environment variable. If it
|
---|
21 | matches "bifh[0-9]", the permanent changes will be done.
|
---|
22 |
|
---|
23 | The permanent changes mostly consist of running apt-get dist-upgrade
|
---|
24 | and making sure that the targets fakeroot is used.
|
---|
25 |
|
---|
26 | This weirdness is brought to you by:
|
---|
27 |
|
---|
28 | http://maemo.gitorious.org/maemo-af/maemoify-tools
|
---|
Note:
See
TracBrowser
for help on using the repository browser.