Your message dated Fri, 16 Jun 2006 20:17:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374055: fixed in ddskk 13.0.90.cvs20060531-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ddskk
Version: 13.0.90.cvs20060531-1
Tags: patch
ddskk's emacsen-startup file (/etc/emacs/site-start.d/50ddskk.el)
has the problems that:
* fails with xemacs21-nomule.
* fails if ddskk is removed but not purged.
* modifies load-path directly that is violation of emacsen policy.
(instead, debian-pkg-add-load-path-item should be used)
Could you please apply the attached patch?
--
Tatsuya Kinoshita
--- ddskk-13.0.90.cvs20060531-1/debian/emacsen-startup
+++ ddskk-13.0.90.cvs20060531/debian/emacsen-startup
@@ -11,16 +11,18 @@
;; xemacs19, emacs20, xemacs20...). The compiled code is then
;; installed in a subdirectory of the respective site-lisp directory.
;; We have to add this to the load-path:
-(or (eq flavor 'emacs19)
- (let ((skkpath
- (list (concat "/usr/share/" (symbol-name flavor) "/site-lisp/ddskk")
- (concat "/usr/share/" (symbol-name flavor)
"/site-lisp/ddskk/nicola"))))
- (setq load-path (append load-path skkpath))
+(let* ((lispdir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/ddskk"))
+ (lispdir2 (concat lispdir "/nicola")))
+ (when (and (featurep 'mule) (file-exists-p (concat lispdir "/skk.elc")))
+ (if (not (fboundp 'debian-pkg-add-load-path-item))
+ (setq load-path (cons lispdir (cons lispdir2 load-path)))
+ (debian-pkg-add-load-path-item lispdir2)
+ (debian-pkg-add-load-path-item lispdir))
(require 'skk-setup)
(and (featurep 'xemacs)
- (load (concat (car skkpath) "/skk-autoloads.elc"))) ; Why needed?
+ (load (concat lispdir "/skk-autoloads.elc"))) ; Why needed?
(add-hook 'minibuffer-setup-hook
(function (lambda ()
pgpnpd1FXPmvf.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ddskk
Source-Version: 13.0.90.cvs20060531-2
We believe that the bug you reported is fixed in the latest version of
ddskk, which is due to be installed in the Debian FTP archive:
ddskk_13.0.90.cvs20060531-2.diff.gz
to pool/main/d/ddskk/ddskk_13.0.90.cvs20060531-2.diff.gz
ddskk_13.0.90.cvs20060531-2.dsc
to pool/main/d/ddskk/ddskk_13.0.90.cvs20060531-2.dsc
ddskk_13.0.90.cvs20060531-2_all.deb
to pool/main/d/ddskk/ddskk_13.0.90.cvs20060531-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kenshi Muto <[EMAIL PROTECTED]> (supplier of updated ddskk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 17 Jun 2006 02:23:53 +0000
Source: ddskk
Binary: ddskk
Architecture: source all
Version: 13.0.90.cvs20060531-2
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto <[EMAIL PROTECTED]>
Changed-By: Kenshi Muto <[EMAIL PROTECTED]>
Description:
ddskk - Simple Kana to Kanji conversion program
Closes: 374054 374055 374057
Changes:
ddskk (13.0.90.cvs20060531-2) unstable; urgency=low
.
* Replaced bashism of rules. (closes: #374054)
* Improved emacsen-startup (closes: #374055). This fixes following
problems:
- fails with xemacs21-nomule.
- fails if ddskk is removed but not purged.
- modifies load-path directly that is violation of emacsen policy.
* added -no-site-file option to emacs-install. (closes: #374057)
Files:
19bd7b90aff4a6c160b4eff526e1d7d4 664 utils optional
ddskk_13.0.90.cvs20060531-2.dsc
8fda8c23d53fe29a850d64c71bfe9e1d 7847 utils optional
ddskk_13.0.90.cvs20060531-2.diff.gz
b7f22bd088d8fcbe99a7b9fd3d16319a 570930 utils optional
ddskk_13.0.90.cvs20060531-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iEYEARECAAYFAkSTassACgkQQKW+7XLQPLFrUgCggSAVdM6u9qvYWvcjHs0VsCfz
IwAAn1tkZg3JZAtLStlDo7xol3T3YX5x
=0Tch
-----END PGP SIGNATURE-----
--- End Message ---