[vim] 01/04: debian/rules: Remove '=' from define directive

James McCoy jamessan at debian.org
Thu Dec 15 03:12:33 UTC 2016


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

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 596a7fae5de4faa40107521ed7a5eabcec84a61c
Author: James McCoy <jamessan at debian.org>
Date:   Wed Dec 14 21:40:28 2016 -0500

    debian/rules: Remove '=' from define directive
    
    GNU Make didn't introduce support for the various assignment operators
    to the define directive until 3.82.
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9f47b6a..984ac8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ vim (2:8.0.0095-2) UNRELEASED; urgency=medium
 
   * Bump minimum version of debhelper for --dbgsym-migration option.  (Closes:
     #846183)
+  * debian/rules: Remove '=' from "define" directive to maintain compatibility
+    with make < 3.82.  (Closes: #846312)
 
  -- James McCoy <jamessan at debian.org>  Tue, 29 Nov 2016 23:06:47 -0500
 
diff --git a/debian/rules b/debian/rules
index 140cc53..7b8d992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -294,7 +294,7 @@ install: install-stamp-xxd $(foreach v,$(VARIANTS),install-stamp-$(v))
 
 # Use UTF-8 manpages for all languages
 # If a .UTF-8 directory doesn't exist, then the $L directory is already UTF-8.
-define munge-man-directories =
+define munge-man-directories
 for L in $(LANGS); do \
   if [ -d "$(DESTDIR)/usr/share/man/$$L.UTF-8" ]; then \
     rm -rf "$(DESTDIR)/usr/share/man/$$L"; \

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



More information about the pkg-vim-maintainers mailing list