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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: emacs21
Section: editors
Priority: optional
Maintainer: Rob Browning <rlb@defaultvalue.org>
Uploaders: Jerome Marant <jerome@debian.org>
Build-Depends: mailx, libncurses5-dev, texinfo, liblockfile-dev, libungif4-dev, libtiff4-dev | libtiff-dev, xaw3dg-dev, libpng3-dev, libjpeg62-dev, autotools-dev, dpkg-dev (>> 1.10.0), quilt, debhelper (>= 4), libxaw7-dev, sharutils
Standards-Version: 3.7.2
Package: emacs
Section: editors
Priority: optional
Architecture: all
Depends: emacs21 | emacs21-nox
Provides: emacsen, editor, info-browser, mail-reader, news-reader
Description: The GNU Emacs editor (metapackage)
GNU Emacs is the extensible self-documenting text editor.
This is a metapackage which will always depend on the latest Emacs
release.
Package: emacs21
Section: editors
Priority: optional
Architecture: any
Depends: emacs21-bin-common (= ${Source-Version}), ${shlibs:Depends}
Provides: emacsen, editor, info-browser, mail-reader, news-reader
Suggests: emacs21-common-non-dfsg
Conflicts: emacs21-nox, w3-el
Replaces: emacs21-nox
Description: The GNU Emacs editor
GNU Emacs is the extensible self-documenting text editor.
Package: emacs21-nox
Section: editors
Priority: optional
Architecture: any
Depends: emacs21-bin-common (= ${Source-Version}), ${shlibs:Depends}
Provides: emacs21, editor, emacsen, info-browser, mail-reader, news-reader
Suggests: emacs21-common-non-dfsg
Conflicts: emacs21, w3-el
Replaces: emacs21
Description: The GNU Emacs editor (without X support)
GNU Emacs is the extensible self-documenting text editor.
This package contains a version of Emacs compiled without support for X.
Package: emacs21-bin-common
Section: editors
Priority: optional
Architecture: any
Depends: emacs21-common (= ${Source-Version}), ${shlibs:Depends}
Replaces: emacs21 (<< 21.2-4), emacs21-common (<< 21.3+1-4)
Description: The GNU Emacs editor's shared, architecture dependent files
GNU Emacs is the extensible self-documenting text editor.
This package contains the architecture dependent infrastructure
that's shared by emacs21 and emacs21-nox.
Package: emacs21-common
Section: editors
Priority: optional
Architecture: all
Depends: emacsen-common (>= 1.4.10), dpkg (>= 1.9.0), ${shlibs:Depends}
Suggests: emacs21-el, emacs21-common-non-dfsg
Conflicts: emacs21-el (<< ${Source-Version}), w3-el
Replaces: emacs21 (<< 21.2-4)
Description: The GNU Emacs editor's shared, architecture independent infrastructure
GNU Emacs is the extensible self-documenting text editor.
This package contains the architecture independent infrastructure
that's shared by emacs21 and emacs21-nox.
Package: emacs21-el
Section: editors
Priority: optional
Architecture: all
Depends: emacs21-common (= ${Source-Version})
Replaces: emacs21 (<< 21.2-4)
Description: GNU Emacs LISP (.el) files
GNU Emacs is the extensible self-documenting text editor.
This package contains the elisp sources for the convenience of users,
saving space in the main package for small systems.
|