summaryrefslogtreecommitdiff
path: root/parseDpkgOutputIntoPB.go
diff options
context:
space:
mode:
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 {