public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] debian: Disable perl package.
@ 2020-06-08 16:35 Stefan Schantl
  2020-06-09 12:19 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2020-06-08 16:35 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 1553 bytes --]

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(a)ipfire.org>
---
 Makefile.am    |  1 -
 debian/control | 11 -----------
 debian/rules   |  3 +++
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c75839c..8cec76d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/debian/control b/debian/control
index c35fa91..2d8d33c 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/rules b/debian/rules
index dd762a3..4e544d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
 
-- 
2.26.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-09 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-08 16:35 [PATCH] debian: Disable perl package Stefan Schantl
2020-06-09 12:19 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox