Merge lp:~ubuntu-branches/ubuntu/vivid/pyqt5/vivid-proposed-201503172043 into lp:ubuntu/vivid-proposed/pyqt5

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/vivid/pyqt5/vivid-proposed-201503172043
Merge into: lp:ubuntu/vivid-proposed/pyqt5
Diff against target: 90 lines (+34/-1) (has conflicts)
2 files modified
debian/changelog (+9/-0)
debian/control (+25/-1)
Text conflict in debian/changelog
Text conflict in debian/control
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/vivid/pyqt5/vivid-proposed-201503172043
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+253275@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/vivid-proposed/pyqt5 reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/vivid/pyqt5/vivid-proposed-201503172043. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

21. By Dmitry Shachnev

Relax build-dependencies to build against Qt 5.3.

20. By Ricardo Salveti

No change rebuild against latest qtbase

19. By Dmitry Shachnev

Fix a typo in debian/tests/control.

18. By Scott Kitterman

* Add support for python in addition to python3 because the upcoming calibre
  2.X series of releases will use PyQt5 with Python and not Python 3
  - Add python build-depends to debian/control
  - Add python-* equivalents of existing python3-* packages to debian/
    control
  - Update debian/rules to account for python as well as python3
  - Set minimum python3 version to 3.3 since the revised debug configure
    rule will not work for 3.2
  - Replicate and update all python3-* .install files as python-*

17. By Dmitry Shachnev

debian/tests/import: Redirect stderr to stdout for debug interpreter.

16. By Scott Kitterman

* New upstream release
  - Drop debian/patches/fix_implicit_qtablewidget.patch, which had been
    cherry picked from upstream

15. By Ricardo Salveti

No-change rebuild against the new qtbase-opensource-src (armhf build still
used the older package)

14. By Dmitry Shachnev

* Merge with Debian experimental, remaining changes:
  - Add new package for QtPositioning module.
  - Add a patch to build against QtWebKit 5.1.

13. By Ricardo Salveti

* debian/patches/build_against_qtwebkit_5_1.patch:
  - Dropping features that are only available in qtwebkit 5.2, so we
    can build it against qtwebkit 5.1 (can be dropped once qtwebkit
    5.2 gets published).

12. By Matthias Klose

No-change rebuild for Python 3.4.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-03-12 10:49:35 +0000
3+++ debian/changelog 2015-03-17 20:50:31 +0000
4@@ -1,3 +1,4 @@
5+<<<<<<< TREE
6 pyqt5 (5.4.1+dfsg-2) experimental; urgency=medium
7
8 * Backport some fixes to setZOrder() function from upstream
9@@ -19,6 +20,14 @@
10
11 -- Dmitry Shachnev <mitya57@debian.org> Thu, 05 Mar 2015 22:14:15 +0300
12
13+=======
14+pyqt5 (5.4+dfsg-1~ubuntu1) vivid; urgency=medium
15+
16+ * Relax build-dependencies to build against Qt 5.3.
17+
18+ -- Dmitry Shachnev <mitya57@ubuntu.com> Mon, 29 Dec 2014 13:16:02 +0300
19+
20+>>>>>>> MERGE-SOURCE
21 pyqt5 (5.4+dfsg-1) experimental; urgency=medium
22
23 * New upstream release.
24
25=== modified file 'debian/control'
26--- debian/control 2015-03-05 22:14:15 +0000
27+++ debian/control 2015-03-17 20:50:31 +0000
28@@ -1,19 +1,25 @@
29 Source: pyqt5
30 Section: python
31 Priority: optional
32-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
33+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
34+XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
35 Uploaders: Dmitry Shachnev <mitya57@debian.org>,
36 Scott Kitterman <scott@kitterman.com>
37 Build-Depends: debhelper (>= 9),
38 dpkg-dev (>= 1.16.1~),
39 fdupes,
40 libdbus-1-dev (>= 1.0.2),
41+<<<<<<< TREE
42 libenginio1-dev (>= 5.4.1),
43+=======
44+ libenginio1-dev (>= 5.3),
45+>>>>>>> MERGE-SOURCE
46 libglib2.0-dev,
47 libgstreamer-plugins-base0.10-dev,
48 libgstreamer0.10-dev,
49 libicu-dev,
50 libpulse-dev,
51+<<<<<<< TREE
52 libqt5opengl5-dev (>= 5.4.1),
53 libqt5sensors5-dev (>= 5.4.1),
54 libqt5serialport5-dev (>= 5.4.1),
55@@ -22,6 +28,16 @@
56 libqt5websockets5-dev (>= 5.4.1),
57 libqt5x11extras5-dev (>= 5.4.1),
58 libqt5xmlpatterns5-dev (>= 5.4.1),
59+=======
60+ libqt5opengl5-dev (>= 5.3),
61+ libqt5sensors5-dev (>= 5.3),
62+ libqt5serialport5-dev (>= 5.3),
63+ libqt5svg5-dev (>= 5.3),
64+ libqt5webkit5-dev (>= 5.3),
65+ libqt5websockets5-dev (>= 5.3),
66+ libqt5xmlpatterns5-dev (>= 5.3),
67+ libqt5x11extras5-dev (>= 5.3),
68+>>>>>>> MERGE-SOURCE
69 libsqlite3-dev,
70 libudev-dev [linux-any],
71 libxml2-dev,
72@@ -40,10 +56,18 @@
73 python3-sip-dbg,
74 python3-sip-dev (>= 4.16.6),
75 python3-sphinx,
76+<<<<<<< TREE
77 qtdeclarative5-dev (>= 5.4.1),
78 qtmultimedia5-dev (>= 5.4.1),
79 qtpositioning5-dev (>= 5.4.1),
80 qttools5-dev (>= 5.4.1)
81+=======
82+ python-dbus-dev,
83+ qtdeclarative5-dev (>= 5.3),
84+ qtmultimedia5-dev (>= 5.3),
85+ qtpositioning5-dev (>= 5.3),
86+ qttools5-dev (>= 5.3)
87+>>>>>>> MERGE-SOURCE
88 X-Python-Version: >= 2.7
89 X-Python3-Version: >= 3.3
90 Standards-Version: 3.9.6

Subscribers

People subscribed via source and target branches

to all changes: