summaryrefslogtreecommitdiff
path: root/debian/cross/README
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:11:14 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:11:14 +0300
commitcf9383412494964d6188fcf08a362c0c0f313afc (patch)
treebd9e6a5b3a63cbb155b81112c855c19cb5f2b314 /debian/cross/README
downloadperl-cf9383412494964d6188fcf08a362c0c0f313afc.tar.gz
Import perl (5.30.0-9)debian/5.30.0-9debian
Diffstat (limited to 'debian/cross/README')
-rw-r--r--debian/cross/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/cross/README b/debian/cross/README
new file mode 100644
index 0000000..c0df210
--- /dev/null
+++ b/debian/cross/README
@@ -0,0 +1,17 @@
+These config.sh.* files are generated during the package build
+and installed into the libperl5.xx package, in the directory
+/usr/lib/<triplet>/perl/config-data-<version>. They contain probed values
+about system configuration, used for cross building the package.
+
+The probes currently need to run on the native architecture, so they
+cannot be used for cross building. As a workaround, we store the results
+in the built binary package and then manually copy them back to the
+source package as needed.
+
+The process is currently experimental, and no commitment is made on long
+term feasibility of this. We will see how it goes.
+
+For more information, see the thread starting at
+ http://lists.alioth.debian.org/pipermail/perl-maintainers/2016-January/005241.html
+
+ -- Niko Tyni <ntyni@debian.org> Fri, 29 Jan 2016 10:28:42 +0200