~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Benjamin Drung
  • Date: 2023-02-13 11:33:22 UTC
  • Revision ID: benjamin.drung@canonical.com-20230213113322-j0jtzd1ph9h3z5lq
Capitalize Python in package description

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
Build-Depends: debhelper (>= 9),
6
6
               dh-python,
 
7
               gir1.2-gtk-3.0,
 
8
               gir1.2-snapd-2,
 
9
               lsb-release,
7
10
               python3-all (>= 3.3.0-2),
8
 
               python3-distutils-extra (>= 2.38),
9
11
               python3-dbus,
 
12
               python3-distro-info,
10
13
               python3-distupgrade,
11
 
               python3-distro-info,
 
14
               python3-distutils-extra (>= 2.38),
12
15
               python3-gi (>= 3.8),
13
16
               python3-yaml,
14
 
               gir1.2-gtk-3.0,
15
 
               gir1.2-snapd-2,
16
 
               lsb-release
17
 
Build-Depends-Indep: libxml-parser-perl,
18
 
                     intltool
 
17
Build-Depends-Indep: intltool,
 
18
                     libxml-parser-perl,
19
19
Standards-Version: 3.8.0
20
20
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main
21
21
XS-Testsuite: autopkgtest
22
 
X-Python3-Version: >= 3.2
23
22
 
24
23
Package: update-manager-core
25
24
Architecture: all
26
25
Section: admin
27
 
Depends: ${python3:Depends},
28
 
         ${misc:Depends},
 
26
Depends: distro-info-data,
 
27
         lsb-release,
 
28
         python3-distro-info,
29
29
         python3-update-manager (= ${source:Version}),
30
 
         python3-distro-info,
31
 
         distro-info-data,
32
 
         lsb-release,
 
30
         ubuntu-advantage-tools,
33
31
         ubuntu-release-upgrader-core (>= 1:18.04.9),
34
 
         ubuntu-advantage-tools
35
 
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
36
 
Replaces: update-manager (<< 1:0.146.2)
37
 
Breaks: update-manager (<< 1:0.146.2),
38
 
        computer-janitor (<= 1.11-0ubuntu1)
 
32
         ${misc:Depends},
 
33
         ${python3:Depends},
 
34
Recommends: libpam-modules (>= 1.0.1-9ubuntu3),
 
35
Replaces: update-manager (<< 1:0.146.2),
 
36
Breaks: computer-janitor (<= 1.11-0ubuntu1),
 
37
        update-manager (<< 1:0.146.2),
39
38
Description: manage release upgrades
40
39
 This is the core of update-manager and the release upgrader
41
40
 
42
41
Package: python3-update-manager
43
42
Architecture: all
44
43
Section: python
45
 
Replaces: update-manager-core (<< 1:0.163)
46
 
Breaks: update-manager-core (<< 1:0.163),
47
 
        python3-distupgrade (<< 1:16.10.10)
48
 
Depends: ${python3:Depends},
49
 
         ${misc:Depends},
 
44
Replaces: update-manager-core (<< 1:0.163),
 
45
Breaks: python3-distupgrade (<< 1:16.10.10),
 
46
        update-manager-core (<< 1:0.163),
 
47
Depends: lsb-release,
50
48
         python3-apt (>= 0.8.5~),
51
49
         python3-distro-info,
52
50
         python3-distupgrade,
53
 
         lsb-release,
 
51
         ${misc:Depends},
 
52
         ${python3:Depends},
54
53
Suggests: python3-launchpadlib,
55
 
Description: python 3.x module for update-manager
 
54
Description: Python 3.x module for update-manager
56
55
 Python module for update-manager (UpdateManager).
57
56
 .
58
 
 This package contains the python 3.x version of this module.
 
57
 This package contains the Python 3.x version of this module.
59
58
 
60
59
Package: update-manager
61
60
Architecture: all
62
 
Depends: ${python3:Depends}, ${misc:Depends},
63
 
         update-manager-core (= ${source:Version}),
 
61
Depends: gir1.2-gtk-3.0,
 
62
         gir1.2-handy-1 (>= 1.5.90),
 
63
         gir1.2-snapd-2,
 
64
         gnome-shell | policykit-1-gnome | polkit-kde-agent-1 | lxpolkit | lxqt-policykit | mate-polkit | polkit-1-auth-agent,
64
65
         libgtk3-perl,
 
66
         pkexec,
 
67
         polkitd,
65
68
         python3-aptdaemon.gtk3widgets (>= 1.1.1+bzr982-0ubuntu13) | synaptic,
66
 
         policykit-1,
67
69
         python3-dbus,
68
70
         python3-gi (>= 3.8),
69
71
         python3-yaml,
70
 
         gir1.2-gtk-3.0,
71
 
         gir1.2-handy-1 (>= 1.5.90),
72
 
         gir1.2-snapd-2,
73
72
         ubuntu-release-upgrader-gtk,
 
73
         update-manager-core (= ${source:Version}),
74
74
         update-notifier,
75
 
         gnome-shell | policykit-1-gnome | polkit-kde-agent-1 | lxpolkit | lxqt-policykit | mate-polkit | polkit-1-auth-agent
76
 
Breaks: update-notifier (<< 3.177)
77
 
Recommends: software-properties-gtk (>= 0.71.2),
78
 
            python3-launchpadlib
 
75
         ${misc:Depends},
 
76
         ${python3:Depends},
 
77
Breaks: update-notifier (<< 3.177),
 
78
Recommends: python3-launchpadlib,
 
79
            software-properties-gtk (>= 0.71.2),
79
80
Suggests: gir1.2-dbusmenu-glib-0.4,
80
81
          gir1.2-unity-5.0,
81
82
Description: GNOME application that manages apt updates
85
86
#Package: update-manager-kde
86
87
#Architecture: all
87
88
#Section: kde
88
 
#Depends: ${python3:Depends}, 
89
 
#         ${misc:Depends}, 
90
 
#         update-manager-core, 
91
 
#         python3-pykde4, 
92
 
#         kdesudo,
 
89
#Depends: kdesudo,
93
90
#         psmisc,
94
 
#         ubuntu-release-upgrader-qt
95
 
#Recommends: python3-launchpadlib
 
91
#         python3-pykde4,
 
92
#         ubuntu-release-upgrader-qt,
 
93
#         update-manager-core,
 
94
#         ${misc:Depends},
 
95
#         ${python3:Depends},
 
96
#Recommends: python3-launchpadlib,
96
97
#Description: Support modules for Muon Notifier and Apper
97
 
# Support modules for Muon Notifier and Apper to check for new distro releases 
 
98
# Support modules for Muon Notifier and Apper to check for new distro releases
98
99
# and download the dist-upgrade tool.