Mac

July 24, 2009

Rebuilding a Debian Package

Filed under: Uncategorized — mac @ 11:40 am

Rebuilding a Debian Package is a straigthfoward process. First get the source and the build dependencies…

sudo apt-get install dpkg-dev
apt-get source pgadmin3
sudo apt-get build-dep pgadmin3

Then start the build itself:

cd pgadmin3
debuild -us -uc

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google]

Powered by WordPress