projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/copyright: update copyright years
[libam7xxx.git]
/
debian
/
rules
diff --git
a/debian/rules
b/debian/rules
index
8fa7396
..
36b1f4a
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,9
+1,15
@@
#!/usr/bin/make -f
# -*- makefile -*-
#!/usr/bin/make -f
# -*- makefile -*-
-DEB_LDFLAGS_MAINT_APPEND=-Wl,-Bsymbolic-functions -Wl,--as-needed
-include /usr/share/dpkg/buildflags.mk
-export CFLAGS CPPFLAGS LDFLAGS
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions -Wl,--as-needed
%:
dh $@
%:
dh $@
+
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS
+
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip --dbgsym-migration='libam7xxx0.1-dbg (<< 0.1.7-1~)'