mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix comments.
This commit is contained in:
Vendored
+2
-2
@@ -47,9 +47,9 @@ type Package struct {
|
|||||||
// while Architecture would be equal to "source"
|
// while Architecture would be equal to "source"
|
||||||
SourceArchitecture string
|
SourceArchitecture string
|
||||||
// For binary package, name of source package
|
// For binary package, name of source package
|
||||||
Source string
|
Source string
|
||||||
Provides []string
|
|
||||||
// Various dependencies
|
// Various dependencies
|
||||||
|
Provides []string
|
||||||
Depends []string
|
Depends []string
|
||||||
BuildDepends []string
|
BuildDepends []string
|
||||||
BuildDependsInDep []string
|
BuildDependsInDep []string
|
||||||
|
|||||||
Reference in New Issue
Block a user