[statsmodels] 11/14: Rename both python{, 3}-statsmodels to python{, 3}-scikits.statsmodels

Diane Trout diane at moszumanska.debian.org
Fri Sep 8 06:26:14 UTC 2017


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

diane pushed a commit to branch detrout-python3
in repository statsmodels.

commit 55befa900e56bf2fad240da943afdc1546cc41e2
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