View Single Post
Posts: 13 | Thanked: 86 times | Joined on Nov 2012
#15
Originally Posted by syake View Post
hello and nice port mtvoid.

How did you create your .deb files in scratch box?

I always create my n900 port using "dh_make & dpkg-buildpackage" commands and
editing "debian/control debian/rules /debian/dirs".

Its tired to do so on each compiles,I want to put symlinks like you did.

could you give me any advice?
Sure. I made it the same way you do, using "dh_make -a" to prepare the debian subdirectory, then creating and editing some files within that, and using dpkg-buildpackage to generate the binaries. In debian/rules, I configure emacs with --prefix=/opt/emacs24 to optify the installation path. Additional files of my own to be installed, like the emacs.desktop file, and local customizations, are listed in debian/emacs24.install, and symlinks to be generated are listed in debian/emacs24.links. You can download the source tar.gz from the package page, and look at the contents of the debian subdir to see how I did it.
 

The Following 2 Users Say Thank You to mtvoid For This Useful Post: