diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2013-06-08 03:52:10 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-06-08 03:52:10 +0000 |
commit | 761013209f13b68e49a4bd0992c4bf5485ab3e2f (patch) | |
tree | 5f2847e3e000fb38188181367b5bef65467351a0 /debian | |
parent | c80dc60d449e2cec14da00f90551c5e1ba79fee2 (diff) | |
parent | f265a16536f3a15ca51415995619c73271c25014 (diff) | |
download | ayatana-ido-761013209f13b68e49a4bd0992c4bf5485ab3e2f.tar.gz ayatana-ido-761013209f13b68e49a4bd0992c4bf5485ab3e2f.tar.bz2 ayatana-ido-761013209f13b68e49a4bd0992c4bf5485ab3e2f.zip |
Depend on valac instead of valac-0.16 for easier transitions
Have libido3-0.1-dev depend on gir1.2-ido3-0.1
Drop unnecessary gir build-depends.
Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control index f9f385b..a1ee62e 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, gobject-introspection, libgirepository1.0-dev, - gir1.2-glib-2.0, - gir1.2-gtk-2.0, - valac-0.16 + valac (>= 0.16) Standards-Version: 3.9.3 Homepage: https://launchpad.net/ido # If you aren't a member of ~indicator-applet-developers but need to upload @@ -42,6 +40,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + gir1.2-ido3-0.1 (= ${binary:Version}), libido3-0.1-0 (= ${binary:Version}), pkg-config, libglib2.0-dev (>=2.14.0), @@ -52,7 +51,7 @@ Description: Shared library providing extra gtk menu items for display in This package contains files that are needed to build GTK+ 3 applications. Package: gir1.2-ido3-0.1 -Section: libs +Section: introspection Architecture: any Depends: ${misc:Depends}, libido3-0.1-0 (>= ${binary:Version}), |