Source: libfile-kdbx-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Marques da Costa <joenio@joenio.me>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libboolean-perl <!nocheck>,
                     libcompress-raw-zlib-perl <!nocheck>,
                     libcrypt-argon2-perl <!nocheck>,
                     libcryptx-perl <!nocheck>,
                     libdevel-globaldestruction-perl <!nocheck>,
                     libencode-perl <!nocheck>,
                     libio-compress-perl <!nocheck>,
                     libiterator-simple-perl <!nocheck>,
                     libmath-bigint-perl <!nocheck>,
                     libnamespace-clean-perl <!nocheck>,
                     libpass-otp-perl <!nocheck>,
                     libref-util-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libscope-guard-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     libxml-libxml-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-kdbx-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-kdbx-perl.git
Homepage: https://metacpan.org/release/File-KDBX
Rules-Requires-Root: no

Package: libfile-kdbx-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libboolean-perl,
         libcrypt-argon2-perl,
         libcryptx-perl,
         libdevel-globaldestruction-perl,
         libencode-perl,
         libiterator-simple-perl,
         libmath-bigint-perl,
         libnamespace-clean-perl,
         libref-util-perl,
         libscalar-list-utils-perl,
         libscope-guard-perl,
         libxml-libxml-perl
Recommends: libcompress-raw-zlib-perl,
            libio-compress-perl,
            libpass-otp-perl
Description: Perl module to work with KDBX databases
 File::KDBX provides an interface to work with KDBX databases, a
 hierarchical object database which is commonly used to store secret
 information securely.
 .
 File::KDBX lets you query entries, create new entries, delete entries, modify
 entries and more, the module also includes various parsers and generators for
 serializing and persisting databases.
