Comment 9 for bug 779137

Revision history for this message
Daniel Sandman (almehdi-deactivatedaccount) wrote :

Thanks! I have no clue how to use bazaar though.. I will have to look into it.

Could it be that you moved the /cantarell-font folder from the source? Just realized that could be the reason why it was complaining.

This what the source rule-file say:
 mkdir -p $(CURDIR)/debian/cantarell-fonts
 cp -rf $(CURDIR)/src/* $(CURDIR)/debian/cantarell-fonts/

I am not sure exactly where CURDIR is but when using this to build the deb it worked. It installs to the correct place. The "cp" string say that the inside of /src (excluding "/src") should be copied to current directory. I believe that /debian is "/". So if the folder structure in /src is correct.. i.e "/usr/share/fonts/cantarell-font/".. then it is there it should be placed.

It might also be some incompatibilities with the git-source we are using...