aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-02-03 11:39:26 +0100
committerRobert Tari <robert@tari.in>2021-02-03 11:39:26 +0100
commite6797118df29e5b6fbfaf43dbe14b698d14ad91b (patch)
tree4824da51670b1b34ea10d250d3778739383bb980 /debian/control
parente436dffe4c1a2f9287b3c43b2bc58f7f179411fa (diff)
parent2e291cb027ca77a706ad4fbe4e3e0b73fa7dceda (diff)
downloadlibayatana-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/control40
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.