Skip to content

Commit

Permalink
Add sign method to how to build deb package doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samson-W committed Apr 13, 2020
1 parent 2e66b44 commit e82fac2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ $ tar zxvf V0.4.1.tar.gz

## Build deb package
```
~/harbian-audit-0.4.1$ dpkg-buildpackage --sign-key=<your-gpg-key-id>
```
If don't sign the source package and the .buildinfo and .changes files
```
~/harbian-audit-0.4.1$ dpkg-buildpackage -us -uc
~/harbian-audit-0.4.1$ sha512sum ../harbianaudit_0.4.1-1_all.deb > ../harbianaudit_0.4.1-1_all.deb.sha512sum
```


0 comments on commit e82fac2

Please sign in to comment.