[Pkg-asciidoc-commits] r93 - trunk/debian/patches

Alexander Wirt formorer at alioth.debian.org
Sun Nov 28 13:16:56 UTC 2010


Author: formorer
Date: 2010-11-28 13:16:55 +0000 (Sun, 28 Nov 2010)
New Revision: 93

Added:
   trunk/debian/patches/fix_vim_target.dpatch
Modified:
   trunk/debian/patches/00list
Log:
Don't try to install vim stuff


Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2010-11-28 13:14:36 UTC (rev 92)
+++ trunk/debian/patches/00list	2010-11-28 13:16:55 UTC (rev 93)
@@ -5,3 +5,4 @@
 testasciidoc_usage.dpatch
 enhance_asciidoc_manpage.dpatch
 fix_asciidoc_api_doc.dpatch
+fix_vim_target.dpatch

Added: trunk/debian/patches/fix_vim_target.dpatch
===================================================================
--- trunk/debian/patches/fix_vim_target.dpatch	                        (rev 0)
+++ trunk/debian/patches/fix_vim_target.dpatch	2010-11-28 13:16:55 UTC (rev 93)
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_vim_target.dpatch by Alexander Wirt <formorer at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: We use the vim addonmanager to install vim stuff
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' asciidoc-8.6.3~/Makefile.in asciidoc-8.6.3/Makefile.in
+--- asciidoc-8.6.3~/Makefile.in	2010-11-12 20:41:14.000000000 +0100
++++ asciidoc-8.6.3/Makefile.in	2010-11-28 11:38:06.705796088 +0100
+@@ -158,9 +158,9 @@
+ build: fixconfpath $(manp)
+ 
+ 
+-install: all $(PROGTARGETS) $(DATATARGETS) progsymlink install-vim
++install: all $(PROGTARGETS) $(DATATARGETS) progsymlink
+ 
+-uninstall: uninstall-vim
++uninstall:
+ 	rm -f $(DESTDIR)/$(progdir)/asciidoc
+ 	rm -f $(DESTDIR)/$(progdir)/asciidoc.py
+ 	rm -f $(DESTDIR)/$(progdir)/a2x


Property changes on: trunk/debian/patches/fix_vim_target.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-asciidoc-commits mailing list