[med-svn] [kmer-tools] 03/04: Don't remove anything from the source distribution
Afif Elghraoui
afif-guest at moszumanska.debian.org
Thu May 7 02:34:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository kmer-tools.
commit fba91626b9dcdebf9660e793e77b83c3f1db92e8
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Wed May 6 19:09:33 2015 -0700
Don't remove anything from the source distribution
Everything appears to meet the DFSG.
---
debian/get-orig-source | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 818affa..94907c8 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -24,9 +24,10 @@ cd ../tarballs
# svn export conserves time stamps of the files, checkout does not
LC_ALL=C svn export -r ${revision} ${SVNURI} ${TARDIR} >/dev/null 2>/dev/null
-cd ${TARDIR}
-rm -f *.pdf *.ppt
-cd ..
+# Uncomment to use this ad hoc remove-files section
+#cd ${TARDIR}
+#rm -f *.pdf *.ppt
+#cd ..
tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.xz "${TARDIR}"
rm -rf "${NAME}"-"$VERSION"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git
More information about the debian-med-commit
mailing list