[Debian-med-packaging] Bug#550253: Bug#550253: (infernal_1.0-1/avr32): FTBFS: Outdated config.{sub, guess}

Charles Plessy plessy at debian.org
Fri Oct 9 01:01:41 UTC 2009


tag 550253 patch
severity 550253 important
thanks

Le Thu, Oct 08, 2009 at 06:30:10PM +0100, bradsmith at debian.org a écrit :
> 
> Whilst building your package on AVR32, the build failed due to outdated
> config.{sub,guess} files.

Dear Bradley, thank you for your report. We will update the package shortly.
Maybe you can include a link to a presentation of the AVR32 port in your future
bug reports? This will for sure be an interesting reading.

In our package, although we depend on autotools-dev, we actually did not update
config.{sub,guess} at all. I think that it is an important bug.

Debian Med friends, would you be OK to switch to CDBS to automagically solve
the issue? It seems that simple debhelper 7 rules do not automatically use
autotools-dev when we depend on them. 

The new rules files would be:

#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk

DEB_COMPRESS_EXCLUDE = .pdf

clean::
	if [ -r Makefile ]; then $(MAKE) distclean; fi
	cd documentation/userguide; make distclean
	cd easel/documentation; make distclean
	dh_clean *.1 */*.log *.log */Makefile Makefile documentation/manpages/*.1

DEB_MAKE_INSTALL_TARGET = install prefix=$(CURDIR)/debian/tmp

get-orig-source:
	VERSION=`dpkg-parsechangelog | grep Ver | cut -d' ' -f2 | cut -d- -f1` ; \
	URL="ftp://selab.janelia.org/pub/software/infernal/infernal-$${VERSION}.tar.gz"; \
	ln -s infernal-$${VERSION}.tar.gz infernal_$${VERSION}.orig.tar.gz

I already committed this new version to our repository, but feel free to ask me
to revert it of course!

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan





More information about the Debian-med-packaging mailing list