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 <[email protected]>  Sat, 30 Oct 2010 15:26:08 +0200
+  * devtools/rules: ignore .git directories when creating orig.tar.gz
+
+ -- Andreas Tille <[email protected]>  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)


_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/blends-commit

Reply via email to