From 33b8e34fd0ba1af3ead1725802998ccf856fb570 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 9 Oct 2011 20:25:21 +0000 Subject: Début de personnalisation des fichiers générés par dh_make MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2011-ddhardrescue/branches/1.x@31 d3078510-dda0-49f1-841c-895ef4b7ec81 --- ddhardrescue-1.0/debian/emacsen-startup.ex | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ddhardrescue-1.0/debian/emacsen-startup.ex (limited to 'ddhardrescue-1.0/debian/emacsen-startup.ex') diff --git a/ddhardrescue-1.0/debian/emacsen-startup.ex b/ddhardrescue-1.0/debian/emacsen-startup.ex deleted file mode 100644 index 7f1c208..0000000 --- a/ddhardrescue-1.0/debian/emacsen-startup.ex +++ /dev/null @@ -1,25 +0,0 @@ -;; -*-emacs-lisp-*- -;; -;; Emacs startup file, e.g. /etc/emacs/site-start.d/50ddhardrescue.el -;; for the Debian ddhardrescue package -;; -;; Originally contributed by Nils Naumann -;; Modified by Dirk Eddelbuettel -;; Adapted for dh-make by Jim Van Zandt - -;; The ddhardrescue 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: -(let ((package-dir (concat "/usr/share/" - (symbol-name flavor) - "/site-lisp/ddhardrescue"))) -;; If package-dir does not exist, the ddhardrescue package must have -;; removed but not purged, and we should skip the setup. - (when (file-directory-p package-dir) - (setq load-path (cons package-dir load-path)) - (autoload 'ddhardrescue-mode "ddhardrescue-mode" - "Major mode for editing ddhardrescue files." t) - (add-to-list 'auto-mode-alist '("\\.ddhardrescue$" . ddhardrescue-mode)))) - -- cgit v1.2.3