Merge lp:~dpolehn-gmail/ubuntu/precise/subdownloader/fix-852321 into lp:ubuntu/precise/subdownloader

Proposed by Daniel Polehn
Status: Rejected
Rejected by: Gianfranco Costamagna
Proposed branch: lp:~dpolehn-gmail/ubuntu/precise/subdownloader/fix-852321
Merge into: lp:ubuntu/precise/subdownloader
Diff against target: 37 lines (+9/-3)
2 files modified
debian/changelog (+6/-0)
debian/control (+3/-3)
To merge this branch: bzr merge lp:~dpolehn-gmail/ubuntu/precise/subdownloader/fix-852321
Reviewer Review Type Date Requested Status
Felix Geyer (community) Disapprove
Review via email: mp+92668@code.launchpad.net

Description of the change

Changing subdownloader dependencies.

To post a comment you must log in.
Revision history for this message
Felix Geyer (debfx) wrote :

Recommends are installed by default and using the cli is a valid usecase that doesn't require python-qt4.

review: Disapprove

Unmerged revisions

8. By Daniel Polehn

Moving python-qt4 from Recommends to Depends to fix import issue. LP: #852321

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 2010-10-10 23:24:46 +0000
3+++ debian/changelog 2012-02-12 13:55:19 +0000
4@@ -1,3 +1,9 @@
5+subdownloader (2.0.14-1ubuntu1) precise; urgency=low
6+
7+ * Moving python-qt4 from Recommends to Depends to fix import issue. LP: #852321
8+
9+ -- Daniel Polehn <dpolehn@gmail.com> Sat, 11 Feb 2012 21:43:52 -0800
10+
11 subdownloader (2.0.14-1) unstable; urgency=low
12
13 * New upstream version.
14
15=== modified file 'debian/control'
16--- debian/control 2010-09-03 23:40:19 +0000
17+++ debian/control 2012-02-12 13:55:19 +0000
18@@ -1,7 +1,8 @@
19 Source: subdownloader
20 Section: utils
21 Priority: optional
22-Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
25 Uploaders: Marco Rodrigues <gothicx@gmail.com>
26 Build-Depends: debhelper (>= 7), python (>= 2.5.2-3)
27 Build-Depends-Indep: python-support (>= 0.5.6), pyqt4-dev-tools
28@@ -13,8 +14,7 @@
29
30 Package: subdownloader
31 Architecture: all
32-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5.2-3), python-crypto, python-kaa-metadata
33-Recommends: python-qt4
34+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5.2-3), python-crypto, python-kaa-metadata, python-qt4
35 Conflicts: subdownloader-cli
36 Replaces: subdownloader-cli
37 XB-Python-Version: ${python:Versions}

Subscribers

People subscribed via source and target branches

to all changes: