Codebase list libhx / 3a723d1
d/rules: Add override_dh_installdocs Jörg Frings-Fürst 5 years ago
2 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 * debian/copyright:
1818 - Use secure URI for copyright format.
1919 - Refresh years for debian/*.
20 * debian/rules:
21 - Add override_dh_installdocs to correct installation into the
22 right directory.
2023
2124 -- Jörg Frings-Fürst <debian@jff.email> Thu, 06 Sep 2018 13:46:37 +0200
2225
00 #!/usr/bin/make -f
1 #export DH_VERBOSE=1
12
23 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
34
1718 dh_makeshlibs
1819 dpkg-gensymbols -v$(VERSION) -Pdebian/libhx28 -plibhx28
1920 dpkg-gensymbols -v$(VERSION) -Pdebian/libhx-dev -plibhx-dev
21
22 override_dh_installdocs:
23 dh_installdocs -i -plibhx-doc --doc-main-package=libhx-doc
24 dh_installdocs -a -plibhx-dev
25 dh_installdocs -a -plibhx28