Difference between revisions of "Create or Update a Debian package"
From Organic Design wiki
(New page: {{procedure |description = This proced...) |
(example) |
||
Line 4: | Line 4: | ||
}} | }} | ||
+ | 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: | ||
+ | <pre> | ||
+ | apt-get install od-wikia od-perl od-mail | ||
+ | </pre> | ||
+ | |||
+ | == See also == | ||
[[G:creating Debian packages]] | [[G:creating Debian packages]] |
Revision as of 03:49, 24 June 2008
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