Merge lp:~evfool/update-manager/pkgsections into lp:update-manager

Proposed by Robert Roth
Status: Merged
Merged at revision: 2196
Proposed branch: lp:~evfool/update-manager/pkgsections
Merge into: lp:update-manager
Diff against target: 34 lines (+4/-1)
1 file modified
debian/control (+4/-1)
To merge this branch: bzr merge lp:~evfool/update-manager/pkgsections
Reviewer Review Type Date Requested Status
Michael Vogt Pending
Review via email: mp+69744@code.launchpad.net

Description of the change

Added proper sections to the debian/control file for the binary packages, where the default gnome section (as coming from the source packages Section) is not appropriate, like update-manager-text (added admin section), update-manager-kde (added kde section), and auto-upgrade-tester (added devel section).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2011-07-25 16:41:16 +0000
3+++ debian/control 2011-07-29 05:14:23 +0000
4@@ -49,6 +49,7 @@
5
6 Package: update-manager-text
7 Architecture: all
8+Section: admin
9 Depends: ${python:Depends},
10 ${misc:Depends},
11 update-manager-core,
12@@ -59,6 +60,7 @@
13
14 Package: update-manager-kde
15 Architecture: all
16+Section: kde
17 Depends: ${python:Depends},
18 ${misc:Depends},
19 update-manager-core,
20@@ -70,6 +72,7 @@
21
22 Package: auto-upgrade-tester
23 Architecture: all
24+Section: devel
25 Depends: ${python:Depends}, ${misc:Depends}
26 Recommends: qemu-kvm|kvm,
27 ubuntu-vm-builder
28@@ -78,4 +81,4 @@
29 A tool to do QA for release upgrades in ubuntu that performs upgrades
30 in a virtual environment. Supported backends are "chroot", "kvm" and
31 "EC2". It will also install a hudson/jenkins slave (disabled by
32- default).
33\ No newline at end of file
34+ default).

Subscribers

People subscribed via source and target branches

to status/vote changes: