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
|
Source: gnuplot-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa (>= 2.0.12),
texlive-latex-base,
texlive-latex-recommended,
gnuplot
Standards-Version: 4.6.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Vcs-Git: https://salsa.debian.org/emacsen-team/gnuplot-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/gnuplot-mode
Homepage: https://github.com/emacs-gnuplot/gnuplot
Package: elpa-gnuplot-mode
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot
Recommends: emacs (>= 46.0), gnuplot-doc
Enhances: emacs
Breaks: gnuplot-mode (<< 1:0.8.0~git20230101.1.b57caf8-1)
Replaces: gnuplot-mode (<< 1:0.8.0~git20230101.1.b57caf8-1)
Provides: gnuplot-mode
Description: Gnuplot mode for Emacs
Gnuplot is a major mode for Emacs flavours with the following features:
- Functions for plotting lines, regions, entire scripts, or entire files
- Graphical interface to setting command arguments
- Syntax colorization
- Completion of common words in Gnuplot
- Code indentation
- On-line help using Info for Gnuplot functions and features
- Interaction with Gnuplot using comint
- Pull-down menus plus a toolbar
- Distributed with a quick reference sheet in postscript.
Package: gnuplot-mode
Architecture: all
Depends: ${misc:Depends}, elpa-gnuplot-mode
Description: Transition Package, gnuplot-mode to elpa-gnuplot-mode
The gnuplot-mode emacs addon has been elpafied. This dummy package
helps ease transition from gnuplot-mode to elpa-gnuplot-mode.
|