aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-15 13:57:09 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-15 15:33:05 +0100
commit2e291cb027ca77a706ad4fbe4e3e0b73fa7dceda (patch)
tree4824da51670b1b34ea10d250d3778739383bb980 /debian/control
parentb462fd7eb13c6827b9892db2a238af5af7e42a24 (diff)
downloadlibayatana-common-2e291cb027ca77a706ad4fbe4e3e0b73fa7dceda.tar.gz
libayatana-common-2e291cb027ca77a706ad4fbe4e3e0b73fa7dceda.tar.bz2
libayatana-common-2e291cb027ca77a706ad4fbe4e3e0b73fa7dceda.zip
debian/: Initial packaging draft.
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.