]> git.ipfire.org Git - location/libloc.git/commitdiff
debian: Disable perl package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 8 Jun 2020 16:35:19 +0000 (18:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jun 2020 11:02:05 +0000 (11:02 +0000)
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: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
debian/control
debian/rules

index c75839cb8708e6216669dcb660afeea4eb5e04ad..8cec76d538b7ae448564450cbfa3e13af57f971e 100644 (file)
@@ -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 \
index c35fa91c0e9d4d1b14be0bd743806c6a05eed52d..2d8d33c6705462459ff8ee77f889773341f4d339 100644 (file)
@@ -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
index dd762a32a85f16ac8b67deb80cea7cb5c45bf030..4e544d7e973a842b35886d8360ea71b522ec9c19 100755 (executable)
@@ -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