- Copy dummy-webaddon into a temporary folder
- Put one or more extensions in xpi folder (For example http://downloads.mozdev.org/wmlbrowser/wmlbrowser-0.7.15.xpi)
- Execute
debian/generate.pl
- One way is to copy it from ~/.mozilla/.../extensions/ FF or SM installation
- Execute
for str in `find -type f`;do debian/rename.pl $str "Dummy" "MyExtension"; done; rm -f debian/rename.pl HOWTO
cd .. && svn/cvs add $PACKAGENAME
new package sources- If
find . -name "*.so"
does not return anything, then you can put Architecture: all in debian/control. - Execute
cd $PACKAGENAME
- Execute
dch -i
, Set proper version and description for first extension - Execute
dpkg-buildpackage -us -uc
Note: you need to generate chrome.manifest file which contain listing of chrome content.