| 1 |
Source: nano
|
| 2 |
Section: editors
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Jordi Mallach <jordi@debian.org>
|
| 5 |
Uploaders: Steve Langasek <vorlon@debian.org>
|
| 6 |
Build-Depends: dpkg-dev (>= 1.13.9), debhelper (>= 7), groff, libncurses5-dev, libncursesw5-dev, libslang2-dev, quilt
|
| 7 |
Standards-Version: 3.8.1
|
| 8 |
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/nano
|
| 9 |
Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/nano/
|
| 10 |
Homepage: http://www.nano-editor.org/
|
| 11 |
|
| 12 |
Package: nano
|
| 13 |
Architecture: any
|
| 14 |
Priority: important
|
| 15 |
Depends: ${shlibs:Depends}
|
| 16 |
Provides: editor
|
| 17 |
Suggests: spell
|
| 18 |
Conflicts: nano-tiny (<= 1.0.0-1), pico, alpine-pico (<= 0.99+dfsg-1)
|
| 19 |
Replaces: pico
|
| 20 |
Description: small, friendly text editor inspired by Pico
|
| 21 |
GNU nano is an easy-to-use text editor originally designed as a replacement
|
| 22 |
for Pico, the ncurses-based editor from the non-free mailer package Pine
|
| 23 |
(itself now available under the Apache License as Alpine).
|
| 24 |
.
|
| 25 |
However, nano also implements many features missing in pico, including:
|
| 26 |
- feature toggles;
|
| 27 |
- interactive search and replace (with regular expression support);
|
| 28 |
- go to line (and column) command;
|
| 29 |
- auto-indentation and color syntax-highlighting;
|
| 30 |
- filename tab-completion and support for multiple buffers;
|
| 31 |
- full internationalization support.
|
| 32 |
|
| 33 |
Package: nano-tiny
|
| 34 |
Architecture: any
|
| 35 |
Depends: ${shlibs:Depends}
|
| 36 |
Provides: editor
|
| 37 |
Description: small, friendly text editor inspired by Pico - tiny build
|
| 38 |
GNU nano is an easy-to-use text editor originally designed as a replacement
|
| 39 |
for Pico, the ncurses-based editor from the non-free mailer package Pine
|
| 40 |
(itself now available under the Apache License as Alpine).
|
| 41 |
.
|
| 42 |
This package contains a build of GNU nano with many features disabled, for
|
| 43 |
environments such as rescue disks where resources are limited.
|
| 44 |
|
| 45 |
Package: nano-udeb
|
| 46 |
Architecture: any
|
| 47 |
Section: debian-installer
|
| 48 |
Priority: standard
|
| 49 |
XC-Package-Type: udeb
|
| 50 |
Depends: ${shlibs:Depends}
|
| 51 |
Provides: editor
|
| 52 |
Description: small, friendly text editor inspired by Pico - udeb
|
| 53 |
GNU nano is an easy-to-use text editor originally designed as a replacement
|
| 54 |
for Pico, the ncurses-based editor from the non-free mailer package Pine
|
| 55 |
(itself now available under the Apache License as Alpine).
|
| 56 |
.
|
| 57 |
This package contains a build of GNU nano with many features disabled, for
|
| 58 |
use in debian-installer.
|