File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ <h2 class="header">Source Packages</h2>
82
82
< p >
83
83
Source packages require steps to prepare the contents for system use. Often part of the
84
84
process includes compiling text source code into machine code to be executed on the host
85
- system or targeted at another platform (
86
- < a href ="https://en.wikipedia.org/wiki/Cross_compiler "> cross-compiling</ a > ). Many source
85
+ system or targeted at another platform
86
+ ( < a href ="https://en.wikipedia.org/wiki/Cross_compiler "> cross-compiling</ a > ). Many source
87
87
packages include instructions for build systems on how the contents the archive should be
88
88
installed to the system. This allows the build tools to stage files in preparation for
89
89
inclusion into a binary package.
@@ -477,7 +477,7 @@ <h1 class="header"><a href="#toc-box">Build</a></h1>
477
477
< a href ="https://lintian.debian.org/ "> Lintian Reports</ a > utilities are installed the
478
478
constructed package will be checked for compliancy with Debian standards. Lintian error
479
479
& warning tags information can be found < a href ="https://lintian.debian.org/tags ">
480
- here</ a > </ li >
480
+ here</ a > . </ li >
481
481
< li > < b > Install package after build:</ b > Installs package after build, either in the
482
482
background by directly calling < tt > dpkg --install</ tt > , or via an available GUI package
483
483
installer program. Requires elevated privileges & will prompt for password.</ li >
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ <h1 class="header"><a href="#toc">Description</a></h1>
73
73
are in the works. But source packaging can be quite different & is a must if you want to
74
74
get your packages into a distribution's official repositories or a
75
75
< a href ="https://launchpad.net/ "> Launchpad</ a >
76
- < a href ="https://wikipedia.org/wiki/Ubuntu#Package_Archives "> Personal Package Archive (PPA)
77
- </ a > .
76
+ < a href ="https://wikipedia.org/wiki/Ubuntu#Package_Archives ">
77
+ Personal Package Archive (PPA) </ a > .
78
78
</ p >
79
79
</ div >
80
80
You can’t perform that action at this time.
0 commit comments