update en/Transplanting_the_Hello_software_to_openKylin.md.

完善了部分命令的前置命令,修正了两处拼写错误

Signed-off-by: 任珊瑶 <renshanyao@buaa.edu.cn>
This commit is contained in:
任珊瑶 2023-03-16 10:31:08 +00:00 committed by Gitee
parent 10eb978379
commit 2096c6a336
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 2 deletions

View File

@ -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