aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Zakharenko <earwin@gmail.com>2015-07-18 01:25:23 +0200
committerKirill Zakharenko <earwin@gmail.com>2015-07-18 01:25:23 +0200
commit6d17a6a7e6e2560715286629bfbb6a1bf24f368e (patch)
tree83da54a9facd83cd240fbccacaa7789b2ad07693
parentbb8d46adaa9b8571be30c6d1c75c6aadd4f0b43d (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