[Pkg-haskell-maintainers] Bug#576447: Bug#576447: haskell-devscripts: Haskell cleanup fails if optional hlibrary.setup is missing

Marco Túlio Gontijo e Silva marcot at debian.org
Mon Apr 5 01:40:54 UTC 2010


Hi Jonas.

Excerpts from Jonas Smedegaard's message of Dom Abr 04 15:53:38 -0300 2010:
(...)
> The clean rule contains the following:
> 
>   [ -x "$(DEB_SETUP_BIN_NAME)" ] && $(DEB_SETUP_BIN_NAME) clean
> 
> That is plain wrong, as it will then fail if the test fails.
> 
> The following (untested!) should work:
> 
>   [ ! -x "$(DEB_SETUP_BIN_NAME)" ] || $(DEB_SETUP_BIN_NAME) clean

Sorry about this, my bad.  I'll do an upload right now to correct it.

(...)
> My offer to adopt hlibrary.mk as part of cdbs still stands.  And I will
> gladly help you get proper access so as to be able to speedily apply any
> Haskell-specific changes.

I agree with Joachim that hlibrary.mk should be kept together with
dh_haskell_*.  Why don't you help us maintaining it in haskell-devscripts?  Any
help will be very welcome.

Greetings.
-- 
marcot
http://wiki.debian.org/MarcoSilva





More information about the Pkg-haskell-maintainers mailing list