-
Notifications
You must be signed in to change notification settings - Fork 5
Howto: Update the .deb package
abirba edited this page Nov 22, 2012
·
1 revision
Using the include Makefile, updating the .deb package is pretty easy. The Makefile and most of the content of the /debian folder were inspired by this article.
You will need a few prerequisites before being able to run the makefile (apart from the normal Connectome Mapper prequesites of course). The following command should do it on Debian-based systems:
sudo apt-get install build-essential dpkg-dev debhelper devscripts fakeroot cdbs
In order to build the package simply run this command in the cmp folder:
make builddeb
It should create a cmp__all.deb package in the upper folder hierarchy (../)
Most of the package configuration is contained in the /debian/control file. Typically dependencies can be modified here.