[SCM] Vim packaging branch, master, updated. upstream/7.1.ds-373-gd0783d6

James Vega jamessan at debian.org
Sun Mar 30 21:09:22 UTC 2008


The following commit has been merged in the master branch:
commit f513d05fd691f7f390ce9c7def1477d1e18b0392
Author: James Vega <jamessan at debian.org>
Date:   Sun Mar 30 15:02:06 2008 -0400

    Update the clean targets to handle really cleaning up after a build now that we aren't simply removing the build directory.

diff --git a/debian/rules b/debian/rules
index 9dd774e..78327a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -164,6 +164,9 @@ clean: $(foreach v,$(VARIANTS),clean-$(v))
 	rm -f debian/helpztags.1
 	rm -rf debian/policy/vim-policy.html
 	rm -f debian/policy/vim-policy.txt
+	if test -f src/auto/config.cache; then make distclean; fi
+	rm -f runtime/doc/doctags runtime/doc/tags.ref
+	rm -f runtime/doc/*.html runtime/doc/*.log
 	dh_clean
 
 clean-vim-basic:
@@ -175,12 +178,14 @@ clean-vim-basic:
 	  rm -f debian/$$x; \
 	done
 	rm -f $(DOT_IN_DEPS)
+	rm -f src/vim.basic
 
 clean-%:
 	for x in $(PER_VARIANT_FILES) ; do \
 	  rm -f debian/$*.$$x ; \
 	done
 	rm -f debian/lintian/$*
+	rm -f src/$(subst -,.,$*)
 
 build: build-stamp
 build-stamp: $(foreach v,$(VARIANTS),build-stamp-$(v))

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list