Merge lp:~scarneiro/ubuntu/quantal/9wm/fix-for-no-misc-depends into lp:ubuntu/quantal/9wm

Proposed by Sebastian Carneiro
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~scarneiro/ubuntu/quantal/9wm/fix-for-no-misc-depends
Merge into: lp:ubuntu/quantal/9wm
Diff against target: 35 lines (+10/-2)
2 files modified
debian/changelog (+7/-0)
debian/control (+3/-2)
To merge this branch: bzr merge lp:~scarneiro/ubuntu/quantal/9wm/fix-for-no-misc-depends
Reviewer Review Type Date Requested Status
Martin Pitt Disapprove
Review via email: mp+112249@code.launchpad.net

Description of the change

Added misc depends to debian/control Depends: line.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

This does not actually make a difference in the Depends: line, so this would just introduce an Ubuntu delta and stop autosyncs for no good reason. I forwarded this bug report to Debian instead, so that it can get fixed there. Thanks!

review: Disapprove

Unmerged revisions

6. By Sebastian Carneiro

debian/control: added misc dependencies, given that debhelper is
used.

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 2008-06-14 15:46:19 +0000
3+++ debian/changelog 2012-06-27 00:49:19 +0000
4@@ -1,3 +1,10 @@
5+9wm (1.2-9ubuntu1) quantal; urgency=low
6+
7+ * debian/control: added misc dependencies, given that debhelper is
8+ used.
9+
10+ -- Sebastian Carneiro <scarneiro@fibertel.com.ar> Tue, 26 Jun 2012 21:26:29 -0300
11+
12 9wm (1.2-9) unstable; urgency=low
13
14 * Add Suggests: 9menu
15
16=== modified file 'debian/control'
17--- debian/control 2008-06-14 15:46:19 +0000
18+++ debian/control 2012-06-27 00:49:19 +0000
19@@ -1,13 +1,14 @@
20 Source: 9wm
21 Section: x11
22 Priority: optional
23-Maintainer: Decklin Foster <decklin@red-bean.com>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Decklin Foster <decklin@red-bean.com>
26 Build-Depends: debhelper (>= 5.0), xutils-dev, x11proto-core-dev, libx11-dev, libxext-dev
27 Standards-Version: 3.8.0
28
29 Package: 9wm
30 Architecture: any
31-Depends: ${shlibs:Depends}
32+Depends: ${shlibs:Depends}, ${misc:Depends}
33 Provides: x-window-manager
34 Suggests: 9menu
35 Description: emulation of the Plan 9 window manager 8-1/2

Subscribers

People subscribed via source and target branches