summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libgq/debian/README.scratchbox
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-07-29 03:58:58 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-07-29 03:58:58 (GMT)
commit34c4380219743a3b268bf1ce0be55d7291da5750 (patch)
tree18058547e344811f7260e50b95771e97a132c1ef /src/3rdparty/libgq/debian/README.scratchbox
parentcd813f93530512ffcedef6376e8c9266162c8714 (diff)
parentd1e1f49ea0b742fd655112fdb30f5751e142a766 (diff)
downloadQt-34c4380219743a3b268bf1ce0be55d7291da5750.zip
Qt-34c4380219743a3b268bf1ce0be55d7291da5750.tar.gz
Qt-34c4380219743a3b268bf1ce0be55d7291da5750.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/3rdparty/libgq/debian/README.scratchbox')
-rw-r--r--src/3rdparty/libgq/debian/README.scratchbox28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/3rdparty/libgq/debian/README.scratchbox b/src/3rdparty/libgq/debian/README.scratchbox
new file mode 100644
index 0000000..23ba793
--- /dev/null
+++ b/src/3rdparty/libgq/debian/README.scratchbox
@@ -0,0 +1,28 @@
+This packages behaves a bit wierdly inside Scratchbox 1, by design.
+
+When building it with dpkg-buildpackage or equivalent, it will disable
+all devkits and adjust PATH. This means that almost all build
+dependencies will come from your installed packages, and not from
+Scratchbox or the configured devkits.
+
+Since some of our packages do not work with Scratchboxes fakeroot
+(because the latter is too old), you should use the targets fakeroot
+instead.
+
+You can disable this behavior by setting SBOX_DONT_SANITIZE in the
+environment.
+
+When this package is build in a certain buildbot, it will go further
+and permantly change the Scratchbox target. This should not happen to
+anyone but the buildbot, but there is a chance it will happen to you
+by accident.
+
+The buildbot is recognized via the $USER environment variable. If it
+matches "bifh[0-9]", the permanent changes will be done.
+
+The permanent changes mostly consist of running apt-get dist-upgrade
+and making sure that the targets fakeroot is used.
+
+This weirdness is brought to you by:
+
+ http://maemo.gitorious.org/maemo-af/maemoify-tools