~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: lixiang
  • Date: 2018-03-06 03:13:06 UTC
  • Revision ID: lixiang@kylinos.cn-20180306031306-fd7qnru3vm4a1xjd
Rewrite with Qt5, and add system monitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: misc
3
3
Priority: optional
4
4
Maintainer: Ubuntu Kylin Team <ubuntukylin-members@list.launchpad.net>
 
5
Uploaders:
 
6
 lixiang <lixiang@kylinos.cn>
5
7
Build-Depends: debhelper (>= 9),
6
 
               python-dev,
7
 
               python-lxml,
8
 
               python-piston-mini-client,
9
 
               python-xdg,
10
 
               libqt4-dev,
 
8
               python3-all (>= 3.1),
 
9
               python3-apt (>= 0.7.100.3~),
 
10
               python3-dev,
 
11
               python3-lxml,
 
12
               python3-dbus,
 
13
               python3-piston-mini-client,
 
14
               python3-xdg,
 
15
               qtbase5-dev (>= 5.1),
 
16
               libqt5svg5-dev,
 
17
               qt5-qmake,
 
18
               qt5-default,
 
19
               qtscript5-dev,
 
20
               qttools5-dev-tools,
11
21
               pkg-config,
12
 
               python (>= 2.6.6-3~),
13
 
               libglib2.0-dev,
14
 
               libgtop2-dev
 
22
               libglib2.0-dev (>= 2.46.0),
 
23
               libgtop2-dev,
 
24
               libsystemd-dev (>= 209) [linux-any]
15
25
Standards-Version: 3.9.8
16
 
Homepage: https://launchpad.net/youker-assistant
17
 
Vcs-Browser: https://code.launchpad.net/~ubuntukylin-members/youker-assistant/trunk
18
 
Vcs-Bzr: lp:youker-assistant
 
26
X-Python3-Version: >= 3.1
 
27
Homepage: https://github.com/KylinAppCenter/youker-assistant
19
28
 
20
29
Package: youker-assistant
21
30
Architecture: amd64 arm64 armhf i386 
22
 
Depends: python-dbus,
23
 
         python-psutil,
24
 
         python-lxml,
25
 
         python-xdg,
26
 
         python-apt,
27
 
         python-pil,
28
 
         python-imaging,
29
 
         python-piston-mini-client,
30
 
         python-compizconfig,
 
31
Depends: python3-dbus,
 
32
         python3-psutil,
 
33
         python3-lxml,
 
34
         python3-xdg,
 
35
         python3-apt (>= 0.7.100.3~),
 
36
         python3-pil,
 
37
         python3-piston-mini-client,
 
38
         inotify-hookable,
 
39
         bsdutils,
31
40
         hdparm,
32
41
         lm-sensors,
33
42
         ethtool,
36
45
         cpufrequtils,
37
46
         pciutils,
38
47
         ${misc:Depends},
39
 
         ${python:Depends},
 
48
         ${python3:Depends},
40
49
         ${shlibs:Depends},
41
50
Description: Integrated tool to aid in routine system maintenance tasks
42
 
 Youker Assistant is a tool designed to help Ubuntu and Ubuntu Kylin 
 
51
 Kylin Assistant is a tool designed to help Ubuntu and Ubuntu Kylin 
43
52
 desktop users manage and maintain many aspects of their working 
44
53
 environment conveniently in a single application, providing a consistent
45
54
 user experience.