Well I have hacked util-linux so it works with my usual cryptoloop arguments... uhm thats a long story. Anyway I got the package with "apt-get source util-linux".
What I have is a directory that looks something like this (exactly like this)
x11@kintaro:~/dev/util-linux$ ls
util-linux-2.12p util-linux_2.12p-2ubuntu2.dsc
util-linux_2.12p-2ubuntu2.diff.gz util-linux_2.12p.orig.tar.gz
I want to know how to do 2 things.
Firstly I want to know how to build my modifications into a deb package for proper installation.
Secondly I want to know how to make a patch of my modifications that others can use on util-linux-2.12p.
Thank-you very much in advance.


