[Python-modules-commits] [sip4] 01/01: Remove use of ${shlibs:Depends} from -dev packages.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Nov 8 15:52:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository sip4.
commit 0930eb806ae9eedb94ba34ef5ea5fe05e2bce0a7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Nov 8 18:52:42 2017 +0300
Remove use of ${shlibs:Depends} from -dev packages.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 69a0ca0..c210feb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ sip4 (4.19.5+dfsg-1) UNRELEASED; urgency=medium
* Remove debian/python-sip-doc.links, not needed with dh_sphinxdoc.
* Use dh_installdocs --link-doc for debug packages.
* Update descriptions of -dbg packages.
+ * Remove use of ${shlibs:Depends} from -dev packages.
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 02 Nov 2017 23:48:50 +0300
diff --git a/debian/control b/debian/control
index 2dd899f..c5567e1 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,7 @@ Package: python-sip-dev
Architecture: any
Section: python
Depends: ${python:Depends}, python-sip (= ${binary:Version}), sip-dev (= ${binary:Version}),
- python-dev, ${shlibs:Depends}, ${misc:Depends}
+ python-dev, ${misc:Depends}
Suggests: python-sip-doc
Description: Python/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas
@@ -142,7 +142,7 @@ Package: python3-sip-dev
Architecture: any
Section: python
Depends: ${python3:Depends}, python3-sip (= ${binary:Version}), sip-dev (= ${binary:Version}),
- python3-dev, ${shlibs:Depends}, ${misc:Depends}
+ python3-dev, ${misc:Depends}
Suggests: python-sip-doc
Description: Python 3/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas
--
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