diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 15:29:02 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 15:29:02 +0200 |
commit | 5ff717416373aa7e255f3fda088e7a981c86b730 (patch) | |
tree | 5678d3cce901bc80ed225bd621c02415c3a4191d /debian/rules | |
parent | 4fd7ae86d415656470e5707b777f07957622ddbd (diff) | |
download | libayatana-indicator-5ff717416373aa7e255f3fda088e7a981c86b730.tar.gz libayatana-indicator-5ff717416373aa7e255f3fda088e7a981c86b730.tar.bz2 libayatana-indicator-5ff717416373aa7e255f3fda088e7a981c86b730.zip |
debian/*: Adopt packaging improvements from official Debian package.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5a13009..2de5998 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,10 @@ FLAVORS = gtk2 gtk3 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + COMMON_CONFIGURE_FLAGS = --disable-silent-rules CONFIGURE_FLAGS_gtk2 = --with-gtk=2 |