[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-haskell-commits] darcs: haskell-llvm: Initial commit.



Hallo Joachim.

Excerpts from Joachim Breitner's message of Ter Mar 30 11:53:37 -0300 2010:
(...)
> Am Dienstag, den 30.03.2010, 08:07 -0300 schrieb Marco Túlio Gontijo e
> Silva:
> > (...)
> > > diff -rN -u old-haskell-llvm/libghc6-llvm-doc.doc-base new-haskell-llvm/libghc6-llvm-doc.doc-base
> > 
> > Maybe we should get in a consensus about the policy of the group about the
> > doc-base files.  From the suggestions we had in the other discussions, I tend
> > to agree with Joachim that only ghc6 should have it's doc-base entry or, if all
> > the packages are going to have it, it should be handled via
> > haskell-devscripts.  So in both cases, there'll be no need to include this file
> > in the source package.
> 
> Looking at file:///usr/share/doc/HTML/Programming/Haskell/index.html I
> really see little value in listing all libraries there, so unless there
> are arguments in favour of adding doc-base entries, I’d strongly
> recommend not having them for individual entries.

What package do you have installed to be able to see this file?  It's not
present here.

> > > diff -rN -u old-haskell-llvm/rules new-haskell-llvm/rules
> > (...)
> > > +DEB_BUILD_DEPENDENCIES = build-arch
> > 
> > A question about PackageTemplate: isn't it better to include this line in
> > hlibrary.mk?
> 
> Can it be re-set in debian/rules, if required?

Yes, it can:

<A.mk>
A = a
</A.mk>

<Makefile>
include A.mk

A = b

.PHONY: all
all:
	echo $(A)
</Makefile>

$ make
echo b
b

I've applied a patch to it.

Auf Wiedersehen.
(...)
-- 
marcot
http://wiki.debian.org/MarcoSilva


Reply to: