[Python-modules-commits] [sip4] 01/01: Add ${python[3]:Depends} to dependencies of python[3]-sip-dbg.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 25 16:10:25 UTC 2018


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

mitya57 pushed a commit to branch debian/master
in repository sip4.

commit a1bab672c243b48a58040d884ae496cbe0851f19
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jan 25 19:08:49 2018 +0300

    Add ${python[3]:Depends} to dependencies of python[3]-sip-dbg.
---
 debian/changelog |  1 +
 debian/control   | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f6be63..08cab2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sip4 (4.19.7+dfsg-1) UNRELEASED; urgency=medium
   * Bump years in debian/copyright.
   * Bump Standards-Version to 4.1.3, no changes needed.
   * Specify empty DH_OPTIONS when using dh_installdocs with -p argument.
+  * Add ${python[3]:Depends} to dependencies of python[3]-sip-dbg.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 25 Jan 2018 12:41:02 +0300
 
diff --git a/debian/control b/debian/control
index 0fb9e9a..a66e489 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,10 @@ Description: Python/C++ bindings generator runtime library
 Package: python-sip-dbg
 Architecture: any
 Section: debug
-Depends: python-sip (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-sip (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Description: Python/C++ bindings generator runtime library (debug extension)
  SIP is a tool for generating bindings for C++ classes with some ideas
  borrowed from SWIG, but capable of tighter bindings because of its
@@ -169,7 +172,10 @@ Description: Python 3/C++ bindings generator development files
 Package: python3-sip-dbg
 Architecture: any
 Section: debug
-Depends: python3-sip (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: python3-sip (= ${binary:Version}),
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
 Description: Python 3/C++ bindings generator runtime library (debug extension)
  SIP is a tool for generating bindings for C++ classes with some ideas
  borrowed from SWIG, but capable of tighter bindings because of its

-- 
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