[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-142-g93ce991

James Vega jamessan at debian.org
Fri Jun 13 18:01:53 UTC 2008


The following commit has been merged in the debian branch:
commit 93ce991bc7afd94ebcc952ed16eacfe6b33b9072
Author: James Vega <jamessan at debian.org>
Date:   Tue Jun 10 22:26:24 2008 -0400

    Remove shadowdir workaround now that upstream is fixed.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/rules b/debian/rules
index 360cac7..40186d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -227,12 +227,6 @@ configure-stamp-%:
 	dh_testdir
 	@echo "*** DEBIAN *** CONFIGURING VARIANT $*"
 	$(MAKE) -C src shadow SHADOWDIR=$(SHADOWDIR)
-# Temporary workaround until upstream fixes the shadow portion of
-# their Makefile
-	if [ "$*" = "vim-basic" ]; then \
-	    cd src/vim-basic && ln -sf ../po; \
-	    cd testdir && ln -sf ../../testdir/*.vim .; \
-	fi
 	if test -f src/auto/config.cache; then make distclean; fi
 	cd src/$(SHADOWDIR) && LDFLAGS="-Wl,--as-needed" CFLAGS="$(CFLAGS_$(*))" ./configure $(CFGFLAGS_$(*))
 	touch $@

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list