[mutt] 02/04: created neomutt-devel/restore-docfile-installation.patch to restore the installation of some docfiles dropped by neomutt.

Antonio Radici antonio at moszumanska.debian.org
Sat Aug 20 09:26:56 UTC 2016


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

antonio pushed a commit to branch master
in repository mutt.

commit 151346f25bf09dd3becfbe67afc5b8741443a3f4
Author: Antonio Radici <antonio at debian.org>
Date:   Sat Aug 20 09:35:16 2016 +0100

    created neomutt-devel/restore-docfile-installation.patch to restore the installation of some docfiles dropped by neomutt.
---
 debian/changelog                                          |  3 +++
 .../neomutt-devel/restore-docfile-installation.patch      | 15 +++++++++++++++
 debian/patches/series                                     |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 079feb0..43fe716 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ mutt (1.6.2-3) UNRELEASED; urgency=medium
     - Drop getrandom patch already include upstream.
     - Some patches, including sensible-browser, refreshed.
     - Slightly modified the AC_INIT in configure.ac so that the package builds.
+  * debian/patches:
+    + created neomutt-devel/restore-docfile-installation.patch to restore the
+      installation of some docfiles dropped by neomutt.
 
  -- Antonio Radici <antonio at dyne.org>  Sat, 20 Aug 2016 08:28:06 +0100
 
diff --git a/debian/patches/neomutt-devel/restore-docfile-installation.patch b/debian/patches/neomutt-devel/restore-docfile-installation.patch
new file mode 100644
index 0000000..80803c2
--- /dev/null
+++ b/debian/patches/neomutt-devel/restore-docfile-installation.patch
@@ -0,0 +1,15 @@
+Restore the installation of NEWS and other docfiles which was dropped by the
+neomutt patch.
+
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -73,6 +73,9 @@
+ 	./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mbox.5
+ 	./instdoc $(srcdir)/mmdf.man $(DESTDIR)$(mandir)/man5/mmdf.5
+ 	$(MKDIR_P) $(DESTDIR)$(docdir)
++	for f in $(topsrcdir_DOCFILES) ; do \
++		$(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \
++	done
+ 	for f in $(srcdir_DOCFILES) ; do \
+ 		$(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \
+ 	done
diff --git a/debian/patches/series b/debian/patches/series
index eeb5c65..7878c81 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
 neomutt-20160820.patch
 neomutt-devel/sensible-browser.patch
+neomutt-devel/restore-docfile-installation.patch
 debian-specific/Muttrc.patch
 debian-specific/Md.etc_mailname_gethostbyname.patch
 debian-specific/use_usr_bin_editor.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list