[python-bumps] 05/20: rename /usr/bin/bumps for python3 as bumps3

Drew Parsons dparsons at moszumanska.debian.org
Sun Oct 29 06:29:24 UTC 2017


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

dparsons pushed a commit to tag debian/0.7.6-1
in repository python-bumps.

commit 0854a32ef8c52cfafb668bfea4d1e5ca93e95998
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Oct 29 09:22:59 2017 +0800

    rename /usr/bin/bumps for python3 as bumps3
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 262f483..76f2467 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ export PYBUILD_NAME=bumps
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_install:
+	dh_install
+	mv debian/python3-bumps/usr/bin/bumps debian/python3-bumps/usr/bin/bumps3
 
 # If you need to rebuild the Sphinx documentation
 # Add spinxdoc to the dh --with line

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-bumps.git



More information about the debian-science-commits mailing list