Commit 964a251d authored by Michael Tremer's avatar Michael Tremer

Revert "debian: Drop perl package"

This reverts commit 3d262886.
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 9624f406
......@@ -449,6 +449,7 @@ EXTRA_DIST += \
debian/libloc.install \
debian/libloc.lintian-overrides \
debian/libloc.manpages \
debian/libloc-perl.install \
debian/rules \
debian/source/format
......
......@@ -4,6 +4,7 @@
/files
/libloc/
/libloc-dev/
/libloc-perl/
/tmp
*.debhelper
*.substvars
......@@ -27,6 +27,7 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
perl,
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
......@@ -46,3 +47,14 @@ 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,9 +9,6 @@ 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