[lammps] 01/06: Update get-script to clean it from VCS and other support-files.
Anton Gladky
gladk at moszumanska.debian.org
Sat Nov 12 07:01:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository lammps.
commit 7c868a14046f417790268eb98ff77da277f4eef9
Author: Anton Gladky <gladk at debian.org>
Date: Sat Nov 12 07:30:44 2016 +0100
Update get-script to clean it from VCS and other support-files.
---
debian/scripts/get_orig_src.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/scripts/get_orig_src.sh b/debian/scripts/get_orig_src.sh
index 7f423c6..5813170 100755
--- a/debian/scripts/get_orig_src.sh
+++ b/debian/scripts/get_orig_src.sh
@@ -36,5 +36,7 @@ cd ..
mv git_temp_packaging $FOLDER_NAME
rm -rf $FOLDER_NAME/.git
find $FOLDER_NAME/doc/_static/ -name *.js -exec rm -rf {} \;
+find $FOLDER_NAME/ -name .gitignore -exec rm -rf {} \;
+rm -rf $FOLDER_NAME/doc/utils/sphinx-config
tar Jcvf $TARBALL_NAME $FOLDER_NAME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lammps.git
More information about the debian-science-commits
mailing list