
On Sat, Mar 8, 2008 at 12:56:06 +0100, Thomas Viehmann wrote:
diff -Nru /tmp/I4J7KZ5oxm/cl-ssl-0.2+cvs.2004.01.07/debian/control /tmp/aMqzz7lyrf/cl-ssl-0.2+cvs.2004.01.07/debian/control --- cl-ssl-0.2+cvs.2004.01.07/debian/control 2008-02-24 14:53:03.000000000 +0100 +++ cl-ssl-0.2+cvs.2004.01.07/debian/control 2008-03-08 12:08:11.000000000 +0100 @@ -9,7 +9,7 @@ Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-ssl.git
Package: cl-ssl -Architecture: any +Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Description: Common Lisp interface to OpenSSL package This package includes functions for accessing the OpenSSL library. It uses diff -Nru /tmp/I4J7KZ5oxm/cl-ssl-0.2+cvs.2004.01.07/debian/rules /tmp/aMqzz7lyrf/cl-ssl-0.2+cvs.2004.01.07/debian/rules --- cl-ssl-0.2+cvs.2004.01.07/debian/rules 2008-02-24 14:51:16.000000000 +0100 +++ cl-ssl-0.2+cvs.2004.01.07/debian/rules 2008-03-08 12:07:06.000000000 +0100 @@ -17,12 +17,12 @@ rm -f build-stamp dh_clean
-# Build architecture-dependent files here. -binary-arch: build -# We have nothing to do by default. - # Build architecture-independent files here. binary-indep: build +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build dh_testdir dh_testroot dh_clean -k
Hi Thomas, it seems you're making the package arch: all, and build it in binary-arch. This doesn't make sense to me, am I missing something? Cheers, Julien