Commit 3d262886 authored by Michael Tremer's avatar Michael Tremer

debian: Drop perl package

This has runtime requirements and won't build when there is
no functional Python module
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 40507036
......@@ -451,7 +451,6 @@ EXTRA_DIST += \
debian/libloc.install \
debian/libloc.lintian-overrides \
debian/libloc.manpages \
debian/libloc-perl.install \
debian/rules \
debian/source/format
......
......@@ -4,7 +4,6 @@
/files
/libloc/
/libloc-dev/
/libloc-perl/
/tmp
*.debhelper
*.substvars
......@@ -27,7 +27,6 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
perl,
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
......@@ -47,14 +46,3 @@ Multi-Arch: same
Description: Development files for libloc.
Install this package if you wish to develop your own programs using
libloc.
Package: libloc-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,5 +9,8 @@ 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