~ci-train-bot/hud/hud-ubuntu-zesty-2345

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michael Terry
  • Date: 2012-12-12 18:10:51 UTC
  • mto: This revision was merged to the branch mainline in revision 237.
  • Revision ID: michael.terry@canonical.com-20121212181051-mhlasepgry8bye08
modernize packaging (dh9 etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: gnome
3
3
Priority: optional
4
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5
 
Build-Depends: debhelper (>= 9.0),
 
5
Build-Depends: bamfdaemon,
 
6
               bustle (>= 0.4.2),
 
7
               dbus-test-runner,
 
8
               debhelper (>= 9),
6
9
               dh-autoreconf,
7
 
               libgtk-3-dev,
 
10
               gnome-common,
8
11
               gnome-doc-utils,
 
12
               gtester2xunit,
 
13
               gtk-doc-tools,
 
14
               indicator-application (>= 0.4.90),
 
15
               indicator-appmenu,
9
16
               intltool,
 
17
               libappindicator3-dev,
 
18
               libbamf3-dev (>= 0.2.53),
10
19
               libdbusmenu-glib-dev (>= 0.5.90),
11
20
               libdbusmenu-gtk3-dev (>= 0.5.90),
12
21
               libdbusmenu-jsonloader-dev (>= 0.5.90),
13
 
               libbamf3-dev (>= 0.2.53),
 
22
               libgtk-3-dev,
 
23
               libncurses5-dev,
 
24
               libreadline-dev,
14
25
               libsqlite3-dev,
 
26
               metacity,
15
27
               sqlite3,
16
 
               dbus-test-runner,
17
 
               libreadline-dev,
18
 
               libncurses5-dev,
19
 
               libappindicator3-dev,
20
 
               indicator-application (>= 0.4.90),
 
28
               valac-0.18,
21
29
               xvfb,
22
 
               valac-0.16,
23
 
               indicator-appmenu,
24
 
               metacity,
25
 
               bamfdaemon,
26
 
               gnome-common,
27
 
               gtk-doc-tools,
28
 
               bustle,
29
 
               gtester2xunit,
30
 
Standards-Version: 3.9.2
 
30
Standards-Version: 3.9.4
31
31
Homepage: http://launchpad.net/hud
32
 
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/hud/ubuntu
33
 
Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/hud/ubuntu
 
32
# If you aren't a member of ~indicator-applet-developers but need to upload
 
33
# packaging changes, just go ahead.  ~indicator-applet-developers will notice
 
34
# and sync up the code again.
 
35
Vcs-Bzr: http://bazaar.launchpad.net/~indicator-applet-developers/hud/trunk.13.04
 
36
Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/hud/trunk.13.04
34
37
 
35
38
Package: hud
36
39
Architecture: any
37
 
Depends: ${shlibs:Depends}, ${misc:Depends}
38
 
Conflicts: indicator-appmenu (< 13)
 
40
Depends: ${misc:Depends},
 
41
         ${shlibs:Depends},
 
42
Conflicts: indicator-appmenu (<< 13),
39
43
Description: Backend for the Unity HUD
40
44
 .
41
45
 This package provides a service for Unity's HUD
42
46
 
43
47
Package: hud-tools
44
48
Architecture: any
45
 
Depends: ${shlibs:Depends},
46
 
         ${misc:Depends},
 
49
Depends: ${misc:Depends},
 
50
         ${shlibs:Depends},
47
51
         hud (= ${binary:Version}),
48
 
         sqlite3
49
 
Conflicts: indicator-appmenu-tools (< 13)
50
 
Description: Tools for debuging HUD.
 
52
         sqlite3,
 
53
Conflicts: indicator-appmenu-tools (<< 13),
 
54
Description: Tools for debugging the Unity HUD.
51
55
 .
52
 
 This package provides tools for working with HUD.
53
 
 
 
56
 This package provides tools for working with Unity's HUD.