[Cdd-commits] r224 - in cdd/trunk/cdd: debian share/cdd/unixgroups templates

Andreas Tille debian-custom@lists.debian.org
Thu, 08 Jul 2004 02:26:52 -0600


Author: tille
Date: Thu Jul  8 02:26:51 2004
New Revision: 224

Modified:
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/debian/rules
   cdd/trunk/cdd/share/cdd/unixgroups/cdd-actions
   cdd/trunk/cdd/templates/apt.conf
Log:
Exclude .svn dirs from dist target


Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Thu Jul  8 02:26:51 2004
@@ -2,6 +2,8 @@
 
   * Otavio Salvador
     - Move the project to Subversion.
+  * Andreas Tille
+    -  Exclude .svn dirs in dist target of debian/rules
 
  -- Andreas Tille <tille@debian.org>  Thu,  1 Jul 2004 13:59:44 +0200
 

Modified: cdd/trunk/cdd/debian/rules
==============================================================================
--- cdd/trunk/cdd/debian/rules	(original)
+++ cdd/trunk/cdd/debian/rules	Thu Jul  8 02:26:51 2004
@@ -53,7 +53,7 @@
 	rm -rf $${distdir} ; \
 	mkdir $${distdir} ; \
 	chmod 777 $${distdir} ; \
-	rsync -a --exclude $${distdir} --exclude CVS * $${distdir} ; \
+	rsync -a --exclude $${distdir} --exclude CVS --exclude .svn * $${distdir} ; \
 	ln -s sources.list.testing $${distdir}/sources.list ; \
 	ln -s control.stub $${distdir}/examples/debian/control ; \
 	rm -f `find . -name "*~"` ; \

Modified: cdd/trunk/cdd/share/cdd/unixgroups/cdd-actions
==============================================================================
--- cdd/trunk/cdd/share/cdd/unixgroups/cdd-actions	(original)
+++ cdd/trunk/cdd/share/cdd/unixgroups/cdd-actions	Thu Jul  8 02:26:51 2004
@@ -1,4 +1,4 @@
-# $Id: cdd-actions,v 1.14 2004/06/26 22:03:21 tille Exp $
+# $Id$
 #
 # Backend dependant functions for cdd package
 #

Modified: cdd/trunk/cdd/templates/apt.conf
==============================================================================
--- cdd/trunk/cdd/templates/apt.conf	(original)
+++ cdd/trunk/cdd/templates/apt.conf	Thu Jul  8 02:26:51 2004
@@ -1,5 +1,5 @@
 /*
- * $Id: apt.conf,v 1.3 2004/06/27 12:27:39 tille Exp $ 
+ * $Id$ 
  */
 /*
  * APT configuration file for #CDD#-common package