{
    "content": [
        {
            "type": "text",
            "text": "# dh_perl_openssl (man)\n\n## NAME\n\ndhperlopenssl - add dependencies required for OpenSSL modules\n\n## SYNOPSIS\n\ndhperlopenssl [debhelper options]\n\n## DESCRIPTION\n\ndhperlopenssl is a debhelper program that is responsible for adding a dependency on\nperl-openssl-abi-* to the ${perl:Depends} substitution variable.  Such a dependency is needed\nfor packages that expose the OpenSSL binary interface to Perl code, such as pointers to\n\"SSLCTX\" structs.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "dh_perl_openssl",
        "section": "",
        "mode": "man",
        "summary": "dhperlopenssl - add dependencies required for OpenSSL modules",
        "synopsis": "dhperlopenssl [debhelper options]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "debhelper",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/debhelper/7/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 10,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "dhperlopenssl - add dependencies required for OpenSSL modules\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "dhperlopenssl [debhelper options]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "dhperlopenssl is a debhelper program that is responsible for adding a dependency on\nperl-openssl-abi-* to the ${perl:Depends} substitution variable.  Such a dependency is needed\nfor packages that expose the OpenSSL binary interface to Perl code, such as pointers to\n\"SSLCTX\" structs.\n\nA debhelper addon is also provided.  This makes it possible to just use\n\n#!/usr/bin/make -f\n%:\ndh $@ --with perlopenssl\n\nfor debian/rules.\n\nAlternatively, since perl-openssl-defaults/4 you can just build depend on dh-sequence-perl-\nopenssl and omit the \"--with perlopenssl\" part.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "debhelper(7)\n\n<http://bugs.debian.org/848113>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "Based on dhperldbi in the libdbi-perl package by Angar Buchardt.\n\nCopyright 2010, Ansgar Burchardt <ansgar@debian.org>\n\nCopyright 2016, Niko Tyni <ntyni@debian.org>\n\nThis program is free software, you can redistribute it and/or modify it under the same terms\nas Perl itself.\n\nperl v5.38.2                                 2024-04-08                           DHPERLOPENSSL(1)",
                "subsections": []
            }
        }
    }
}