lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit f9b76c9d authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

debian: Disable perl package.

The perl package cannot be cross-compiled correctly for other
architectures different from the hosts one.

So currently disable the perl package until we get this fixed at a later
time.
Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 5e4a7e6f
......@@ -441,7 +441,6 @@ EXTRA_DIST += \
debian/copyright \
debian/location.install \
debian/location.manpages \
debian/location-perl.install \
debian/location-python.install \
debian/libloc0.install \
debian/libloc-dev.install \
......
......@@ -83,14 +83,3 @@ Depends:
Multi-Arch: same
Description: Python modules for libloc
This package contains Python bindings for libloc
Package: location-perl
Architecture: any
Section: perl
Depends:
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: Perl bindings for libloc
This package contains simple perl bindings for libloc
......@@ -9,6 +9,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python3 --with-systemd
override_dh_auto_configure:
dh_auto_configure -- --disable-perl
override_dh_perl:
dh_perl -d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment