public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH] debian: Disable perl package.
Date: Mon, 08 Jun 2020 18:35:19 +0200	[thread overview]
Message-ID: <20200608163519.45232-1-stefan.schantl@ipfire.org> (raw)

[-- 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


             reply	other threads:[~2020-06-08 16:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08 16:35 Stefan Schantl [this message]
2020-06-09 12:19 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200608163519.45232-1-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=location@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox