]> git.deb.at Git - pkg/abook.git/blob - debian/rules
94ee65cfa4e7081a89edb039f52a31a7184a8cd4
[pkg/abook.git] / debian / rules
1 #!/usr/bin/make -f
2 #DH_VERBOSE = 1
3
4 DPKG_EXPORT_BUILDFLAGS = 1
5 include /usr/share/dpkg/default.mk
6
7 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
8 export DEB_CFLAGS_MAINT_APPEND  = -g -Wall -pedantic -std=gnu89
9 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
10
11 %:
12         dh $@