[mona] 08/13: fix installation of mona-mode.el

Ralf Treinen treinen at moszumanska.debian.org
Mon Aug 18 10:10:46 UTC 2014


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

treinen pushed a commit to branch master
in repository mona.

commit c5c1a47bf2239567d61509c2f8fcbda43cc930cb
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Aug 18 11:17:21 2014 +0200

    fix installation of mona-mode.el
---
 debian/changelog                       |  2 ++
 debian/patches/install-skip-emacs-mode | 30 ++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8448205..bd44063 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mona (1.4-15-1) unstable; urgency=medium
   * debian/rules: rewrite, using dh
   * dh compatibility level 9
   * standards-version 3.9.5 (no change)
+  * patch install-skip-emacs-mode: drop installation of mona-mode.el from
+    upstream makefile since it tries to install it at the wrong location.
 
  -- Ralf Treinen <treinen at debian.org>  Mon, 18 Aug 2014 10:30:43 +0200
 
diff --git a/debian/patches/install-skip-emacs-mode b/debian/patches/install-skip-emacs-mode
new file mode 100644
index 0000000..bdd6d1d
--- /dev/null
+++ b/debian/patches/install-skip-emacs-mode
@@ -0,0 +1,30 @@
+Author: Ralf Treinen <treinen at debian.org>
+Description: drop installation of mona-mode.el in makefile, since it tries to
+  install at the wrong location
+
+Index: mona/makefile.am
+===================================================================
+--- mona.orig/makefile.am	2014-08-18 11:21:22.162905364 +0200
++++ mona/makefile.am	2014-08-18 11:21:22.158905364 +0200
+@@ -4,7 +4,7 @@
+ 	  config.h.in config.log config.status config/missing configure.lineno \
+ 	  m4
+ man_MANS = mona.1
+-dist_data_DATA = mona-mode.el
++dist_data_DATA =
+ monadir = $(includedir)/mona
+ mona_HEADERS = config.h
+ ACLOCAL_AMFLAGS = -I m4
+Index: mona/makefile.in
+===================================================================
+--- mona.orig/makefile.in	2014-08-18 11:21:22.162905364 +0200
++++ mona/makefile.in	2014-08-18 11:21:22.158905364 +0200
+@@ -295,7 +295,7 @@
+ 	  m4
+ 
+ man_MANS = mona.1
+-dist_data_DATA = mona-mode.el
++dist_data_DATA =
+ monadir = $(includedir)/mona
+ mona_HEADERS = config.h
+ ACLOCAL_AMFLAGS = -I m4
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f5c6534
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+install-skip-emacs-mode

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



More information about the debian-science-commits mailing list