aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-11-16 09:53:53 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-11-16 09:54:22 +0100
commitd9442d25ecdf99ac4536f5738248790d97a2188c (patch)
tree306a1d822077ff194d773d2bfea3fd9d68b883a8 /debian/rules
parent3974cfb03d03a338b59e45d24a7eb80633d0a8d2 (diff)
downloadayatana-indicator-messages-d9442d25ecdf99ac4536f5738248790d97a2188c.tar.gz
ayatana-indicator-messages-d9442d25ecdf99ac4536f5738248790d97a2188c.tar.bz2
ayatana-indicator-messages-d9442d25ecdf99ac4536f5738248790d97a2188c.zip
debian/*: Sync in changes from official Debian packaging. Drop Ayatana namespace from libmessaging bin:pkgs.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 98ccb67..eb8bcc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
%:
dh $@ --with autoreconf,gir
@@ -23,3 +27,6 @@ override_dh_auto_clean:
if [ -e po/ayatana-indicator-messages.pot.bak ]; then \
mv -f po/ayatana-indicator-messages.pot.bak po/ayatana-indicator-messages.pot; \
fi
+
+get-orig-source:
+ uscan --noconf --force-download --rename --download-current-version --destdir=..