Peter Pentchev <[email protected]> writes:

> First of all, thanks a lot for taking care of Guile in Debian!

You're certainly welcome.

> So what do you think about the attached patches that convert the package
> build of Guile 2.0 to listen to debhelper at build time and use the
> proper library directory (/usr/lib/<multiarch>/guile/2.0/ instead of
> /usr/lib/guile/2.0/), and then marks the library and dev packages as
> Multi-Arch: same, so that they may be installed simultaneously for two
> architectures?  If you have any questions or concerns about the changes,
> please feel free to let me know!

>From a first glance, the patches look pretty good.

One initial question, though.  I'm not sure I understood it correctly,
but is fix-timestamp.sh doing something roughly like this?

  find module guile-readline -name "*.scm" -o -name "*.go" -print0 | \
    xargs -0 touch -r NEWS

If so, I might prefer just using that directly in debian/rules.

And I'll look more closely at the rest of the work later.

Thanks much for the help.
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to