diff options
| author | Robert Tari <robert@tari.in> | 2021-02-03 11:39:26 +0100 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2021-02-03 11:39:26 +0100 |
| commit | e6797118df29e5b6fbfaf43dbe14b698d14ad91b (patch) | |
| tree | 4824da51670b1b34ea10d250d3778739383bb980 /debian/control | |
| parent | e436dffe4c1a2f9287b3c43b2bc58f7f179411fa (diff) | |
| parent | 2e291cb027ca77a706ad4fbe4e3e0b73fa7dceda (diff) | |
| download | libayatana-common-e6797118df29e5b6fbfaf43dbe14b698d14ad91b.tar.gz libayatana-common-e6797118df29e5b6fbfaf43dbe14b698d14ad91b.tar.bz2 libayatana-common-e6797118df29e5b6fbfaf43dbe14b698d14ad91b.zip | |
Merge branch 'sunweaver-pr/deb-packaging'
Attributes GH PR #5: https://github.com/AyatanaIndicators/libayatana-common/pull/5
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8aa32d8 --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: libayatana-common +Section: libs +Priority: optional +Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Build-Depends: cmake, + cmake-extras, + debhelper (>= 9), + dpkg-dev (>= 1.16.1.1), + googletest, + libgtest-dev, + liblomiri-url-dispatcher-dev | hello, + libglib2.0-dev (>= 2.36), + pkg-config, +Standards-Version: 4.5.1 +Homepage: https://github.com/AyatanaIndicators/libayatana-common +Vcs-Git: https://github.com/AyatanaIndicators/libayatana-common.git +Vcs-Browser: https://github.com/AyatanaIndicators/libayatana-common + +Package: libayatana-common0 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Multi-Arch: same +Description: Ayatana System Indicators' common API functions (shared library) + This package contains common API functions used by Ayatana System + Indicators. + . + This package contains the shared library. + +Package: libayatana-common-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libayatana-common0 (= ${binary:Version}), +Description: Ayatana System Indicators' common API functions (development headers) + This package contains common API functions used by Ayatana System + Indicators. + . + This package contains the development headers. |
