File: control

package info (click to toggle)
note 1.3.7-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 324 kB
  • ctags: 189
  • sloc: perl: 3,032; sh: 67; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 859 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: note
Section: utils
Priority: optional
Maintainer: Alexandre De Dommelin <adedommelin@tuxz.net>
Build-Depends-Indep: perl
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.1
Homepage: http://www.daemon.de/NOTE

Package: note
Architecture: all
Depends: ${perl:Depends},${misc:Depends}
Suggests: libdigest-md5-perl, libdbi-perl, libdbd-mysql-perl, libcrypt-cbc-perl, libcrypt-des-perl, libterm-readline-gnu-perl, libconfig-general-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.