[Crosstoolchain-logs] [SCM] GNU GDB Debian packaging repository branch, master, updated. debian/7.6-3-3-g317c79e

Samuel Bronson naesten at gmail.com
Thu May 30 22:41:17 UTC 2013


The following commit has been merged in the master branch:
commit 86a0b66b7607923a04e5cfb45b77e221d404826e
Author: Samuel Bronson <naesten at gmail.com>
Date:   Tue May 28 21:45:25 2013 -0400

    d/rules: Exclude .git from gdb-source package.

diff --git a/debian/rules b/debian/rules
index b363975..6638545 100755
--- a/debian/rules
+++ b/debian/rules
@@ -299,7 +299,8 @@ binary-post-install/gdb-minimal ::
 binary-post-install/gdb-source ::
 	install -d debian/gdb-source/usr/src
 	mkdir -p $(BUILDDIRSOURCE)
-	tar --exclude build -cf - . | (cd $(BUILDDIRSOURCE) && tar -xf -)
+	tar --exclude build --exclude .git -cf - . \
+	  | (cd $(BUILDDIRSOURCE) && tar -xf -)
 	cd $(BUILDDIRSOURCE) && debian/rules clean
 	cd $(dir $(BUILDDIRSOURCE)) \
 	  && tar -cjf $(shell pwd)/debian/gdb-source/usr/src/gdb.tar.bz2 \

-- 
GNU GDB Debian packaging repository



More information about the Crosstoolchain-logs mailing list