Source: fonts-junction Version: 20140329+fb7326-4 Severity: normal Tags: patch
Dear Maintainer, the fonts-junction package creates a directory and file at this path: /usr/sharemetainfo/org.debian.fonts-junction.metainfo.xml Notice the /usr/sharemetainfo/ It should instead be: /usr/share/metainfo/ I attach a patch that fixes this. I also attach a minor patch to drop the obsolete Rules-Requires-Root field.
--- a/debian/install +++ b/debian/install @@ -1,3 +1,3 @@ # Keep shipping the otf due to the Reserved Font Name *.otf usr/share/fonts/opentype/junction -debian/org.debian.fonts-junction.metainfo.xml usr/sharemetainfo +debian/org.debian.fonts-junction.metainfo.xml usr/share/metainfo
--- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-junction Vcs-Git: https://salsa.debian.org/fonts-team/fonts-junction.git Homepage: https://www.theleagueofmoveabletype.com/junction -Rules-Requires-Root: no Package: fonts-junction Architecture: all

