r1077 - /trunk/packages/vim/debian/rules

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Nov 4 16:29:45 UTC 2007


Author: jamessan
Date: Sun Nov  4 16:29:44 2007
New Revision: 1077

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1077
Log:
Add an @ to suppress one of our echo statements

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=1077&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Sun Nov  4 16:29:44 2007
@@ -154,7 +154,7 @@
 	  cat upstream/patches/$$f | patch -s -d$(SRCDIR) -p0 ;\
 	done
 	quilt push -a || test $$? = 2
-	echo "replacing upstream po files with our own"
+	@echo "replacing upstream po files with our own"
 	cp $(wildcard runtime/lang/po/*) vim/src/po
 	touch $@
 




More information about the pkg-vim-maintainers mailing list