Your message dated Sun, 27 Jan 2013 16:18:06 +0000
with message-id <[email protected]>
and subject line Bug#689190: fixed in prolog-el 1.24-2
has caused the Debian Bug report #689190,
regarding prolog-el: source-dir not needed in load-path
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.)


-- 
689190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689190
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prolog-el
Version: 1.24-1
Severity: minor
File: /etc/emacs/site-start.d/50prolog-el.el

Now that per-flavour /usr/share/emacs24/site-lisp/prolog-el etc has
symlink prolog.el, I wonder if the source-dir setups in 50prolog-el.el
are not needed,

    ;; We also add the source directory so that C-h f can find it.
    (let ((source-dir "/usr/share/emacs/site-lisp/prolog-el"))
      (add-to-list 'load-path source-dir)

It works for me to remove that load-path addition.  (The intention of
the symlinks idea is that such an addition should be unnecessary.)


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, '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 prolog-el depends on:
ii  emacs21 [emacsen]        21.4a+1-5.7
ii  emacs22-gtk [emacsen]    22.3+1-1.2
ii  emacs23 [emacsen]        23.4+1-3
ii  emacs24 [emacsen]        24.1+1-4
ii  xemacs21-mule [emacsen]  21.4.22-3.2+b1

prolog-el recommends no packages.

Versions of packages prolog-el suggests:
pn  swi-prolog | gprolog  <none>

-- Configuration Files:
/etc/emacs/site-start.d/50prolog-el.el changed:
;; -*- emacs-lisp -*-
;;
;; Emacs startup file for the Debian prolog-el package
;;
;; Originally contributed by Nils Naumann <[email protected]>
;; Modified by Dirk Eddelbuettel <[email protected]>
;; Adapted for dh-make by Jim Van Zandt <[email protected]>
;; Modified by Philipp Benner <[email protected]>
;; The prolog-el package follows the Debian/GNU Linux 'emacsen' policy and
;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
;; 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.
;; We also add the source directory so that C-h f can find it.
(let* ((package-dir (concat "/usr/share/"
                            (symbol-name debian-emacs-flavor)
                            "/site-lisp/prolog-el"))
       (source-dir "/usr/share/emacs/site-lisp/prolog-el"))
  (when (file-directory-p package-dir)
;    (add-to-list 'load-path source-dir)
    (add-to-list 'load-path package-dir)
    (autoload 'run-prolog "prolog" "Start a Prolog sub-process." t)
    (autoload 'prolog-mode "prolog" "Major mode for editing Prolog programs." t)
    (autoload 'mercury-mode "prolog" "Major mode for editing Mercury programs." 
t)
    (add-to-list 'auto-mode-alist '("\\.m\\'" . mercury-mode))))
;; Local Variables:
;; auto-recompile: nil
;; End:


-- no debconf information

--- End Message ---
--- Begin Message ---
Source: prolog-el
Source-Version: 1.24-2

We believe that the bug you reported is fixed in the latest version of
prolog-el, which is due to be installed in the Debian FTP archive.

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.
Philipp Benner <[email protected]> (supplier of updated prolog-el 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.8
Date: Sun, 27 Jan 2013 17:09:30 +0100
Source: prolog-el
Binary: prolog-el
Architecture: source all
Version: 1.24-2
Distribution: unstable
Urgency: low
Maintainer: Philipp Benner <[email protected]>
Changed-By: Philipp Benner <[email protected]>
Description: 
 prolog-el  - Emacs major mode for editing Prolog code
Closes: 689190
Changes: 
 prolog-el (1.24-2) unstable; urgency=low
 .
   * debian/prolog-el.emacsen-startup: Removed source-dir from load-path
     (Closes: #689190).
   * Standards version 3.9.4.
Checksums-Sha1: 
 4a7045f241f61f07ed7ef65829ca4be3c7c1a8b3 1156 prolog-el_1.24-2.dsc
 b3c4099c278bb591b092b195a2740da2a549ffc9 4284 prolog-el_1.24-2.diff.gz
 5b9ee0f5f6ef6af670bc39ce6264e420f0fbe1fe 43040 prolog-el_1.24-2_all.deb
Checksums-Sha256: 
 9bd55c736d83829fc11c18cb33758ba49d6e6c319422926a15138b9345075845 1156 
prolog-el_1.24-2.dsc
 7c28b013a6e2c476aebb886691c235f1838209f0d0d7a77b3e1aabed3cbca2a4 4284 
prolog-el_1.24-2.diff.gz
 a84d6881356d4b6ffa7b04d0df375934906603d4e6a9ccfb3ed2de9c0ede4016 43040 
prolog-el_1.24-2_all.deb
Files: 
 e0669c465b6167c5b26c57db39298311 1156 lisp optional prolog-el_1.24-2.dsc
 bcfce5a4a8f7a54fa2bc4610dcef7d78 4284 lisp optional prolog-el_1.24-2.diff.gz
 2b0911d17efff124ce077c39524c3bd1 43040 lisp optional prolog-el_1.24-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlEFUYIACgkQqVw77OuI6TBEOgCgkM9/HniSOPraz95qOpMftge5
JZYAoI5jqTdrc3r5N5cH80XLyz155PxK
=+yEw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to