Skip to content
Snippets Groups Projects
Commit 3bbcefc2 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

fix this freaking mess

parent 76955db2
No related branches found
No related tags found
No related merge requests found
......@@ -38,13 +38,12 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
endif
override_dh_installdocs:
dh_installdocs -A README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream
dh_installdocs -p$(P2)-dbg --link-doc=$(P2)
dh_installdocs -p$(P3)-dbg --link-doc=$(P3)
override_dh_installchangelogs:
dh_installchangelogs
rm -rf $(CURDIR)/debian/python*-dbg/usr/share/
dh_installdocs -p$(P2) README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream
dh_installdocs -p$(P3) README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream
mkdir -p $(CURDIR)/debian/$(P2)-data/usr/share/doc/
cp -r $(CURDIR)/debian/$(P2)/usr/share/doc/$(P2) $(CURDIR)/debian/$(P2)-data/usr/share/doc/$(P2)-data
override_dh_strip:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment