Hi, Am Dienstag, den 08.07.2008, 18:44 -0300 schrieb Marco Túlio Gontijo e Silva: > I took a look on the other dh_haskell scripts, but it seems that they > all require Cabal. So maybe after gtk2hs change to cabal. > > The new packages are at Debian mentors.
Thanks. The they compiled fine, but I notice a slight regression:
$ ls -sh GUI GUI-backup
6,8M GUI 1,4M GUI-backup
I assumed that this is due to --disable-split-objs. I made this
configure flag conditional (only on s390) using these lines:
# necessary to build applications in s390
ifeq (s390,'$(shell dpkg-architecture -qDEB_HOST_ARCH)')
configure_flags += --disable-split-objs
endif
and uploaded it with that change to avoid another round-trip – I hope
that’s ok with you.
Greetings,
Joachim
--
Joachim "nomeata" Breitner
Debian Developer
[EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ debian-haskell mailing list [email protected] http://urchin.earth.li/mailman/listinfo/debian-haskell

