Packaging error

Bug #98892 reported by Jerome Soyer
2
Affects Status Importance Assigned to Milestone
fbset (Ubuntu)
In Progress
Undecided
Cesare Tirabassi

Bug Description

Binary package hint: fbset

In fbset under /usr, a directory {share is created with man1 and man5 subdirectory.

Must be replaced and moved in /usr/share/man*.

Thanks to fix it.

Changed in fbset:
assignee: nobody → norsetto
status: Unconfirmed → In Progress
Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Many thanks for reporting this bug.
I have corrected the "bashism" in patch 10_build.patch:

Was:

$(INSTALL) -d $(DESTDIR)/{etc,bin,usr/{share/man/man{1,5}}}

Is:

$(INSTALL) -d $(DESTDIR)/etc
$(INSTALL) -d $(DESTDIR)/bin
$(INSTALL) -d $(DESTDIR)/usr/share/man/man1
$(INSTALL) -d $(DESTDIR)/usr/share/man/man5

Patch to package is attached for the universe sponsor to upload, if acceptable.
Any criticism is more than welcome.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.