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 <ti...@debian.org>  Fri, 23 Feb 2018 15:42:46 +0100
+ -- Andreas Tille <ti...@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.
_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to