r701 - /trunk/packages/vim/debian/rules

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed May 31 14:57:08 UTC 2006


Author: jamessan
Date: Wed May 31 14:57:07 2006
New Revision: 701

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=701
Log:
Only create an orig.tar.gz in the export rule if we don't already have one.
This prevents the export from overwriting a known good orig.tar.gz with one
that may be a slightly different size.

Modified:
    trunk/packages/vim/debian/rules

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=701&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Wed May 31 14:57:07 2006
@@ -208,6 +208,7 @@
 	      ../build-area/vim-$(VERSION)/upstream/tarballs/ ; \
 	done
 	cd ../build-area && \
+	  [ -f vim_$(DEBVERSION).orig.tar.gz ] || \
 	  tar cvzf vim_$(DEBVERSION).orig.tar.gz \
 	           vim-$(DEBVERSION)/upstream/tarballs/
 	cd ../build-area && \




More information about the pkg-vim-maintainers mailing list