[Blends-commit] r2426 - in /blends/trunk/blends: debian/changelog devtools/rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Sun Oct 31 09:46:32 UTC 2010


Author: tille
Date: Sun Oct 31 09:46:21 2010
New Revision: 2426

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2426
Log:
Ignore .git dir when creating tarballs

Modified:
    blends/trunk/blends/debian/changelog
    blends/trunk/blends/devtools/rules

Modified: blends/trunk/blends/debian/changelog
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/debian/changelog?rev=2426&op=diff
==============================================================================
--- blends/trunk/blends/debian/changelog (original)
+++ blends/trunk/blends/debian/changelog Sun Oct 31 09:46:21 2010
@@ -10,8 +10,9 @@
   * examples/control.stub:
     - Updated debhelper version, Standards-Version
     - Removed two useless lines at the end
-
- -- Andreas Tille <tille at debian.org>  Sat, 30 Oct 2010 15:26:08 +0200
+  * devtools/rules: ignore .git directories when creating orig.tar.gz
+
+ -- Andreas Tille <tille at debian.org>  Sun, 31 Oct 2010 10:45:28 +0100
 
 blends (0.6.14) unstable; urgency=low
 

Modified: blends/trunk/blends/devtools/rules
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/devtools/rules?rev=2426&op=diff
==============================================================================
--- blends/trunk/blends/devtools/rules (original)
+++ blends/trunk/blends/devtools/rules Sun Oct 31 09:46:21 2010
@@ -82,7 +82,7 @@
 	chmod 777 $(DISTDIR)
 	# copy with exception of VCS stuff
 	tar -cf - --exclude $(DISTDIR) \
-	          --exclude CVS --exclude .svn --exclude svn-commit.tmp . | \
+	          --exclude CVS --exclude .svn --exclude svn-commit.tmp --exclude .git . | \
 	    (cd $(DISTDIR); tar xfBp -)
 	rm -f `find $(DISTDIR) -name "*~"`
 	GZIP=-9 tar -czf ../$(BLENDNAME)_$(VERSION).tar.gz $(DISTDIR)




More information about the Blends-commit mailing list