Your message dated Tue, 2 Aug 2016 00:18:01 -0400
with message-id <[email protected]>
and subject line Re: sisu: sisu-mode.el install to site-lisp
has caused the Debian Bug report #807793,
regarding sisu: sisu-mode.el install to site-lisp
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.)
--
807793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807793
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sisu
Version: 7.1.5-1
Severity: wishlist
Tags: patch
File: /usr/share/sisu/conf/editor-syntax-etc/emacs/sisu-mode.el
It'd be good to install sisu-mode.el to
/usr/share/emacs/site-lisp/sisu-mode.el ready for use in emacs.
A symlink to or from /usr/share/sisu/conf/editor-syntax-etc/emacs/ could
be left if desired if users might expect to see it there too.
I suggest file debian/sisu.emacsen-startup below for autoloads which
dh_installemacsen will install to /etc/emacs/site-start.d/50sisu.el
This doesn't create a dependency on emacs, just makes it ready for use
if you do run emacs.
;;; 50sisu.el -- debian emacs setups for sisu
(if (not (file-exists-p "/usr/share/emacs/site-lisp/sisu-mode.el"))
(message "sisu removed but not purged, skipping setup")
(autoload 'sisu-mode "sisu-mode" "Major mode for editing SiSU files." t)
(add-to-list 'auto-mode-alist '("\\.sst\\'" . sisu-mode))
(add-to-list 'auto-mode-alist '("\\.ssm\\'" . sisu-mode))
(add-to-list 'auto-mode-alist '("\\.ssi\\'" . sisu-mode)))
-- System Information:
Debian Release: stretch/sid
Architecture: i386 (i686)
Kernel: Linux 4.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages sisu depends on:
ii rsync 3.1.1-3
ii ruby 1:2.2.3
ii ruby1.9.1 [ruby-interpreter] 1.9.3.484-2
ii ruby2.0 [ruby-interpreter] 2.0.0.484+really457-3
ii ruby2.1 [ruby-interpreter] 2.1.5-4
ii ruby2.2 [ruby-interpreter] 2.2.3-2
ii unzip 6.0-20
ii xz-utils 5.1.1alpha+20120614-2.1
ii zip 3.0-11
Versions of packages sisu recommends:
ii imagemagick 8:6.8.9.9-6
pn keychain <none>
ii openssh-client 1:7.1p1-1
ii openssl 1.0.2e-1
pn po4a <none>
pn qrencode <none>
pn rake <none>
pn ruby-rmagick <none>
pn ruby-thor <none>
pn sisu-pdf <none>
pn sisu-postgresql <none>
pn sisu-sqlite <none>
pn tidy <none>
pn tree <none>
pn vim-addon-manager <none>
Versions of packages sisu suggests:
pn calibre <none>
pn lv <none>
pn pinfo <none>
pn poedit <none>
pn sisu-markup-samples <none>
ii texinfo 6.0.0.dfsg.1-3+b1
pn trang <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: sisu
Version: 7.1.7-1
Patch from Kevin Ryde applied
in 7.1.7-1
debian/sisu.emacsen-startup apply patch from Kevin Ryde
http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=commitdiff;h=aa913a84c79da3db8c52ebd4a2e46e9f3b2cd26d
committer Ralph Amissah
Tue, 5 Jan 2016 10:56:15 -0400 (09:56 -0500)
debian/sisu.emacsen-startup
in 7.1.6-1
debian/sisu.install debian/sisu.emacsen-startup emacs related tinkering
http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=commitdiff;h=b5538310dabc893ee54c3a2be4b0fec7ce968511
committer Ralph Amissah
Tue, 15 Dec 2015 01:07:07 -0400 (00:07 -0500)
- debian/sisu.install emacs files sisu-mode.el sisu-mode-autoloads.el
- debian/sisu.emacsen-startup used by dh_installemacsen
- see debian bug #807793, Kevin Ryde
debian/sisu.emacsen-startup [new file with mode: 0644]
debian/sisu.install
It appears to work,
Feel free to re-open if issues remain,
thank you,
Ralph Amissah
--- End Message ---