[Python-modules-commits] [sip4] 01/01: Drop 11.0 and 11.1 API versions.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue May 23 07:58:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/stretch
in repository sip4.
commit 5cc9a4167ef179e571230fd3c0ac4f27ed43eeed
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue May 23 10:57:02 2017 +0300
Drop 11.0 and 11.1 API versions.
As there was an unintended ABI break between 11.1 and 11.2.
Still provide 11.2 and 11.3.
Closes: #831860.
---
debian/changelog | 5 +++++
debian/rules | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0e71221..121f36a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
sip4 (4.18.1+dfsg-2) UNRELEASED; urgency=medium
+ [ Scott Kitterman ]
* Remove Michael Casadevall from uploaders due to retirement from Debian
(Closes: #841465)
- Thanks Michael for all your work on sip4
+ [ Dmitry Shachnev ]
+ * Drop 11.0 and 11.1 API versions, as there was an unintended ABI break
+ between 11.1 and 11.2 (Closes: #831860). Still provide 11.2 and 11.3.
+
-- Scott Kitterman <scott at kitterman.com> Thu, 20 Oct 2016 22:35:18 -0400
sip4 (4.18.1+dfsg-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 715d8c3..a08a9a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PY2_PROVIDES=sip-api-11.0, sip-api-11.1, sip-api-11.2, sip-api-11.3
-PY3_PROVIDES=sip-py3api-11.0, sip-py3api-11.1, sip-py3api-11.2, sip-py3api-11.3
+PY2_PROVIDES=sip-api-11.2, sip-api-11.3
+PY3_PROVIDES=sip-py3api-11.2, sip-py3api-11.3
# `dh_python3 --depends sip3` should generate dependency on newest API only
PYDIST=sip $(lastword $(PY3_PROVIDES))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sip4.git
More information about the Python-modules-commits
mailing list