[aribas] 07/07: + emacsen-startup

Ralf Treinen treinen at moszumanska.debian.org
Fri Dec 9 18:08:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository aribas.

commit a5915a55fe16701320a166d364ac3c458846a23b
Author: Ralf Treinen <treinen at free.fr>
Date:   Fri Dec 9 19:02:58 2016 +0100

    + emacsen-startup
---
 debian/aribas.emacsen-startup | 12 ++++++++++++
 debian/changelog              | 17 +++++++++--------
 2 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/debian/aribas.emacsen-startup b/debian/aribas.emacsen-startup
new file mode 100644
index 0000000..0922f2e
--- /dev/null
+++ b/debian/aribas.emacsen-startup
@@ -0,0 +1,12 @@
+;;; 50aribas.el -- debian emacs setups for aribas
+
+(if (not (file-exists-p "/usr/share/emacs/site-lisp/aribas/aribas.el"))
+    (message "aribas removed but not purged, skipping setup")
+
+  ;; aribas.el not byte-compiled (not yet) so the source dir here.
+  ;; debian-pkg-add-load-path-item is in debian 3.1 "sarge",
+  ;; emacsen-common 1.4.14 of June 2002.
+  (debian-pkg-add-load-path-item "/usr/share/emacs/site-lisp/aribas")
+
+  ;; as recommended by comment at the start of aribas.el
+  (autoload 'run-aribas "aribas" "Run ARIBAS." t))
diff --git a/debian/changelog b/debian/changelog
index fdac279..2006c6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,7 @@
-aribas (1.64-6) UNRELEASED; urgency=low
+aribas (1.64-6) unstable; urgency=low
 
-  * Added debian/gbp.conf to force --pristine-tar
-  * Standards-Version 3.9.8 (no change)
-  * debian/control: added Vcs-Git/Browse fields.
+  * Installed emacsen-startup, as proposed by Kevin Ryde (thanks!)
+    (closes: #807298)
   * Converted debian/copyright to machine-readable format 1.0
   * Rewrote debian/rules:
     - use dh
@@ -11,12 +10,14 @@ aribas (1.64-6) UNRELEASED; urgency=low
   * Debhelper compatibility level 10:
     - bumped debian/compat
     - bumped build-dependency on debhelper
-  * Vcs-{Git,Browser}: update, use secure URI
-  * amend patch improved-manpage: fix spelling error, remove trailing
+  * Amended patch improved-manpage: fix spelling error, remove trailing
     white spaces.
-  * added as-installed package test.
+  * Added as-installed package test.
+  * Added Vcs-{Git,Browser}
+  * Added debian/gbp.conf to force --pristine-tar
+  * Standards-Version 3.9.8 (no change)
 
- -- Ralf Treinen <treinen at debian.org>  Fri, 09 Dec 2016 08:40:33 +0100
+ -- Ralf Treinen <treinen at debian.org>  Fri, 09 Dec 2016 19:06:43 +0100
 
 aribas (1.64-5) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/aribas.git



More information about the debian-science-commits mailing list