X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Frules;h=10900f0edca51c7ecf5aebc34ba77808e5df5c82;hb=ca5c3086c7ff9c99645a66fd0c21167ef60ba0e9;hp=3618d1fa6ab3b759a6f12a167ee77375250fdcae;hpb=9d44ff8525e1459e9fa17410a2e275b2ca24293a;p=pkg%2Fabook.git diff --git a/debian/rules b/debian/rules index 3618d1f..10900f0 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,14 @@ export DEB_CFLAGS_MAINT_APPEND = -g -Wall -pedantic -std=gnu89 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ + dh $@ --with autoreconf + +#Place debugging symbols into abook-dbg package +override_dh_strip: + dh_strip --dbg-package=abook-dbg + +override_dh_auto_install: + dh_auto_install --destdir=debian/abook + +override_dh_installdocs: + dh_installdocs --link-doc=abook