On 01/04/12 at 01:39 +0900, Satoru KURASHIKI wrote: > hi, > > On Fri, Mar 30, 2012 at 6:20 PM, Lucas Nussbaum > <[email protected]> wrote: > > During a rebuild of all packages in sid, your package failed to build on > > amd64. > > > > This rebuild was done by building only architecture:any binary packages > > (binary-arch target of debian/rules), and using a recent dpkg that uses the > > build-arch target if available. > > Also, only the Build-Depends were installed, not the Build-Depends-Indep. > > > > Relevant part: > >> make[1]: Entering directory `/«PKGBUILDDIR»/javapure' > >> mkdir -p /«PKGBUILDDIR»/debian/libestraier-java/usr/share/hyperestraier > >> cp -Rf estraierpure.jar > >> /«PKGBUILDDIR»/debian/libestraier-java/usr/share/hyperestraier > >> cp: cannot stat `estraierpure.jar': No such file or directory > >> make[1]: *** [install] Error 1 > > This was caused by not running build-indep. "install" target depends > on both build-arch > and build-indep. > Is it also needs to split into install-arch and install-indep?
install, install-arch and install-indep are custom targets from the POV of Debian packaging. Lucas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

