Source: note
Standards-Version: 4.7.4
Maintainer: Emmanuel Arias <eamanu@debian.org>
Section: utils
Build-Depends:
 debhelper-compat (= 14),
Build-Depends-Indep:
 perl:any,
Vcs-Browser: https://salsa.debian.org/debian/note
Vcs-Git: https://salsa.debian.org/debian/note.git
Homepage: https://metacpan.org/dist/note

Package: note
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 e2fsprogs,
 libconfig-general-perl,
 libcrypt-cbc-perl,
 libcrypt-des-perl,
 libdbd-mysql-perl,
 libdbi-perl,
 libdigest-md5-perl,
 libterm-readline-gnu-perl,
 libyaml-perl,
Description: small program managing notes from commandline
 This is a small console program similar to knotes, which
 allows you to manage notes from commandline.
 Note can use different database-backends for notes-storage.
 It ships with a DBI-based mysql-module (which can also be
 used by others through a DBI-based supported DBMS)
 and another module, which uses a binary file for storage
 and a DBM module.
