Your message dated Tue, 24 Jul 2018 07:44:26 +0800
with message-id <[email protected]>
and subject line fixed in latest (only) version of elpa-graphviz-dot-mode
has caused the Debian Bug report #592018,
regarding emacs-goodies-el: graphviz-dot-mode.el missing `provide'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
592018: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592018
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs-goodies-el
Version: 34.0
Severity: minor
File: /usr/share/emacs/site-lisp/emacs-goodies-el/graphviz-dot-mode.el
Evaluating
(require 'graphviz-dot-mode)
gets an error
Required feature `graphviz-dot-mode' was not provided
It doesn't seem to hurt M-x graphviz-dot-mode or visiting a .dot file,
but perhaps
#! /bin/sh /usr/share/dpatch/dpatch-run
## 50_graphviz-dot-mode_provide.diff.dpatch by Kevin Ryde <[email protected]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' emacs-goodies-el~/elisp/emacs-goodies-el/graphviz-dot-mode.el emacs-goodies-el/elisp/emacs-goodies-el/graphviz-dot-mode.el
--- emacs-goodies-el~/elisp/emacs-goodies-el/graphviz-dot-mode.el 2010-08-07 08:29:00.000000000 +1000
+++ emacs-goodies-el/elisp/emacs-goodies-el/graphviz-dot-mode.el 2010-08-07 08:30:47.000000000 +1000
@@ -915,5 +915,10 @@
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.dot\\'" . graphviz-dot-mode))
+
+;; Debian patch 50_graphviz-dot-mode_provide.diff ...
+(provide 'graphviz-dot-mode)
+
+
;;; graphviz-dot-mode.el ends here
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages emacs-goodies-el depends on:
ii bash 4.1-3 The GNU Bourne Again SHell
ii dpkg 1.15.7.2 Debian package management system
ii emacs21 [emacsen] 21.4a+1-5.7 The GNU Emacs editor
ii emacs22-gtk [emacsen] 22.3+1-1.2 The GNU Emacs editor (with GTK use
ii emacs23 [emacsen] 23.2+1-2 The GNU Emacs editor (with GTK+ us
ii install-info 4.13a.dfsg.1-5 Manage installed documentation in
ii xemacs21-mule [emacsen] 21.4.22-3 highly customizable text editor --
Versions of packages emacs-goodies-el recommends:
ii dict 1.11.2+dfsg-2 dictionary client
ii perl-doc 5.10.1-2 Perl documentation
ii wget 1.12-2 retrieves files from the web
emacs-goodies-el suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
This is bug is not present anymore in unstable.
Not bothering with version tracking because there is no other version
currently of elpa-graphviz-dot-mode.
--- End Message ---