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



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to