> On Fri, Jun 30, 2006 at 10:59:27PM +0200, Arjan Oosting wrote: >> Could someone look at my package and upload it? > > Looks solid. However, one thing: > >> c2hs (0.14.5-1) unstable; urgency=low >> - move groff and linuxdoc-tools to Build-Depends-Indep. > > The buildds will call debian/rules build, even though they're only > building architecture dependent packages. Specifically they won't > install Build-Depends-Indep. Your current debian/rules will fail with > dpkg-buildpackage -B when Build-Depends-Indep remain uninstalled. > > You could do something like this in your debian/rules: > > install-indep: build-indep-stamp > dh_testdir > dh_testroot > dh_clean -k -i > dh_installdirs -i > if [ -e /usr/bin/sgml2html ] ; then $(MAKE) DESTDIR=debian/tmp > install-doc ; fi > dh_install -i Your completely right. I will fix this.
One question though. The buildds first call build and will they then call binary or binary-arch? Greetings Arjan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

