summaryrefslogtreecommitdiff
path: root/parseDpkgOutputIntoPB.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 08:12:19 -0500
committerJeff Carr <[email protected]>2025-10-15 08:12:19 -0500
commitce5abfa2798af36acba15d3c5ccea03bc422d0b2 (patch)
treed9d9cec5c4ba323b9c228f6963755e383f0afe65 /parseDpkgOutputIntoPB.go
parentc4e8e5460130f2a0ea2dbe11000e9ecb0b4a3223 (diff)
turning the chains of timev0.0.15
Diffstat (limited to 'parseDpkgOutputIntoPB.go')
-rw-r--r--parseDpkgOutputIntoPB.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/parseDpkgOutputIntoPB.go b/parseDpkgOutputIntoPB.go
index eb62a6c..170a1c7 100644
--- a/parseDpkgOutputIntoPB.go
+++ b/parseDpkgOutputIntoPB.go
@@ -176,6 +176,10 @@ func ParseDpkgOutputIntoPB(pb *zoopb.Package, all string) {
pb.DebInfo.URL = varval
case "Conflicts":
pb.DebInfo.Conflicts = varval
+ case "Breaks":
+ pb.DebInfo.Breaks = varval
+ case "Replaces":
+ pb.DebInfo.Replaces = varval
case "Source-Date":
t, err := cobol.GetTime(varval)
if t != nil {