aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Zakharenko <earwin@gmail.com>2015-07-18 01:25:23 +0200
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-09-10 19:57:03 -0400
commitcab15655f31f00b6bc293a7a9d44c3df29f8e445 (patch)
tree2cde41f3732a6740e0120fd981e0039b21e3e57f
parentf8e8e575682867f8d6c0c4a652d5653f6edfa174 (diff)
debian: whitespace changes, more correct hardening stanza
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 600dc4b..9145861 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,15 @@
#!/usr/bin/make -f
-export DEB_BUILD_HARDENING=1
CFLAGS+="-march=atom -mtune=atom -O2"
CPPFLAGS+="-march=atom -mtune=atom -O2"
+DEB_BUILD_HARDENING=1
%:
dh $@ --with autoreconf
override_dh_shlibdeps:
- dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
+ dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
override_dh_strip:
- dh_strip --dbg-package=osmo-trx-dbg
+ dh_strip --dbg-package=osmo-trx-dbg