[sagemath] 02/02: Don't install .bat files.
Tobias Hansen
thansen at moszumanska.debian.org
Sat Dec 3 20:21:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository sagemath.
commit 2ddabb0567a5db523360ecbaed7ed51de14086c8
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date: Sat Dec 3 20:19:54 2016 +0000
Don't install .bat files.
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 2138815..390e95c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,7 @@ override_dh_auto_install:
# We built .pyo to make the docbuild/tests go faster, but as per Debian policy
# we don't distribute them.
find debian/build '(' -name '*.pyc' -o -name '*.pyo' ')' -delete
+ rm -f debian/build/usr/bin/*.bat
mkdir -p debian/tmp
mv debian/build/* debian/tmp
# Don't try to rmdir debian/build if it's a mountpoint, useful for doing builds in /run/shm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git
More information about the debian-science-commits
mailing list