summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2018-03-18 21:20:48 +0000
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2018-03-19 04:35:24 +0000
commitff79262a33c59b64b25721483140407a4bc83eec (patch)
tree5ff9dbb5e9410062efa787d3059e726ff15d8b3e
parent8fa205250332960cfff8ec2716c98adfd5a60098 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Fixed Python 3 shebang.
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 19a22f0..900443d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cloudkittyclient (1.2.0-4) unstable; urgency=medium
+
+ * Fixed Python 3 shebang.
+
+ -- Thomas Goirand <zigo@debian.org> Sun, 18 Mar 2018 21:20:48 +0000
+
python-cloudkittyclient (1.2.0-3) unstable; urgency=medium
* Python 3 has priority over Python 2.
diff --git a/debian/rules b/debian/rules
index 101611b..75b9af0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,9 @@ override_dh_clean:
dh_clean -O--buildsystem=python_distutils
rm -rf build
+override_dh_python3:
+ dh_python3 --shebang=/usr/bin/python3
+
# Commands not to run
override_dh_installcatalogs:
override_dh_installemacsen override_dh_installifupdown: