[Pkg-virtualbox-commits] [kbuild] 01/04: Exclude src/kmk/doc/make.texi from dfsg archive

Ritesh Raj Sarraf rrs at moszumanska.debian.org
Mon Dec 2 18:47:27 UTC 2013


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

rrs pushed a commit to branch master
in repository kbuild.

commit 8c3dfc17d5dc4f59227603ba6ad04f36cdbef636
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Mon Dec 2 14:25:01 2013 -0500

    Exclude src/kmk/doc/make.texi from dfsg archive
---
 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 4e05e24..65df6a0 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*' -f $TAR $DIR
+tar -c -z  --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