reopen 490328 thanks On 12/07/08 at 02:57 +0800, Andrew Lee wrote: > Hi Lucas, > > Lucas Nussbaum wrote: > > During a rebuild of all packages in sid, your package failed to build on > > i386. > > It seems built fine and installed alrady in buildd. See the buildd logs: > http://buildd.debian.org/build.php?pkg=lxde-common > > I am not sure why it builds failed on your server. could you please > help? Maybe try to rebuild it again?
You are supporting parallel builds in debian/rules, but your debian/rules file probably has broken dependancies. Your package builds in less than 3 minutes, I don't think that it's useful to support parallel building. Just remove those lines from your debian/rules: ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]