[SCM] guayadeque/master: Update get-orig-source, exclude wxsqlite3 stuff.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 14 11:08:34 UTC 2011


The following commit has been merged in the master branch:
commit 00285a1895f340cd216ba3f2696e371b21d95996
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 14 13:08:31 2011 +0200

    Update get-orig-source, exclude wxsqlite3 stuff.

diff --git a/debian/rules b/debian/rules
index a46f2a1..2ba35f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,8 @@ get-orig-source:
 	tar xf ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.bz2
 	rm ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.bz2
 	tar cf ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar \
-	--exclude-vcs $(PACKAGE)-$(UPSTREAM_VERSION)
+	--exclude-vcs --exclude=src/wx/wxsqlite3* \
+	--exclude=src/wxsqlite3 \
+	$(PACKAGE)-$(UPSTREAM_VERSION)
 	bzip2 -9f ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar
 	rm -fr $(PACKAGE)-$(UPSTREAM_VERSION)

-- 
guayadeque packaging



More information about the pkg-multimedia-commits mailing list