~ubuntu-branches/ubuntu/lucid/muse-el/lucid

« back to all changes in this revision

Viewing changes to debian/emacsen-startup

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2007-06-25 08:17:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070625081744-h9xfz7c72h1pfyo6
Tags: 3.03-1ubuntu1
* Closes LP: #123907
* Sync with Debian.  Remaining changes:
  - Keep (add) manual.
* debian/control:
  - Set Ubuntu MOTU to be Maintainer and myself as
    XSBC-Original-Maintainer to silence warning.
* debian/rules;
  - Manual is now in texi/ directory.
  - Clean generated html files and info file for the manual.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
;; installed in a subdirectory of the respective site-lisp directory.
14
14
;; We have to add this to the load-path:
15
15
 
16
 
;; Add the source file
17
 
(when (fboundp 'debian-pkg-add-load-path-item)
 
16
(if (not (file-exists-p "/usr/share/emacs/site-lisp/muse-el"))
 
17
    (message "Package muse-el removed but not purged.  Skipping setup.")
18
18
  (let ((prefix (concat "/usr/share/"
19
19
                        (symbol-name flavor)
20
20
                        "/site-lisp/muse-el")))
21
21
    (debian-pkg-add-load-path-item prefix)
22
 
    (debian-pkg-add-load-path-item (concat prefix "/contrib"))))
 
22
    (debian-pkg-add-load-path-item (concat prefix "/contrib")))
23
23
 
24
 
(load "muse-autoloads.el")
 
24
  (load "muse-autoloads.el"))