diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 14:25:01 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 14:25:01 -0500 |
commit | 30aa94e03335dc768f18a1858b6be7f2aaeeb50b (patch) | |
tree | 1ba4fc74dbe9cce043a0f7513c6e99ee3d587ee4 /debian/control | |
parent | 7a3c457753530cf5073492d06a1b451e7930c570 (diff) | |
download | libayatana-indicator-30aa94e03335dc768f18a1858b6be7f2aaeeb50b.tar.gz libayatana-indicator-30aa94e03335dc768f18a1858b6be7f2aaeeb50b.tar.bz2 libayatana-indicator-30aa94e03335dc768f18a1858b6be7f2aaeeb50b.zip |
* debian/control:
- Reorganize Build-Depends for clarity.
- Update style to be consistent with other indicator stack packages.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/debian/control b/debian/control index 998c41c..aab89ea 100644 --- a/debian/control +++ b/debian/control @@ -6,15 +6,15 @@ XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth. Uploaders: Evgeni Golov <evgeni@debian.org>, Kartik Mistry <kartik@debian.org> Build-Depends: debhelper (>= 5.0), dh-autoreconf, - cdbs (>= 0.4.41), - libglib2.0-dev (>= 2.22), - libgtk2.0-dev (>= 2.18), - libgtk-3-dev (>= 2.91.3), libtool, intltool, gtk-doc-tools, dbus-test-runner, - xvfb + xvfb, + cdbs (>= 0.4.41), + libglib2.0-dev (>= 2.22), + libgtk2.0-dev (>= 2.18), + libgtk-3-dev (>= 2.91.3), Standards-Version: 3.9.2 Homepage: https://launchpad.net/libindicator Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu @@ -24,7 +24,7 @@ Package: libindicator7 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -37,7 +37,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-dev (>= 2.12.0), - libindicator7 (= ${binary:Version}) + libindicator7 (= ${binary:Version}), Description: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. @@ -49,7 +49,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator7 (= ${binary:Version}) + libindicator7 (= ${binary:Version}), Description: Tools for libindicator Tools useful for developers of applications using indicators. . @@ -59,7 +59,7 @@ Package: libindicator3-7 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -73,7 +73,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk-3-dev (>= 2.91.3), libindicator3-7 (= ${binary:Version}), - libindicator-dev (= ${binary:Version}) + libindicator-dev (= ${binary:Version}), Description: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. @@ -85,7 +85,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator3-7 (= ${binary:Version}) + libindicator3-7 (= ${binary:Version}), Description: Tools for libindicator Tools useful for developers of applications using indicators. . |