94 lines
2.1 KiB
HTML
94 lines
2.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of DH_PERL_OPENSSL</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>DH_PERL_OPENSSL</H1>
|
|
Section: User Contributed Perl Documentation (1)<BR>Updated: 2020-02-03<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
dh_perl_openssl - add dependencies required for OpenSSL modules
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
<B>dh_perl_openssl</B> [<I>debhelper options</I>]
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
dh_perl_openssl is a debhelper program that is responsible for adding a dependency
|
|
on perl-openssl-abi-* to the ${perl:Depends} substitution variable.
|
|
Such a dependency is needed for packages that expose the OpenSSL binary
|
|
interface to Perl code, such as pointers to <TT>"SSL_CTX"</TT> structs.
|
|
<P>
|
|
|
|
A debhelper addon is also provided. This makes it possible to just use
|
|
<P>
|
|
|
|
|
|
|
|
<PRE>
|
|
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --with perl_openssl
|
|
|
|
</PRE>
|
|
|
|
|
|
<P>
|
|
|
|
for <I>debian/rules</I>.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?7+debhelper">debhelper</A></B>(7)
|
|
<P>
|
|
|
|
<<A HREF="http://bugs.debian.org/848113">http://bugs.debian.org/848113</A>>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>COPYRIGHT AND LICENSE</H2>
|
|
|
|
|
|
|
|
Based on <I>dh_perl_dbi</I> in the <I>libdbi-perl</I> package by Angar Buchardt.
|
|
<P>
|
|
|
|
Copyright 2010, Ansgar Burchardt <<A HREF="mailto:ansgar@debian.org">ansgar@debian.org</A>>
|
|
<P>
|
|
|
|
Copyright 2016, Niko Tyni <<A HREF="mailto:ntyni@debian.org">ntyni@debian.org</A>>
|
|
<P>
|
|
|
|
This program is free software, you can redistribute it and/or modify it under
|
|
the same terms as Perl itself.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">SEE ALSO</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">COPYRIGHT AND LICENSE</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:11 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|