Difference between revisions of "Create or Update a Debian package"

From Organic Design wiki
m (See also)
(TLDP HOWTO)
Line 11: Line 11:
 
== See also ==
 
== See also ==
 
*[http://www.linuxdevices.com/articles/AT8047723203.html LinuxDevices instructions]
 
*[http://www.linuxdevices.com/articles/AT8047723203.html LinuxDevices instructions]
 +
*[http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO TLDP HOWTO]
 
*[[Google:creating Debian packages]]
 
*[[Google:creating Debian packages]]

Revision as of 09:31, 24 June 2008

Procedure.svg Create or Update a Debian package
Organic Design procedure

Ultimately we'd want to be able to collect all the distinct functionalities we use into Debian packages, so the Debian Post Install would be more like the following:

apt-get install od-wikia od-perl od-mail

See also