diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/debian/control b/debian/control index 3fc2d52..8e94ed3 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,27 @@ Source: libayatana-common Section: libs Priority: optional -Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Maintainer: Mike Gabriel <sunweaver@debian.org> Build-Depends: cmake, cmake-extras, - debhelper (>= 9), + debhelper-compat (= 13), dh-exec, dpkg-dev (>= 1.16.1.1), gobject-introspection, - googletest, intltool, libgirepository1.0-dev, + googletest, libgtest-dev, - liblomiri-url-dispatcher-dev | hello, + liblomiri-url-dispatcher-dev, libglib2.0-dev (>= 2.36), - pkg-config, - systemd [linux-any], + pkgconf, + systemd-dev [linux-any], valac, -Standards-Version: 4.5.1 +Standards-Version: 4.7.0 +Rules-Requires-Root: no Homepage: https://github.com/AyatanaIndicators/libayatana-common -Vcs-Git: https://github.com/AyatanaIndicators/libayatana-common.git -Vcs-Browser: https://github.com/AyatanaIndicators/libayatana-common +Vcs-Git: https://salsa.debian.org/debian-ayatana-team/libayatana-common.git +Vcs-Browser: https://salsa.debian.org/debian-ayatana-team/libayatana-common Package: libayatana-common0 Architecture: any @@ -39,15 +40,19 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - gir1.2-ayatanacommon-0.0 (= ${binary:Version}), + gir1.2-ayatanacommon-0.1 (= ${binary:Version}), libayatana-common0 (= ${binary:Version}), + libgirepository1.0-dev, + libglib2.0-dev (>= 2.36), + liblomiri-url-dispatcher-dev, +Provides: ${gir:Provides} 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. -Package: gir1.2-ayatanacommon-0.0 +Package: gir1.2-ayatanacommon-0.1 Section: introspection Architecture: any Depends: ${shlibs:Depends}, @@ -73,9 +78,7 @@ Breaks: ayatana-indicator-application (<< 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. - . +Description: Ayatana System Indicators' common files This package has files needed to work with the Ayatana Indicators. This - includes the systemd ayatana-indicators-pre.target. + includes the systemd ayatana-indicators.target and GSetting schemas + that are required by more than one system indicator. |
