tags 471219 + patch thanks Hi,
as this package is "Architecture: any" the "binary-arch" target in debian/rules is called for generating the .deb. The attached patch swaps the binary-* targets in debian/rules. Now the build succeeds even when using "dpkg-buildpackage -B" (which I imagine many buildds do). A build log can be found at http://servercare.de/debian/logs/cl-gd_i386_2008-04-27-1209319145.log . Peter, what was the reason for deliberately swapping these build targets in the latest upload? Regards, Sebastian
--- cl-gd-0.5.6.orig/debian/rules 2008-04-27 17:51:07.000000000 +0000 +++ cl-gd-0.5.6/debian/rules 2008-04-27 12:01:45.000000000 +0000 @@ -48,12 +48,12 @@ chmod 0644 $(DESTDIR)/$(clc-src)/* dh_lisp -# Build architecture-dependent files here. -binary-arch: build install - - # Build architecture-independent files here. binary-indep: build install + + +# Build architecture-dependent files here. +binary-arch: build install dh_testdir dh_testroot # dh_installdebconf