diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-24 17:01:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-24 17:21:20 +0200 |
commit | 906c9a48e178bda777a68c1219117a948df844b1 (patch) | |
tree | 2ca9c4de30904734bc60ae61374c5a5dd31a797e /debian/control | |
parent | 3a09566c8156e111a27c6407b51e924e42d2e35c (diff) | |
download | libayatana-appindicator-906c9a48e178bda777a68c1219117a948df844b1.tar.gz libayatana-appindicator-906c9a48e178bda777a68c1219117a948df844b1.tar.bz2 libayatana-appindicator-906c9a48e178bda777a68c1219117a948df844b1.zip |
debian/rules: Enable all hardening flags.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 71037ad..226850b 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,13 @@ Source: libayatana-appindicator -Section: gnome +Section: libs Priority: optional XS-Python-Version: all Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: debhelper (>= 9), dh-autoreconf, - python-all-dev, dh-python, + dpkg-dev (>= 1.16.1.1), + python-all-dev, at-spi2-core, cli-common-dev (>= 0.8~) [amd64 arm64 armel armhf i386 mipsel ppc64el s390x kfreebsd-amd64 kfreebsd-i386 powerpc ppc64], gobject-introspection, |