-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Anthony Fok wrote on 22.06.2004 05:38: | On Mon, Jun 21, 2004 at 10:10:32PM +0200, Jan Nieuwenhuizen wrote: [snip] |>Done. Will debian users be able to build the package without these |>files, or will you send a patch? [I assume so, just tried 2.2.3 CVS |>with the files removed but got another silly error |> |>mv debian/lilypond/usr/share/lilypond/2.2.3/dvips/lilypond.map \ |> debian/lilypond/etc/texmf/dvips/lilypond.map |>mv: cannot move `debian/lilypond/usr/share/lilypond/2.2.3/dvips/lilypond.map' to `debian/lilypond/etc/texmf/dvips/lilypond.map': Unknown file or directory |>make: *** [binary-arch] Error 1 |>debuild: fatal error at line 763: |> |>but I am assuming this is already fixed somewhere so I'm leaving it for now] [snip] | Since lilypond.map is architecture-independent and goes with all the font | data, I decided to put it with the fonts in the new "lilypond-data" package. | After that, the two lines should become: | | mv debian/lilypond-data/usr/share/lilypond/2.2.3/dvips/lilypond.map \ | debian/lilypond-data/etc/texmf/dvips/lilypond.map | | Comes from these two lines in debian/rules: | | mv $(r_data)/usr/share/lilypond/$(VERSION)/dvips/lilypond.map \ | $(r_data)/etc/texmf/dvips/lilypond.map | | r_data = "root of data package" = debian/lilypond-data | (Hoho, I got some strange variable names in there.
Apparently the path to lilypond.map has changed for 2.4.5, debuild choked saying it couldn't find
$(r_data)/usr/share/lilypond/$(VERSION)/dvips/lilypond.map
find . -name lilypond.map
gave me
./mf/out/lilypond.map ./debian/tmp/usr/share/lilypond/2.4.5/fonts/map/lilypond.map
I'm far from what you'd call a wizard, so what I came up with is very probably NOT a clean fix, but it works. So here's the patch.
Regards, Roman. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCSfkYn0kyIx7rF68RAt68AJ4+FO/pXCXhk4LpeBZI+TIgSDr6dgCfZ7vC JrRvLTMWHhjJR/pIWdxNS8Q= =Ney7 -----END PGP SIGNATURE-----
lilypond-2.4.5_debian.patch.gz
Description: application/gzip
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
