From 02200d285cfdb062a96288777fdff29f928838c0 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 15 Jun 2021 01:44:13 +0200 Subject: debian/: Add bin:pkg ayatana-indicator-common (moved from src:pkg libayatana-indicator). - d/ayatana-indicator-common.install: Add file. - d/ayatana-indicator-common.links: Add file. - d/control: + Add bin:pkg ayatana-indicator-common. + Add systemd dependency. --- debian/ayatana-indicator-common.install | 2 ++ debian/ayatana-indicator-common.links | 3 +++ debian/control | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100755 debian/ayatana-indicator-common.install create mode 100644 debian/ayatana-indicator-common.links (limited to 'debian') diff --git a/debian/ayatana-indicator-common.install b/debian/ayatana-indicator-common.install new file mode 100755 index 0000000..b252da6 --- /dev/null +++ b/debian/ayatana-indicator-common.install @@ -0,0 +1,2 @@ +#! /usr/bin/dh-exec +[linux-any] usr/lib/systemd diff --git a/debian/ayatana-indicator-common.links b/debian/ayatana-indicator-common.links new file mode 100644 index 0000000..636d594 --- /dev/null +++ b/debian/ayatana-indicator-common.links @@ -0,0 +1,3 @@ +# Because dh-systemd does not yet support user units, we manually make the Alias link +# FIXME: drop this once we bump DH compat level to 12 or higher +/usr/lib/systemd/user/ayatana-indicators.target /usr/lib/systemd/user/ayatana-indicators-pre.target diff --git a/debian/control b/debian/control index 8aa32d8..b735448 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: cmake, liblomiri-url-dispatcher-dev | hello, libglib2.0-dev (>= 2.36), pkg-config, + systemd [linux-any], Standards-Version: 4.5.1 Homepage: https://github.com/AyatanaIndicators/libayatana-common Vcs-Git: https://github.com/AyatanaIndicators/libayatana-common.git @@ -38,3 +39,24 @@ Description: Ayatana System Indicators' common API functions (development header Indicators. . This package contains the development headers. + +Package: ayatana-indicator-common +Architecture: all +Depends: ${misc:Depends}, +Multi-Arch: foreign +Breaks: ayatana-indicator-application (<< 0.8.0), + ayatana-indicator-datetime (<< 0.8.0), + ayatana-indicator-display (<< 0.8.0), + ayatana-indicator-keyboard (<< 0.8.0), + ayatana-indicator-messages (<< 0.8.0), + ayatana-indicator-notifications (<< 0.8.0), + ayatana-indicator-printers (<< 0.8.0), + ayatana-indicator-power (<< 2.1.0), + ayatana-indicator-session (<< 0.8.0), + ayatana-indicator-sound (<< 0.8.0), +Description: libayatana-indicator shared files + The Ayatana Indicators library contains information to build indicators + to go into modern desktops' indicator applets. + . + This package has files needed to work with the Ayatana Indicators. This + includes the systemd ayatana-indicators-pre.target. -- cgit v1.2.3