[Python-modules-commits] [pyqt5] 01/02: Move fdupes from Build-Depends to Build-Depends-Indep.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Oct 22 12:48:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository pyqt5.
commit d51254448160a80550bf88342b4b0f5799bac953
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Oct 22 15:47:41 2015 +0300
Move fdupes from Build-Depends to Build-Depends-Indep.
It is only used to build pyqt5-examples package.
---
debian/changelog | 7 +++++++
debian/control | 3 +--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 29ce987..40fff73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyqt5 (5.5+dfsg-3) UNRELEASED; urgency=medium
+
+ * Move fdupes from Build-Depends to Build-Depends-Indep, it is only
+ used to build pyqt5-examples package.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Thu, 22 Oct 2015 15:47:12 +0300
+
pyqt5 (5.5+dfsg-2) unstable; urgency=medium
* Remove gstreamer 0.10 packages from build-depends, no longer needed.
diff --git a/debian/control b/debian/control
index 348c5f5..edaf431 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders: Dmitry Shachnev <mitya57 at debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
dpkg-dev (>= 1.16.1~),
- fdupes,
libdbus-1-dev (>= 1.0.2),
libglib2.0-dev,
libicu-dev,
@@ -42,7 +41,7 @@ Build-Depends: debhelper (>= 9),
qtmultimedia5-dev (>= 5.5.0),
qtpositioning5-dev (>= 5.5.0),
qttools5-dev (>= 5.5.0)
-Build-Depends-Indep: python3-sphinx (>= 1.3)
+Build-Depends-Indep: fdupes, python3-sphinx (>= 1.3)
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 3.9.6
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyqt5.git
More information about the Python-modules-commits
mailing list