View Single Post
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#26
Originally Posted by mikhail_ramalho View Post
Yeah, ceteli04 is my user

You can repack the package using the following comands:

Code:
$ mkdir -p extract/DEBIAN
$ dpkg-deb -x package.deb extract/
$ dpkg-deb -e package.deb extract/DEBIAN
[...do something, e.g. edit the control file...]
$ mkdir build
$ dpkg-deb -b extract/ build/
(you can do as sudo if you want too)

I'll try to repack it as sudo and upload again to dropbox.
Thank you! Yes I will try to repack, but will also appreciate a newly-uploaded version...just so I can check if I did the re-packing correctly.

EDIT: To confirm: on the "do something..." part...this is where I can start modifying the ownerships (chown) to the default "root", prior to continuing the build steps, right?

Last edited by topet2k12001; 2012-08-28 at 17:32.