Signed-off-by: Nicholas D Steeves <nstee...@gmail.com> --- debian/changelog | 5 +++++ debian/gnuplot-pkg.el | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 debian/gnuplot-pkg.el
diff --git a/debian/changelog b/debian/changelog index cf5d83c..9b7a8f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,11 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; urgency=medium the new upstream project page. Strictly speaking the project now lives under "emacsorphanage" namespace rather than "bruceravel" namespace… + * Add gnuplot-pkg.el with accurate metadata. eg: correct ELPA name, + accurate version, nice-to-have keywords, and author field, but omit + the maintainer field because this package is unmaintained upstream. + This should ideally be solved upstream in gnuplot.el, which would + enable dh-elpa to generate accurate ELPA package metadata. -- Nicholas D Steeves <nstee...@gmail.com> Sat, 16 Nov 2019 18:22:17 -0500 diff --git a/debian/gnuplot-pkg.el b/debian/gnuplot-pkg.el new file mode 100644 index 0000000..b9b6b56 --- /dev/null +++ b/debian/gnuplot-pkg.el @@ -0,0 +1,4 @@ +(define-package "gnuplot" "20141231" "Gnuplot mode for Emacs" 'nil :keywords + '("gnuplot" "plotting") + :authors + '(("Bruce Ravel" . "brucerav...@gmail.com"))) -- 2.20.1