diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 13:58:43 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 13:58:43 -0500 |
commit | 804ec33e26f64e56ca126d397272ef7a9cd648a8 (patch) | |
tree | 953083d3241ce826687b5b42388bd6e8e2b07e9d /debian/control | |
parent | ae5b229ff8551e9d011a53de1578535a44412843 (diff) | |
download | ayatana-ido-804ec33e26f64e56ca126d397272ef7a9cd648a8.tar.gz ayatana-ido-804ec33e26f64e56ca126d397272ef7a9cd648a8.tar.bz2 ayatana-ido-804ec33e26f64e56ca126d397272ef7a9cd648a8.zip |
Manually import debian/ from ido 12.10.2-0ubuntu1.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3803970 --- /dev/null +++ b/debian/control @@ -0,0 +1,38 @@ +Source: ido +Section: libs +Priority: optional +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: debhelper (>= 9), + dh-autoreconf, + libglib2.0-dev (>=2.14.0), + libgtk-3-dev (>= 3.0), + gtk-doc-tools, + libxorg-gtest-dev +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/ido + +Package: libido3-0.1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Description: Shared library providing extra gtk menu items for display in + system indicators + . + This package contains shared libraries to be used by GTK+ 3 applications. + +Package: libido3-0.1-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libido3-0.1-0 (= ${binary:Version}), + pkg-config, + libglib2.0-dev (>=2.14.0), + libgtk-3-dev (>= 3.0) +Description: Shared library providing extra gtk menu items for display in + system indicators + . + This package contains files that are needed to build GTK+ 3 applications. |