source: trunk/src/3rdparty/libgq/debian/README.scratchbox

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 
1This packages behaves a bit wierdly inside Scratchbox 1, by design.
2
3When building it with dpkg-buildpackage or equivalent, it will disable
4all devkits and adjust PATH. This means that almost all build
5dependencies will come from your installed packages, and not from
6Scratchbox or the configured devkits.
7
8Since some of our packages do not work with Scratchboxes fakeroot
9(because the latter is too old), you should use the targets fakeroot
10instead.
11
12You can disable this behavior by setting SBOX_DONT_SANITIZE in the
13environment.
14
15When this package is build in a certain buildbot, it will go further
16and permantly change the Scratchbox target. This should not happen to
17anyone but the buildbot, but there is a chance it will happen to you
18by accident.
19
20The buildbot is recognized via the $USER environment variable. If it
21matches "bifh[0-9]", the permanent changes will be done.
22
23The permanent changes mostly consist of running apt-get dist-upgrade
24and making sure that the targets fakeroot is used.
25
26This 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.