diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3b25abb..05bb86b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (12.10.1-0ubuntu1) UNRELEASED; urgency=low + + * debian/control: + - Update style to match other indicator packages. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 20 Nov 2012 13:53:41 -0500 + indicator-application (12.10.0-0ubuntu2) quantal; urgency=low * debian/control: Build-Depends on dbus-test-runner and xvfb, diff --git a/debian/control b/debian/control index a204988..97a36a9 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> Build-Depends: debhelper (>= 9.0), dh-translations, + dbus-test-runner, libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), libjson-glib-dev, @@ -13,7 +14,6 @@ Build-Depends: debhelper (>= 9.0), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), xvfb, - dbus-test-runner Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu @@ -21,7 +21,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubunt Package: indicator-application Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. |