r455 - branches/quilt/vim/debian

Stefano Zacchiroli zack at costa.debian.org
Mon Dec 26 13:29:25 UTC 2005


Author: zack
Date: 2005-12-26 13:29:23 +0000 (Mon, 26 Dec 2005)
New Revision: 455

Modified:
   branches/quilt/vim/debian/rules
Log:
removed make_patch target, no longer needed with quilt


Modified: branches/quilt/vim/debian/rules
===================================================================
--- branches/quilt/vim/debian/rules	2005-12-26 13:18:18 UTC (rev 454)
+++ branches/quilt/vim/debian/rules	2005-12-26 13:29:23 UTC (rev 455)
@@ -163,15 +163,6 @@
 # nothing to do per default
 all:
 
-PATCH_NAME=new
-make_patch: extract
-	mv $(SRCDIR) $(SRCDIR).new
-	rm -f extract-stamp*
-	./debian/rules extract
-	- diff -urN $(SRCDIR) $(SRCDIR).new > $(PATCH_NAME).diff
-	rm -rf $(SRCDIR)
-	mv $(SRCDIR).new $(SRCDIR)
-
 sources:
 	cd upstream/tarballs	\
 	&& rm -f $(MAIN_TARBALL) $(EXTRA_TARBALL) $(LANG_TARBALL)	\




More information about the pkg-vim-maintainers mailing list