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

remove doc/ directories, to actually use dir_to_symlink; Closes: #919442

parent cd4ac4f4
No related branches found
No related tags found
No related merge requests found
python-dmidecode (3.12.2-8) UNRELEASED; urgency=medium
* debian/rules
- remove doc/ directories, to actually use dir_to_symlink; Closes: #919442
* debian/*.maintscript
- use prior-of tag at the end of the command-line
-- Sandro Tosi <morph@debian.org> Thu, 07 Mar 2019 17:47:36 -0500
python-dmidecode (3.12.2-7) unstable; urgency=medium
* debian/*.maintscript
......
dir_to_symlink /usr/share/doc/python-dmidecode-dbg python-dmidecode
dir_to_symlink /usr/share/doc/python-dmidecode-dbg python-dmidecode 3.12.2-8~
dir_to_symlink /usr/share/doc/python3-dmidecode-dbg python3-dmidecode
dir_to_symlink /usr/share/doc/python3-dmidecode-dbg python3-dmidecode 3.12.2-8~
......@@ -42,6 +42,10 @@ override_dh_installdocs:
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/
override_dh_strip:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
dh_strip -p$(P2) --dbg-package=$(P2)-dbg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment