[HELP] : dpkg-buildpackage: fallo: fakeroot debian/rules binary gave error exit status 2

Kiki Ahmadi kiki.ahmadi at gmail.com
Tue Jan 6 12:17:53 GMT 2009


heres my debian/control..

Source: purezilla
Section: web
Priority: optional
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
XSBC-Original-Maintainer: Yourname <kiki.ahmadi at gmail.com>
Build-Depends: debhelper (>= 5), cdbs, mozilla-devscripts (>= 0.5~)
Vcs-Bzr:
https://code.launchpad.net/~ubuntu-dev/firefox-extensions/purezilla.ubuntu/
Standards-Version: 3.8.0s

Package: purezilla
Architecture: all
Depends: firefox | firefox-3.0 s
Description: one line for short description
 Long descriptions can span
 multiple lines
 .
 and as above empty lines


and heres my debian/rules

#!/usr/bin/make -f

# name the package (as in debian/control) that will ship the extension
MOZ_EXTENSION_PKG := purezilla

# xpi.mk will auto detect the .xpi in your package. if you want to do it
# explicit, use this variable
#MOZ_XPI_FILE := yourextension.xpi

# xpi.mk tries to auto detect the extension manager id (em:id) from the
.xpis
# install.rdf file. There might be cases where this doesn't work. use the
following
# variable to explicitly define an extension ID and disable auto detection
#MOZ_XPI_EMID := {xxxxxxx-xxxx-xxxx}
#MOZ_XPI_EMID := {1234567-abcd-kiki}

# xpi.mk will run a build command before packaging an .xpi file. you can use
this
# to produce an .xpi. if you define this, the clean rule will remove any
.xpi file
# found in the top level directory
#MOZ_XPI_BUILD_COMMAND = sh build.sh

# xpi.mk will assume your extension is compatible with Firefox 2 and Firefox
3,
# and will install it in the default dirs, defined in xpi.mk script. In
case, your
# extension is compatible with Fx2, Fx3 or Thunderbird adjust this variable
(see the example)
# firefox - set if compatible with Firefox 2
# firefox-addons - set if compatible with Firefox 3 or Abrowser 3
# thunderbird - set if compatible with Thunderbird
# iceweasel - set if compatible with Iceweasel
# icedove - set if compatible with Icedove
# Don't forget to adjust Depends field in debian/control If the extension
doesnt work with Thunderbird or Icedove
#MOZ_XPI_MOZILLA_DIRS := firefox-addons

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/mozilla-devscripts/xpi.mk


i recognize my errors are the same as the artir have in the Ubuntu-dev
meeting log.

thanx before

Kiki Ahmadi
Indonesia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-mozillateam/attachments/20090106/e85b9b26/attachment-0001.htm 


More information about the Ubuntu-mozillateam mailing list