-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(packaging): Improve metadata in Linux packages (#1021)
* Ensure that copyright information is included in DEB packages * Ensure that a 'descrption' is included in DEB and RPM packages
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Source: https://github.com/fastly/cli | ||
Upstream-Contact: https://github.com/fastly/cli/issues | ||
License: Apache | ||
On Debian systems, the complete text of the Apache version 2.0 license can be | ||
found in `/usr/share/common-licenses/Apache-2.0'. |