i2pd/debian/rules

23 lines
534 B
Plaintext
Raw Normal View History

2014-09-19 06:07:41 +04:00
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
#DPKG_EXPORT_BUILDFLAGS = 1
#include /usr/share/dpkg/buildflags.mk
#CXXFLAGS+=$(CPPFLAGS)
#PREFIX=/usr
2014-09-19 06:07:41 +04:00
%:
2015-12-16 04:12:14 +03:00
dh $@ --parallel
# dh_apparmor --profile-name=usr.sbin.i2pd -pi2pd
2015-11-27 15:19:57 +03:00
override_dh_strip:
dh_strip --dbg-package=i2pd-dbg
## uncoment this if you have "missing info" problem when building package
#override_dh_shlibdeps:
# dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info