[Pkg-virtualbox-commits] [kbuild] 01/04: Remove test-gpl2, because of GPL-2 only incompatible license

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Sep 9 08:09:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch experimental
in repository kbuild.

commit 4a2e1cacdbb2459189e43bedc9231c7932c4def0
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Fri Sep 9 08:15:22 2016 +0200

    Remove test-gpl2, because of GPL-2 only incompatible license
---
 debian/orig-tar.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 35b381e..2a08ef4 100644
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -10,7 +10,7 @@ DIR=kbuild-$REVISION
 TAR=../kbuild_$VERSION.orig.tar.gz
 
 svn co -r $REVISION $SVNROOT $DIR
-tar -c -z  --exclude '*/kBuild/bin*' --exclude '*/out/*' --exclude '*/.svn*' --exclude '*/src/kmk/doc/make.texi' -f $TAR $DIR
+tar -c -z  --exclude '*/src/kWorker/tests-gpl2/*' --exclude '*/kBuild/bin*' --exclude '*/out/*' --exclude '*/.svn*' --exclude '*/src/kmk/doc/make.texi' -f $TAR $DIR
 rm -rf $DIR
 
 # move to directory 'tarballs'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git



More information about the Pkg-virtualbox-commits mailing list