[med-svn] [libsmithwaterman] 01/07: Do not include libdisorder files since this is packaged separately

Andreas Tille tille at debian.org
Tue Jul 5 13:12:54 UTC 2016


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

tille pushed a commit to branch master
in repository libsmithwaterman.

commit 2e600d97959d1dfdcaa11c1d384cbe5e856b0088
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 5 14:55:12 2016 +0200

    Do not include libdisorder files since this is packaged separately
---
 debian/get-orig-source | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/get-orig-source b/debian/get-orig-source
index 6759e4f..a40ddb7 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -19,7 +19,8 @@ git restore-mtime || true
 cd ..
 TARDIR=${NAME}-${VERSION}
 mv ${ORIGNAME} ${TARDIR}
-rm -rf ${TARDIR}/.git
+rm -rf ${TARDIR}/.git*
+rm -rf ${TARDIR}/*disorder*
 
 GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
 rm -rf ${TARDIR}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsmithwaterman.git



More information about the debian-med-commit mailing list