Difference between revisions of "DEB package notes - dpkg, apt, aptitude, and friends"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering == debian control directory == ;debian/:root name of a package control directory.)
 
m
Line 4: Line 4:
  
 
;debian/:root name of a package control directory.
 
;debian/:root name of a package control directory.
 +
 +
;dh-make:Convert an existing source package to your own package for modification.
 +
 +
 +
<pre>
 +
aptitude -q -y install dh-make pbuilder
 +
</pre>

Revision as of 15:58, 3 December 2008


debian control directory

debian/
root name of a package control directory.
dh-make
Convert an existing source package to your own package for modification.


aptitude -q -y install dh-make pbuilder