Hai Zaar <haiz...@haizaar.com> writes: > May be you can look at the package and give me a hint please? > http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=libapache2-mod-authnz-external > There is really nothing complicated there.
I suspect the problem is that your rules file is running all the debhelper commands twice. You only have one architecture-dependent package, but you have both populated binary-arch and binary-indep targets and your binary-indep target actually calls all the debhelper commands with the flag for building architecture-dependent packages. So you're running everything multiple times, particularly since they both depend on install and install in turn doesn't create a stamp file. I think you should toss out that debian/rules file and start again from a debhelper template, either rules.arch or rules.tiny with an override to handle the build. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org