~ubuntu-branches/ubuntu/vivid/indicator-appmenu/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Didier Roche, Automatic PS uploader
  • Date: 2012-11-23 07:39:58 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20121123073958-rr5gz4chpdjfmafa
Tags: 12.10.4daily12.11.23-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* debian/control:
  - Reorganize Build-Depends for clarity.
  - Adjust style to be consistent with other indicator packages.
  - Drop Build-Depends on cdbs.
  - Bump debhelper Build-Depends to (>= 9). 
  - Add gnome-common to Build-Depends.
  - Update Vcs-Bzr, Vcs-Browser and add notice to uploaders.
  - Add gtk-doc-tools to Build-Depends.
* debian/compat: bump compat level to 9.
* debian/rules:
  - Convert to using the dh sequencer.
  - Make sure the build fails if there are files not listed in install files
    when building the packages.
  - Override dh_autoreconf to call autogen.sh and not run configure.
  - Temporarily disable tests due to missing dependencies.
* debian/indicator-appmenu.install,
  debian/indicator-appmenu-tools.install: update paths to install private
  binaries to the /usr/lib/<triplet> paths.

[ Didier Roche ]
* Automatic snapshot from revision 219 (bootstrap):
  - Adds childless menu support to the Unity menu panel. (LP: #773101)
  - add pot template
* Unity global menu bar hides childless menu items (LP: #773101)

[ Automatic PS uploader ]
* Automatic snapshot from revision 221

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 (>= 5.0),
 
5
Build-Depends: debhelper (>= 9),
6
6
               dh-autoreconf,
7
 
               cdbs (>= 0.4.41),
8
7
               libgtk-3-dev,
9
8
               gnome-doc-utils,
 
9
               gtk-doc-tools,
 
10
               gnome-common,
10
11
               intltool,
 
12
               dbus-test-runner,
 
13
               xvfb,
11
14
               libindicator3-dev (>= 0.4.90),
12
15
               libdbusmenu-glib-dev (>= 0.5.90),
13
16
               libdbusmenu-gtk3-dev (>= 0.5.90),
15
18
               libbamf3-dev (>= 0.2.53),
16
19
               libsqlite3-dev,
17
20
               sqlite3,
18
 
               dbus-test-runner,
19
21
               libreadline-dev,
20
22
               libncurses5-dev,
21
23
               libappindicator3-dev,
22
24
               indicator-application (>= 0.4.90),
23
 
               xvfb,
24
 
               valac-0.16
 
25
               valac-0.16,
25
26
Standards-Version: 3.9.2
26
27
Homepage: http://launchpad.net/indicator-appmenu
27
 
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-appmenu/ubuntu
28
 
Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/indicator-appmenu/ubuntu
 
28
# If you aren't a member of ~indicator-applet-developers but need to upload
 
29
# packaging changes, just go ahead.  ~indicator-applet-developers will notice
 
30
# and sync up the code again.
 
31
Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-appmenu/trunk.13.04
 
32
Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-appmenu/trunk.13.04/files
29
33
 
30
34
Package: indicator-appmenu
31
35
Architecture: any
32
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
36
Depends: ${shlibs:Depends},
 
37
         ${misc:Depends},
33
38
Recommends: indicator-applet | indicator-renderer,
34
39
            appmenu-gtk,
35
40
            appmenu-gtk3,
36
 
            appmenu-qt
 
41
            appmenu-qt,
37
42
Description: Indicator for application menus.
38
43
 .
39
44
 This package provides support for application menus.
44
49
         ${misc:Depends},
45
50
         indicator-appmenu (= ${binary:Version}),
46
51
         libdbusmenu-tools,
47
 
         sqlite3
 
52
         sqlite3,
48
53
Description: Tools for debuging application menus.
49
54
 .
50
55
 This package provides tools for supporting application menus.