[med-svn] [Git][med-team/codonw][master] 3 commits: Currently debian/rules creates two identical doc-base files...

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Feb 28 21:06:04 GMT 2023



Andreas Tille pushed to branch master at Debian Med / codonw


Commits:
ca343a66 by Anatoliy Gunya at 2023-02-28T17:18:15+00:00
Currently debian/rules creates two identical doc-base files (/usr/share/doc-base/codonw and /usr/share/doc-base/codonw-doc).
This breaks the doc-base trigger because it can't process two files with same doc id. This pull request removes copying of unneeded codonw-doc.
- - - - -
215e912c by Anatoliy Gunya at 2023-02-28T17:34:12+00:00
According man page dh_installdocs expects <package>.doc-base file so rename debian/doc-base.
- - - - -
fecefcf6 by Anatoliy Gunya at 2023-02-28T17:52:50+00:00
Revert back renaming
- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -16,8 +16,6 @@ override_dh_auto_clean:
 override_dh_installdocs:
 	mkdir -p debian/codonw/usr/share/doc/codonw
 	cp *.txt debian/codonw/usr/share/doc/codonw
-	mkdir -p debian/codonw/usr/share/doc-base
-	cp debian/doc-base debian/codonw/usr/share/doc-base/codonw-doc
 	dh_installdocs --
 
 override_dh_installman:



View it on GitLab: https://salsa.debian.org/med-team/codonw/-/compare/8f8a99ac0b387862a76233be53ae7fa31f198834...fecefcf6a97cbe89291bf9714e9c6280609b6bd9

-- 
View it on GitLab: https://salsa.debian.org/med-team/codonw/-/compare/8f8a99ac0b387862a76233be53ae7fa31f198834...fecefcf6a97cbe89291bf9714e9c6280609b6bd9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230228/81c71613/attachment.htm>


More information about the debian-med-commit mailing list