diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 14:00:50 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 14:00:50 -0500 |
commit | e1ee78207d229ad553455a49d3ead21c11592741 (patch) | |
tree | 47d8ba1d5474ae8fbfb845ecc709c9ad5d77ec58 /debian/control | |
parent | 3432ef307a343129ebb92903c2bfe9fb3f4f5c96 (diff) | |
download | ayatana-ido-e1ee78207d229ad553455a49d3ead21c11592741.tar.gz ayatana-ido-e1ee78207d229ad553455a49d3ead21c11592741.tar.bz2 ayatana-ido-e1ee78207d229ad553455a49d3ead21c11592741.zip |
* debian/control:
- Update to match style with other indicator stack packages: use trailing
commas at the end of dependency lists.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 3803970..c227b24 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev (>=2.14.0), libgtk-3-dev (>= 3.0), gtk-doc-tools, - libxorg-gtest-dev + libxorg-gtest-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/ido @@ -15,8 +15,8 @@ Package: libido3-0.1-0 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} + ${misc:Depends}, +Pre-Depends: ${misc:Pre-Depends}, Multi-Arch: same Description: Shared library providing extra gtk menu items for display in system indicators @@ -31,7 +31,7 @@ Depends: ${shlibs:Depends}, libido3-0.1-0 (= ${binary:Version}), pkg-config, libglib2.0-dev (>=2.14.0), - libgtk-3-dev (>= 3.0) + libgtk-3-dev (>= 3.0), Description: Shared library providing extra gtk menu items for display in system indicators . |