1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
  
     | 
    
      Source: note
Section: utils
Priority: optional
Maintainer: Emmanuel Arias <emmanuelarias30@gmail.com>
Build-Depends-Indep: perl:any
Build-Depends: debhelper (>= 11)
Standards-Version: 4.3.0
Homepage: http://www.daemon.de/NOTE
Vcs-Browser: https://salsa.debian.org/eamanu-guest/note
Vcs-Git: https://salsa.debian.org/eamanu-guest/note.git
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
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.
 
     |