hardening
... | ... | @@ -3,6 +3,7 @@ ibus-m17n (1.3.4-5) unstable; urgency=medium |
* Fix watch and URLs. | ||
* Update uploaders. Closes: #841797 | ||
* Install manpage into the binary package. | ||
* Set hardening=+all. | ||
-- Osamu Aoki <[email protected]> Sun, 11 Dec 2016 01:05:14 +0900 | ||
... | ... |
#!/usr/bin/make -f | ||
#DH_VERBOSE = 1 | ||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
%: | ||
dh [email protected] --with autoreconf | ||
... | ... |
Please register or sign in to comment