[Python-modules-commits] [python-jmespath] 04/06: follow bin file rename
Takaki Taniguchi
takaki at moszumanska.debian.org
Tue Nov 24 13:17:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-jmespath.
commit 9672dbc20835efbe33a63a119d013d3a1f9448a5
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Tue Nov 24 22:10:23 2015 +0900
follow bin file rename
---
debian/python-jmespath.examples | 2 +-
debian/python3-jmespath.examples | 2 +-
debian/rules | 7 +++----
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/python-jmespath.examples b/debian/python-jmespath.examples
index a5f6c9c..a8bd193 100644
--- a/debian/python-jmespath.examples
+++ b/debian/python-jmespath.examples
@@ -1 +1 @@
-bin/jp
+bin/jp.py
diff --git a/debian/python3-jmespath.examples b/debian/python3-jmespath.examples
index a5f6c9c..a8bd193 100644
--- a/debian/python3-jmespath.examples
+++ b/debian/python3-jmespath.examples
@@ -1 +1 @@
-bin/jp
+bin/jp.py
diff --git a/debian/rules b/debian/rules
index e6274d1..0431428 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export PYBUILD_DESTDIR_python2=debian/python-jmespath/
-export PYBUILD_DESTDIR_python3=debian/python3-jmespath/
+export PYBUILD_NAME=jmespath
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_install:
dh_install
- rm -f $(CURDIR)/debian/python-jmespath/usr/bin/jp
- rm -f $(CURDIR)/debian/python3-jmespath/usr/bin/jp
+ rm -f $(CURDIR)/debian/python-jmespath/usr/bin/jp.py
+ rm -f $(CURDIR)/debian/python3-jmespath/usr/bin/jp.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-jmespath.git
More information about the Python-modules-commits
mailing list