forked from openkylin/docs
!208 update en/Transplanting_the_Hello_software_to_openKylin.md.
Merge pull request !208 from 任珊瑶/N/A
This commit is contained in:
commit
99157c8ea1
|
@ -143,6 +143,7 @@ $ tree
|
|||
`debian/source/format`file defines the format of the source package, which is typically divided into`3.0 (native)`and`3.0 (quilt)`,According to the requirements of the openKylin package building workflow, the source package format must be`3.0 (quilt)`.
|
||||
|
||||
```shell
|
||||
$ cd hello_2.12.1
|
||||
$ cat debian/source/format
|
||||
3.0 (quilt)
|
||||
```
|
||||
|
@ -156,7 +157,7 @@ rm debian/source/local-options
|
|||
#### (2) Edit the debian/changelog file
|
||||
|
||||
`debian/changelog`is the update log of the software package, including the package name, version number, version information description, etc.
|
||||
First, let's check the default initialization content of `debian/changlog`:
|
||||
First, let's check the default initialization content of `debian/changelog`:
|
||||
|
||||
|
||||
```text
|
||||
|
@ -174,7 +175,7 @@ The UNRELEASED on the right side of the version number needs to be changed to ya
|
|||
|
||||
The `your name` in the last line should be your personal name, preferably in English. The `your email address` is your personal email address. Both of these should be filled in and cannot be left blank.
|
||||
|
||||
The modified content of `debian/changlog` should be as follows for reference:
|
||||
The modified content of `debian/changelog` should be as follows for reference:
|
||||
|
||||
```text
|
||||
hello (2.12.1-ok1) yangtze; urgency=medium
|
||||
|
|
Loading…
Reference in New Issue