[Fai-commit] r2950 - people/lazyboy/bugfixes/320024/debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Oct 16 20:23:58 UTC 2005


Author: lazyboy-guest
Date: 2005-10-16 20:23:57 +0000 (Sun, 16 Oct 2005)
New Revision: 2950

Modified:
   people/lazyboy/bugfixes/320024/debian/rules
Log:
need to exclude .svn directories to be able to build proper packages

Modified: people/lazyboy/bugfixes/320024/debian/rules
===================================================================
--- people/lazyboy/bugfixes/320024/debian/rules	2005-10-16 09:27:06 UTC (rev 2949)
+++ people/lazyboy/bugfixes/320024/debian/rules	2005-10-16 20:23:57 UTC (rev 2950)
@@ -4,6 +4,9 @@
 SHAREDIR = $(DESTDIR)/usr/share/fai
 DOCDIR=$(DESTDIR)/usr/share/doc/fai
 
+# we never want CVS and subversion files in our packages
+export DH_ALWAYS_EXCLUDE=CVS:.svn
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 




More information about the Fai-commit mailing list