summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-01-21 14:03:14 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2018-01-21 14:03:14 -0500
commitf790465b9856cc6c41d930b3dc26f4c26f116d5a (patch)
treefc967dd4a951259b9580fccf6c4e86540044f987 /debian/rules
parentreleasing package zenity version 3.26.0-2 (diff)
downloadzenity-f790465b9856cc6c41d930b3dc26f4c26f116d5a.tar.gz
zenity-f790465b9856cc6c41d930b3dc26f4c26f116d5a.tar.bz2
zenity-f790465b9856cc6c41d930b3dc26f4c26f116d5a.zip
Update Vcs fields for migration to https://salsa.debian.org/
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 1034409c..7c05bb68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
-
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
%:
dh $@ --with gnome
bgstack15