[med-svn] [Git][med-team/libquazip][master] Fix doc installation
Andreas Tille
gitlab at salsa.debian.org
Fri Feb 23 15:59:54 UTC 2018
Andreas Tille pushed to branch master at Debian Med / libquazip
Commits:
685f8709 by Andreas Tille at 2018-02-23T16:59:42+01:00
Fix doc installation
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ libquazip (0.7.3-4) UNRELEASED; urgency=medium
Closes: #891222
* debhelper 11
* Standards-Version: 4.1.3
+ * Fix installation of docs
- -- Andreas Tille <tille at debian.org> Fri, 23 Feb 2018 15:42:46 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 23 Feb 2018 16:52:05 +0100
libquazip (0.7.3-3) unstable; urgency=medium
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,9 @@ override_dh_installchangelogs:
override_dh_installdocs:
dh_installdocs
find debian -name "*.md5" -delete
+ # somehow the docs are installed to libquazip-dev which is not good since there are two -dev packages
+ mv debian/*-doc/usr/share/doc/*-dev/html debian/*-doc/usr/share/doc/*-doc
+ rm -rf debian/*-doc/usr/share/doc/*-dev
override_dh_missing:
dh_missing --fail-missing
View it on GitLab: https://salsa.debian.org/med-team/libquazip/commit/685f8709ccf7b287e49765bb38198cedfd9bb793
---
View it on GitLab: https://salsa.debian.org/med-team/libquazip/commit/685f8709ccf7b287e49765bb38198cedfd9bb793
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180223/8a0137c7/attachment.html>
More information about the debian-med-commit
mailing list