X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Frules;h=d446ec70f13d2df36a0603d440108f7d080589bf;hb=80a88daf1e26c847ad709bd892ef66e5a785629f;hp=94ee65cfa4e7081a89edb039f52a31a7184a8cd4;hpb=2ff2940d5eba464642d5fc1c293d0ded5d320082;p=pkg%2Fabook.git diff --git a/debian/rules b/debian/rules index 94ee65c..d446ec7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,15 @@ #!/usr/bin/make -f #DH_VERBOSE = 1 -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk - export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -g -Wall -pedantic -std=gnu89 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ + dh $@ --with autoreconf + +override_dh_auto_install: + dh_auto_install --destdir=debian/abook + +override_dh_installdocs: + dh_installdocs --link-doc=abook