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 | |
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')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 619deaf..ebddd7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low + + * debian/control: + - Update to match style with other indicator stack packages: use trailing + commas at the end of dependency lists. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 19 Nov 2012 14:00:05 -0500 + ido (12.10.2-0ubuntu1) quantal; urgency=low * New upstream release 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 . |