[statsmodels] 06/21: Rename both python{, 3}-statsmodels to python{, 3}-scikits.statsmodels
Diane Trout
diane at moszumanska.debian.org
Mon Sep 25 06:39:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch detrout-python3-try2
in repository statsmodels.
commit 433faa0f85508c612f87378fa7c397cdb16bf65a
Author: Diane Trout <diane at ghic.org>
Date: Thu Sep 7 23:18:05 2017 -0700
Rename both python{,3}-statsmodels to python{,3}-scikits.statsmodels
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 37e745b..d08cda0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,8 @@ override_dh_auto_install:
set -e; \
find debian -wholename \*scikits -type d | while read skd; do \
skbd=$$(dirname $$skd); \
- skbd_=$$(echo $$skbd | sed -e 's/python-statsmodels/python-scikits.statsmodels/g'); \
+ skbd_=$$(echo $$skbd | sed -e 's/python-statsmodels/python-scikits.statsmodels/g' \
+ | sed -e 's/python3-statsmodels/python3-scikits.statsmodels/g'); \
mkdir -p $$skbd_; \
mv $$skd $$skbd_; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/statsmodels.git
More information about the debian-science-commits
mailing list