forked from openkylin/docs
update 开始贡献/ukylin打包指南.md.
This commit is contained in:
parent
729304aeb1
commit
45742f26b3
|
@ -466,7 +466,21 @@ DESTDIR=debian/debhello prefix=/usr**”。
|
|||
|
||||
**debian/control(维护者版本):.**
|
||||
|
||||
| \$ vim debhello-0.0/debian/control ... hack, hack, hack, ... \$ cat debhello-0.0/debian/control Source: debhello Section: devel Priority: optional Maintainer: Osamu Aoki \<osamu@debian.org\> Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.1 Homepage: <https://salsa.debian.org/debian/debmake-doc> Rules-Requires-Root: no Package: debhello Architecture: any Multi-Arch: foreign Depends: \${misc:Depends}, \${shlibs:Depends} Description: Simple packaging example for debmake This Debian binary package is an example package. (This is an example only) |
|
||||
| \$ vim debhello-0.0/debian/control ... hack, hack, hack, ...
|
||||
$ cat debhello-0.0/debian/control
|
||||
Source: debhello
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Osamu Aoki \<osamu@debian.org\>
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Standards-Version: 4.5.1
|
||||
Homepage: <https://salsa.debian.org/debian/debmake-doc>
|
||||
Rules-Requires-Root: no
|
||||
Package: debhello
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: \${misc:Depends}, \${shlibs:Depends}
|
||||
Description: Simple packaging example for debmake This Debian binary package is an example package. (This is an example only) |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
||||
在 **debian/**
|
||||
|
|
Loading…
Reference in New Issue