[neon/forks/sip6/Neon/release] debian: Tighten sip-tools dependency on python3-sipbuild.

Dmitry Shachnev null at kde.org
Wed Dec 3 06:39:48 GMT 2025


Git commit d87551b03bc437a16d17c0f68db773094835640a by Dmitry Shachnev.
Committed on 23/10/2025 at 19:48.
Pushed by carlosdem into branch 'Neon/release'.

Tighten sip-tools dependency on python3-sipbuild.

M  +1    -0    debian/changelog
M  +3    -1    debian/control

https://invent.kde.org/neon/forks/sip6/-/commit/d87551b03bc437a16d17c0f68db773094835640a

diff --git a/debian/changelog b/debian/changelog
index b565fc8..a2d5a8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sip6 (6.14.0-1) UNRELEASED; urgency=medium
   * Add --abi-version option to sip-sdist.1.
   * Update debian/watch to version 5.
   * Drop obsolete Breaks/Replaces.
+  * Tighten sip-tools dependency on python3-sipbuild.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 23 Oct 2025 21:33:39 +0300
 
diff --git a/debian/control b/debian/control
index 18f2d4b..d0504aa 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,9 @@ Description: Python bindings generator for C/C++ libraries — the build system
 
 Package: sip-tools
 Architecture: all
-Depends: python3-sipbuild (>= 6.2), ${misc:Depends}, ${python3:Depends}
+Depends: python3-sipbuild (= ${binary:Version}),
+         ${misc:Depends},
+         ${python3:Depends}
 Description: Python bindings generator for C/C++ libraries — command line tools
  SIP is a collection of tools that makes it very easy to create Python bindings
  for C and C++ libraries.



More information about the Neon-commits mailing list