[Fai-commit] r3028 - people/Mrfai/2.8.4-sarge-fixes/debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Nov 10 22:49:59 UTC 2005


Author: lange
Date: 2005-11-10 22:49:58 +0000 (Thu, 10 Nov 2005)
New Revision: 3028

Modified:
   people/Mrfai/2.8.4-sarge-fixes/debian/rules
Log:
exclude .svn directories


Modified: people/Mrfai/2.8.4-sarge-fixes/debian/rules
===================================================================
--- people/Mrfai/2.8.4-sarge-fixes/debian/rules	2005-11-10 22:37:16 UTC (rev 3027)
+++ people/Mrfai/2.8.4-sarge-fixes/debian/rules	2005-11-10 22:49:58 UTC (rev 3028)
@@ -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